Skip to content

Commit 5fedff2

Browse files
author
awstools
committed
Updates SDK to v2.1651.0
1 parent f430ca2 commit 5fedff2

34 files changed

+1653
-1233
lines changed

.changes/2.1651.0.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "ACMPCA",
5+
"description": "Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CloudHSMV2",
10+
"description": "Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "This release supports showing PreferredAgentRouting step via DescribeContact API."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "EMR",
20+
"description": "This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "Glue",
25+
"description": "Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "KinesisAnalyticsV2",
30+
"description": "Support for Flink 1.19 in Managed Service for Apache Flink"
31+
},
32+
{
33+
"type": "feature",
34+
"category": "OpenSearch",
35+
"description": "This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "WorkSpaces",
40+
"description": "Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal."
41+
}
42+
]

CHANGELOG.md

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

5+
## 2.1651.0
6+
* feature: ACMPCA: Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions.
7+
* feature: CloudHSMV2: Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API.
8+
* feature: Connect: This release supports showing PreferredAgentRouting step via DescribeContact API.
9+
* feature: EMR: This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters.
10+
* feature: Glue: Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name.
11+
* feature: KinesisAnalyticsV2: Support for Flink 1.19 in Managed Service for Apache Flink
12+
* feature: OpenSearch: This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains.
13+
* feature: WorkSpaces: Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal.
14+
515
## 2.1650.0
616
* feature: ApplicationAutoScaling: Amazon WorkSpaces customers can now use Application Auto Scaling to automatically scale the number of virtual desktops in a WorkSpaces pool.
717
* feature: ChimeSDKMediaPipelines: Added Amazon Transcribe multi language identification to Chime SDK call analytics. Enabling customers sending single stream audio to generate call recordings using Chime SDK call analytics

README.md

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

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1650.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1651.0.min.js"></script>
6868

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

