cdk-comprehend-s3olap 2.0.349 → 2.0.351
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/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/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -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 +11 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- 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/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1955 -1012
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/all.d.ts +3 -0
- package/node_modules/aws-sdk/clients/all.js +4 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- 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/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1230 -62
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
- 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 +128 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +556 -10
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -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
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9341
@@ -54,6 +54,18 @@
|
|
54
54
|
"limit_key": "MaxResults",
|
55
55
|
"result_key": "Candidates"
|
56
56
|
},
|
57
|
+
"ListClusterNodes": {
|
58
|
+
"input_token": "NextToken",
|
59
|
+
"output_token": "NextToken",
|
60
|
+
"limit_key": "MaxResults",
|
61
|
+
"result_key": "ClusterNodeSummaries"
|
62
|
+
},
|
63
|
+
"ListClusters": {
|
64
|
+
"input_token": "NextToken",
|
65
|
+
"output_token": "NextToken",
|
66
|
+
"limit_key": "MaxResults",
|
67
|
+
"result_key": "ClusterSummaries"
|
68
|
+
},
|
57
69
|
"ListCodeRepositories": {
|
58
70
|
"input_token": "NextToken",
|
59
71
|
"output_token": "NextToken",
|
@@ -162,6 +174,12 @@
|
|
162
174
|
"limit_key": "MaxResults",
|
163
175
|
"result_key": "Images"
|
164
176
|
},
|
177
|
+
"ListInferenceComponents": {
|
178
|
+
"input_token": "NextToken",
|
179
|
+
"output_token": "NextToken",
|
180
|
+
"limit_key": "MaxResults",
|
181
|
+
"result_key": "InferenceComponents"
|
182
|
+
},
|
165
183
|
"ListInferenceExperiments": {
|
166
184
|
"input_token": "NextToken",
|
167
185
|
"output_token": "NextToken",
|
@@ -370,3 +370,6 @@ export import BedrockAgent = require('./bedrockagent');
|
|
370
370
|
export import BedrockAgentRuntime = require('./bedrockagentruntime');
|
371
371
|
export import QBusiness = require('./qbusiness');
|
372
372
|
export import QConnect = require('./qconnect');
|
373
|
+
export import CleanRoomsML = require('./cleanroomsml');
|
374
|
+
export import MarketplaceAgreement = require('./marketplaceagreement');
|
375
|
+
export import MarketplaceDeployment = require('./marketplacedeployment');
|
@@ -371,5 +371,8 @@ module.exports = {
|
|
371
371
|
BedrockAgent: require('./bedrockagent'),
|
372
372
|
BedrockAgentRuntime: require('./bedrockagentruntime'),
|
373
373
|
QBusiness: require('./qbusiness'),
|
374
|
-
QConnect: require('./qconnect')
|
374
|
+
QConnect: require('./qconnect'),
|
375
|
+
CleanRoomsML: require('./cleanroomsml'),
|
376
|
+
MarketplaceAgreement: require('./marketplaceagreement'),
|
377
|
+
MarketplaceDeployment: require('./marketplacedeployment')
|
375
378
|
};
|