cdk-lambda-subminute 2.0.313 → 2.0.315
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.
- package/.jsii +27 -14
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.min.json +319 -17
- package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
- package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
- package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +68 -6
- package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +12 -6
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1227 -992
- package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +44 -19
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
- package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
- package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
- package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
- package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
- package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
- package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
- package/node_modules/aws-sdk/clients/qconnect.d.ts +66 -4
- package/node_modules/aws-sdk/clients/rbin.d.ts +24 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +264 -2
- package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +27 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +88 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +553 -10
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -24,6 +24,18 @@
|
|
24
24
|
"limit_key": "maxResults",
|
25
25
|
"result_key": "recoveryPoints"
|
26
26
|
},
|
27
|
+
"ListScheduledActions": {
|
28
|
+
"input_token": "nextToken",
|
29
|
+
"output_token": "nextToken",
|
30
|
+
"limit_key": "maxResults",
|
31
|
+
"result_key": "scheduledActions"
|
32
|
+
},
|
33
|
+
"ListSnapshotCopyConfigurations": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults",
|
37
|
+
"result_key": "snapshotCopyConfigurations"
|
38
|
+
},
|
27
39
|
"ListSnapshots": {
|
28
40
|
"input_token": "nextToken",
|
29
41
|
"output_token": "nextToken",
|