apis/acm-pca-2017-08-22.normal.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,14 +1713,16 @@
17131713
"RSA_2048",
17141714
"RSA_4096",
17151715
"EC_prime256v1",
1716-
"EC_secp384r1"
1716+
"EC_secp384r1",
1717+
"SM2"
17171718
]
17181719
},
17191720
"KeyStorageSecurityStandard": {
17201721
"type": "string",
17211722
"enum": [
17221723
"FIPS_140_2_LEVEL_2_OR_HIGHER",
1723-
"FIPS_140_2_LEVEL_3_OR_HIGHER"
1724+
"FIPS_140_2_LEVEL_3_OR_HIGHER",
1725+
"CCPC_LEVEL_1_OR_HIGHER"
17241726
]
17251727
},
17261728
"KeyUsage": {
@@ -2136,7 +2138,8 @@
21362138
"SHA512WITHECDSA",
21372139
"SHA256WITHRSA",
21382140
"SHA384WITHRSA",
2139-
"SHA512WITHRSA"
2141+
"SHA512WITHRSA",
2142+
"SM3WITHSM2"
21402143
]
21412144
},
21422145
"String": {

apis/cloudhsmv2-2017-04-28.min.json

Lines changed: 69 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
"signatureVersion": "v4",
1515
"signingName": "cloudhsm",
1616
"targetPrefix": "BaldrApiService",
17-
"uid": "cloudhsmv2-2017-04-28"
17+
"uid": "cloudhsmv2-2017-04-28",
18+
"auth": [
19+
"aws.auth#sigv4"
20+
]
1821
},
1922
"operations": {
2023
"CopyBackupToRegion": {
@@ -76,7 +79,7 @@
7679
"type": "structure",
7780
"members": {
7881
"Cluster": {
79-
"shape": "Sl"
82+
"shape": "Sm"
8083
}
8184
}
8285
}
@@ -98,7 +101,7 @@
98101
"type": "structure",
99102
"members": {
100103
"Hsm": {
101-
"shape": "So"
104+
"shape": "Sp"
102105
}
103106
}
104107
}
@@ -117,7 +120,7 @@
117120
"type": "structure",
118121
"members": {
119122
"Backup": {
120-
"shape": "S17"
123+
"shape": "S18"
121124
}
122125
}
123126
}
@@ -136,7 +139,7 @@
136139
"type": "structure",
137140
"members": {
138141
"Cluster": {
139-
"shape": "Sl"
142+
"shape": "Sm"
140143
}
141144
}
142145
}
@@ -161,6 +164,21 @@
161164
}
162165
}
163166
},
167+
"DeleteResourcePolicy": {
168+
"input": {
169+
"type": "structure",
170+
"members": {
171+
"ResourceArn": {}
172+
}
173+
},
174+
"output": {
175+
"type": "structure",
176+
"members": {
177+
"ResourceArn": {},
178+
"Policy": {}
179+
}
180+
}
181+
},
164182
"DescribeBackups": {
165183
"input": {
166184
"type": "structure",
@@ -170,7 +188,10 @@
170188
"type": "integer"
171189
},
172190
"Filters": {
173-
"shape": "S1h"
191+
"shape": "S1m"
192+
},
193+
"Shared": {
194+
"type": "boolean"
174195
},
175196
"SortAscending": {
176197
"type": "boolean"
@@ -183,7 +204,7 @@
183204
"Backups": {
184205
"type": "list",
185206
"member": {
186-
"shape": "S17"
207+
"shape": "S18"
187208
}
188209
},
189210
"NextToken": {}
@@ -195,7 +216,7 @@
195216
"type": "structure",
196217
"members": {
197218
"Filters": {
198-
"shape": "S1h"
219+
"shape": "S1m"
199220
},
200221
"NextToken": {},
201222
"MaxResults": {
@@ -209,13 +230,27 @@
209230
"Clusters": {
210231
"type": "list",
211232
"member": {
212-
"shape": "Sl"
233+
"shape": "Sm"
213234
}
214235
},
215236
"NextToken": {}
216237
}
217238
}
218239
},
240+
"GetResourcePolicy": {
241+
"input": {
242+
"type": "structure",
243+
"members": {
244+
"ResourceArn": {}
245+
}
246+
},
247+
"output": {
248+
"type": "structure",
249+
"members": {
250+
"Policy": {}
251+
}
252+
}
253+
},
219254
"InitializeCluster": {
220255
"input": {
221256
"type": "structure",
@@ -283,7 +318,7 @@
283318
"type": "structure",
284319
"members": {
285320
"Backup": {
286-
"shape": "S17"
321+
"shape": "S18"
287322
}
288323
}
289324
}
@@ -306,11 +341,27 @@
306341
"type": "structure",
307342
"members": {
308343
"Cluster": {
309-
"shape": "Sl"
344+
"shape": "Sm"
310345
}
311346
}
312347
}
313348
},
349+
"PutResourcePolicy": {
350+
"input": {
351+
"type": "structure",
352+
"members": {
353+
"ResourceArn": {},
354+
"Policy": {}
355+
}
356+
},
357+
"output": {
358+
"type": "structure",
359+
"members": {
360+
"ResourceArn": {},
361+
"Policy": {}
362+
}
363+
}
364+
},
314365
"RestoreBackup": {
315366
"input": {
316367
"type": "structure",
@@ -325,7 +376,7 @@
325376
"type": "structure",
326377
"members": {
327378
"Backup": {
328-
"shape": "S17"
379+
"shape": "S18"
329380
}
330381
}
331382
}
@@ -392,7 +443,7 @@
392443
"Value": {}
393444
}
394445
},
395-
"Sl": {
446+
"Sm": {
396447
"type": "structure",
397448
"members": {
398449
"BackupPolicy": {},
@@ -406,7 +457,7 @@
406457
"Hsms": {
407458
"type": "list",
408459
"member": {
409-
"shape": "So"
460+
"shape": "Sp"
410461
}
411462
},
412463
"HsmType": {},
@@ -437,7 +488,7 @@
437488
"Mode": {}
438489
}
439490
},
440-
"So": {
491+
"Sp": {
441492
"type": "structure",
442493
"required": [
443494
"HsmId"
@@ -453,13 +504,14 @@
453504
"StateMessage": {}
454505
}
455506
},
456-
"S17": {
507+
"S18": {
457508
"type": "structure",
458509
"required": [
459510
"BackupId"
460511
],
461512
"members": {
462513
"BackupId": {},
514+
"BackupArn": {},
463515
"BackupState": {},
464516
"ClusterId": {},
465517
"CreateTimestamp": {
@@ -484,7 +536,7 @@
484536
"Mode": {}
485537
}
486538
},
487-
"S1h": {
539+
"S1m": {
488540
"type": "map",
489541
"key": {},
490542
"value": {

0 commit comments

Comments
 (0)