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.
Files changed (36) hide show
  1. package/CHANGELOG.md +20 -1
  2. package/README.md +1 -1
  3. package/apis/cloudformation-2010-05-15.min.json +27 -1
  4. package/apis/ec2-2016-11-15.min.json +736 -728
  5. package/apis/elasticmapreduce-2009-03-31.min.json +84 -21
  6. package/apis/firehose-2015-08-04.min.json +104 -79
  7. package/apis/iot-2015-05-28.min.json +481 -232
  8. package/apis/iot-2015-05-28.paginators.json +12 -0
  9. package/apis/kms-2014-11-01.examples.json +100 -94
  10. package/apis/kms-2014-11-01.min.json +54 -34
  11. package/apis/mediatailor-2018-04-23.min.json +144 -116
  12. package/apis/s3-2006-03-01.examples.json +162 -162
  13. package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
  14. package/clients/cloudformation.d.ts +116 -80
  15. package/clients/cloudtrail.d.ts +72 -72
  16. package/clients/codebuild.d.ts +3 -3
  17. package/clients/computeoptimizer.d.ts +1 -1
  18. package/clients/configservice.d.ts +323 -323
  19. package/clients/ec2.d.ts +30 -13
  20. package/clients/emr.d.ts +78 -15
  21. package/clients/firehose.d.ts +39 -10
  22. package/clients/iot.d.ts +829 -506
  23. package/clients/kms.d.ts +293 -280
  24. package/clients/mediatailor.d.ts +45 -8
  25. package/clients/memorydb.d.ts +2 -2
  26. package/clients/polly.d.ts +2 -2
  27. package/clients/s3.d.ts +6 -6
  28. package/clients/servicecatalogappregistry.d.ts +81 -3
  29. package/clients/sqs.d.ts +4 -4
  30. package/dist/aws-sdk-core-react-native.js +1 -1
  31. package/dist/aws-sdk-react-native.js +14 -16
  32. package/dist/aws-sdk.js +1501 -1098
  33. package/dist/aws-sdk.min.js +85 -85
  34. package/dist/xml2js.js +2 -3
  35. package/lib/core.js +1 -1
  36. 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
  }