Skip to content

Commit

Permalink
Updates SDK to v2.1297.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 18, 2023
1 parent e800dc8 commit 75f6324
Show file tree
Hide file tree
Showing 17 changed files with 146 additions and 98 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1297.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "CloudWatch",
"description": "Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager."
},
{
"type": "feature",
"category": "Ivschat",
"description": "Updates the range for a Chat Room's maximumMessageRatePerSecond field."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1296.0-->
<!--LATEST=2.1297.0-->
<!--ENTRYINSERT-->

## 2.1297.0
* feature: CloudWatch: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.
* feature: Ivschat: Updates the range for a Chat Room's maximumMessageRatePerSecond field.

## 2.1296.0
* feature: Billingconductor: This release adds support for SKU Scope for pricing plans.
* feature: Cloud9: Added minimum value to AutomaticStopTimeMinutes parameter.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1296.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1297.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
4 changes: 2 additions & 2 deletions apis/elasticfilesystem-2015-02-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"shape": "ThrottlingException"
}
],
"documentation": "<p>Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Mounting a file system using EFS access points</a>.</p> <note> <p>If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 120 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit.</p> </note> <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>"
"documentation": "<p>Creates an EFS access point. An access point is an application-specific view into an EFS file system that applies an operating system user and group, and a file system path, to any file system request made through the access point. The operating system user and group override any identity information provided by the NFS client. The file system path is exposed as the access point's root directory. Applications using the access point can only access data in the application's own directory and any subdirectories. To learn more, see <a href=\"https://docs.aws.amazon.com/efs/latest/ug/efs-access-points.html\">Mounting a file system using EFS access points</a>.</p> <note> <p>If multiple requests to create access points on the same file system are sent in quick succession, and the file system is near the limit of 1000 access points, you may experience a throttling response for these requests. This is to ensure that the file system does not exceed the stated access point limit.</p> </note> <p>This operation requires permissions for the <code>elasticfilesystem:CreateAccessPoint</code> action.</p>"
},
"CreateFileSystem": {
"name": "CreateFileSystem",
Expand Down Expand Up @@ -501,7 +501,7 @@
"shape": "FileSystemNotFound"
}
],
"documentation": "<p>Returns the description of a specific Amazon EFS file system if either the file system <code>CreationToken</code> or the <code>FileSystemId</code> is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p> <p>When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code> parameter to limit the number of descriptions in a response. Currently, this number is automatically set to 10. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>, an opaque token, in the response. In this case, you should send a subsequent request with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>. </p> <p>To retrieve a list of your file system descriptions, this operation is used in an iterative process, where <code>DescribeFileSystems</code> is called first without the <code>Marker</code> and then the operation continues to call it with the <code>Marker</code> parameter set to the value of the <code>NextMarker</code> from the previous response until the response has no <code>NextMarker</code>. </p> <p> The order of file systems returned in the response of one <code>DescribeFileSystems</code> call and the order of file systems returned across the responses of a multi-call iteration is unspecified. </p> <p> This operation requires permissions for the <code>elasticfilesystem:DescribeFileSystems</code> action. </p>"
"documentation": "<p>Returns the description of a specific Amazon EFS file system if either the file system <code>CreationToken</code> or the <code>FileSystemId</code> is provided. Otherwise, it returns descriptions of all file systems owned by the caller's Amazon Web Services account in the Amazon Web Services Region of the endpoint that you're calling.</p> <p>When retrieving all file system descriptions, you can optionally specify the <code>MaxItems</code> parameter to limit the number of descriptions in a response. This number is automatically set to 100. If more file system descriptions remain, Amazon EFS returns a <code>NextMarker</code>, an opaque token, in the response. In this case, you should send a subsequent request with the <code>Marker</code> request parameter set to the value of <code>NextMarker</code>. </p> <p>To retrieve a list of your file system descriptions, this operation is used in an iterative process, where <code>DescribeFileSystems</code> is called first without the <code>Marker</code> and then the operation continues to call it with the <code>Marker</code> parameter set to the value of the <code>NextMarker</code> from the previous response until the response has no <code>NextMarker</code>. </p> <p> The order of file systems returned in the response of one <code>DescribeFileSystems</code> call and the order of file systems returned across the responses of a multi-call iteration is unspecified. </p> <p> This operation requires permissions for the <code>elasticfilesystem:DescribeFileSystems</code> action. </p>"
},
"DescribeLifecycleConfiguration": {
"name": "DescribeLifecycleConfiguration",
Expand Down
2 changes: 1 addition & 1 deletion apis/ivschat-2020-07-14.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@
},
"RoomMaxMessageRatePerSecond": {
"type": "integer",
"max": 10,
"max": 100,
"min": 1
},
"RoomName": {
Expand Down
28 changes: 17 additions & 11 deletions apis/monitoring-2010-08-01.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,9 @@
"OutputFormat": {},
"StatisticsConfigurations": {
"shape": "S4n"
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean"
}
}
}
Expand Down Expand Up @@ -996,7 +999,7 @@
"type": "structure",
"members": {
"Tags": {
"shape": "S5q"
"shape": "S5r"
}
}
}
Expand Down Expand Up @@ -1063,7 +1066,7 @@
"shape": "S1t"
},
"Tags": {
"shape": "S5q"
"shape": "S5r"
},
"ActionsSuppressor": {},
"ActionsSuppressorWaitPeriod": {
Expand Down Expand Up @@ -1116,7 +1119,7 @@
"RuleState": {},
"RuleDefinition": {},
"Tags": {
"shape": "S5q"
"shape": "S5r"
}
}
},
Expand Down Expand Up @@ -1145,7 +1148,7 @@
"TemplateName": {},
"ResourceARN": {},
"Tags": {
"shape": "S5q"
"shape": "S5r"
}
}
}
Expand Down Expand Up @@ -1212,7 +1215,7 @@
"shape": "Se"
},
"Tags": {
"shape": "S5q"
"shape": "S5r"
},
"ThresholdMetricId": {}
}
Expand Down Expand Up @@ -1311,10 +1314,13 @@
"RoleArn": {},
"OutputFormat": {},
"Tags": {
"shape": "S5q"
"shape": "S5r"
},
"StatisticsConfigurations": {
"shape": "S4n"
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean"
}
}
},
Expand Down Expand Up @@ -1350,7 +1356,7 @@
],
"members": {
"Names": {
"shape": "S6l"
"shape": "S6m"
}
}
},
Expand All @@ -1368,7 +1374,7 @@
],
"members": {
"Names": {
"shape": "S6l"
"shape": "S6m"
}
}
},
Expand All @@ -1388,7 +1394,7 @@
"members": {
"ResourceARN": {},
"Tags": {
"shape": "S5q"
"shape": "S5r"
}
}
},
Expand Down Expand Up @@ -1711,7 +1717,7 @@
}
}
},
"S5q": {
"S5r": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1725,7 +1731,7 @@
}
}
},
"S6l": {
"S6m": {
"type": "list",
"member": {}
}
Expand Down
13 changes: 12 additions & 1 deletion apis/monitoring-2010-08-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"shape": "InvalidParameterCombinationException"
}
],
"documentation": "<p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html\"> Using Metric Streams</a>.</p> <p>To create a metric stream, you must be signed in to an account that has the <code>iam:PassRole</code> permission and either the <code>CloudWatchFullAccess</code> policy or the <code>cloudwatch:PutMetricStream</code> permission.</p> <p>When you create or update a metric stream, you choose one of the following:</p> <ul> <li> <p>Stream metrics from all metric namespaces in the account.</p> </li> <li> <p>Stream metrics from all metric namespaces in the account, except for the namespaces that you list in <code>ExcludeFilters</code>.</p> </li> <li> <p>Stream metrics from only the metric namespaces that you list in <code>IncludeFilters</code>.</p> </li> </ul> <p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>, and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. You can use the <code>StatisticsConfigurations</code> parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see <a href=\"https://aws.amazon.com/cloudwatch/pricing/\">Amazon CloudWatch Pricing</a>. </p> <p>When you use <code>PutMetricStream</code> to create a new metric stream, the stream is created in the <code>running</code> state. If you use it to update an existing stream, the state of the stream is not changed.</p>"
"documentation": "<p>Creates or updates a metric stream. Metric streams can automatically stream CloudWatch metrics to Amazon Web Services destinations, including Amazon S3, and to many third-party solutions.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Metric-Streams.html\"> Using Metric Streams</a>.</p> <p>To create a metric stream, you must be signed in to an account that has the <code>iam:PassRole</code> permission and either the <code>CloudWatchFullAccess</code> policy or the <code>cloudwatch:PutMetricStream</code> permission.</p> <p>When you create or update a metric stream, you choose one of the following:</p> <ul> <li> <p>Stream metrics from all metric namespaces in the account.</p> </li> <li> <p>Stream metrics from all metric namespaces in the account, except for the namespaces that you list in <code>ExcludeFilters</code>.</p> </li> <li> <p>Stream metrics from only the metric namespaces that you list in <code>IncludeFilters</code>.</p> </li> </ul> <p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>, and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. You can use the <code>StatisticsConfigurations</code> parameter to have the metric stream send additional statistics in the stream. Streaming additional statistics incurs additional costs. For more information, see <a href=\"https://aws.amazon.com/cloudwatch/pricing/\">Amazon CloudWatch Pricing</a>. </p> <p>When you use <code>PutMetricStream</code> to create a new metric stream, the stream is created in the <code>running</code> state. If you use it to update an existing stream, the state of the stream is not changed.</p> <p>If you are using CloudWatch cross-account observability and you create a metric stream in a monitoring account, you can choose whether to include metrics from source accounts in the stream. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account.html\">CloudWatch cross-account observability</a>.</p>"
},
"SetAlarmState": {
"name": "SetAlarmState",
Expand Down Expand Up @@ -2175,6 +2175,10 @@
"StatisticsConfigurations": {
"shape": "MetricStreamStatisticsConfigurations",
"documentation": "<p>Each entry in this array displays information about one or more metrics that include additional statistics in the metric stream. For more information about the additional statistics, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html.html\"> CloudWatch statistics definitions</a>. </p>"
},
"IncludeLinkedAccountsMetrics": {
"shape": "IncludeLinkedAccountsMetrics",
"documentation": "<p>If this is <code>true</code> and this metric stream is in a monitoring account, then the stream includes metrics from source accounts that the monitoring account is linked to.</p>"
}
}
},
Expand Down Expand Up @@ -2224,6 +2228,9 @@
"IncludeLinkedAccounts": {
"type": "boolean"
},
"IncludeLinkedAccountsMetrics": {
"type": "boolean"
},
"InsightRule": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -3620,6 +3627,10 @@
"StatisticsConfigurations": {
"shape": "MetricStreamStatisticsConfigurations",
"documentation": "<p>By default, a metric stream always sends the <code>MAX</code>, <code>MIN</code>, <code>SUM</code>, and <code>SAMPLECOUNT</code> statistics for each metric that is streamed. You can use this parameter to have the metric stream also send additional statistics in the stream. This array can have up to 100 members.</p> <p>For each entry in this array, you specify one or more metrics and the list of additional statistics to stream for those metrics. The additional statistics that you can stream depend on the stream's <code>OutputFormat</code>. If the <code>OutputFormat</code> is <code>json</code>, you can stream any additional statistic that is supported by CloudWatch, listed in <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html.html\"> CloudWatch statistics definitions</a>. If the <code>OutputFormat</code> is <code>opentelemetry0.7</code>, you can stream percentile statistics such as p95, p99.9, and so on.</p>"
},
"IncludeLinkedAccountsMetrics": {
"shape": "IncludeLinkedAccountsMetrics",
"documentation": "<p>If you are creating a metric stream in a monitoring account, specify <code>true</code> to include metrics from source accounts in the metric stream.</p>"
}
}
},
Expand Down
Loading

0 comments on commit 75f6324

Please sign in to comment.