Skip to content

Commit b26bcf2

Browse files
author
awstools
committed
Updates SDK to v2.854.0
1 parent 7654c4c commit b26bcf2

21 files changed

+550
-300
lines changed

.changes/2.854.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AlexaForBusiness",
5+
"description": "Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CodePipeline",
10+
"description": "Added a new field to the ListPipelines API to allow maximum search results of 1000"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "EKS",
15+
"description": "Adding new error code AdmissionRequestDenied for Addons in EKS"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SSM",
20+
"description": "Add Support for Patch Manger Baseline Override parameter."
21+
}
22+
]

CHANGELOG.md

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

5+
## 2.854.0
6+
* feature: AlexaForBusiness: Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs.
7+
* feature: CodePipeline: Added a new field to the ListPipelines API to allow maximum search results of 1000
8+
* feature: EKS: Adding new error code AdmissionRequestDenied for Addons in EKS
9+
* feature: SSM: Add Support for Patch Manger Baseline Override parameter.
10+
511
## 2.853.0
612
* bugfix: s3: Bugfixing the s3 arn endpoint parser
713
* feature: EKS: Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.853.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.854.0.min.js"></script>
3333

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

apis/alexaforbusiness-2017-11-09.min.json

Lines changed: 47 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@
129129
"Description": {},
130130
"ClientRequestToken": {
131131
"idempotencyToken": true
132+
},
133+
"Tags": {
134+
"shape": "Sl"
132135
}
133136
}
134137
},
@@ -152,16 +155,16 @@
152155
"S3KeyPrefix": {},
153156
"Format": {},
154157
"ContentRange": {
155-
"shape": "Sr"
158+
"shape": "Sv"
156159
},
157160
"Recurrence": {
158-
"shape": "St"
161+
"shape": "Sx"
159162
},
160163
"ClientRequestToken": {
161164
"idempotencyToken": true
162165
},
163166
"Tags": {
164-
"shape": "Sv"
167+
"shape": "Sl"
165168
}
166169
}
167170
},
@@ -194,6 +197,9 @@
194197
},
195198
"ClientRequestToken": {
196199
"idempotencyToken": true
200+
},
201+
"Tags": {
202+
"shape": "Sl"
197203
}
198204
}
199205
},
@@ -225,6 +231,9 @@
225231
},
226232
"ClientRequestToken": {
227233
"idempotencyToken": true
234+
},
235+
"Tags": {
236+
"shape": "Sl"
228237
}
229238
}
230239
},
@@ -247,6 +256,9 @@
247256
"Description": {},
248257
"ClientRequestToken": {
249258
"idempotencyToken": true
259+
},
260+
"Tags": {
261+
"shape": "Sl"
250262
}
251263
}
252264
},
@@ -284,6 +296,9 @@
284296
},
285297
"ClientRequestToken": {
286298
"idempotencyToken": true
299+
},
300+
"Tags": {
301+
"shape": "Sl"
287302
}
288303
}
289304
},
@@ -381,7 +396,7 @@
381396
}
382397
},
383398
"Tags": {
384-
"shape": "Sv"
399+
"shape": "Sl"
385400
}
386401
}
387402
},
@@ -407,7 +422,7 @@
407422
"idempotencyToken": true
408423
},
409424
"Tags": {
410-
"shape": "Sv"
425+
"shape": "Sl"
411426
}
412427
}
413428
},
@@ -431,7 +446,7 @@
431446
"idempotencyToken": true
432447
},
433448
"Tags": {
434-
"shape": "Sv"
449+
"shape": "Sl"
435450
}
436451
}
437452
},
@@ -457,7 +472,7 @@
457472
"idempotencyToken": true
458473
},
459474
"Tags": {
460-
"shape": "Sv"
475+
"shape": "Sl"
461476
}
462477
}
463478
},
@@ -1168,10 +1183,10 @@
11681183
"S3KeyPrefix": {},
11691184
"Format": {},
11701185
"ContentRange": {
1171-
"shape": "Sr"
1186+
"shape": "Sv"
11721187
},
11731188
"Recurrence": {
1174-
"shape": "St"
1189+
"shape": "Sx"
11751190
},
11761191
"LastBusinessReport": {
11771192
"type": "structure",
@@ -1510,7 +1525,7 @@
15101525
"type": "structure",
15111526
"members": {
15121527
"Tags": {
1513-
"shape": "Sv"
1528+
"shape": "Sl"
15141529
},
15151530
"NextToken": {}
15161531
}
@@ -1610,7 +1625,10 @@
16101625
"ProductId": {},
16111626
"DeviceSerialNumber": {},
16121627
"AmazonId": {},
1613-
"RoomArn": {}
1628+
"RoomArn": {},
1629+
"Tags": {
1630+
"shape": "Sl"
1631+
}
16141632
}
16151633
},
16161634
"output": {
@@ -2143,7 +2161,7 @@
21432161
"members": {
21442162
"Arn": {},
21452163
"Tags": {
2146-
"shape": "Sv"
2164+
"shape": "Sl"
21472165
}
21482166
}
21492167
},
@@ -2202,7 +2220,7 @@
22022220
"Format": {},
22032221
"ScheduleName": {},
22042222
"Recurrence": {
2205-
"shape": "St"
2223+
"shape": "Sx"
22062224
}
22072225
}
22082226
},
@@ -2445,22 +2463,7 @@
24452463
}
24462464
},
24472465
"shapes": {
2448-
"Sr": {
2449-
"type": "structure",
2450-
"required": [
2451-
"Interval"
2452-
],
2453-
"members": {
2454-
"Interval": {}
2455-
}
2456-
},
2457-
"St": {
2458-
"type": "structure",
2459-
"members": {
2460-
"StartDate": {}
2461-
}
2462-
},
2463-
"Sv": {
2466+
"Sl": {
24642467
"type": "list",
24652468
"member": {
24662469
"type": "structure",
@@ -2474,6 +2477,21 @@
24742477
}
24752478
}
24762479
},
2480+
"Sv": {
2481+
"type": "structure",
2482+
"required": [
2483+
"Interval"
2484+
],
2485+
"members": {
2486+
"Interval": {}
2487+
}
2488+
},
2489+
"Sx": {
2490+
"type": "structure",
2491+
"members": {
2492+
"StartDate": {}
2493+
}
2494+
},
24772495
"S13": {
24782496
"type": "structure",
24792497
"required": [

apis/alexaforbusiness-2017-11-09.normal.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@
13841384
"shape": "NotFoundException"
13851385
}
13861386
],
1387-
"documentation": "<p>Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.</p>"
1387+
"documentation": "<p>Determines the details for the room from which a skill request was invoked. This operation is used by skill developers.</p> <p>To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When the skill is using an AWS Lambda function, the skill is automatically authorized when you publish your skill as a private skill to your AWS account. Skills that are hosted using a custom web service must be manually authorized. To get your skill authorized, contact AWS Support with your AWS account ID that queries the ResolveRoom API and skill ID. </p>"
13881388
},
13891389
"RevokeInvitation": {
13901390
"name": "RevokeInvitation",
@@ -2561,6 +2561,10 @@
25612561
"shape": "ClientRequestToken",
25622562
"documentation": "<p>A unique, user-specified identifier for the request that ensures idempotency.</p>",
25632563
"idempotencyToken": true
2564+
},
2565+
"Tags": {
2566+
"shape": "TagList",
2567+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
25642568
}
25652569
}
25662570
},
@@ -2656,6 +2660,10 @@
26562660
"shape": "ClientRequestToken",
26572661
"documentation": "<p>The request token of the client.</p>",
26582662
"idempotencyToken": true
2663+
},
2664+
"Tags": {
2665+
"shape": "TagList",
2666+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
26592667
}
26602668
}
26612669
},
@@ -2702,6 +2710,10 @@
27022710
"shape": "ClientRequestToken",
27032711
"documentation": "<p>A unique, user-specified identifier for this request that ensures idempotency.</p>",
27042712
"idempotencyToken": true
2713+
},
2714+
"Tags": {
2715+
"shape": "TagList",
2716+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
27052717
}
27062718
}
27072719
},
@@ -2756,6 +2768,10 @@
27562768
"shape": "ClientRequestToken",
27572769
"documentation": "<p> A unique, user-specified identifier for the request that ensures idempotency.</p>",
27582770
"idempotencyToken": true
2771+
},
2772+
"Tags": {
2773+
"shape": "TagList",
2774+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
27592775
}
27602776
}
27612777
},
@@ -2855,6 +2871,10 @@
28552871
"ClientRequestToken": {
28562872
"shape": "ClientRequestToken",
28572873
"idempotencyToken": true
2874+
},
2875+
"Tags": {
2876+
"shape": "TagList",
2877+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags. </p>"
28582878
}
28592879
}
28602880
},
@@ -5160,7 +5180,11 @@
51605180
},
51615181
"RoomArn": {
51625182
"shape": "Arn",
5163-
"documentation": "<p>The ARN of the room with which to associate your AVS device.</p>"
5183+
"documentation": "<p>The Amazon Resource Name (ARN) of the room with which to associate your AVS device.</p>"
5184+
},
5185+
"Tags": {
5186+
"shape": "TagList",
5187+
"documentation": "<p>The tags to be added to the specified resource. Do not provide system tags.</p>"
51645188
}
51655189
}
51665190
},

0 commit comments

Comments
 (0)