aws-sdk 2.972.0 → 2.976.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 (52) hide show
  1. package/CHANGELOG.md +29 -1
  2. package/README.md +1 -1
  3. package/apis/backup-2018-11-15.min.json +573 -32
  4. package/apis/backup-2018-11-15.paginators.json +15 -0
  5. package/apis/comprehend-2017-11-27.min.json +109 -69
  6. package/apis/datasync-2018-11-09.min.json +13 -1
  7. package/apis/dlm-2018-01-12.min.json +30 -9
  8. package/apis/dms-2016-01-01.min.json +191 -134
  9. package/apis/ec2-2016-11-15.min.json +232 -223
  10. package/apis/ec2-2016-11-15.paginators.json +6 -0
  11. package/apis/eks-2017-11-01.min.json +5 -0
  12. package/apis/fms-2018-01-01.min.json +6 -0
  13. package/apis/frauddetector-2019-11-15.min.json +30 -28
  14. package/apis/glue-2017-03-31.min.json +624 -354
  15. package/apis/glue-2017-03-31.paginators.json +10 -0
  16. package/apis/iot-data-2015-05-28.min.json +82 -0
  17. package/apis/iot-data-2015-05-28.paginators.json +7 -1
  18. package/apis/mediaconvert-2017-08-29.min.json +110 -89
  19. package/apis/ssm-2014-11-06.min.json +13 -3
  20. package/apis/transcribe-2017-10-26.min.json +161 -64
  21. package/clients/apigateway.d.ts +9 -9
  22. package/clients/backup.d.ts +715 -109
  23. package/clients/cloudwatchevents.d.ts +67 -67
  24. package/clients/comprehend.d.ts +96 -0
  25. package/clients/datasync.d.ts +69 -53
  26. package/clients/dlm.d.ts +50 -18
  27. package/clients/dms.d.ts +110 -19
  28. package/clients/ec2.d.ts +60 -42
  29. package/clients/eks.d.ts +6 -2
  30. package/clients/eventbridge.d.ts +3 -3
  31. package/clients/fms.d.ts +9 -1
  32. package/clients/frauddetector.d.ts +10 -9
  33. package/clients/glue.d.ts +392 -0
  34. package/clients/iotdata.d.ts +99 -13
  35. package/clients/iotsitewise.d.ts +3 -3
  36. package/clients/mediaconvert.d.ts +46 -12
  37. package/clients/polly.d.ts +15 -15
  38. package/clients/robomaker.d.ts +3 -3
  39. package/clients/transcribeservice.d.ts +146 -35
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +19 -19
  42. package/dist/aws-sdk.js +456 -300
  43. package/dist/aws-sdk.min.js +72 -71
  44. package/lib/core.js +1 -1
  45. package/lib/metadata_service/endpoint.js +6 -0
  46. package/lib/metadata_service/endpoint_config_options.js +14 -0
  47. package/lib/metadata_service/endpoint_mode.js +6 -0
  48. package/lib/metadata_service/endpoint_mode_config_options.js +16 -0
  49. package/lib/metadata_service/get_metadata_service_endpoint.js +24 -0
  50. package/lib/metadata_service.js +13 -3
  51. package/lib/node_loader.js +27 -0
  52. package/package.json +1 -1
@@ -506,6 +506,12 @@
506
506
  "output_token": "NextToken",
507
507
  "result_key": "TransitGateways"
508
508
  },
509
+ "DescribeTrunkInterfaceAssociations": {
510
+ "input_token": "NextToken",
511
+ "limit_key": "MaxResults",
512
+ "output_token": "NextToken",
513
+ "result_key": "InterfaceAssociations"
514
+ },
509
515
  "DescribeVolumeStatus": {
510
516
  "input_token": "NextToken",
511
517
  "limit_key": "MaxResults",
@@ -310,6 +310,11 @@
310
310
  "addonName": {
311
311
  "location": "uri",
312
312
  "locationName": "addonName"
313
+ },
314
+ "preserve": {
315
+ "location": "querystring",
316
+ "locationName": "preserve",
317
+ "type": "boolean"
313
318
  }
314
319
  }
315
320
  },
@@ -830,6 +830,9 @@
830
830
  "SecurityServiceType": {},
831
831
  "RemediationEnabled": {
832
832
  "type": "boolean"
833
+ },
834
+ "DeleteUnusedFMManagedResources": {
835
+ "type": "boolean"
833
836
  }
834
837
  }
835
838
  }
@@ -1121,6 +1124,9 @@
1121
1124
  "RemediationEnabled": {
1122
1125
  "type": "boolean"
1123
1126
  },
1127
+ "DeleteUnusedFMManagedResources": {
1128
+ "type": "boolean"
1129
+ },
1124
1130
  "IncludeMap": {
1125
1131
  "shape": "S1g"
1126
1132
  },
@@ -210,7 +210,7 @@
210
210
  "shape": "S1d"
211
211
  },
212
212
  "externalEventsDetail": {
213
- "shape": "S1g"
213
+ "shape": "S1h"
214
214
  },
