Skip to content

Commit 75f6324

Browse files
author
awstools
committed
Updates SDK to v2.1297.0
1 parent e800dc8 commit 75f6324

17 files changed

+146
-98
lines changed

.changes/2.1297.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudWatch",
5+
"description": "Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Ivschat",
10+
"description": "Updates the range for a Chat Room's maximumMessageRatePerSecond field."
11+
}
12+
]

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1296.0-->
2+
<!--LATEST=2.1297.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1297.0
6+
* feature: CloudWatch: Enable cross-account streams in CloudWatch Metric Streams via Observability Access Manager.
7+
* feature: Ivschat: Updates the range for a Chat Room's maximumMessageRatePerSecond field.
8+
59
## 2.1296.0
610
* feature: Billingconductor: This release adds support for SKU Scope for pricing plans.
711
* feature: Cloud9: Added minimum value to AutomaticStopTimeMinutes parameter.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

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

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/elasticfilesystem-2015-02-01.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"shape": "ThrottlingException"
4848
}
4949
],
50-
"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>"
50+
"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>"
5151
},
5252
"CreateFileSystem": {
5353
"name": "CreateFileSystem",
@@ -501,7 +501,7 @@
501501
"shape": "FileSystemNotFound"
502502
}
503503
],
504-
"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>"
504+
"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>"
505505
},
506506
"DescribeLifecycleConfiguration": {
507507
"name": "DescribeLifecycleConfiguration",

apis/ivschat-2020-07-14.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@
12541254
},
12551255
"RoomMaxMessageRatePerSecond": {
12561256
"type": "integer",
1257-
"max": 10,
1257+
"max": 100,
12581258
"min": 1
12591259
},
12601260
"RoomName": {

apis/monitoring-2010-08-01.min.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,9 @@
794794
"OutputFormat": {},
795795
"StatisticsConfigurations": {
796796
"shape": "S4n"
797+
},
798+
"IncludeLinkedAccountsMetrics": {
799+
"type": "boolean"
797800
}
798801
}
799802
}
@@ -996,7 +999,7 @@
996999
"type": "structure",
9971000
"members": {
9981001
"Tags": {
999-
"shape": "S5q"
1002+
"shape": "S5r"
10001003
}
10011004
}
10021005
}
@@ -1063,7 +1066,7 @@
10631066
"shape": "S1t"
10641067
},
10651068
"Tags": {
1066-
"shape": "S5q"
1069+
"shape": "S5r"
10671070
},
10681071
"ActionsSuppressor": {},
10691072
"ActionsSuppressorWaitPeriod": {
@@ -1116,7 +1119,7 @@
11161119
"RuleState": {},
11171120
"RuleDefinition": {},
11181121
"Tags": {
1119-
"shape": "S5q"
1122+
"shape": "S5r"
11201123
}
11211124
}
11221125
},
@@ -1145,7 +1148,7 @@
11451148
"TemplateName": {},
11461149
"ResourceARN": {},
11471150
"Tags": {
1148-
"shape": "S5q"
1151+
"shape": "S5r"
11491152
}
11501153
}
11511154
}
@@ -1212,7 +1215,7 @@
12121215
"shape": "Se"
12131216
},
12141217
"Tags": {
1215-
"shape": "S5q"
1218+
"shape": "S5r"
12161219
},
12171220
"ThresholdMetricId": {}
12181221
}
@@ -1311,10 +1314,13 @@
13111314
"RoleArn": {},
13121315
"OutputFormat": {},
13131316
"Tags": {
1314-
"shape": "S5q"
1317+
"shape": "S5r"
13151318
},
13161319
"StatisticsConfigurations": {
13171320
"shape": "S4n"
1321+
},
1322+
"IncludeLinkedAccountsMetrics": {
1323+
"type": "boolean"
13181324
}
13191325
}
13201326
},
@@ -1350,7 +1356,7 @@
13501356
],
13511357
"members": {
13521358
"Names": {
1353-
"shape": "S6l"
1359+
"shape": "S6m"
13541360
}
13551361
}
13561362
},
@@ -1368,7 +1374,7 @@
13681374
],
13691375
"members": {
13701376
"Names": {
1371-
"shape": "S6l"
1377+
"shape": "S6m"
13721378
}
13731379
}
13741380
},
@@ -1388,7 +1394,7 @@
13881394
"members": {
13891395
"ResourceARN": {},
13901396
"Tags": {
1391-
"shape": "S5q"
1397+
"shape": "S5r"
13921398
}
13931399
}
13941400
},
@@ -1711,7 +1717,7 @@
17111717
}
17121718
}
17131719
},
1714-
"S5q": {
1720+
"S5r": {
17151721
"type": "list",
17161722
"member": {
17171723
"type": "structure",
@@ -1725,7 +1731,7 @@
17251731
}
17261732
}
17271733
},
1728-
"S6l": {
1734+
"S6m": {
17291735
"type": "list",
17301736
"member": {}
17311737
}

apis/monitoring-2010-08-01.normal.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@
776776
"shape": "InvalidParameterCombinationException"
777777
}
778778
],
779-
"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>"
779+
"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>"
780780
},
781781
"SetAlarmState": {
782782
"name": "SetAlarmState",
@@ -2175,6 +2175,10 @@
21752175
"StatisticsConfigurations": {
21762176
"shape": "MetricStreamStatisticsConfigurations",
21772177
"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>"
2178+
},
2179+
"IncludeLinkedAccountsMetrics": {
2180+
"shape": "IncludeLinkedAccountsMetrics",
2181+
"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>"
21782182
}
21792183
}
21802184
},
@@ -2224,6 +2228,9 @@
22242228
"IncludeLinkedAccounts": {
22252229
"type": "boolean"
22262230
},
2231+
"IncludeLinkedAccountsMetrics": {
2232+
"type": "boolean"
2233+
},
22272234
"InsightRule": {
22282235
"type": "structure",
22292236
"required": [
@@ -3620,6 +3627,10 @@
36203627
"StatisticsConfigurations": {
36213628
"shape": "MetricStreamStatisticsConfigurations",
36223629
"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>"
3630+
},
3631+
"IncludeLinkedAccountsMetrics": {
3632+
"shape": "IncludeLinkedAccountsMetrics",
3633+
"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>"
36233634
}
36243635
}
36253636
},

0 commit comments

Comments
 (0)