aws-sdk 2.1408.0 → 2.1410.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,7 +1,18 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.1408.0-->
2
+ <!--LATEST=2.1410.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.1410.0
6
+ * feature: Batch: This feature allows customers to use AWS Batch with Linux with ARM64 CPU Architecture and X86_64 CPU Architecture with Windows OS on Fargate Platform.
7
+ * feature: SageMaker: SageMaker Inference Recommender now accepts new fields SupportedEndpointType and ServerlessConfiguration to support serverless endpoints.
8
+
9
+ ## 2.1409.0
10
+ * feature: Amp: AWS SDK service model generation tool version upgrade.
11
+ * feature: ECS: Added new field "credentialspecs" to the ecs task definition to support gMSA of windows/linux in both domainless and domain-joined mode
12
+ * feature: IVS: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
13
+ * feature: SageMaker: This release adds support for rolling deployment in SageMaker Inference.
14
+ * feature: Transfer: Add outbound Basic authentication support to AS2 connectors
15
+
5
16
  ## 2.1408.0
6
17
  * feature: AppStream: This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
7
18
  * feature: Chime: The Amazon Chime SDK APIs in the Chime namespace are no longer supported. Customers should use APIs in the dedicated Amazon Chime SDK namespaces: ChimeSDKIdentity, ChimeSDKMediaPipelines, ChimeSDKMeetings, ChimeSDKMessaging, and ChimeSDKVoice.
package/README.md CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
71
71
  To use the SDK in the browser, simply add the following script tag to your
72
72
  HTML pages:
73
73
 
74
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1408.0.min.js"></script>
74
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1410.0.min.js"></script>
75
75
 
76
76
  You can also build a custom browser SDK with your specified set of AWS services.
77
77
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -20,19 +20,19 @@
20
20
  "input": {
21
21
  "type": "structure",
22
22
  "required": [
23
- "data",
24
- "workspaceId"
23
+ "workspaceId",
24
+ "data"
25
25
  ],
26
26
  "members": {
27
- "clientToken": {
28
- "idempotencyToken": true
27
+ "workspaceId": {
28
+ "location": "uri",
29
+ "locationName": "workspaceId"
29
30
  },
30
31
  "data": {
31
32
  "type": "blob"
32
33
  },
33
- "workspaceId": {
34
- "location": "uri",
35
- "locationName": "workspaceId"
34
+ "clientToken": {
35
+ "idempotencyToken": true
36
36
  }
37
37
  }
38
38
  },
@@ -57,17 +57,17 @@
57
57
  "input": {
58
58
  "type": "structure",
59
59
  "required": [
60
- "logGroupArn",
61
- "workspaceId"
60
+ "workspaceId",
61
+ "logGroupArn"
62
62
  ],
63
63
  "members": {
64
- "clientToken": {
65
- "idempotencyToken": true
66
- },
67
- "logGroupArn": {},
68
64
  "workspaceId": {
69
65
  "location": "uri",
70
66
  "locationName": "workspaceId"
67
+ },
68
+ "logGroupArn": {},
69
+ "clientToken": {
70
+ "idempotencyToken": true
71
71
  }
72
72
  }
73
73
  },
@@ -92,37 +92,37 @@
92
92
  "input": {
93
93
  "type": "structure",
94
94
  "required": [
95
- "data",
95
+ "workspaceId",
96
96
  "name",
97
- "workspaceId"
97
+ "data"
98
98
  ],
99
99
  "members": {
100
- "clientToken": {
101
- "idempotencyToken": true
100
+ "workspaceId": {
101
+ "location": "uri",
102
+ "locationName": "workspaceId"
102
103
  },
104
+ "name": {},
103
105
  "data": {
104
106
  "type": "blob"
105
107
  },
106
- "name": {},
108
+ "clientToken": {
109
+ "idempotencyToken": true
110
+ },
107
111
  "tags": {
108
112
  "shape": "Sh"
109
- },
110
- "workspaceId": {
111
- "location": "uri",
112
- "locationName": "workspaceId"
113
113
  }
114
114
  }
115
115
  },
116
116
  "output": {
117
117
  "type": "structure",
118
118
  "required": [
119
- "arn",
120
119
  "name",
120
+ "arn",
121
121
  "status"
122
122
  ],
123
123
  "members": {
124
- "arn": {},
125
124
  "name": {},
125
+ "arn": {},
126
126
  "status": {
127
127
  "shape": "Sm"
128
128
  },
@@ -153,19 +153,19 @@
153
153
  "output": {
154
154
  "type": "structure",
155
155
  "required": [
156
+ "workspaceId",
156
157
  "arn",
157
- "status",
158
- "workspaceId"
158
+ "status"
159
159
  ],
160
160
  "members": {
161
+ "workspaceId": {},
161
162
  "arn": {},
162
163
  "status": {
163
164
  "shape": "Ss"
164
165
  },
165
166
  "tags": {
166
167
  "shape": "Sh"
167
- },
168
- "workspaceId": {}
168
+ }
169
169
  }
170
170
  },
171
171
  "idempotent": true
@@ -182,14 +182,14 @@
182
182
  "workspaceId"
183
183
  ],
184
184
  "members": {
185
+ "workspaceId": {
186
+ "location": "uri",
187
+ "locationName": "workspaceId"
188
+ },
185
189
  "clientToken": {
186
190
  "idempotencyToken": true,
187
191
  "location": "querystring",
188
192
  "locationName": "clientToken"
189
- },
190
- "workspaceId": {
191
- "location": "uri",
192
- "locationName": "workspaceId"
193
193
  }
194
194
  }
195
195
  },
@@ -207,14 +207,14 @@
207
207
  "workspaceId"
208
208
  ],
209
209
  "members": {
210
+ "workspaceId": {
211
+ "location": "uri",
212
+ "locationName": "workspaceId"
213
+ },
210
214
  "clientToken": {
211
215
  "idempotencyToken": true,
212
216
  "location": "querystring",
213
217
  "locationName": "clientToken"
214
- },
215
- "workspaceId": {
216
- "location": "uri",
217
- "locationName": "workspaceId"
218
218
  }
219
219
  }
220
220
  },
