cdk-comprehend-s3olap 2.0.174 → 2.0.176
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +164 -127
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
- package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
- package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
- package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
- package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
- package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
- package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
- package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
- package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
- package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
- package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
- package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +1019 -375
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -74,6 +74,26 @@
|
|
74
74
|
"input_token": "nextToken",
|
75
75
|
"output_token": "nextToken",
|
76
76
|
"limit_key": "maxResults"
|
77
|
+
},
|
78
|
+
"ListTestExecutionResultItems": {
|
79
|
+
"input_token": "nextToken",
|
80
|
+
"output_token": "nextToken",
|
81
|
+
"limit_key": "maxResults"
|
82
|
+
},
|
83
|
+
"ListTestExecutions": {
|
84
|
+
"input_token": "nextToken",
|
85
|
+
"output_token": "nextToken",
|
86
|
+
"limit_key": "maxResults"
|
87
|
+
},
|
88
|
+
"ListTestSetRecords": {
|
89
|
+
"input_token": "nextToken",
|
90
|
+
"output_token": "nextToken",
|
91
|
+
"limit_key": "maxResults"
|
92
|
+
},
|
93
|
+
"ListTestSets": {
|
94
|
+
"input_token": "nextToken",
|
95
|
+
"output_token": "nextToken",
|
96
|
+
"limit_key": "maxResults"
|
77
97
|
}
|
78
98
|
}
|
79
99
|
}
|