cdk-lambda-subminute 2.0.368 → 2.0.370
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 +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
- package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -5,6 +5,11 @@
|
|
5
5
|
"output_token": "nextToken",
|
6
6
|
"limit_key": "maxResults"
|
7
7
|
},
|
8
|
+
"ListBotAliasReplicas": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"limit_key": "maxResults"
|
12
|
+
},
|
8
13
|
"ListBotAliases": {
|
9
14
|
"input_token": "nextToken",
|
10
15
|
"output_token": "nextToken",
|
@@ -25,6 +30,11 @@
|
|
25
30
|
"output_token": "nextToken",
|
26
31
|
"limit_key": "maxResults"
|
27
32
|
},
|
33
|
+
"ListBotVersionReplicas": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"limit_key": "maxResults"
|
37
|
+
},
|
28
38
|
"ListBotVersions": {
|
29
39
|
"input_token": "nextToken",
|
30
40
|
"output_token": "nextToken",
|