8000 Updates SDK to v2.1392.0 · aws/aws-sdk-js@756306b · GitHub
[go: up one dir, main page]

Skip to content

Commit 756306b

Browse files
author
awstools
committed
Updates SDK to v2.1392.0
1 parent 25cdc41 commit 756306b

36 files changed

+10824
-2020
lines changed

.changes/2.1392.0.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EMR",
5+
"description": "This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "IAM",
10+
"description": "This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Inspector2",
15+
"description": "Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Iot",
20+
"description": "Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "IotData",
25+
"description": "Update thing shadow name regex to allow '$' character"
26+
},
27+
{
28+
"type": "feature",
29+
"category": "LexModelsV2",
30+
"description": "This release adds support for Lex Developers to create test sets and to execute those test-sets against their bots."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "QuickSight",
35+
"description": "QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope option 2364 s in conditional formatting."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "SQS",
40+
"description": "Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination."
41+
},
42+
{
43+
"type": "feature",
44+
"category": "Signer",
45+
"description": "AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise."
46+
}
47+
]

CHANGELOG.md

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

5+
## 2.1392.0
6+
* feature: EMR: This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
7+
* feature: IAM: This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
8+
* feature: Inspector2: Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector.
9+
* feature: Iot: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
10+
* feature: IotData: Update thing shadow name regex to allow '$' character
11+
* feature: LexModelsV2: This release adds support for Lex Developers to create test sets and to execute those test-sets against their bots.
12+
* feature: QuickSight: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
13+
* feature: SQS: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
14+
* feature: Signer: AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
15+
516
## 2.1391.0
617
* feature: CloudFormation: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
718
* feature: EC2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1391.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1392.0.min.js"></script>
7575

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

apis/connect-2017-08-08.normal.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2796,7 +2796,7 @@
27962796
"shape": "ResourceNotFoundException"
27972797
}
27982798
],
2799-
"documentation": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>. </p> <p>This API is not available in the Amazon Web Services GovCloud (US) Regions.</p>"
2799+
"documentation": "<p>Gets metric data from the specified Amazon Connect instance. </p> <p> <code>GetMetricDataV2</code> offers more features than <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_GetMetricData.html\">GetMetricData</a>, the previous version of this API. It has new metrics, offers filtering at a metric level, and offers the ability to filter and group data by channels, queues, routing profiles, agents, and agent hierarchy levels. It can retrieve historical data for the last 35 days, in 24-hour intervals.</p> <p>For a description of the historical metrics that are supported by <code>GetMetricDataV2</code> and <code>GetMetricData</code>, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html\">Historical metrics definitions</a> in the <i>Amazon Connect Administrator's Guide</i>.</p>"
28002800
},
28012801
"GetPromptFile": {
28022802
"name": "GetPromptFile",
@@ -6862,7 +6862,7 @@
68626862
},
68636863
"InitiationTimestamp": {
68646864
"shape": "timestamp",
6865-
"documentation": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived.</p>"
6865+
"documentation": "<p>The date and time this contact was initiated, in UTC time. For <code>INBOUND</code>, this is when the contact arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer was initiated. For <code>API</code>, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to a contact.</p>"
68666866
},
68676867
"DisconnectTimestamp": {
68686868
"shape": "timestamp",

apis/elasticmapreduce-2009-03-31.normal.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5350,7 +5350,10 @@
53505350
"SpotProvisioningAllocationStrategy": {
53515351
"type": "string",
53525352
"enum": [
5353-
"capacity-optimized"
5353+
"capacity-optimized",
5354+
"price-capacity-optimized",
5355+
"lowest-price",
5356+
"diversified"
53545357
]
53555358
},
53565359
"SpotProvisioningSpecification": {
@@ -5374,7 +5377,7 @@
53745377
},
53755378
"AllocationStrategy": {
53765379
"shape": "SpotProvisioningAllocationStrategy",
5377-
"documentation": "<p> Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching. </p>"
5380+
"documentation": "<p>Specifies one of the following strategies to launch Spot Instance fleets: <code>price-capacity-optimized</code>, <code>capacity-optimized</code>, <code>lowest-price</code>, or <code>diversified</code>. For more information on the provisioning strategies, see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html\">Allocation strategies for Spot Instances</a> in the <i>Amazon EC2 User Guide for Linux Instances</i>.</p> <note> <p>When you launch a Spot Instance fleet with the old console, it automatically launches with the <code>capacity-optimized</code> strategy. You can't change the allocation strategy from the old console.</p> </note>"
53785381
}
53795382
},
53805383
"documentation": "<p>The launch specification for Spot Instances in the instance fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.</p> <note> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. Spot Instance allocation strategy is available in Amazon EMR releases 5.12.1 and later.</p> </note> <note> <p>Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021. For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022. </p> </note>"

apis/iam-2010-05-08.normal.json

