aws-sdk 2.1472.0 → 2.1474.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 (61) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/README.md +1 -1
  3. package/apis/autoscaling-2011-01-01.examples.json +1 -1
  4. package/apis/autoscaling-2011-01-01.min.json +57 -57
  5. package/apis/autoscaling-2011-01-01.paginators.json +15 -0
  6. package/apis/controltower-2018-05-10.min.json +68 -1
  7. package/apis/customer-profiles-2020-08-15.min.json +31 -18
  8. package/apis/drs-2020-02-26.min.json +28 -6
  9. package/apis/ec2-2016-11-15.min.json +134 -82
  10. package/apis/entityresolution-2018-05-10.min.json +721 -79
  11. package/apis/entityresolution-2018-05-10.paginators.json +18 -0
  12. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  13. package/apis/lambda-2015-03-31.min.json +102 -96
  14. package/apis/location-2020-11-19.min.json +36 -36
  15. package/apis/machinelearning-2014-12-12.min.json +8 -2
  16. package/apis/managedblockchain-query-2023-05-04.min.json +111 -0
  17. package/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
  18. package/apis/opensearch-2021-01-01.min.json +78 -59
  19. package/apis/rds-2014-10-31.min.json +43 -7
  20. package/apis/redshift-2012-12-01.min.json +205 -184
  21. package/apis/redshift-serverless-2021-04-21.min.json +34 -18
  22. package/apis/rekognition-2016-06-27.min.json +194 -161
  23. package/apis/sagemaker-2017-07-24.min.json +740 -728
  24. package/apis/sesv2-2019-09-27.min.json +40 -18
  25. package/apis/textract-2018-06-27.min.json +483 -76
  26. package/apis/textract-2018-06-27.paginators.json +12 -0
  27. package/clients/autoscaling.d.ts +4 -3
  28. package/clients/cloudformation.d.ts +1 -1
  29. package/clients/configservice.d.ts +15 -15
  30. package/clients/controltower.d.ts +104 -15
  31. package/clients/customerprofiles.d.ts +6 -6
  32. package/clients/drs.d.ts +27 -1
  33. package/clients/ec2.d.ts +62 -6
  34. package/clients/elbv2.d.ts +7 -7
  35. package/clients/entityresolution.d.ts +650 -12
  36. package/clients/glue.d.ts +5 -5
  37. package/clients/inspector2.d.ts +25 -25
  38. package/clients/ivsrealtime.d.ts +25 -0
  39. package/clients/lambda.d.ts +9 -0
  40. package/clients/managedblockchainquery.d.ts +125 -9
  41. package/clients/mediapackagev2.d.ts +13 -13
  42. package/clients/opensearch.d.ts +46 -6
  43. package/clients/pricing.d.ts +8 -8
  44. package/clients/rds.d.ts +48 -0
  45. package/clients/redshift.d.ts +47 -7
  46. package/clients/redshiftserverless.d.ts +42 -2
  47. package/clients/rekognition.d.ts +141 -72
  48. package/clients/sagemaker.d.ts +26 -6
  49. package/clients/sesv2.d.ts +43 -3
  50. package/clients/textract.d.ts +534 -2
  51. package/clients/transcribeservice.d.ts +1 -1
  52. package/clients/transfer.d.ts +8 -8
  53. package/clients/workspaces.d.ts +2 -2
  54. package/clients/xray.d.ts +2 -2
  55. package/dist/aws-sdk-core-react-native.js +45 -13
  56. package/dist/aws-sdk-react-native.js +112 -48
  57. package/dist/aws-sdk.js +797 -628
  58. package/dist/aws-sdk.min.js +99 -99
  59. package/lib/core.js +1 -1
  60. package/lib/s3/managed_upload.d.ts +1 -1
  61. package/package.json +1 -1
@@ -76,6 +76,7 @@
76
76
  "namespaceName"
77
77
  ],
78
78
  "members": {
79
+ "adminPasswordSecretKmsKeyId": {},
79
80
  "adminUserPassword": {
80
81
  "shape": "St"
81
82
  },
@@ -91,6 +92,9 @@
91
92
  "logExports": {
92
93
  "shape": "Sx"
93
94
  },
95
+ "manageAdminPassword": {
96
+ "type": "boolean"
97
+ },
94
98
  "namespaceName": {},
95
99
  "tags": {
96
100
  "shape": "S4"
@@ -101,7 +105,7 @@
101
105
  "type": "structure",
102
106
  "members": {
103
107
  "namespace": {
104
- "shape": "S11"
108
+ "shape": "S12"
105
109
  }
106
110
  }
107
111
  },
@@ -157,7 +161,7 @@
157
161
  "type": "structure",
158
162
  "members": {
159
163
  "usageLimit": {
160
- "shape": "S1a"
164
+ "shape": "S1b"
161
165
  }
162
166
  }
163
167
  },
@@ -175,7 +179,7 @@
175
179
  "type": "integer"
176
180
  },
177
181
  "configParameters": {
178
- "shape": "S1c"
182
+ "shape": "S1d"
179
183
  },
180
184
  "enhancedVpcRouting": {
181
185
  "type": "boolean"
@@ -250,7 +254,7 @@
250
254
  ],
251
255
  "members": {
252
256
  "namespace": {
253
- "shape": "S11"
257
+ "shape": "S12"
254
258
  }
255
259
  }
