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
@@ -20,11 +20,26 @@
20
20
  "output_token": "nextToken",
21
21
  "limit_key": "maxResults"
22
22
  },
23
+ "ListComponents": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
23
28
  "ListEntities": {
24
29
  "input_token": "nextToken",
25
30
  "output_token": "nextToken",
26
31
  "limit_key": "maxResults"
27
32
  },
33
+ "ListMetadataTransferJobs": {
34
+ "input_token": "nextToken",
35
+ "output_token": "nextToken",
36
+ "limit_key": "maxResults"
37
+ },
38
+ "ListProperties": {
39
+ "input_token": "nextToken",
40
+ "output_token": "nextToken",
41
+ "limit_key": "maxResults"
42
+ },
28
43
  "ListScenes": {
29
44
  "input_token": "nextToken",
30
45
  "output_token": "nextToken",
@@ -1346,5 +1346,13 @@
1346
1346
  },
1347
1347
  "trustedadvisor": {
1348
1348
  "name": "TrustedAdvisor"
1349
+ },
1350
+ "cloudfrontkeyvaluestore": {
1351
+ "prefix": "cloudfront-keyvaluestore",
1352
+ "name": "CloudFrontKeyValueStore"
1353
+ },
1354
+ "inspectorscan": {
1355
+ "prefix": "inspector-scan",
1356
+ "name": "InspectorScan"
1349
1357
  }
1350
1358
  }