aws-sdk 2.849.0 → 2.853.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.
Files changed (48) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +123 -66
  4. package/apis/autoscaling-2011-01-01.min.json +20 -15
  5. package/apis/databrew-2017-07-25.min.json +87 -77
  6. package/apis/detective-2018-10-26.min.json +26 -19
  7. package/apis/ecr-public-2020-10-30.min.json +82 -11
  8. package/apis/eks-2017-11-01.min.json +154 -122
  9. package/apis/elasticmapreduce-2009-03-31.min.json +19 -1
  10. package/apis/es-2015-01-01.min.json +192 -57
  11. package/apis/es-2015-01-01.paginators.json +5 -0
  12. package/apis/glue-2017-03-31.min.json +72 -69
  13. package/apis/imagebuilder-2019-12-02.min.json +96 -56
  14. package/apis/imagebuilder-2019-12-02.paginators.json +6 -0
  15. package/apis/iotevents-2018-07-27.min.json +102 -3
  16. package/apis/mediapackage-vod-2018-11-07.min.json +153 -76
  17. package/apis/pinpoint-2016-12-01.min.json +9 -3
  18. package/apis/redshift-data-2019-12-20.min.json +5 -1
  19. package/apis/s3-2006-03-01.examples.json +109 -109
  20. package/apis/s3-2006-03-01.min.json +8 -0
  21. package/clients/appflow.d.ts +33 -1
  22. package/clients/autoscaling.d.ts +16 -2
  23. package/clients/computeoptimizer.d.ts +5 -5
  24. package/clients/databrew.d.ts +26 -0
  25. package/clients/detective.d.ts +20 -11
  26. package/clients/ecrpublic.d.ts +78 -0
  27. package/clients/eks.d.ts +29 -4
  28. package/clients/emr.d.ts +80 -50
  29. package/clients/es.d.ts +186 -0
  30. package/clients/glue.d.ts +6 -4
  31. package/clients/imagebuilder.d.ts +63 -2
  32. package/clients/iotevents.d.ts +130 -28
  33. package/clients/lightsail.d.ts +2 -2
  34. package/clients/mediapackagevod.d.ts +43 -0
  35. package/clients/pinpoint.d.ts +24 -0
  36. package/clients/quicksight.d.ts +5 -5
  37. package/clients/redshiftdata.d.ts +16 -4
  38. package/clients/s3.d.ts +40 -38
  39. package/clients/s3control.d.ts +4 -4
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +35 -21
  42. package/dist/aws-sdk.js +67 -22
  43. package/dist/aws-sdk.min.js +82 -82
  44. package/lib/core.js +1 -1
  45. package/lib/services/s3.js +13 -1
  46. package/lib/services/s3util.js +4 -2
  47. package/package.json +1 -1
  48. package/scripts/region-checker/allowlist.js +6 -6
package/CHANGELOG.md CHANGED
@@ -1,7 +1,33 @@
1
1
  # Changelog for AWS SDK for JavaScript
2
- <!--LATEST=2.849.0-->
2
+ <!--LATEST=2.853.0-->
3
3
  <!--ENTRYINSERT-->
4
4
 
5
+ ## 2.853.0
6
+ * bugfix: s3: Bugfixing the s3 arn endpoint parser
7
+ * feature: EKS: Amazon EKS now supports adding KMS envelope encryption to existing clusters to enhance security for secrets
8
+ * feature: EMR: Added UpdateStudio API that allows updating a few attributes of an EMR Studio.
9
+ * feature: S3: Add RequestPayer to GetObjectTagging and PutObjectTagging.
10
+ * feature: SSOAdmin: Relax constraint on List* API pagination tokens to include underscore character
11
+
12
+ ## 2.852.0
13
+ * feature: DataBrew: This SDK release adds two new dataset features: 1) support for specifying the file format for a dataset, and 2) support for specifying whether the first row of a CSV or Excel file contains a header.
14
+ * feature: Detective: Changed "master account" to "administrator account." A new AdministratorId field replaces the deprecated MasterId field. Added an option to disable email notifications for member account invitations.
15
+ * feature: Imagebuilder: This release introduces a new API (ListImagePackages) for listing packages installed on an image, and adds support for GP3 volume types, and for specifying a time zone in an image pipeline schedule.
16
+ * feature: Transfer: Corrected the upper limit for TestIdentityProvider input lengths to 1024 characters
17
+
18
+ ## 2.851.0
19
+ * feature: Appflow: # Adding 'Amazon Honeycode' , 'Amazon Lookout for Metrics' and 'Amazon Connect Customer Profiles' as Destinations.
20
+ * feature: ECRPUBLIC: This release adds support for AWS tags on Amazon ECR Public repositories.
21
+ * feature: ES: Amazon Elasticsearch Service now supports Auto-Tune, which monitors performance metrics and automatically optimizes domains
22
+ * feature: MediaPackageVod: AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage VOD packaging group.
23
+
24
+ ## 2.850.0
25
+ * feature: AutoScaling: Adds a new optional IncludeDeletedGroups parameter to the DescribeScalingActivities API.
26
+ * feature: Glue: Updating the page size for Glue catalog getter APIs.
27
+ * feature: IoTEvents: This release adds an Analyze feature to AWS IoT Events that lets customers analyze their detector models for runtime issues.
28
+ * feature: Pinpoint: Enables AWS Pinpoint customers to use Entity Id and Template Id when sending SMS message. These parameters can be obtained from the regulatory body of the country where you are trying to send the SMS.
29
+ * feature: RedshiftData: This release adds an additional parameter 'ConnectedDatabase' into ListSchemasRequest, ListTablesRequest and DescribeTableRequest to support the metadata sharing across databases.
30
+
5
31
  ## 2.849.0
