cdk-comprehend-s3olap 2.0.161 → 2.0.163

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 (28) 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 +16 -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/connect-2017-08-08.min.json +6 -3
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1005 -383
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
  12. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +156 -107
  13. package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +84 -17
  14. package/node_modules/aws-sdk/clients/appsync.d.ts +398 -2
  15. package/node_modules/aws-sdk/clients/backup.d.ts +6 -2
  16. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/cur.d.ts +2 -2
  18. package/node_modules/aws-sdk/clients/pinpoint.d.ts +7 -7
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +749 -4
  20. package/node_modules/aws-sdk/clients/sagemaker.d.ts +76 -4
  21. package/node_modules/aws-sdk/clients/translate.d.ts +69 -5
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +93 -23
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
  26. package/node_modules/aws-sdk/lib/core.js +1 -1
  27. package/node_modules/aws-sdk/package.json +1 -1
  28. package/package.json +5 -5
@@ -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": {
@@ -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": {},