aws-sdk 2.1500.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 (36) hide show
  1. package/CHANGELOG.md +9 -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/inspector-scan-2023-08-08.examples.json +174 -0
  10. package/apis/inspector-scan-2023-08-08.min.json +51 -0
  11. package/apis/inspector-scan-2023-08-08.paginators.json +4 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +989 -176
  13. package/apis/iotsitewise-2019-12-02.paginators.json +24 -0
  14. package/apis/iottwinmaker-2021-11-29.min.json +729 -131
  15. package/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
  16. package/apis/metadata.json +8 -0
  17. package/apis/s3-2006-03-01.examples.json +152 -152
  18. package/apis/s3-2006-03-01.min.json +109 -92
  19. package/clients/all.d.ts +2 -0
  20. package/clients/all.js +3 -1
  21. package/clients/cloudfront.d.ts +220 -2
  22. package/clients/cloudfrontkeyvaluestore.d.ts +294 -0
  23. package/clients/cloudfrontkeyvaluestore.js +18 -0
  24. package/clients/ec2.d.ts +12 -12
  25. package/clients/inspectorscan.d.ts +59 -0
  26. package/clients/inspectorscan.js +18 -0
  27. package/clients/iotsitewise.d.ts +1080 -179
  28. package/clients/iottwinmaker.d.ts +666 -9
  29. package/clients/s3.d.ts +38 -15
  30. package/dist/aws-sdk-core-react-native.js +2 -2
  31. package/dist/aws-sdk-react-native.js +85 -11
  32. package/dist/aws-sdk.js +508 -203
  33. package/dist/aws-sdk.min.js +93 -92
  34. package/lib/config_service_placeholders.d.ts +4 -0
  35. package/lib/core.js +1 -1
  36. 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.1500.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.1500.0",
4
+ "version": "2.1501.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",