6
32
  * feature: SageMaker: Amazon SageMaker now supports core dump for SageMaker Endpoints and direct invocation of a single container in a SageMaker Endpoint that hosts multiple containers.
7
33
  * feature: SageMakerRuntime: SageMaker Runtime now supports a new TargetContainerHostname header to invoke a model in a specific container if the endpoint hosts multiple containers and is configured to use direct invocation.
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.849.0.min.js"></script>
32
+ <script src="https://sdk.amazonaws.com/js/aws-sdk-2.853.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
@@ -59,19 +59,19 @@
59
59
  "description": {},
60
60
  "kmsArn": {},
61
61
  "triggerConfig": {
62
- "shape": "S20"
62
+ "shape": "S22"
63
63
  },
64
64
  "sourceFlowConfig": {
65
- "shape": "S29"
65
+ "shape": "S2b"
66
66
  },
67
67
  "destinationFlowConfigList": {
68
- "shape": "S2s"
68
+ "shape": "S2u"
69
69
  },
70
70
  "tasks": {
71
- "shape": "S3e"
71
+ "shape": "S3l"
72
72
  },
73
73
  "tags": {
74
- "shape": "S42"
74
+ "shape": "S49"
75
75
  }
76
76
  }
77
77
  },
@@ -276,7 +276,7 @@
276
276
  "type": "structure",
277
277
  "members": {
278
278
  "connectorTypes": {
279
- "shape": "S52"
279
+ "shape": "S59"
280
280
  },
281
281
  "nextToken": {}
282
282
  }
@@ -297,7 +297,7 @@
297
297
  "type": "boolean"
298
298
  },
299
299
  "supportedDestinationConnectors": {
300
- "shape": "S52"
300
+ "shape": "S59"
301
301
  },
302
302
  "supportedSchedulingFrequencies": {
303
303
  "type": "list",
@@ -332,7 +332,7 @@
332
332
  "type": "structure",
333
333
  "members": {
334
334
  "oAuthScopes": {
335
- "shape": "S5e"
335
+ "shape": "S5l"
336
336
  }
337
337
  }
338
338
  },
@@ -356,7 +356,7 @@
356
356
  "type": "structure",
357
357
  "members": {
358
358
  "oAuthScopes": {
359
- "shape": "S5e"
359
+ "shape": "S5l"
360
360
  }
361
361
  }
362
362
  },
@@ -372,7 +372,7 @@
372
372
  "type": "structure",
373
373
  "members": {
374
374
  "oAuthScopes": {
375
- "shape": "S5e"
375
+ "shape": "S5l"
376
376
  }
377
377
  }
378
378
  },
@@ -397,7 +397,7 @@
397
397
  "type": "structure",
398
398
  "members": {
399
399
  "oAuthScopes": {
400
- "shape": "S5e"
400
+ "shape": "S5l"
401
401
  }
402
402
  }
403
403
  },
@@ -408,6 +408,18 @@
408
408
  "Upsolver": {
409
409
  "type": "structure",
410
410
  "members": {}
411
+ },
412
+ "CustomerProfiles": {
413
+ "type": "structure",
414
+ "members": {}
415
+ },
416
+ "Honeycode": {
417
+ "type": "structure",
418
+ "members": {
419
+ "oAuthScopes": {
420
+ "shape": "S5l"
421
+ }
422
+ }
411
423
  }