215
215
  "tags": {
216
216
  "shape": "S5"
@@ -242,11 +242,11 @@
242
242
  "detectorId": {},
243
243
  "description": {},
244
244
  "expression": {
245
- "shape": "S1j"
245
+ "shape": "S1k"
246
246
  },
247
247
  "language": {},
248
248
  "outcomes": {
249
- "shape": "S1l"
249
+ "shape": "S1g"
250
250
  },
251
251
  "tags": {
252
252
  "shape": "S5"
@@ -560,7 +560,7 @@
560
560
  "shape": "S1d"
561
561
  },
562
562
  "externalEventsDetail": {
563
- "shape": "S1g"
563
+ "shape": "S1h"
564
564
  },
565
565
  "trainingResult": {
566
566
  "type": "structure",
@@ -625,7 +625,7 @@
625
625
  "variableImportanceMetrics": {
626
626
  "type": "structure",
627
627
  "members": {
628
- "LogitMetrics": {
628
+ "logOddsMetrics": {
629
629
  "type": "list",
630
630
  "member": {
631
631
  "type": "structure",
@@ -827,7 +827,8 @@
827
827
  "members": {
828
828
  "entityType": {},
829
829
  "entityId": {}
830
- }
830
+ },
831
+ "sensitive": true
831
832
  }
832
833
  },
833
834
  "eventTimestamp": {},
@@ -919,12 +920,13 @@
919
920
  "shape": "Sy"
920
921
  },
921
922
  "entityTypes": {
922
- "shape": "S1l"
923
+ "shape": "S1g"
923
924
  },
924
925
  "lastUpdatedTime": {},
925
926
  "createdTime": {},
926
927
  "arn": {}
927
- }
928
+ },
929
+ "sensitive": true
928
930
  }
929
931
  },
930
932
  "nextToken": {}
@@ -954,10 +956,10 @@
954
956
  "modelSource": {},
955
957
  "invokeModelEndpointRoleArn": {},
956
958
  "inputConfiguration": {
957
- "shape": "S4e"
959
+ "shape": "S4f"
958
960
  },
959
961
  "outputConfiguration": {
960
- "shape": "S4h"
962
+ "shape": "S4i"
961
963
  },
962
964
  "modelEndpointStatus": {},
963
965
  "lastUpdatedTime": {},
@@ -1039,7 +1041,7 @@
1039
1041
  "shape": "S1d"
1040
1042
  },
1041
1043
  "externalEventsDetail": {
1042
- "shape": "S1g"
1044
+ "shape": "S1h"
1043
1045
  },
1044
1046
  "status": {},
1045
1047
  "arn": {}
@@ -1140,11 +1142,11 @@
1140
1142
  "detectorId": {},
1141
1143
  "ruleVersion": {},
1142
1144
  "expression": {
1143
- "shape": "S1j"
1145
+ "shape": "S1k"
1144
1146
  },
1145
1147
  "language": {},
1146
1148
  "outcomes": {
1147
- "shape": "S1l"
1149
+ "shape": "S1g"
1148
1150
  },
1149
1151
  "lastUpdatedTime": {},
1150
1152
  "createdTime": {},
@@ -1253,13 +1255,13 @@
1253
1255
  "name": {},
1254
1256
  "description": {},
1255
1257
  "eventVariables": {
1256
- "shape": "S1l"
1258
+ "shape": "S1g"
1257
1259
  },
1258
1260
  "labels": {
1259
1261
  "shape": "Sy"
1260
1262
  },
1261
1263
  "entityTypes": {
1262
- "shape": "S1l"
1264
+ "shape": "S1g"
1263
1265
  },
1264
1266
  "tags": {
1265
1267
  "shape": "S5"
@@ -1287,10 +1289,10 @@
1287
1289
  "modelSource": {},
1288
1290
  "invokeModelEndpointRoleArn": {},
1289
1291
  "inputConfiguration": {
1290
- "shape": "S4e"
1292
+ "shape": "S4f"
1291
1293
  },
1292
1294
  "outputConfiguration": {
1293
- "shape": "S4h"
1295
+ "shape": "S4i"
1294
1296
  },
1295
1297
  "modelEndpointStatus": {},
1296
1298
  "tags": {
@@ -1494,7 +1496,7 @@
1494
1496
  "modelType": {},
1495
1497
  "majorVersionNumber": {},
1496
1498
  "externalEventsDetail": {
1497
- "shape": "S1g"
1499
+ "shape": "S1h"
1498
1500
  },
1499
1501
  "tags": {
1500
1502
  "shape": "S5"
@@ -1566,11 +1568,11 @@
1566
1568
  },
1567
1569
  "description": {},
1568
1570
  "expression": {
1569
- "shape": "S1j"
1571
+ "shape": "S1k"
1570
1572
  },
1571
1573
  "language": {},
1572
1574
  "outcomes": {
1573
- "shape": "S1l"
1575
+ "shape": "S1g"
1574
1576
  },
1575
1577
  "tags": {
1576
1578
  "shape": "S5"
@@ -1700,7 +1702,7 @@
1700
1702
  "type": "map",
1701
1703
  "key": {},
1702
1704
  "value": {
1703
- "shape": "Sy"
1705
+ "shape": "S1g"
1704
1706
  }
1705
1707
  }
1706
1708
  }
@@ -1708,6 +1710,10 @@
1708
1710
  }
1709
1711
  },
1710
1712
  "S1g": {
1713
+ "type": "list",
1714
+ "member": {}
1715
+ },
1716
+ "S1h": {
1711
1717
  "type": "structure",
1712
1718
  "required": [
1713
1719
  "dataLocation",
@@ -1718,15 +1724,11 @@
1718
1724
  "dataAccessRoleArn": {}
1719
1725
  }
1720
1726
  },
1721
- "S1j": {
1727
+ "S1k": {
1722
1728
  "type": "string",
1723
1729
  "sensitive": true
1724
1730
  },
1725
- "S1l": {
1726
- "type": "list",
1727
- "member": {}
1728
- },
1729
- "S4e": {
1731
+ "S4f": {
1730
1732
  "type": "structure",
1731
1733
  "required": [
1732
1734
  "useEventVariables"
@@ -1741,7 +1743,7 @@
1741
1743
  "csvInputTemplate": {}
1742
1744
  }
1743
1745
  },
1744
- "S4h": {
1746
+ "S4i": {
1745
1747
  "type": "structure",
1746
1748
  "required": [
1747
1749
  "format"