aws-sdk 2.1472.0 → 2.1473.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 (40) hide show
  1. package/CHANGELOG.md +20 -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/ec2-2016-11-15.min.json +134 -82
  9. package/apis/ivs-realtime-2020-07-14.min.json +14 -8
  10. package/apis/lambda-2015-03-31.min.json +102 -96
  11. package/apis/location-2020-11-19.min.json +36 -36
  12. package/apis/machinelearning-2014-12-12.min.json +8 -2
  13. package/apis/rds-2014-10-31.min.json +43 -7
  14. package/apis/rekognition-2016-06-27.min.json +194 -161
  15. package/apis/sagemaker-2017-07-24.min.json +740 -728
  16. package/apis/textract-2018-06-27.min.json +483 -76
  17. package/apis/textract-2018-06-27.paginators.json +12 -0
  18. package/clients/autoscaling.d.ts +4 -3
  19. package/clients/configservice.d.ts +15 -15
  20. package/clients/controltower.d.ts +104 -15
  21. package/clients/customerprofiles.d.ts +6 -6
  22. package/clients/ec2.d.ts +62 -6
  23. package/clients/elbv2.d.ts +7 -7
  24. package/clients/glue.d.ts +5 -5
  25. package/clients/inspector2.d.ts +25 -25
  26. package/clients/ivsrealtime.d.ts +25 -0
  27. package/clients/lambda.d.ts +9 -0
  28. package/clients/pricing.d.ts +8 -8
  29. package/clients/rds.d.ts +48 -0
  30. package/clients/rekognition.d.ts +141 -72
  31. package/clients/sagemaker.d.ts +26 -6
  32. package/clients/textract.d.ts +534 -2
  33. package/clients/transcribeservice.d.ts +1 -1
  34. package/clients/workspaces.d.ts +2 -2
  35. package/dist/aws-sdk-core-react-native.js +1 -1
  36. package/dist/aws-sdk-react-native.js +15 -15
  37. package/dist/aws-sdk.js +592 -444
  38. package/dist/aws-sdk.min.js +99 -99
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1472.0',
23
+ VERSION: '2.1473.0',
24
24
 
25
25
  /**
26
26
  * @api private
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1472.0",
4
+ "version": "2.1473.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",