412
424
  }
413
425
  }
@@ -441,19 +453,19 @@
441
453
  "flowStatus": {},
442
454
  "flowStatusMessage": {},
443
455
  "sourceFlowConfig": {
444
- "shape": "S29"
456
+ "shape": "S2b"
445
457
  },
446
458
  "destinationFlowConfigList": {
447
- "shape": "S2s"
459
+ "shape": "S2u"
448
460
  },
449
461
  "lastRunExecutionDetails": {
450
- "shape": "S5y"
462
+ "shape": "S67"
451
463
  },
452
464
  "triggerConfig": {
453
- "shape": "S20"
465
+ "shape": "S22"
454
466
  },
455
467
  "tasks": {
456
- "shape": "S3e"
468
+ "shape": "S3l"
457
469
  },
458
470
  "createdAt": {
459
471
  "type": "timestamp"
@@ -464,7 +476,7 @@
464
476
  "createdBy": {},
465
477
  "lastUpdatedBy": {},
466
478
  "tags": {
467
- "shape": "S42"
479
+ "shape": "S49"
468
480
  }
469
481
  }
470
482
  }
@@ -616,10 +628,10 @@
616
628
  "createdBy": {},
617
629
  "lastUpdatedBy": {},
618
630
  "tags": {
619
- "shape": "S42"
631
+ "shape": "S49"
620
632
  },
621
633
  "lastRunExecutionDetails": {
622
- "shape": "S5y"
634
+ "shape": "S67"
623
635
  }
624
636
  }
625
637
  }
@@ -649,7 +661,7 @@
649
661
  "type": "structure",
650
662
  "members": {
651
663
  "tags": {
652
- "shape": "S42"
664
+ "shape": "S49"
653
665
  }
654
666
  }
655
667
  }
@@ -713,7 +725,7 @@
713
725
  "locationName": "resourceArn"
714
726
  },
715
727
  "tags": {
716
- "shape": "S42"
728
+ "shape": "S49"
717
729
  }
718
730
  }
719
731
  },
@@ -793,16 +805,16 @@
793
805
  "flowName": {},
794
806
  "description": {},
795
807
  "triggerConfig": {
796
- "shape": "S20"
808
+ "shape": "S22"
797
809
  },
798
810
  "sourceFlowConfig": {
799
- "shape": "S29"
811
+ "shape": "S2b"
800
812
  },
801
813
  "destinationFlowConfigList": {
802
- "shape": "S2s"
814
+ "shape": "S2u"
803
815
  },
804
816
  "tasks": {
805
- "shape": "S3e"
817
+ "shape": "S3l"
806
818
  }
807
819
  }
808
820
  },
@@ -871,14 +883,26 @@
871
883
  "members": {
872
884
  "clientId": {},
873
885
  "clientSecret": {
874
- "shape": "S18"
886
+ "shape": "S19"
875
887
  },
876
888
  "accessToken": {
877
- "shape": "S19"
889
+ "shape": "S1a"
890
+ },
891
+ "refreshToken": {},
892
+ "oAuthRequest": {
893
+ "shape": "S1c"
894
+ }
895
+ }
896
+ },
897
+ "Honeycode": {
898
+ "type": "structure",
899
+ "members": {
900
+ "accessToken": {
901
+ "shape": "S1a"
878
902
  },
879
903
  "refreshToken": {},
880
904
  "oAuthRequest": {
881
- "shape": "S1b"
905
+ "shape": "S1c"
882
906
  }
883
907
  }
884
908
  },
@@ -909,13 +933,13 @@
909
933
  "members": {
910
934
  "clientId": {},
911
935
  "clientSecret": {
912
- "shape": "S18"
936
+ "shape": "S19"
913
937
  },
914
938
  "accessToken": {
915
- "shape": "S19"
939
+ "shape": "S1a"
916
940
  },
917
941
  "oAuthRequest": {
918
- "shape": "S1b"
942
+ "shape": "S1c"
919
943
  }
920
944
  }
921
945
  },
@@ -928,7 +952,7 @@
928
952
  "members": {
929
953
  "username": {},
930
954
  "password": {
931
- "shape": "S1k"
955
+ "shape": "S1m"
932
956
  }
933
957
  }
934
958
  },
@@ -936,11 +960,11 @@
936
960
  "type": "structure",
