cdk-comprehend-s3olap 2.0.225 → 2.0.227
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/@esbuild/linux-x64/bin/esbuild +0 -0
- package/node_modules/@esbuild/linux-x64/package.json +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +54 -16
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ebs-2019-11-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +795 -780
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +823 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +390 -318
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +7 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- 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/autoscaling.d.ts +7 -7
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ebs.d.ts +17 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +29 -0
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +815 -0
- package/node_modules/aws-sdk/clients/entityresolution.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +123 -1
- package/node_modules/aws-sdk/clients/healthlake.d.ts +70 -70
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +494 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.js +19 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +421 -414
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1 -1
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/route53.d.ts +13 -13
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- 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 +92 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +839 -783
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- 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/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/lib/main.js +8 -8
- package/node_modules/esbuild/package.json +23 -23
- package/package.json +5 -5
@@ -506,6 +506,31 @@
|
|
506
506
|
}
|
507
507
|
]
|
508
508
|
},
|
509
|
+
"StoreImageTaskComplete": {
|
510
|
+
"delay": 5,
|
511
|
+
"operation": "DescribeStoreImageTasks",
|
512
|
+
"maxAttempts": 40,
|
513
|
+
"acceptors": [
|
514
|
+
{
|
515
|
+
"expected": "Completed",
|
516
|
+
"matcher": "pathAll",
|
517
|
+
"state": "success",
|
518
|
+
"argument": "StoreImageTaskResults[].StoreTaskState"
|
519
|
+
},
|
520
|
+
{
|
521
|
+
"expected": "Failed",
|
522
|
+
"matcher": "pathAny",
|
523
|
+
"state": "failure",
|
524
|
+
"argument": "StoreImageTaskResults[].StoreTaskState"
|
525
|
+
},
|
526
|
+
{
|
527
|
+
"expected": "InProgress",
|
528
|
+
"matcher": "pathAny",
|
529
|
+
"state": "retry",
|
530
|
+
"argument": "StoreImageTaskResults[].StoreTaskState"
|
531
|
+
}
|
532
|
+
]
|
533
|
+
},
|
509
534
|
"SubnetAvailable": {
|
510
535
|
"delay": 15,
|
511
536
|
"operation": "DescribeSubnets",
|