cdk-comprehend-s3olap 2.0.162 → 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
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1384.0
|
2
2
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
3
3
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
4
4
|
(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
|
@@ -64392,7 +64392,8 @@ module.exports={
|
|
64392
64392
|
"locationName": "EvaluationId"
|
64393
64393
|
}
|
64394
64394
|
}
|
64395
|
-
}
|
64395
|
+
},
|
64396
|
+
"idempotent": true
|
64396
64397
|
},
|
64397
64398
|
"DeleteContactFlow": {
|
64398
64399
|
"http": {
|
@@ -64474,7 +64475,8 @@ module.exports={
|
|
64474
64475
|
"type": "integer"
|
64475
64476
|
}
|
64476
64477
|
}
|
64477
|
-
}
|
64478
|
+
},
|
64479
|
+
"idempotent": true
|
64478
64480
|
},
|
64479
64481
|
"DeleteHoursOfOperation": {
|
64480
64482
|
"http": {
|
@@ -70733,7 +70735,8 @@ module.exports={
|
|
70733
70735
|
"type": "structure",
|
70734
70736
|
"required": [
|
70735
70737
|
"Title",
|
70736
|
-
"RefId"
|
70738
|
+
"RefId",
|
70739
|
+
"Items"
|
70737
70740
|
],
|
70738
70741
|
"members": {
|
70739
70742
|
"Title": {},
|
@@ -246138,6 +246141,70 @@ module.exports={
|
|
246138
246141
|
"members": {}
|
246139
246142
|
}
|
246140
246143
|
},
|
246144
|
+
"TranslateDocument": {
|
246145
|
+
"input": {
|
246146
|
+
"type": "structure",
|
246147
|
+
"required": [
|
246148
|
+
"Document",
|
246149
|
+
"SourceLanguageCode",
|
246150
|
+
"TargetLanguageCode"
|
246151
|
+
],
|
246152
|
+
"members": {
|
246153
|
+
"Document": {
|
246154
|
+
"type": "structure",
|
246155
|
+
"required": [
|
246156
|
+
"Content",
|
246157
|
+
"ContentType"
|
246158
|
+
],
|
246159
|
+
"members": {
|
246160
|
+
"Content": {
|
246161
|
+
"type": "blob",
|
246162
|
+
"sensitive": true
|
246163
|
+
},
|
246164
|
+
"ContentType": {}
|
246165
|
+
}
|
246166
|
+
},
|
246167
|
+
"TerminologyNames": {
|
246168
|
+
"shape": "Su"
|
246169
|
+
},
|
246170
|
+
"SourceLanguageCode": {},
|
246171
|
+
"TargetLanguageCode": {},
|
246172
|
+
"Settings": {
|
246173
|
+
"shape": "S11"
|
246174
|
+
}
|
246175
|
+
}
|
246176
|
+
},
|
246177
|
+
"output": {
|
246178
|
+
"type": "structure",
|
246179
|
+
"required": [
|
246180
|
+
"TranslatedDocument",
|
246181
|
+
"SourceLanguageCode",
|
246182
|
+
"TargetLanguageCode"
|
246183
|
+
],
|
246184
|
+
"members": {
|
246185
|
+
"TranslatedDocument": {
|
246186
|
+
"type": "structure",
|
246187
|
+
"required": [
|
246188
|
+
"Content"
|
246189
|
+
],
|
246190
|
+
"members": {
|
246191
|
+
"Content": {
|
246192
|
+
"type": "blob",
|
246193
|
+
"sensitive": true
|
246194
|
+
}
|
246195
|
+
}
|
246196
|
+
},
|
246197
|
+
"SourceLanguageCode": {},
|
246198
|
+
"TargetLanguageCode": {},
|
246199
|
+
"AppliedTerminologies": {
|
246200
|
+
"shape": "S2l"
|
246201
|
+
},
|
246202
|
+
"AppliedSettings": {
|
246203
|
+
"shape": "S11"
|
246204
|
+
}
|
246205
|
+
}
|
246206
|
+
}
|
246207
|
+
},
|
246141
246208
|
"TranslateText": {
|
246142
246209
|
"input": {
|
246143
246210
|
"type": "structure",
|
@@ -246170,23 +246237,7 @@ module.exports={
|
|
246170
246237
|
"SourceLanguageCode": {},
|
246171
246238
|
"TargetLanguageCode": {},
|
246172
246239
|
"AppliedTerminologies": {
|
246173
|
-
"
|
246174
|
-
"member": {
|
246175
|
-
"type": "structure",
|
246176
|
-
"members": {
|
246177
|
-
"Name": {},
|
246178
|
-
"Terms": {
|
246179
|
-
"type": "list",
|
246180
|
-
"member": {
|
246181
|
-
"type": "structure",
|
246182
|
-
"members": {
|
246183
|
-
"SourceText": {},
|
246184
|
-
"TargetText": {}
|
246185
|
-
}
|
246186
|
-
}
|
246187
|
-
}
|
246188
|
-
}
|
246189
|
-
}
|
246240
|
+
"shape": "S2l"
|
246190
246241
|
},
|
246191
246242
|
"AppliedSettings": {
|
246192
246243
|
"shape": "S11"
|
@@ -246470,6 +246521,25 @@ module.exports={
|
|
246470
246521
|
"RepositoryType": {},
|
246471
246522
|
"Location": {}
|
246472
246523
|
}
|
246524
|
+
},
|
246525
|
+
"S2l": {
|
246526
|
+
"type": "list",
|
246527
|
+
"member": {
|
246528
|
+
"type": "structure",
|
246529
|
+
"members": {
|
246530
|
+
"Name": {},
|
246531
|
+
"Terms": {
|
246532
|
+
"type": "list",
|
246533
|
+
"member": {
|
246534
|
+
"type": "structure",
|
246535
|
+
"members": {
|
246536
|
+
"SourceText": {},
|
246537
|
+
"TargetText": {}
|
246538
|
+
}
|
246539
|
+
}
|
246540
|
+
}
|
246541
|
+
}
|
246542
|
+
}
|
246473
246543
|
}
|
246474
246544
|
}
|
246475
246545
|
}
|
@@ -256873,7 +256943,7 @@ AWS.util.update(AWS, {
|
|
256873
256943
|
/**
|
256874
256944
|
* @constant
|
256875
256945
|
*/
|
256876
|
-
VERSION: '2.
|
256946
|
+
VERSION: '2.1384.0',
|
256877
256947
|
|
256878
256948
|
/**
|
256879
256949
|
* @api private
|
@@ -279042,7 +279112,7 @@ var LRUCache = /** @class */ (function () {
|
|
279042
279112
|
}());
|
279043
279113
|
exports.LRUCache = LRUCache;
|
279044
279114
|
},{}],462:[function(require,module,exports){
|
279045
|
-
// AWS SDK for JavaScript v2.
|
279115
|
+
// AWS SDK for JavaScript v2.1384.0
|
279046
279116
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
279047
279117
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
279048
279118
|
require('./browser_loader');
|