937
961
  "members": {
938
962
  "accessToken": {
939
- "shape": "S19"
963
+ "shape": "S1a"
940
964
  },
941
965
  "refreshToken": {},
942
966
  "oAuthRequest": {
943
- "shape": "S1b"
967
+ "shape": "S1c"
944
968
  },
945
969
  "clientCredentialsArn": {
946
970
  "type": "string",
@@ -957,7 +981,7 @@
957
981
  "members": {
958
982
  "username": {},
959
983
  "password": {
960
- "shape": "S1k"
984
+ "shape": "S1m"
961
985
  }
962
986
  }
963
987
  },
@@ -979,13 +1003,13 @@
979
1003
  "members": {
980
1004
  "clientId": {},
981
1005
  "clientSecret": {
982
- "shape": "S18"
1006
+ "shape": "S19"
983
1007
  },
984
1008
  "accessToken": {
985
- "shape": "S19"
1009
+ "shape": "S1a"
986
1010
  },
987
1011
  "oAuthRequest": {
988
- "shape": "S1b"
1012
+ "shape": "S1c"
989
1013
  }
990
1014
  }
991
1015
  },
@@ -998,7 +1022,7 @@
998
1022
  "members": {
999
1023
  "username": {},
1000
1024
  "password": {
1001
- "shape": "S1k"
1025
+ "shape": "S1m"
1002
1026
  }
1003
1027
  }
1004
1028
  },
@@ -1023,7 +1047,7 @@
1023
1047
  "members": {
1024
1048
  "username": {},
1025
1049
  "password": {
1026
- "shape": "S1k"
1050
+ "shape": "S1m"
1027
1051
  }
1028
1052
  }
1029
1053
  },
@@ -1036,13 +1060,13 @@
1036
1060
  "members": {
1037
1061
  "clientId": {},
1038
1062
  "clientSecret": {
1039
- "shape": "S18"
1063
+ "shape": "S19"
1040
1064
  },
1041
1065
  "accessToken": {
1042
- "shape": "S19"
1066
+ "shape": "S1a"
1043
1067
  },
1044
1068
  "oAuthRequest": {
1045
- "shape": "S1b"
1069
+ "shape": "S1c"
1046
1070
  }
1047
1071
  }
1048
1072
  }
@@ -1079,6 +1103,10 @@
1079
1103
  "type": "structure",
1080
1104
  "members": {}
1081
1105
  },
1106
+ "Honeycode": {
1107
+ "type": "structure",
1108
+ "members": {}
1109
+ },
1082
1110
  "InforNexus": {
1083
1111
  "type": "structure",
1084
1112
  "required": [
@@ -1183,26 +1211,26 @@
1183
1211
  }
1184
1212
  }
1185
1213
  },
1186
- "S18": {
1214
+ "S19": {
1187
1215
  "type": "string",
1188
1216
  "sensitive": true
1189
1217
  },
1190
- "S19": {
1218
+ "S1a": {
1191
1219
  "type": "string",
1192
1220
  "sensitive": true
1193
1221
  },
1194
- "S1b": {
1222
+ "S1c": {
1195
1223
  "type": "structure",
1196
1224
  "members": {
1197
1225
  "authCode": {},
1198
1226
  "redirectUri": {}
1199
1227
  }
1200
1228
  },
1201
- "S1k": {
1229
+ "S1m": {
1202
1230
  "type": "string",
1203
1231
  "sensitive": true
1204
1232
  },
1205
- "S20": {
1233
+ "S22": {
1206
1234
  "type": "structure",
1207
1235
  "required": [
1208
1236
  "triggerType"
@@ -1229,6 +1257,9 @@
1229
1257
  "timezone": {},
1230
1258
  "scheduleOffset": {
1231
1259
  "type": "long"
1260
+ },
1261
+ "firstExecutionFrom": {
1262
+ "type": "timestamp"
1232
1263
  }
1233
1264
  }
1234
1265
  }
@@ -1236,7 +1267,7 @@
1236
1267
  }
1237
1268
  }
1238
1269
  },
1239
- "S29": {
1270
+ "S2b": {
1240
1271
  "type": "structure",
1241
1272
  "required": [
1242
1273
  "connectorType",
@@ -1391,7 +1422,7 @@
1391
1422
  }
1392
1423
  }
1393
1424
  },
1394
- "S2s": {
1425
+ "S2u": {
1395
1426
  "type": "list",
1396
1427
  "member": {
1397
1428
  "type": "structure",
@@ -1416,7 +1447,7 @@
1416
1447
  "intermediateBucketName": {},
1417
1448
  "bucketPrefix": {},
1418
1449
  "errorHandlingConfig": {
1419
- "shape": "S2w"
1450
+ "shape": "S2y"
1420
1451
  }
1421
1452
  }
1422
1453
  },
@@ -1433,10 +1464,10 @@
1433
1464
  "members": {
1434
1465
  "fileType": {},
1435
1466
  "prefixConfig": {
1436
- "shape": "S30"
1467
+ "shape": "S32"
1437
1468
  },
1438
1469
  "aggregationConfig": {
1439
- "shape": "S33"
1470
+ "shape": "S35"
1440
1471
  }
1441
1472
  }
1442
1473
  }
@@ -1454,7 +1485,7 @@
1454
1485
  "member": {}
1455
1486
  },
1456
1487
  "errorHandlingConfig": {
1457
- "shape": "S2w"
1488
+ "shape": "S2y"
1458
1489
  },
1459
1490
  "writeOperationType": {}
1460
1491
  }
