aws-sdk 2.768.0 → 2.772.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 (64) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/README.md +1 -1
  3. package/apis/accessanalyzer-2019-11-01.min.json +70 -48
  4. package/apis/amplify-2017-07-25.min.json +58 -46
  5. package/apis/budgets-2016-10-20.min.json +411 -0
  6. package/apis/budgets-2016-10-20.paginators.json +18 -0
  7. package/apis/ce-2017-10-25.min.json +119 -87
  8. package/apis/dms-2016-01-01.min.json +15 -3
  9. package/apis/ec2-2016-11-15.min.json +33 -7
  10. package/apis/elasticache-2015-02-02.min.json +425 -106
  11. package/apis/elasticache-2015-02-02.paginators.json +12 -0
  12. package/apis/eventbridge-2015-10-07.min.json +20 -3
  13. package/apis/events-2015-10-07.min.json +20 -3
  14. package/apis/groundstation-2019-05-23.min.json +1 -0
  15. package/apis/iot-2015-05-28.min.json +4 -1
  16. package/apis/macie2-2020-01-01.min.json +159 -22
  17. package/apis/medialive-2017-10-14.min.json +366 -194
  18. package/apis/mediapackage-2017-10-12.min.json +214 -93
  19. package/apis/rds-2014-10-31.min.json +20 -2
  20. package/apis/rekognition-2016-06-27.min.json +206 -76
  21. package/apis/servicecatalog-2015-12-10.min.json +60 -30
  22. package/apis/servicecatalog-2015-12-10.paginators.json +5 -0
  23. package/apis/snowball-2016-06-30.min.json +61 -9
  24. package/apis/ssm-2014-11-06.min.json +147 -126
  25. package/apis/transfer-2018-11-05.min.json +32 -28
  26. package/apis/workmail-2017-10-01.min.json +93 -30
  27. package/apis/xray-2016-04-12.min.json +11 -5
  28. package/apis/xray-2016-04-12.paginators.json +0 -15
  29. package/clients/accessanalyzer.d.ts +26 -4
  30. package/clients/amplify.d.ts +17 -0
  31. package/clients/budgets.d.ts +358 -0
  32. package/clients/cloudwatchevents.d.ts +27 -0
  33. package/clients/computeoptimizer.d.ts +15 -15
  34. package/clients/costexplorer.d.ts +64 -12
  35. package/clients/dms.d.ts +26 -2
  36. package/clients/ec2.d.ts +28 -8
  37. package/clients/eks.d.ts +2 -2
  38. package/clients/elasticache.d.ts +416 -4
  39. package/clients/eventbridge.d.ts +27 -0
  40. package/clients/glue.d.ts +1 -1
  41. package/clients/groundstation.d.ts +5 -1
  42. package/clients/iot.d.ts +10 -6
  43. package/clients/macie2.d.ts +182 -62
  44. package/clients/medialive.d.ts +206 -4
  45. package/clients/mediapackage.d.ts +58 -0
  46. package/clients/rds.d.ts +26 -14
  47. package/clients/rekognition.d.ts +155 -14
  48. package/clients/sagemaker.d.ts +5 -5
  49. package/clients/servicecatalog.d.ts +66 -21
  50. package/clients/snowball.d.ts +122 -52
  51. package/clients/sns.d.ts +1 -1
  52. package/clients/ssm.d.ts +63 -11
  53. package/clients/transfer.d.ts +77 -71
  54. package/clients/workmail.d.ts +91 -1
  55. package/clients/workspaces.d.ts +12 -12
  56. package/clients/xray.d.ts +29 -21
  57. package/dist/aws-sdk-core-react-native.js +1 -1
  58. package/dist/aws-sdk-react-native.js +27 -27
  59. package/dist/aws-sdk.js +1087 -483
  60. package/dist/aws-sdk.min.js +78 -78
  61. package/lib/config-base.d.ts +3 -0
  62. package/lib/core.d.ts +1 -1
  63. package/lib/core.js +1 -1
  64. package/package.json +1 -1
@@ -4040,6 +4040,9 @@
4040
4040
  },
4041
4041
  "DeletionProtection": {
4042
4042
  "type": "boolean"
4043
+ },
4044
+ "MaxAllocatedStorage": {
4045
+ "type": "integer"
4043
4046
  }
4044
4047
  }
4045
4048
  },
@@ -4120,7 +4123,10 @@
4120
4123
  "DeletionProtection": {
4121
4124
  "type": "boolean"
4122
4125
  },
4123
- "SourceDbiResourceId": {}
4126
+ "SourceDbiResourceId": {},
4127
+ "MaxAllocatedStorage": {
4128
+ "type": "integer"
4129
+ }
4124
4130
  }
4125
4131
  },
4126
4132
  "output": {
@@ -4530,6 +4536,9 @@
4530
4536
  "SourceDBClusterSnapshotArn": {},
4531
4537
  "IAMDatabaseAuthenticationEnabled": {
4532
4538
  "type": "boolean"
4539
+ },
4540
+ "TagList": {
4541
+ "shape": "Sb"
4533
4542
  }
4534
4543
  },
4535
4544
  "wrapper": true
@@ -4598,7 +4607,10 @@
4598
4607
  "ProcessorFeatures": {
4599
4608
  "shape": "S1b"
4600
4609
  },
4601
- "DbiResourceId": {}
4610
+ "DbiResourceId": {},
4611
+ "TagList": {
4612
+ "shape": "Sb"
4613
+ }
4602
4614
  },
4603
4615
  "wrapper": true
4604
4616
  },
@@ -4912,6 +4924,9 @@
4912
4924
  "DomainMemberships": {
4913
4925
  "shape": "S2a"
4914
4926
  },
4927
+ "TagList": {
4928
+ "shape": "Sb"
4929
+ },
4915
4930
  "GlobalWriteForwardingStatus": {},
4916
4931
  "GlobalWriteForwardingRequested": {
4917
4932
  "type": "boolean"
@@ -5167,6 +5182,9 @@
5167
5182
  },
5168
5183
  "MaxAllocatedStorage": {
5169
5184
  "type": "integer"
5185
+ },
5186
+ "TagList": {
5187
+ "shape": "Sb"
5170
5188
  }
5171
5189
  },
5172
5190
  "wrapper": true