cdk-comprehend-s3olap 2.0.175 → 2.0.177
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 +4 -4
- 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 +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +252 -52
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +31 -18
- 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/logs-2014-03-28.min.json +99 -16
- 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 +24 -24
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +132 -18
- package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +201 -0
- package/node_modules/aws-sdk/clients/directconnect.d.ts +6 -6
- package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -0
- 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/iotdeviceadvisor.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
- 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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +948 -264
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +7 -7
@@ -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
|
}
|