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