256
260
  },
@@ -305,7 +309,7 @@
305
309
  "type": "structure",
306
310
  "members": {
307
311
  "usageLimit": {
308
- "shape": "S1a"
312
+ "shape": "S1b"
309
313
  }
310
314
  }
311
315
  },
@@ -402,7 +406,7 @@
402
406
  ],
403
407
  "members": {
404
408
  "namespace": {
405
- "shape": "S11"
409
+ "shape": "S12"
406
410
  }
407
411
  }
408
412
  }
@@ -496,7 +500,7 @@
496
500
  "type": "structure",
497
501
  "members": {
498
502
  "usageLimit": {
499
- "shape": "S1a"
503
+ "shape": "S1b"
500
504
  }
501
505
  }
502
506
  }
@@ -570,7 +574,7 @@
570
574
  "namespaces": {
571
575
  "type": "list",
572
576
  "member": {
573
- "shape": "S11"
577
+ "shape": "S12"
574
578
  }
575
579
  },
576
580
  "nextToken": {}
@@ -703,7 +707,7 @@
703
707
  "usageLimits": {
704
708
  "type": "list",
705
709
  "member": {
706
- "shape": "S1a"
710
+ "shape": "S1b"
707
711
  }
708
712
  }
709
713
  }
@@ -774,7 +778,7 @@
774
778
  "type": "structure",
775
779
  "members": {
776
780
  "namespace": {
777
- "shape": "S11"
781
+ "shape": "S12"
778
782
  },
779
783
  "recoveryPointId": {}
780
784
  }
@@ -788,6 +792,10 @@
788
792
  "workgroupName"
789
793
  ],
790
794
  "members": {
795
+ "adminPasswordSecretKmsKeyId": {},
796
+ "manageAdminPassword": {
797
+ "type": "boolean"
798
+ },
791
799
  "namespaceName": {},
792
800
  "ownerAccount": {},
793
801
  "snapshotArn": {},
@@ -799,7 +807,7 @@
799
807
  "type": "structure",
800
808
  "members": {
801
809
  "namespace": {
802
- "shape": "S11"
810
+ "shape": "S12"
803
811
  },
804
812
  "ownerAccount": {},
805
813
  "snapshotName": {}
@@ -910,6 +918,7 @@
910
918
  "namespaceName"
911
919
  ],
912
920
  "members": {
921
+ "adminPasswordSecretKmsKeyId": {},
913
922
  "adminUserPassword": {
914
923
  "shape": "St"
915
924
  },
@@ -924,6 +933,9 @@
924
933
  "logExports": {
925
934
  "shape": "Sx"
926
935
  },
936
+ "manageAdminPassword": {
937
+ "type": "boolean"
938
+ },
927
939
  "namespaceName": {}
928
940
  }
929
941
  },
@@ -934,7 +946,7 @@
934
946
  ],
935
947
  "members": {
936
948
  "namespace": {
937
- "shape": "S11"
949
+ "shape": "S12"
938
950
  }
939
951
  }
940
952
  }
@@ -979,7 +991,7 @@
979
991
  "type": "structure",
980
992
  "members": {
981
993
  "usageLimit": {
982
- "shape": "S1a"
994
+ "shape": "S1b"
983
995
  }
984
996
  }
985
997
  }
@@ -995,7 +1007,7 @@
995
1007
  "type": "integer"
996
1008
  },
997
1009
  "configParameters": {
998
- "shape": "S1c"
1010
+ "shape": "S1d"
999
1011
  },
1000
1012
  "enhancedVpcRouting": {
1001
1013
  "type": "boolean"
@@ -1055,6 +1067,8 @@
1055
1067
  "actualIncrementalBackupSizeInMegaBytes": {
1056
1068
  "type": "double"
1057
1069
  },
1070
+ "adminPasswordSecretArn": {},
1071
+ "adminPasswordSecretKmsKeyId": {},
1058
1072
  "adminUsername": {},
1059
1073
  "backupProgressInMegaBytes": {
1060
1074
  "type": "double"
@@ -1175,9 +1189,11 @@
1175
1189
  "type": "list",
1176
1190
  "member": {}
1177
1191
  },
1178
- "S11": {
1192
+ "S12": {
1179
1193
  "type": "structure",
1180
1194
  "members": {
1195
+ "adminPasswordSecretArn": {},
1196
+ "adminPasswordSecretKmsKeyId": {},
1181
1197
  "adminUsername": {
1182
1198
  "shape": "Su"
1183
1199
  },
@@ -1199,7 +1215,7 @@
1199
1215
  "status": {}
1200
1216
  }
1201
1217
  },
1202
- "S1a": {
1218
+ "S1b": {
1203
1219
  "type": "structure",
1204
1220
  "members": {
1205
1221
  "amount": {
@@ -1213,7 +1229,7 @@
1213
1229
  "usageType": {}
1214
1230
  }
1215
1231
  },
1216
- "S1c": {
1232
+ "S1d": {
1217
1233
  "type": "list",
1218
1234
  "member": {
1219
1235
  "type": "structure",
@@ -1234,7 +1250,7 @@
1234
1250
  "type": "integer"
1235
1251
  },
1236
1252
  "configParameters": {
1237
- "shape": "S1c"
1253
+ "shape": "S1d"
1238
1254
  },
1239
1255
  "creationDate": {
1240
1256
  "shape": "Se"