@@ -229,22 +229,22 @@
229
229
  "input": {
230
230
  "type": "structure",
231
231
  "required": [
232
- "name",
233
- "workspaceId"
232
+ "workspaceId",
233
+ "name"
234
234
  ],
235
235
  "members": {
236
- "clientToken": {
237
- "idempotencyToken": true,
238
- "location": "querystring",
239
- "locationName": "clientToken"
236
+ "workspaceId": {
237
+ "location": "uri",
238
+ "locationName": "workspaceId"
240
239
  },
241
240
  "name": {
242
241
  "location": "uri",
243
242
  "locationName": "name"
244
243
  },
245
- "workspaceId": {
246
- "location": "uri",
247
- "locationName": "workspaceId"
244
+ "clientToken": {
245
+ "idempotencyToken": true,
246
+ "location": "querystring",
247
+ "locationName": "clientToken"
248
248
  }
249
249
  }
250
250
  },
@@ -262,14 +262,14 @@
262
262
  "workspaceId"
263
263
  ],
264
264
  "members": {
265
+ "workspaceId": {
266
+ "location": "uri",
267
+ "locationName": "workspaceId"
268
+ },
265
269
  "clientToken": {
266
270
  "idempotencyToken": true,
267
271
  "location": "querystring",
268
272
  "locationName": "clientToken"
269
- },
270
- "workspaceId": {
271
- "location": "uri",
272
- "locationName": "workspaceId"
273
273
  }
274
274
  }
275
275
  },
