aws-sdk 2.974.0 → 2.978.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,31 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.974.0-->
2
+ <!--LATEST=2.978.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.978.0
6
+ * feature: EC2: This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
7
+ * feature: EMR: Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
8
+
9
+ ## 2.977.0
10
+ * feature: ComputeOptimizer: Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
11
+ * feature: EC2: Support added for resizing VPC prefix lists
12
+ * feature: Rekognition: This release added new attributes to Rekognition RecognizeCelebities and GetCelebrityInfo API operations.
13
+ * feature: TranscribeService: This release adds support for batch transcription in six new languages - Afrikaans, Danish, Mandarin Chinese (Taiwan), New Zealand English, South African English, and Thai.
14
+
15
+ ## 2.976.0
16
+ * feature: CloudWatchEvents: AWS CWEvents adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
17
+ * feature: DataSync: Added include filters to CreateTask and UpdateTask, and added exclude filters to StartTaskExecution, giving customers more granular control over how DataSync transfers files, folders, and objects.
18
+ * feature: EC2: Support added for IMDS IPv6 endpoint
19
+ * feature: EventBridge: AWS EventBridge adds an enum of EXTERNAL for EcsParameters LaunchType for PutTargets API
20
+ * feature: FMS: AWS Firewall Manager now supports triggering resource cleanup workflow when account or resource goes out of policy scope for AWS WAF, Security group, AWS Network Firewall, and Amazon Route 53 Resolver DNS Firewall policies.
21
+
22
+ ## 2.975.0
23
+ * feature: IotData: Updated Publish with support for new Retain flag and added two new API operations: GetRetainedMessage, ListRetainedMessages.
24
+ * feature: MediaConvert: AWS Elemental MediaConvert SDK has added MBAFF encoding support for AVC video and the ability to pass encryption context from the job settings to S3.
25
+ * feature: Polly: Amazon Polly adds new New Zealand English voice - Aria. Aria is available as Neural voice only.
26
+ * feature: SSM: Updated Parameter Store property for logging improvements.
27
+ * feature: TranscribeService: This release adds support for feature tagging with Amazon Transcribe batch jobs.
28
+
5
29
  ## 2.974.0
6
30
  * feature: APIGateway: Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
7
31
  * feature: Backup: AWS Backup - Features: Evaluate your backup activity and generate audit reports.
package/README.md CHANGED
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
29
29
  To use the SDK in the browser, simply add the following script tag to your
30
30
  HTML pages:
31
31
 
32
- <script src="https://sdk.amazonaws.com/js/aws-sdk-2.974.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.978.0.min.js"></script>
33
33
 
34
34
  You can also build a custom browser SDK with your specified set of AWS services.
35
35
  This can allow you to reduce the SDK's size, specify different API versions of
@@ -95,6 +95,9 @@
95
95
  "fileFormat": {},
96
96
  "includeMemberAccounts": {
97
97
  "type": "boolean"
98
+ },
99
+ "recommendationPreferences": {
100
+ "shape": "S10"
98
101
  }
99
102
  }
100
103
  },
@@ -119,7 +122,7 @@
119
122
  "shape": "Sp"
120
123
  },
121
124
  "filters": {
122
- "shape": "S12"
125
+ "shape": "S15"
123
126
  },
124
127
  "fieldsToExport": {
125
128
  "type": "list",
@@ -167,6 +170,9 @@
167
170
  "fileFormat": {},
168
171
  "includeMemberAccounts": {
169
172
  "type": "boolean"
173
+ },
174
+ "recommendationPreferences": {
175
+ "shape": "S10"
170
176
  }
171
177
  }
172
178
  },
@@ -191,7 +197,7 @@
191
197
  "shape": "Sp"
192
198
  },
193
199
  "filters": {
194
- "shape": "S1d"
200
+ "shape": "S1g"
195
201
  },
196
202
  "fieldsToExport": {
197
203
  "type": "list",
@@ -233,6 +239,9 @@
233
239
  },
234
240
  "filters": {
235
241
  "shape": "Sr"
242
+ },
243
+ "recommendationPreferences": {
244
+ "shape": "S10"
236
245
  }
237
246
  }
238
247
  },
@@ -250,13 +259,13 @@
250
259
  "autoScalingGroupName": {},
251
260
  "finding": {},