@@ -1470,7 +1501,7 @@
1470
1501
  "intermediateBucketName": {},
1471
1502
  "bucketPrefix": {},
1472
1503
  "errorHandlingConfig": {
1473
- "shape": "S2w"
1504
+ "shape": "S2y"
1474
1505
  }
1475
1506
  }
1476
1507
  },
@@ -1482,10 +1513,14 @@
1482
1513
  "members": {
1483
1514
  "object": {},
1484
1515
  "errorHandlingConfig": {
1485
- "shape": "S2w"
1516
+ "shape": "S2y"
1486
1517
  }
1487
1518
  }
1488
1519
  },
1520
+ "LookoutMetrics": {
1521
+ "type": "structure",
1522
+ "members": {}
1523
+ },
1489
1524
  "Upsolver": {
1490
1525
  "type": "structure",
1491
1526
  "required": [
@@ -1503,21 +1538,43 @@
1503
1538
  "members": {
1504
1539
  "fileType": {},
1505
1540
  "prefixConfig": {
1506
- "shape": "S30"
1541
+ "shape": "S32"
1507
1542
  },
1508
1543
  "aggregationConfig": {
1509
- "shape": "S33"
1544
+ "shape": "S35"
1510
1545
  }
1511
1546
  }
1512
1547
  }
1513
1548
  }
1549
+ },
1550
+ "Honeycode": {
1551
+ "type": "structure",
1552
+ "required": [
1553
+ "object"
1554
+ ],
1555
+ "members": {
1556
+ "object": {},
1557
+ "errorHandlingConfig": {
1558
+ "shape": "S2y"
1559
+ }
1560
+ }
1561
+ },
1562
+ "CustomerProfiles": {
1563
+ "type": "structure",
1564
+ "required": [
1565
+ "domainName"
1566
+ ],
1567
+ "members": {
1568
+ "domainName": {},
1569
+ "objectTypeName": {}
1570
+ }
1514
1571
  }
1515
1572
  }
1516
1573
  }
1517
1574
  }
1518
1575
  }
1519
1576
  },
1520
- "S2w": {
1577
+ "S2y": {
1521
1578
  "type": "structure",
1522
1579
  "members": {
1523
1580
  "failOnFirstDestinationError": {
@@ -1527,20 +1584,20 @@
1527
1584
  "bucketName": {}
1528
1585
  }
1529
1586
  },
1530
- "S30": {
1587
+ "S32": {
1531
1588
  "type": "structure",
1532
1589
  "members": {
1533
1590
  "prefixType": {},
1534
1591
  "prefixFormat": {}
1535
1592
  }
1536
1593
  },
1537
- "S33": {
1594
+ "S35": {
1538
1595
  "type": "structure",
1539
1596
  "members": {
1540
1597
  "aggregationType": {}
1541
1598
  }
1542
1599
  },
1543
- "S3e": {
1600
+ "S3l": {
1544
1601
  "type": "list",
1545
1602
  "member": {
1546
1603
  "type": "structure",
@@ -1582,20 +1639,20 @@
1582
1639
  }
1583
1640
  }
1584
1641
  },
1585
- "S42": {
1642
+ "S49": {
1586
1643
  "type": "map",
1587
1644
  "key": {},
1588
1645
  "value": {}
1589
1646
  },
1590
- "S52": {
1647
+ "S59": {
1591
1648
  "type": "list",
1592
1649
  "member": {}
1593
1650
  },
1594
- "S5e": {
1651
+ "S5l": {
1595
1652
  "type": "list",
1596
1653
  "member": {}
1597
1654
  },
1598
- "S5y": {
1655
+ "S67": {
1599
1656
  "type": "structure",
1600
1657
  "members": {
1601
1658
  "mostRecentExecutionMessage": {},