@@ -302,23 +302,23 @@
302
302
  "alertManagerDefinition": {
303
303
  "type": "structure",
304
304
  "required": [
305
- "createdAt",
305
+ "status",
306
306
  "data",
307
- "modifiedAt",
308
- "status"
307
+ "createdAt",
308
+ "modifiedAt"
309
309
  ],
310
310
  "members": {
311
- "createdAt": {
312
- "type": "timestamp"
311
+ "status": {
312
+ "shape": "S6"
313
313
  },
314
314
  "data": {
315
315
  "type": "blob"
316
316
  },
317
- "modifiedAt": {
317
+ "createdAt": {
318
318
  "type": "timestamp"
319
319
  },
320
- "status": {
321
- "shape": "S6"
320
+ "modifiedAt": {
321
+ "type": "timestamp"
322
322
  }
323
323
  }
324
324
  }
@@ -352,24 +352,24 @@
352
352
  "loggingConfiguration": {
353
353
  "type": "structure",
354
354
  "required": [
355
- "createdAt",
356
- "logGroupArn",
357
- "modifiedAt",
358
355
  "status",
359
- "workspace"
356
+ "workspace",
357
+ "logGroupArn",
358
+ "createdAt",
359
+ "modifiedAt"
360
360
  ],
361
361
  "members": {
362
+ "status": {
363
+ "shape": "Sc"
364
+ },
365
+ "workspace": {},
366
+ "logGroupArn": {},
362
367
  "createdAt": {
363
368
  "type": "timestamp"
364
369
  },
365
- "logGroupArn": {},
366
370
  "modifiedAt": {
367
371
  "type": "timestamp"
368
- },
369
- "status": {
370
- "shape": "Sc"
371
- },
372
- "workspace": {}
372
+ }
373
373
  }
374
374
  }
375
375
  }
@@ -384,17 +384,17 @@
384
384
  "input": {
385
385
  "type": "structure",
386
386
  "required": [
387
- "name",
388
- "workspaceId"
387
+ "workspaceId",
388
+ "name"
389
389
  ],
390
390
  "members": {
391
- "name": {
392
- "location": "uri",
393
- "locationName": "name"
394
- },
395
391
  "workspaceId": {
396
392
  "location": "uri",
397
393
  "locationName": "workspaceId"
394
+ },
395
+ "name": {
396
+ "location": "uri",
397
+ "locationName": "name"
398
398
  }
399
399
  }
400
400
  },
@@ -408,26 +408,26 @@
408
408
  "type": "structure",
409
409
  "required": [
410
410
  "arn",
411
- "createdAt",
412
- "data",
413
- "modifiedAt",
414
411
  "name",
415
- "status"
412
+ "status",
413
+ "data",
414
+ "createdAt",
415
+ "modifiedAt"
416
416
  ],
417
417
  "members": {
418
418
  "arn": {},
419
- "createdAt": {
420
- "type": "timestamp"
419
+ "name": {},
420
+ "status": {
421
+ "shape": "Sm"
421
422
  },
422
423
  "data": {
423
424
  "type": "blob"
424
425
  },
425
- "modifiedAt": {
426
+ "createdAt": {
426
427
  "type": "timestamp"
427
428
  },
428
- "name": {},
429
- "status": {
430
- "shape": "Sm"
429
+ "modifiedAt": {
430
+ "type": "timestamp"
431
431
  },
432
432
  "tags": {
433
433
  "shape": "Sh"
@@ -464,25 +464,25 @@
464
464
  "workspace": {
465
465
  "type": "structure",
466
466
  "required": [
467
+ "workspaceId",
467
468
  "arn",
468
- "createdAt",
469
469
  "status",
470
- "workspaceId"
470
+ "createdAt"
471
471
  ],
472
472
  "members": {
473
+ "workspaceId": {},
473
474
  "alias": {},
474
475
  "arn": {},
475
- "createdAt": {
476
- "type": "timestamp"
477
- },
478
- "prometheusEndpoint": {},
479
476
  "status": {
480
477
  "shape": "Ss"
481
478
  },
479
+ "prometheusEndpoint": {},
480
+ "createdAt": {
481
+ "type": "timestamp"
482
+ },
482
483
  "tags": {
483
484
  "shape": "Sh"
484
- },
485
- "workspaceId": {}
485
+ }
486
486
  }
487
487
  }
488
488
  }
@@ -500,10 +500,9 @@
500
500
  "workspaceId"
501
501
  ],
502
502
  "members": {
503
- "maxResults": {
504
- "location": "querystring",
505
- "locationName": "maxResults",
506
- "type": "integer"
503
+ "workspaceId": {
504
+ "location": "uri",
505
+ "locationName": "workspaceId"
507
506
  },
508
507
  "name": {
509
508
  "location": "querystring",
@@ -513,9 +512,10 @@
513
512
  "location": "querystring",
514
513
  "locationName": "nextToken"
515
514
  },
516
- "workspaceId": {
517
- "location": "uri",
518
- "locationName": "workspaceId"
515
+ "maxResults": {
516
+ "location": "querystring",
517
+ "locationName": "maxResults",
518
+ "type": "integer"
519
519
  }
520
520
  }
521
521
  },
@@ -525,36 +525,36 @@
525
525
  "ruleGroupsNamespaces"
526
526
  ],
527
527
  "members": {
528
- "nextToken": {},
529
528
  "ruleGroupsNamespaces": {
530
529
  "type": "list",
531
530
  "member": {
532
531
  "type": "structure",
533
532
  "required": [
534
533
  "arn",
535
- "createdAt",
536
- "modifiedAt",
537
534
  "name",
538
- "status"
535
+ "status",
536
+ "createdAt",
537
+ "modifiedAt"
539
538
  ],
540
539
  "members": {
541
540
  "arn": {},
541
+ "name": {},
542
+ "status": {
543
+ "shape": "Sm"
544
+ },
542
545
  "createdAt": {
543
546
  "type": "timestamp"
544
547
  },
545
548
  "modifiedAt": {
546
549
  "type": "timestamp"
547
550
  },
548
- "name": {},
549
- "status": {
550
- "shape": "Sm"
551
- },
552
551
  "tags": {
553
552
  "shape": "Sh"
554
553
  }
555
554
  }
556
555
  }
557
- }
556
+ },
557
+ "nextToken": {}
558
558
  }
559
559
  }
560
560
  },
