aws-sdk 2.977.0 → 2.981.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 +20 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +27 -1
- package/apis/ec2-2016-11-15.min.json +736 -728
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -21
- package/apis/firehose-2015-08-04.min.json +104 -79
- package/apis/iot-2015-05-28.min.json +481 -232
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/kms-2014-11-01.examples.json +100 -94
- package/apis/kms-2014-11-01.min.json +54 -34
- package/apis/mediatailor-2018-04-23.min.json +144 -116
- package/apis/s3-2006-03-01.examples.json +162 -162
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
- package/clients/cloudformation.d.ts +116 -80
- package/clients/cloudtrail.d.ts +72 -72
- package/clients/codebuild.d.ts +3 -3
- package/clients/computeoptimizer.d.ts +1 -1
- package/clients/configservice.d.ts +323 -323
- package/clients/ec2.d.ts +30 -13
- package/clients/emr.d.ts +78 -15
- package/clients/firehose.d.ts +39 -10
- package/clients/iot.d.ts +829 -506
- package/clients/kms.d.ts +293 -280
- package/clients/mediatailor.d.ts +45 -8
- package/clients/memorydb.d.ts +2 -2
- package/clients/polly.d.ts +2 -2
- package/clients/s3.d.ts +6 -6
- package/clients/servicecatalogappregistry.d.ts +81 -3
- package/clients/sqs.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -16
- package/dist/aws-sdk.js +1501 -1098
- package/dist/aws-sdk.min.js +85 -85
- package/dist/xml2js.js +2 -3
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -294,10 +294,70 @@
|
|
|
294
294
|
},
|
|
295
295
|
"tags": {
|
|
296
296
|
"shape": "Sf"
|
|
297
|
+
},
|
|
298
|
+
"integrations": {
|
|
299
|
+
"type": "structure",
|
|
300
|
+
"members": {
|
|
301
|
+
"resourceGroup": {
|
|
302
|
+
"shape": "S16"
|
|
303
|
+
}
|
|
304
|
+
}
|
|
297
305
|
}
|
|
298
306
|
}
|
|
299
307
|
}
|
|
300
308
|
},
|
|
309
|
+
"GetAssociatedResource": {
|
|
310
|
+
"http": {
|
|
311
|
+
"method": "GET",
|
|
312
|
+
"requestUri": "/applications/{application}/resources/{resourceType}/{resource}"
|
|
313
|
+
},
|
|
314
|
+
"input": {
|
|
315
|
+
"type": "structure",
|
|
316
|
+
"required": [
|
|
317
|
+
"application",
|
|
318
|
+
"resourceType",
|
|
319
|
+
"resource"
|
|
320
|
+
],
|
|
321
|
+
"members": {
|
|
322
|
+
"application": {
|
|
323
|
+
"location": "uri",
|
|
324
|
+
"locationName": "application"
|
|
325
|
+
},
|
|
326
|
+
"resourceType": {
|
|
327
|
+
"location": "uri",
|
|
328
|
+
"locationName": "resourceType"
|
|
329
|
+
},
|
|
330
|
+
"resource": {
|
|
331
|
+
"location": "uri",
|
|
332
|
+
"locationName": "resource"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
},
|
|
336
|
+
"output": {
|
|
337
|
+
"type": "structure",
|
|
338
|
+
"members": {
|
|
339
|
+
"resource": {
|
|
340
|
+
"type": "structure",
|
|
341
|
+
"members": {
|
|
342
|
+
"name": {},
|
|
343
|
+
"arn": {},
|
|
344
|
+
"associationTime": {
|
|
345
|
+
"shape": "Sm"
|
|
346
|
+
},
|
|
347
|
+
"integrations": {
|
|
348
|
+
"type": "structure",
|
|
349
|
+
"members": {
|
|
350
|
+
"resourceGroup": {
|
|
351
|
+
"shape": "S16"
|
|
352
|
+
}
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"idempotent": true
|
|
360
|
+
},
|
|
301
361
|
"GetAttributeGroup": {
|
|
302
362
|
"http": {
|
|
303
363
|
"method": "GET",
|
|
@@ -726,6 +786,14 @@
|
|
|
726
786
|
"shape": "Sm"
|
|
727
787
|
}
|
|
728
788
|
}
|
|
789
|
+
},
|
|
790
|
+
"S16": {
|
|
791
|
+
"type": "structure",
|
|
792
|
+
"members": {
|
|
793
|
+
"state": {},
|
|
794
|
+
"arn": {},
|
|
795
|
+
"errorMessage": {}
|
|
796
|
+
}
|
|
729
797
|
}
|
|
730
798
|
}
|
|
731
799
|
}
|