cdk-lambda-subminute 2.0.305 → 2.0.307

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 (46) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
  6. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
  7. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
  8. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
  10. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
  12. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
  13. package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
  15. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
  16. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
  17. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
  18. package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +92 -21
  19. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  20. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
  22. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +112 -84
  23. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +544 -533
  24. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  25. package/node_modules/aws-sdk/clients/all.js +3 -1
  26. package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
  27. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
  28. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
  29. package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
  30. package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
  31. package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
  33. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
  34. package/node_modules/aws-sdk/clients/kinesis.d.ts +96 -42
  35. package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
  36. package/node_modules/aws-sdk/clients/s3control.d.ts +35 -3
  37. package/node_modules/aws-sdk/clients/sagemaker.d.ts +13 -2
  38. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  39. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +89 -15
  40. package/node_modules/aws-sdk/dist/aws-sdk.js +601 -225
  41. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
  42. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/services/s3.js +1 -1
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/package.json +3 -4
@@ -14,6 +14,12 @@
14
14
  "output_token": "nextToken",
15
15
  "limit_key": "maxResults"
16
16
  },
17
+ "ExecuteQuery": {
18
+ "input_token": "nextToken",
19
+ "output_token": "nextToken",
20
+ "limit_key": "maxResults",
21
+ "result_key": "rows"
22
+ },
17
23
  "GetAssetPropertyAggregates": {
18
24
  "input_token": "nextToken",
19
25
  "output_token": "nextToken",
@@ -38,6 +44,18 @@
38
44
  "limit_key": "maxResults",
39
45
  "result_key": "accessPolicySummaries"
40
46
  },
47
+ "ListActions": {
48
+ "input_token": "nextToken",
49
+ "output_token": "nextToken",
50
+ "limit_key": "maxResults",
51
+ "result_key": "actionSummaries"
52
+ },
53
+ "ListAssetModelCompositeModels": {
54
+ "input_token": "nextToken",
55
+ "output_token": "nextToken",
56
+ "limit_key": "maxResults",
57
+ "result_key": "assetModelCompositeModelSummaries"
58
+ },
41
59
  "ListAssetModelProperties": {
42
60
  "input_token": "nextToken",
43
61
  "output_token": "nextToken",
@@ -80,6 +98,12 @@
80
98
  "limit_key": "maxResults",
81
99
  "result_key": "jobSummaries"
82
100
  },
101
+ "ListCompositionRelationships": {
102
+ "input_token": "nextToken",
103
+ "output_token": "nextToken",
104
+ "limit_key": "maxResults",
105
+ "result_key": "compositionRelationshipSummaries"
106
+ },
83
107
  "ListDashboards": {
84
108
  "input_token": "nextToken",
85
109
  "output_token": "nextToken",