252
261
  "utilizationMetrics": {
253
- "shape": "S1r"
262
+ "shape": "S1u"
254
263
  },
255
264
  "lookBackPeriodInDays": {
256
265
  "type": "double"
257
266
  },
258
267
  "currentConfiguration": {
259
- "shape": "S1x"
268
+ "shape": "S20"
260
269
  },
261
270
  "recommendationOptions": {
262
271
  "type": "list",
@@ -264,10 +273,10 @@
264
273
  "type": "structure",
265
274
  "members": {
266
275
  "configuration": {
267
- "shape": "S1x"
276
+ "shape": "S20"
268
277
  },
269
278
  "projectedUtilizationMetrics": {
270
- "shape": "S24"
279
+ "shape": "S27"
271
280
  },
272
281
  "performanceRisk": {
273
282
  "type": "double"
@@ -285,7 +294,7 @@
285
294
  }
286
295
  },
287
296
  "errors": {
288
- "shape": "S28"
297
+ "shape": "S2b"
289
298
  }
290
299
  }
291
300
  }
@@ -303,7 +312,7 @@
303
312
  "type": "integer"
304
313
  },
305
314
  "filters": {
306
- "shape": "S12"
315
+ "shape": "S15"
307
316
  },
308
317
  "accountIds": {
309
318
  "shape": "Sp"
@@ -322,7 +331,7 @@
322
331
  "volumeArn": {},
323
332
  "accountId": {},
324
333
  "currentConfiguration": {
325
- "shape": "S2j"
334
+ "shape": "S2m"
326
335
  },
327
336
  "finding": {},
328
337
  "utilizationMetrics": {
@@ -347,7 +356,7 @@
347
356
  "type": "structure",
348
357
  "members": {
349
358
  "configuration": {
350
- "shape": "S2j"
359
+ "shape": "S2m"
351
360
  },
352
361
  "performanceRisk": {
353
362
  "type": "double"
@@ -365,7 +374,7 @@
365
374
  }
366
375
  },
367
376
  "errors": {
368
- "shape": "S28"
377
+ "shape": "S2b"
369
378
  }
370
379
  }
371
380
  }
@@ -387,6 +396,9 @@
387
396
  },
388
397
  "accountIds": {
389
398
  "shape": "Sp"
399
+ },
400
+ "recommendationPreferences": {
401
+ "shape": "S10"
390
402
  }
391
403
  }
392
404
  },
@@ -409,7 +421,7 @@
409
421
  "member": {}
410
422
  },
411
423
  "utilizationMetrics": {
412
- "shape": "S1r"
424
+ "shape": "S1u"
413
425
  },
414
426
  "lookBackPeriodInDays": {
415
427
  "type": "double"
@@ -421,7 +433,7 @@
421
433
  "members": {
422
434
  "instanceType": {},
423
435
  "projectedUtilizationMetrics": {
424
- "shape": "S24"
436
+ "shape": "S27"
425
437
  },
426
438
  "platformDifferences": {
427
439
  "type": "list",
@@ -453,7 +465,7 @@
453
465
  }
454
466
  },
455
467
  "errors": {
456
- "shape": "S28"
468
+ "shape": "S2b"
457
469
  }
458
470
  }
459
471
  }
@@ -479,6 +491,9 @@
479
491
  },
480
492
  "endTime": {
481
493
  "type": "timestamp"
494
+ },
495
+ "recommendationPreferences": {
496
+ "shape": "S10"
482
497
  }
483
498
  }
484
499
  },
@@ -533,8 +548,57 @@
533
548
  "statusReason": {},
534
549
  "memberAccountsEnrolled": {
535
550
  "type": "boolean"
551
+ },
552
+ "lastUpdatedTimestamp": {
553
+ "type": "timestamp"
554
+ },
555
+ "numberOfMemberAccountsOptedIn": {
556
+ "type": "integer"
557
+ }
558
+ }
559
+ }
560
+ },
561
+ "GetEnrollmentStatusesForOrganization": {
562
+ "input": {
563
+ "type": "structure",
564
+ "members": {
565
+ "filters": {
566
+ "type": "list",
567
+ "member": {
568
+ "type": "structure",
569
+ "members": {
570
+ "name": {},
571
+ "values": {
572
+ "shape": "S7"
573
+ }
574
+ }
575
+ }
576
+ },
577
+ "nextToken": {},
578
+ "maxResults": {
579
+ "type": "integer"
536
580
  }
537
581
  }
582
+ },
583
+ "output": {
584
+ "type": "structure",
585
+ "members": {
586
+ "accountEnrollmentStatuses": {
587
+ "type": "list",
588
+ "member": {
589
+ "type": "structure",
590
+ "members": {
591
+ "accountId": {},
592
+ "status": {},
593
+ "statusReason": {},
594
+ "lastUpdatedTimestamp": {
595
+ "type": "timestamp"
596
+ }
597
+ }
598
+ }
599
+ },
600
+ "nextToken": {}
601
+ }
538
602
  }
539
603
  },
