aws-sdk 2.1499.0 → 2.1501.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 (42) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/README.md +1 -1
  3. package/apis/cloudfront-2020-05-31.examples.json +251 -0
  4. package/apis/cloudfront-2020-05-31.min.json +349 -106
  5. package/apis/cloudfront-2020-05-31.paginators.json +6 -0
  6. package/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
  7. package/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
  8. package/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
  9. package/apis/codestar-connections-2019-12-01.min.json +3 -590
  10. package/apis/codestar-connections-2019-12-01.paginators.json +0 -10
  11. package/apis/docdb-2014-10-31.min.json +14 -7
  12. package/apis/ec2-2016-11-15.min.json +1448 -1435
  13. package/apis/inspector-scan-2023-08-08.examples.json +174 -0
  14. package/apis/inspector-scan-2023-08-08.min.json +51 -0
  15. package/apis/inspector-scan-2023-08-08.paginators.json +4 -0
  16. package/apis/iotsitewise-2019-12-02.min.json +989 -176
  17. package/apis/iotsitewise-2019-12-02.paginators.json +24 -0
  18. package/apis/iottwinmaker-2021-11-29.min.json +729 -131
  19. package/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
  20. package/apis/metadata.json +8 -0
  21. package/apis/s3-2006-03-01.examples.json +152 -152
  22. package/apis/s3-2006-03-01.min.json +109 -92
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/cloudfront.d.ts +220 -2
  26. package/clients/cloudfrontkeyvaluestore.d.ts +294 -0
  27. package/clients/cloudfrontkeyvaluestore.js +18 -0
  28. package/clients/codestarconnections.d.ts +0 -727
  29. package/clients/docdb.d.ts +28 -0
  30. package/clients/ec2.d.ts +49 -20
  31. package/clients/inspectorscan.d.ts +59 -0
  32. package/clients/inspectorscan.js +18 -0
  33. package/clients/iotsitewise.d.ts +1080 -179
  34. package/clients/iottwinmaker.d.ts +666 -9
  35. package/clients/s3.d.ts +38 -15
  36. package/dist/aws-sdk-core-react-native.js +2 -2
  37. package/dist/aws-sdk-react-native.js +89 -15
  38. package/dist/aws-sdk.js +1956 -1638
  39. package/dist/aws-sdk.min.js +93 -92
  40. package/lib/config_service_placeholders.d.ts +4 -0
  41. package/lib/core.js +1 -1
  42. package/package.json +1 -1
@@ -359,6 +359,8 @@ export abstract class ConfigurationServicePlaceholders {
359
359
  datazone?: AWS.DataZone.Types.ClientConfiguration;
360
360
  launchwizard?: AWS.LaunchWizard.Types.ClientConfiguration;
361
361
  trustedadvisor?: AWS.TrustedAdvisor.Types.ClientConfiguration;
362
+ cloudfrontkeyvaluestore?: AWS.CloudFrontKeyValueStore.Types.ClientConfiguration;
363
+ inspectorscan?: AWS.InspectorScan.Types.ClientConfiguration;
362
364
  }
363
365
  export interface ConfigurationServiceApiVersions {
364
366
  acm?: AWS.ACM.Types.apiVersion;
@@ -720,4 +722,6 @@ export interface ConfigurationServiceApiVersions {
720
722
  datazone?: AWS.DataZone.Types.apiVersion;
721
723
  launchwizard?: AWS.LaunchWizard.Types.apiVersion;
722
724
  trustedadvisor?: AWS.TrustedAdvisor.Types.apiVersion;
725
+ cloudfrontkeyvaluestore?: AWS.CloudFrontKeyValueStore.Types.apiVersion;
726
+ inspectorscan?: AWS.InspectorScan.Types.apiVersion;
723
727
  }
package/lib/core.js CHANGED
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1499.0',
23
+ VERSION: '2.1501.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.1499.0",
4
+ "version": "2.1501.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",