aws-sdk 2.1389.0 → 2.1391.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 +17 -1
- package/README.md +1 -1
- package/apis/athena-2017-05-18.min.json +55 -39
- package/apis/cloudformation-2010-05-15.min.json +164 -127
- package/apis/cloudtrail-2013-11-01.min.json +34 -1
- package/apis/ec2-2016-11-15.min.json +6 -0
- package/apis/finspace-2021-03-12.min.json +1401 -17
- package/apis/finspace-2021-03-12.paginators.json +21 -0
- package/apis/keyspaces-2022-02-10.min.json +60 -34
- package/apis/kms-2014-11-01.examples.json +117 -9
- package/apis/sagemaker-2017-07-24.min.json +118 -81
- package/apis/wafv2-2019-07-29.min.json +86 -25
- package/clients/athena.d.ts +19 -3
- package/clients/cloudformation.d.ts +124 -61
- package/clients/cloudtrail.d.ts +90 -54
- package/clients/ec2.d.ts +2 -2
- package/clients/finspace.d.ts +1904 -127
- package/clients/frauddetector.d.ts +5 -5
- package/clients/keyspaces.d.ts +34 -1
- package/clients/kms.d.ts +20 -20
- package/clients/lambda.d.ts +10 -10
- package/clients/mwaa.d.ts +5 -5
- package/clients/sagemaker.d.ts +40 -1
- package/clients/wafv2.d.ts +95 -8
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +262 -170
- package/dist/aws-sdk.min.js +99 -99
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -120,7 +120,10 @@
|
|
120
120
|
"TagsList": {
|
121
121
|
"shape": "S3"
|
122
122
|
},
|
123
|
-
"KmsKeyId": {}
|
123
|
+
"KmsKeyId": {},
|
124
|
+
"StartIngestion": {
|
125
|
+
"type": "boolean"
|
126
|
+
}
|
124
127
|
}
|
125
128
|
},
|
126
129
|
"output": {
|
@@ -1215,6 +1218,21 @@
|
|
1215
1218
|
}
|
1216
1219
|
}
|
1217
1220
|
},
|
1221
|
+
"StartEventDataStoreIngestion": {
|
1222
|
+
"input": {
|
1223
|
+
"type": "structure",
|
1224
|
+
"required": [
|
1225
|
+
"EventDataStore"
|
1226
|
+
],
|
1227
|
+
"members": {
|
1228
|
+
"EventDataStore": {}
|
1229
|
+
}
|
1230
|
+
},
|
1231
|
+
"output": {
|
1232
|
+
"type": "structure",
|
1233
|
+
"members": {}
|
1234
|
+
}
|
1235
|
+
},
|
1218
1236
|
"StartImport": {
|
1219
1237
|
"input": {
|
1220
1238
|
"type": "structure",
|
@@ -1295,6 +1313,21 @@
|
|
1295
1313
|
},
|
1296
1314
|
"idempotent": true
|
1297
1315
|
},
|
1316
|
+
"StopEventDataStoreIngestion": {
|
1317
|
+
"input": {
|
1318
|
+
"type": "structure",
|
1319
|
+
"required": [
|
1320
|
+
"EventDataStore"
|
1321
|
+
],
|
1322
|
+
"members": {
|
1323
|
+
"EventDataStore": {}
|
1324
|
+
}
|
1325
|
+
},
|
1326
|
+
"output": {
|
1327
|
+
"type": "structure",
|
1328
|
+
"members": {}
|
1329
|
+
}
|
1330
|
+
},
|
1298
1331
|
"StopImport": {
|
1299
1332
|
"input": {
|
1300
1333
|
"type": "structure",
|
@@ -6977,6 +6977,9 @@
|
|
6977
6977
|
"DeregisterInstanceEventNotificationAttributes": {
|
6978
6978
|
"input": {
|
6979
6979
|
"type": "structure",
|
6980
|
+
"required": [
|
6981
|
+
"InstanceTagAttribute"
|
6982
|
+
],
|
6980
6983
|
"members": {
|
6981
6984
|
"DryRun": {
|
6982
6985
|
"type": "boolean"
|
@@ -22293,6 +22296,9 @@
|
|
22293
22296
|
"RegisterInstanceEventNotificationAttributes": {
|
22294
22297
|
"input": {
|
22295
22298
|
"type": "structure",
|
22299
|
+
"required": [
|
22300
|
+
"InstanceTagAttribute"
|
22301
|
+
],
|
22296
22302
|
"members": {
|
22297
22303
|
"DryRun": {
|
22298
22304
|
"type": "boolean"
|