540
604
  "GetLambdaFunctionRecommendations": {
@@ -549,7 +613,7 @@
549
613
  "shape": "Sp"
550
614
  },
551
615
  "filters": {
552
- "shape": "S1d"
616
+ "shape": "S1g"
553
617
  },
554
618
  "nextToken": {},
555
619
  "maxResults": {
@@ -744,7 +808,16 @@
744
808
  "keyPrefix": {}
745
809
  }
746
810
  },
747
- "S12": {
811
+ "S10": {
812
+ "type": "structure",
813
+ "members": {
814
+ "cpuVendorArchitectures": {
815
+ "type": "list",
816
+ "member": {}
817
+ }
818
+ }
819
+ },
820
+ "S15": {
748
821
  "type": "list",
749
822
  "member": {
750
823
  "type": "structure",
@@ -756,7 +829,7 @@
756
829
  }
757
830
  }
758
831
  },
759
- "S1d": {
832
+ "S1g": {
760
833
  "type": "list",
761
834
  "member": {
762
835
  "type": "structure",
@@ -768,13 +841,13 @@
768
841
  }
769
842
  }
770
843
  },
771
- "S1r": {
844
+ "S1u": {
772
845
  "type": "list",
773
846
  "member": {
774
- "shape": "S1s"
847
+ "shape": "S1v"
775
848
  }
776
849
  },
777
- "S1s": {
850
+ "S1v": {
778
851
  "type": "structure",
779
852
  "members": {
780
853
  "name": {},
@@ -784,7 +857,7 @@
784
857
  }
785
858
  }
786
859
  },
787
- "S1x": {
860
+ "S20": {
788
861
  "type": "structure",
789
862
  "members": {
790
863
  "desiredCapacity": {
@@ -799,13 +872,13 @@
799
872
  "instanceType": {}
800
873
  }
801
874
  },
802
- "S24": {
875
+ "S27": {
803
876
  "type": "list",
804
877
  "member": {
805
- "shape": "S1s"
878
+ "shape": "S1v"
806
879
  }
807
880
  },
808
- "S28": {
881
+ "S2b": {
809
882
  "type": "list",
810
883
  "member": {
811
884
  "type": "structure",
@@ -816,7 +889,7 @@
816
889
  }
817
890
  }
818
891
  },
819
- "S2j": {
892
+ "S2m": {
820
893
  "type": "structure",
821
894
  "members": {
822
895
  "volumeType": {},
@@ -266,6 +266,9 @@
266
266
  },
267
267
  "Tags": {
268
268
  "shape": "S7"
269
+ },
270
+ "Includes": {
271
+ "shape": "S23"
269
272
  }
270
273
  }
271
274
  },
@@ -564,6 +567,9 @@
564
567
  "ErrorDetail": {},
565
568
  "CreationTime": {
566
569
  "type": "timestamp"
570
+ },
571
+ "Includes": {
572
+ "shape": "S23"
567
573
  }
568
574
  }
569
575
  }
@@ -822,6 +828,9 @@
822
828
  },
823
829
  "Includes": {
824
830
  "shape": "S23"
831
+ },
832
+ "Excludes": {
833
+ "shape": "S23"
825
834
  }
826
835
  }
827
836
  },
@@ -981,7 +990,10 @@
981
990
  "shape": "S27"
982
991
  },
983
992
  "Name": {},
984
- "CloudWatchLogGroupArn": {}
993
+ "CloudWatchLogGroupArn": {},
994
+ "Includes": {
995
+ "shape": "S23"
996
+ }
985
997
  }
986
998
  },
987
999
  "output": {