Lines changed: 31 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,9 @@
242242
"shape": "CreateAccountAliasRequest"
243243
},
244244
"errors": [
245+
{
246+
"shape": "ConcurrentModificationException"
247+
},
245248
{
246249
"shape": "EntityAlreadyExistsException"
247250
},
@@ -252,7 +255,7 @@
252255
"shape": "ServiceFailureException"
253256
}
254257
],
255-
"documentation": "<p>Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html\">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.</p>"
258+
"documentation": "<p>Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html\">Creating, deleting, and listing an Amazon Web Services account alias</a> in the <i>Amazon Web Services Sign-In User Guide</i>.</p>"
256259
},
257260
"CreateGroup": {
258261
"name": "CreateGroup",
@@ -656,6 +659,9 @@
656659
},
657660
{
658661
"shape": "ServiceFailureException"
662+
},
663+
{
664+
"shape": "ConcurrentModificationException"
659665
}
660666
],
661667
"documentation": "<p>Deactivates the specified MFA device and removes it from association with the user name for which it was originally enabled.</p> <p>For more information about creating and working with virtual MFA devices, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html\">Enabling a virtual multi-factor authentication (MFA) device</a> in the <i>IAM User Guide</i>.</p>"
@@ -692,6 +698,9 @@
692698
"shape": "DeleteAccountAliasRequest"
693699
},
694700
"errors": [
701+
{
702+
"shape": "ConcurrentModificationException"
703+
},
695704
{
696705
"shape": "NoSuchEntityException"
697706
},
@@ -702,7 +711,7 @@
702711
"shape": "ServiceFailureException"
703712
}
704713
],
705-
"documentation": "<p> Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html\">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.</p>"
714+
"documentation": "<p> Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html\">Creating, deleting, and listing an Amazon Web Services account alias</a> in the <i>Amazon Web Services Sign-In User Guide</i>.</p>"
706715
},
707716
"DeleteAccountPasswordPolicy": {
708717
"name": "DeleteAccountPasswordPolicy",
@@ -1100,6 +1109,9 @@
11001109
{
11011110
"shape": "LimitExceededException"
11021111
},
1112+
{
1113+
"shape": "ConcurrentModificationException"
1114+
},
11031115
{
11041116
"shape": "ServiceFailureException"
11051117
}
@@ -1196,6 +1208,9 @@
11961208
},
11971209
{
11981210
"shape": "ServiceFailureException"
1211+
},
1212+
{
1213+
"shape": "ConcurrentModificationException"
11991214
}
12001215
],
12011216
"documentation": "<p>Deletes a virtual MFA device.</p> <note> <p> You must deactivate a user's virtual MFA device before you can delete it. For information about deactivating MFA devices, see <a>DeactivateMFADevice</a>. </p> </note>"
@@ -1305,6 +1320,9 @@
13051320
},
13061321
{
13071322
"shape": "ServiceFailureException"
1323+
},
1324+
{
1325+
"shape": "ConcurrentModificationException"
13081326
}
13091327
],
13101328
"documentation": "<p>Enables the specified MFA device and associates it with the specified IAM user. When enabled, the MFA device is required for every subsequent login by the IAM user associated with the device.</p>"
@@ -1985,7 +2003,7 @@
19852003
"shape": "ServiceFailureException"
19862004
}
19872005
],
1988-
"documentation": "<p>Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/AccountAlias.html\">Using an alias for your Amazon Web Services account ID</a> in the <i>IAM User Guide</i>.</p>"
2006+
"documentation": "<p>Lists the account alias associated with the Amazon Web Services account (Note: you can have only one). For information about using an Amazon Web Services account alias, see <a href=\"https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html\">Creating, deleting, and listing an Amazon Web Services account alias</a> in the <i>Amazon Web Services Sign-In User Guide</i>.</p>"
19892007
},
19902008
"ListAttachedGroupPolicies": {
19912009
"name": "ListAttachedGroupPolicies",
@@ -2956,6 +2974,9 @@
29562974
},
29572975
{
29582976
"shape": "ServiceFailureException"
2977+
},
2978+
{
2979+
"shape": "ConcurrentModificationException"
29592980
}
29602981
],
29612982
"documentation": "<p>Synchronizes the specified MFA device with its IAM resource object on the Amazon Web Services servers.</p> <p>For more information about creating and working with virtual MFA devices, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html\">Using a virtual MFA device</a> in the <i>IAM User Guide</i>.</p>"
@@ -3911,6 +3932,9 @@
39113932
{
39123933
"shape": "NoSuchEntityException"
39133934
},
3935+
{
3936+
"shape": "ConcurrentModificationException"
3937+
},
39143938
{
39153939
"shape": "ServiceFailureException"
39163940
}
@@ -9814,7 +9838,7 @@
98149838
},
98159839
"Base32StringSeed": {
98169840
"shape": "BootstrapDatum",
9817-
"documentation": "<p> The base32 seed defined as specified in <a href=\"https://tools.ietf.org/html/rfc3548.txt\">RFC3548</a>. The <code>Base32StringSeed</code> is base64-encoded. </p>"
9841+
"documentation": "<p> The base32 seed defined as specified in <a href=\"https://tools.ietf.org/html/rfc3548.txt\">RFC3548</a>. The <code>Base32StringSeed</code> is base32-encoded. </p>"
98189842
},
98199843
"QRCodePNG": {
98209844
"shape": "BootstrapDatum",
@@ -9862,7 +9886,7 @@
98629886
"type": "string",
98639887
"max": 63,
98649888
"min": 3,
9865-
"pattern": "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$"
9889+
"pattern": "^[a-z0-9]([a-z0-9]|-(?!-)){1,61}[a-z0-9]$"
98669890
},
98679891
"arnType": {
98689892
"type": "string",
@@ -10111,7 +10135,7 @@
1011110135
"type": "string",
1011210136
"max": 512,
1011310137
"min": 1,
10114-
"pattern": "(\\u002F)|(\\u002F[\\u0021-\\u007F]+\\u002F)"
10138+
"pattern": "(\\u002F)|(\\u002F[\\u0021-\\u007E]+\\u002F)"
1011510139
},
1011610140
"policyDescriptionType": {
1011710141
"type": "string",
@@ -10224,7 +10248,7 @@
1022410248
"roleDescriptionType": {
1022510249
"type": "string",
1022610250
"max": 1000,
10227-
"pattern": "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*"
10251+
"pattern": "[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u00A1-\\u00FF]*"
1022810252
},
1022910253
"roleDetailListType": {
1023010254
"type": "list",

0 commit comments

Comments
 (0)
0