cdk-comprehend-s3olap 2.0.162 → 2.0.164

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.
Files changed (37) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +484 -131
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +4 -1
  9. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +3 -0
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +6 -3
  11. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +213 -204
  12. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +615 -557
  13. package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +9 -0
  14. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1005 -383
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  16. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +676 -598
  17. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +84 -17
  18. package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +6 -6
  19. package/node_modules/aws-sdk/clients/appsync.d.ts +398 -2
  20. package/node_modules/aws-sdk/clients/backup.d.ts +6 -2
  21. package/node_modules/aws-sdk/clients/codepipeline.d.ts +69 -65
  22. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  23. package/node_modules/aws-sdk/clients/cur.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/gamelift.d.ts +22 -10
  25. package/node_modules/aws-sdk/clients/glue.d.ts +57 -2
  26. package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +16 -4
  27. package/node_modules/aws-sdk/clients/pinpoint.d.ts +7 -7
  28. package/node_modules/aws-sdk/clients/quicksight.d.ts +749 -4
  29. package/node_modules/aws-sdk/clients/sagemaker.d.ts +109 -7
  30. package/node_modules/aws-sdk/clients/translate.d.ts +69 -5
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +309 -227
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  35. package/node_modules/aws-sdk/lib/core.js +1 -1
  36. package/node_modules/aws-sdk/package.json +1 -1
  37. package/package.json +7 -7
@@ -2391,7 +2391,10 @@
2391
2391
  },
2392
2392
  "IamRoleArn": {},
2393
2393
  "IdempotencyToken": {},
2394
- "ResourceType": {}
2394
+ "ResourceType": {},
2395
+ "CopySourceTagsToRestoredResource": {
2396
+ "type": "boolean"
2397
+ }
2395
2398
  }
2396
2399
  },
2397
2400
  "output": {
@@ -290,6 +290,9 @@
290
290
  },
291
291
  "updated": {
292
292
  "type": "timestamp"
293
+ },
294
+ "pollingDisabledAt": {
295
+ "type": "timestamp"
293
296
  }
294
297
  }
295
298
  }
@@ -1155,7 +1155,8 @@
1155
1155
  "locationName": "EvaluationId"
1156
1156
  }
1157
1157
  }
1158
- }
1158
+ },
1159
+ "idempotent": true
1159
1160
  },
1160
1161
  "DeleteContactFlow": {
1161
1162
  "http": {
@@ -1237,7 +1238,8 @@
1237
1238
  "type": "integer"
1238
1239
  }
1239
1240
  }
1240
- }
1241
+ },
1242
+ "idempotent": true
1241
1243
  },
1242
1244
  "DeleteHoursOfOperation": {
1243
1245
  "http": {
@@ -7496,7 +7498,8 @@
7496
7498
  "type": "structure",
7497
7499
  "required": [
7498
7500
  "Title",
7499
- "RefId"
7501
+ "RefId",
7502
+ "Items"
7500
7503
  ],
7501
7504
  "members": {
7502
7505
  "Title": {},