@@ -594,6 +594,10 @@
594
594
  "input": {
595
595
  "type": "structure",
596
596
  "members": {
597
+ "nextToken": {
598
+ "location": "querystring",
599
+ "locationName": "nextToken"
600
+ },
597
601
  "alias": {
598
602
  "location": "querystring",
599
603
  "locationName": "alias"
@@ -602,10 +606,6 @@
602
606
  "location": "querystring",
603
607
  "locationName": "maxResults",
604
608
  "type": "integer"
605
- },
606
- "nextToken": {
607
- "location": "querystring",
608
- "locationName": "nextToken"
609
609
  }
610
610
  }
611
611
  },
@@ -615,33 +615,33 @@
615
615
  "workspaces"
616
616
  ],
617
617
  "members": {
618
- "nextToken": {},
619
618
  "workspaces": {
620
619
  "type": "list",
621
620
  "member": {
622
621
  "type": "structure",
623
622
  "required": [
623
+ "workspaceId",
624
624
  "arn",
625
- "createdAt",
626
625
  "status",
627
- "workspaceId"
626
+ "createdAt"
628
627
  ],
629
628
  "members": {
629
+ "workspaceId": {},
630
630
  "alias": {},
631
631
  "arn": {},
632
- "createdAt": {
633
- "type": "timestamp"
634
- },
635
632
  "status": {
636
633
  "shape": "Ss"
637
634
  },
635
+ "createdAt": {
636
+ "type": "timestamp"
637
+ },
638
638
  "tags": {
639
639
  "shape": "Sh"
640
- },
641
- "workspaceId": {}
640
+ }
642
641
  }
643
642
  }
644
- }
643
+ },
644
+ "nextToken": {}
645
645
  }
646
646
  }
647
647
  },
@@ -654,19 +654,19 @@
654
654
  "input": {
655
655
  "type": "structure",
656
656
  "required": [
657
- "data",
658
- "workspaceId"
657
+ "workspaceId",
658
+ "data"
659
659
  ],
660
660
  "members": {
661
- "clientToken": {
662
- "idempotencyToken": true
661
+ "workspaceId": {
662
+ "location": "uri",
663
+ "locationName": "workspaceId"
663
664
  },
664
665
  "data": {
665
666
  "type": "blob"
666
667
  },
667
- "workspaceId": {
668
- "location": "uri",
669
- "locationName": "workspaceId"
668
+ "clientToken": {
669
+ "idempotencyToken": true
670
670
  }
671
671
  }
672
672
  },
@@ -692,37 +692,37 @@
692
692
  "input": {
693
693
  "type": "structure",
694
694
  "required": [
695
- "data",
695
+ "workspaceId",
696
696
  "name",
697
- "workspaceId"
697
+ "data"
698
698
  ],
699
699
  "members": {
700
- "clientToken": {
701
- "idempotencyToken": true
702
- },
703
- "data": {
704
- "type": "blob"
700
+ "workspaceId": {
701
+ "location": "uri",
702
+ "locationName": "workspaceId"
705
703
  },
706
704
  "name": {
707
705
  "location": "uri",
708
706
  "locationName": "name"
709
707
  },
710
- "workspaceId": {
711
- "location": "uri",
712
- "locationName": "workspaceId"
708
+ "data": {
709
+ "type": "blob"
710
+ },
711
+ "clientToken": {
712
+ "idempotencyToken": true
713
713
  }
714
714
  }
715
715
  },
716
716
  "output": {
717
717
  "type": "structure",
718
718
  "required": [
719
- "arn",
720
719
  "name",
720
+ "arn",
721
721
  "status"
722
722
  ],
723
723
  "members": {
724
- "arn": {},
725
724
  "name": {},
725
+ "arn": {},
726
726
  "status": {
727
727
  "shape": "Sm"
728
728
  },
@@ -799,17 +799,17 @@
799
799
  "input": {
800
800
  "type": "structure",
801
801
  "required": [
802
- "logGroupArn",
803
- "workspaceId"
802
+ "workspaceId",
803
+ "logGroupArn"
804
804
  ],
805
805
  "members": {
806
- "clientToken": {
807
- "idempotencyToken": true
808
- },
809
- "logGroupArn": {},
810
806
  "workspaceId": {
811
807
  "location": "uri",
812
808
  "locationName": "workspaceId"
809
+ },
810
+ "logGroupArn": {},
811
+ "clientToken": {
812
+ "idempotencyToken": true
813
813
  }
814
814
  }
815
815
  },
@@ -837,13 +837,13 @@
837
837
  "workspaceId"
838
838
  ],
839
839
  "members": {
840
- "alias": {},
841
- "clientToken": {
842
- "idempotencyToken": true
843
- },
844
840
  "workspaceId": {
845
841
  "location": "uri",
846
842
  "locationName": "workspaceId"
843
+ },
844
+ "alias": {},
845
+ "clientToken": {
846
+ "idempotencyToken": true
847
847
  }
848
848
  }
849
849
  },