cdk-docker-image-deployment 0.0.28 → 0.0.30
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 +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +21 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/acm-2015-12-08.min.json +46 -2
- package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +139 -127
- package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +40 -12
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +39 -9
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +404 -78
- package/node_modules/aws-sdk/apis/fsx-2018-03-01.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.examples.json +5 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +1461 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +3 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +903 -777
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +119 -41
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +35 -34
- package/node_modules/aws-sdk/clients/acm.d.ts +94 -17
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/codedeploy.d.ts +90 -85
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +27 -11
- package/node_modules/aws-sdk/clients/dlm.d.ts +40 -8
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +25 -0
- package/node_modules/aws-sdk/clients/fsx.d.ts +406 -30
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +1840 -0
- package/node_modules/aws-sdk/clients/migrationhuborchestrator.js +19 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/proton.d.ts +132 -127
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +190 -2
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +6 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +44 -44
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +9 -9
- package/node_modules/aws-sdk/clients/translate.d.ts +53 -0
- package/node_modules/aws-sdk/clients/workspaces.d.ts +6 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +6 -9
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +64 -23
- package/node_modules/aws-sdk/dist/aws-sdk.js +182 -54
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +96 -96
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/event_listeners.js +4 -6
- package/node_modules/aws-sdk/lib/model/api.js +0 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -6
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
|
1
|
+
// AWS SDK for JavaScript v2.1227.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){
|
|
@@ -259,7 +259,9 @@ module.exports={
|
|
|
259
259
|
"NextToken": {},
|
|
260
260
|
"MaxItems": {
|
|
261
261
|
"type": "integer"
|
|
262
|
-
}
|
|
262
|
+
},
|
|
263
|
+
"SortBy": {},
|
|
264
|
+
"SortOrder": {}
|
|
263
265
|
}
|
|
264
266
|
},
|
|
265
267
|
"output": {
|
|
@@ -272,7 +274,49 @@ module.exports={
|
|
|
272
274
|
"type": "structure",
|
|
273
275
|
"members": {
|
|
274
276
|
"CertificateArn": {},
|
|
275
|
-
"DomainName": {}
|
|
277
|
+
"DomainName": {},
|
|
278
|
+
"SubjectAlternativeNameSummaries": {
|
|
279
|
+
"shape": "Sc"
|
|
280
|
+
},
|
|
281
|
+
"HasAdditionalSubjectAlternativeNames": {
|
|
282
|
+
"type": "boolean"
|
|
283
|
+
},
|
|
284
|
+
"Status": {},
|
|
285
|
+
"Type": {},
|
|
286
|
+
"KeyAlgorithm": {},
|
|
287
|
+
"KeyUsages": {
|
|
288
|
+
"type": "list",
|
|
289
|
+
"member": {}
|
|
290
|
+
},
|
|
291
|
+
"ExtendedKeyUsages": {
|
|
292
|
+
"type": "list",
|
|
293
|
+
"member": {}
|
|
294
|
+
},
|
|
295
|
+
"InUse": {
|
|
296
|
+
"type": "boolean"
|
|
297
|
+
},
|
|
298
|
+
"Exported": {
|
|
299
|
+
"type": "boolean"
|
|
300
|
+
},
|
|
301
|
+
"RenewalEligibility": {},
|
|
302
|
+
"NotBefore": {
|
|
303
|
+
"type": "timestamp"
|
|
304
|
+
},
|
|
305
|
+
"NotAfter": {
|
|
306
|
+
"type": "timestamp"
|
|
307
|
+
},
|
|
308
|
+
"CreatedAt": {
|
|
309
|
+
"type": "timestamp"
|
|
310
|
+
},
|
|
311
|
+
"IssuedAt": {
|
|
312
|
+
"type": "timestamp"
|
|
313
|
+
},
|
|
314
|
+
"ImportedAt": {
|
|
315
|
+
"type": "timestamp"
|
|
316
|
+
},
|
|
317
|
+
"RevokedAt": {
|
|
318
|
+
"type": "timestamp"
|
|
319
|
+
}
|
|
276
320
|
}
|
|
277
321
|
}
|
|
278
322
|
}
|
|
@@ -44006,7 +44050,10 @@ module.exports={
|
|
|
44006
44050
|
"updateOutdatedInstancesOnly": {
|
|
44007
44051
|
"type": "boolean"
|
|
44008
44052
|
},
|
|
44009
|
-
"fileExistsBehavior": {}
|
|
44053
|
+
"fileExistsBehavior": {},
|
|
44054
|
+
"overrideAlarmConfiguration": {
|
|
44055
|
+
"shape": "S1v"
|
|
44056
|
+
}
|
|
44010
44057
|
}
|
|
44011
44058
|
},
|
|
44012
44059
|
"output": {
|
|
@@ -45448,6 +45495,9 @@ module.exports={
|
|
|
45448
45495
|
"shape": "S49"
|
|
45449
45496
|
}
|
|
45450
45497
|
}
|
|
45498
|
+
},
|
|
45499
|
+
"overrideAlarmConfiguration": {
|
|
45500
|
+
"shape": "S1v"
|
|
45451
45501
|
}
|
|
45452
45502
|
}
|
|
45453
45503
|
},
|
|
@@ -171783,6 +171833,9 @@ module.exports={
|
|
|
171783
171833
|
},
|
|
171784
171834
|
"iotfleetwise": {
|
|
171785
171835
|
"name": "IoTFleetWise"
|
|
171836
|
+
},
|
|
171837
|
+
"migrationhuborchestrator": {
|
|
171838
|
+
"name": "MigrationHubOrchestrator"
|
|
171786
171839
|
}
|
|
171787
171840
|
}
|
|
171788
171841
|
},{}],164:[function(require,module,exports){
|
|
@@ -233015,6 +233068,9 @@ module.exports={
|
|
|
233015
233068
|
},
|
|
233016
233069
|
"ClientToken": {
|
|
233017
233070
|
"idempotencyToken": true
|
|
233071
|
+
},
|
|
233072
|
+
"Tags": {
|
|
233073
|
+
"shape": "Sb"
|
|
233018
233074
|
}
|
|
233019
233075
|
}
|
|
233020
233076
|
},
|
|
@@ -233069,7 +233125,7 @@ module.exports={
|
|
|
233069
233125
|
"type": "structure",
|
|
233070
233126
|
"members": {
|
|
233071
233127
|
"TextTranslationJobProperties": {
|
|
233072
|
-
"shape": "
|
|
233128
|
+
"shape": "Sn"
|
|
233073
233129
|
}
|
|
233074
233130
|
}
|
|
233075
233131
|
}
|
|
@@ -233088,16 +233144,16 @@ module.exports={
|
|
|
233088
233144
|
"type": "structure",
|
|
233089
233145
|
"members": {
|
|
233090
233146
|
"ParallelDataProperties": {
|
|
233091
|
-
"shape": "
|
|
233147
|
+
"shape": "S16"
|
|
233092
233148
|
},
|
|
233093
233149
|
"DataLocation": {
|
|
233094
|
-
"shape": "
|
|
233150
|
+
"shape": "S1a"
|
|
233095
233151
|
},
|
|
233096
233152
|
"AuxiliaryDataLocation": {
|
|
233097
|
-
"shape": "
|
|
233153
|
+
"shape": "S1a"
|
|
233098
233154
|
},
|
|
233099
233155
|
"LatestUpdateAttemptAuxiliaryDataLocation": {
|
|
233100
|
-
"shape": "
|
|
233156
|
+
"shape": "S1a"
|
|
233101
233157
|
}
|
|
233102
233158
|
}
|
|
233103
233159
|
}
|
|
@@ -233117,13 +233173,13 @@ module.exports={
|
|
|
233117
233173
|
"type": "structure",
|
|
233118
233174
|
"members": {
|
|
233119
233175
|
"TerminologyProperties": {
|
|
233120
|
-
"shape": "
|
|
233176
|
+
"shape": "S1f"
|
|
233121
233177
|
},
|
|
233122
233178
|
"TerminologyDataLocation": {
|
|
233123
|
-
"shape": "
|
|
233179
|
+
"shape": "S1i"
|
|
233124
233180
|
},
|
|
233125
233181
|
"AuxiliaryDataLocation": {
|
|
233126
|
-
"shape": "
|
|
233182
|
+
"shape": "S1i"
|
|
233127
233183
|
}
|
|
233128
233184
|
}
|
|
233129
233185
|
}
|
|
@@ -233157,6 +233213,9 @@ module.exports={
|
|
|
233157
233213
|
},
|
|
233158
233214
|
"EncryptionKey": {
|
|
233159
233215
|
"shape": "S7"
|
|
233216
|
+
},
|
|
233217
|
+
"Tags": {
|
|
233218
|
+
"shape": "Sb"
|
|
233160
233219
|
}
|
|
233161
233220
|
}
|
|
233162
233221
|
},
|
|
@@ -233164,10 +233223,10 @@ module.exports={
|
|
|
233164
233223
|
"type": "structure",
|
|
233165
233224
|
"members": {
|
|
233166
233225
|
"TerminologyProperties": {
|
|
233167
|
-
"shape": "
|
|
233226
|
+
"shape": "S1f"
|
|
233168
233227
|
},
|
|
233169
233228
|
"AuxiliaryDataLocation": {
|
|
233170
|
-
"shape": "
|
|
233229
|
+
"shape": "S1i"
|
|
233171
233230
|
}
|
|
233172
233231
|
}
|
|
233173
233232
|
}
|
|
@@ -233221,13 +233280,32 @@ module.exports={
|
|
|
233221
233280
|
"ParallelDataPropertiesList": {
|
|
233222
233281
|
"type": "list",
|
|
233223
233282
|
"member": {
|
|
233224
|
-
"shape": "
|
|
233283
|
+
"shape": "S16"
|
|
233225
233284
|
}
|
|
233226
233285
|
},
|
|
233227
233286
|
"NextToken": {}
|
|
233228
233287
|
}
|
|
233229
233288
|
}
|
|
233230
233289
|
},
|
|
233290
|
+
"ListTagsForResource": {
|
|
233291
|
+
"input": {
|
|
233292
|
+
"type": "structure",
|
|
233293
|
+
"required": [
|
|
233294
|
+
"ResourceArn"
|
|
233295
|
+
],
|
|
233296
|
+
"members": {
|
|
233297
|
+
"ResourceArn": {}
|
|
233298
|
+
}
|
|
233299
|
+
},
|
|
233300
|
+
"output": {
|
|
233301
|
+
"type": "structure",
|
|
233302
|
+
"members": {
|
|
233303
|
+
"Tags": {
|
|
233304
|
+
"shape": "Sb"
|
|
233305
|
+
}
|
|
233306
|
+
}
|
|
233307
|
+
}
|
|
233308
|
+
},
|
|
233231
233309
|
"ListTerminologies": {
|
|
233232
233310
|
"input": {
|
|
233233
233311
|
"type": "structure",
|
|
@@ -233244,7 +233322,7 @@ module.exports={
|
|
|
233244
233322
|
"TerminologyPropertiesList": {
|
|
233245
233323
|
"type": "list",
|
|
233246
233324
|
"member": {
|
|
233247
|
-
"shape": "
|
|
233325
|
+
"shape": "S1f"
|
|
233248
233326
|
}
|
|
233249
233327
|
},
|
|
233250
233328
|
"NextToken": {}
|
|
@@ -233280,7 +233358,7 @@ module.exports={
|
|
|
233280
233358
|
"TextTranslationJobPropertiesList": {
|
|
233281
233359
|
"type": "list",
|
|
233282
233360
|
"member": {
|
|
233283
|
-
"shape": "
|
|
233361
|
+
"shape": "Sn"
|
|
233284
233362
|
}
|
|
233285
233363
|
},
|
|
233286
233364
|
"NextToken": {}
|
|
@@ -233301,27 +233379,27 @@ module.exports={
|
|
|
233301
233379
|
"members": {
|
|
233302
233380
|
"JobName": {},
|
|
233303
233381
|
"InputDataConfig": {
|
|
233304
|
-
"shape": "
|
|
233382
|
+
"shape": "Sx"
|
|
233305
233383
|
},
|
|
233306
233384
|
"OutputDataConfig": {
|
|
233307
|
-
"shape": "
|
|
233385
|
+
"shape": "Sz"
|
|
233308
233386
|
},
|
|
233309
233387
|
"DataAccessRoleArn": {},
|
|
233310
233388
|
"SourceLanguageCode": {},
|
|
233311
233389
|
"TargetLanguageCodes": {
|
|
233312
|
-
"shape": "
|
|
233390
|
+
"shape": "St"
|
|
233313
233391
|
},
|
|
233314
233392
|
"TerminologyNames": {
|
|
233315
|
-
"shape": "
|
|
233393
|
+
"shape": "Su"
|
|
233316
233394
|
},
|
|
233317
233395
|
"ParallelDataNames": {
|
|
233318
|
-
"shape": "
|
|
233396
|
+
"shape": "Su"
|
|
233319
233397
|
},
|
|
233320
233398
|
"ClientToken": {
|
|
233321
233399
|
"idempotencyToken": true
|
|
233322
233400
|
},
|
|
233323
233401
|
"Settings": {
|
|
233324
|
-
"shape": "
|
|
233402
|
+
"shape": "S11"
|
|
233325
233403
|
}
|
|
233326
233404
|
}
|
|
233327
233405
|
},
|
|
@@ -233351,6 +233429,25 @@ module.exports={
|
|
|
233351
233429
|
}
|
|
233352
233430
|
}
|
|
233353
233431
|
},
|
|
233432
|
+
"TagResource": {
|
|
233433
|
+
"input": {
|
|
233434
|
+
"type": "structure",
|
|
233435
|
+
"required": [
|
|
233436
|
+
"ResourceArn",
|
|
233437
|
+
"Tags"
|
|
233438
|
+
],
|
|
233439
|
+
"members": {
|
|
233440
|
+
"ResourceArn": {},
|
|
233441
|
+
"Tags": {
|
|
233442
|
+
"shape": "Sb"
|
|
233443
|
+
}
|
|
233444
|
+
}
|
|
233445
|
+
},
|
|
233446
|
+
"output": {
|
|
233447
|
+
"type": "structure",
|
|
233448
|
+
"members": {}
|
|
233449
|
+
}
|
|
233450
|
+
},
|
|
233354
233451
|
"TranslateText": {
|
|
233355
233452
|
"input": {
|
|
233356
233453
|
"type": "structure",
|
|
@@ -233362,12 +233459,12 @@ module.exports={
|
|
|
233362
233459
|
"members": {
|
|
233363
233460
|
"Text": {},
|
|
233364
233461
|
"TerminologyNames": {
|
|
233365
|
-
"shape": "
|
|
233462
|
+
"shape": "Su"
|
|
233366
233463
|
},
|
|
233367
233464
|
"SourceLanguageCode": {},
|
|
233368
233465
|
"TargetLanguageCode": {},
|
|
233369
233466
|
"Settings": {
|
|
233370
|
-
"shape": "
|
|
233467
|
+
"shape": "S11"
|
|
233371
233468
|
}
|
|
233372
233469
|
}
|
|
233373
233470
|
},
|
|
@@ -233402,11 +233499,31 @@ module.exports={
|
|
|
233402
233499
|
}
|
|
233403
233500
|
},
|
|
233404
233501
|
"AppliedSettings": {
|
|
233405
|
-
"shape": "
|
|
233502
|
+
"shape": "S11"
|
|
233406
233503
|
}
|
|
233407
233504
|
}
|
|
233408
233505
|
}
|
|
233409
233506
|
},
|
|
233507
|
+
"UntagResource": {
|
|
233508
|
+
"input": {
|
|
233509
|
+
"type": "structure",
|
|
233510
|
+
"required": [
|
|
233511
|
+
"ResourceArn",
|
|
233512
|
+
"TagKeys"
|
|
233513
|
+
],
|
|
233514
|
+
"members": {
|
|
233515
|
+
"ResourceArn": {},
|
|
233516
|
+
"TagKeys": {
|
|
233517
|
+
"type": "list",
|
|
233518
|
+
"member": {}
|
|
233519
|
+
}
|
|
233520
|
+
}
|
|
233521
|
+
},
|
|
233522
|
+
"output": {
|
|
233523
|
+
"type": "structure",
|
|
233524
|
+
"members": {}
|
|
233525
|
+
}
|
|
233526
|
+
},
|
|
233410
233527
|
"UpdateParallelData": {
|
|
233411
233528
|
"input": {
|
|
233412
233529
|
"type": "structure",
|
|
@@ -233462,7 +233579,21 @@ module.exports={
|
|
|
233462
233579
|
"Id": {}
|
|
233463
233580
|
}
|
|
233464
233581
|
},
|
|
233465
|
-
"
|
|
233582
|
+
"Sb": {
|
|
233583
|
+
"type": "list",
|
|
233584
|
+
"member": {
|
|
233585
|
+
"type": "structure",
|
|
233586
|
+
"required": [
|
|
233587
|
+
"Key",
|
|
233588
|
+
"Value"
|
|
233589
|
+
],
|
|
233590
|
+
"members": {
|
|
233591
|
+
"Key": {},
|
|
233592
|
+
"Value": {}
|
|
233593
|
+
}
|
|
233594
|
+
}
|
|
233595
|
+
},
|
|
233596
|
+
"Sn": {
|
|
233466
233597
|
"type": "structure",
|
|
233467
233598
|
"members": {
|
|
233468
233599
|
"JobId": {},
|
|
@@ -233484,13 +233615,13 @@ module.exports={
|
|
|
233484
233615
|
},
|
|
233485
233616
|
"SourceLanguageCode": {},
|
|
233486
233617
|
"TargetLanguageCodes": {
|
|
233487
|
-
"shape": "
|
|
233618
|
+
"shape": "St"
|
|
233488
233619
|
},
|
|
233489
233620
|
"TerminologyNames": {
|
|
233490
|
-
"shape": "
|
|
233621
|
+
"shape": "Su"
|
|
233491
233622
|
},
|
|
233492
233623
|
"ParallelDataNames": {
|
|
233493
|
-
"shape": "
|
|
233624
|
+
"shape": "Su"
|
|
233494
233625
|
},
|
|
233495
233626
|
"Message": {},
|
|
233496
233627
|
"SubmittedTime": {
|
|
@@ -233500,26 +233631,26 @@ module.exports={
|
|
|
233500
233631
|
"type": "timestamp"
|
|
233501
233632
|
},
|
|
233502
233633
|
"InputDataConfig": {
|
|
233503
|
-
"shape": "
|
|
233634
|
+
"shape": "Sx"
|
|
233504
233635
|
},
|
|
233505
233636
|
"OutputDataConfig": {
|
|
233506
|
-
"shape": "
|
|
233637
|
+
"shape": "Sz"
|
|
233507
233638
|
},
|
|
233508
233639
|
"DataAccessRoleArn": {},
|
|
233509
233640
|
"Settings": {
|
|
233510
|
-
"shape": "
|
|
233641
|
+
"shape": "S11"
|
|
233511
233642
|
}
|
|
233512
233643
|
}
|
|
233513
233644
|
},
|
|
233514
|
-
"
|
|
233645
|
+
"St": {
|
|
233515
233646
|
"type": "list",
|
|
233516
233647
|
"member": {}
|
|
233517
233648
|
},
|
|
233518
|
-
"
|
|
233649
|
+
"Su": {
|
|
233519
233650
|
"type": "list",
|
|
233520
233651
|
"member": {}
|
|
233521
233652
|
},
|
|
233522
|
-
"
|
|
233653
|
+
"Sx": {
|
|
233523
233654
|
"type": "structure",
|
|
233524
233655
|
"required": [
|
|
233525
233656
|
"S3Uri",
|
|
@@ -233530,7 +233661,7 @@ module.exports={
|
|
|
233530
233661
|
"ContentType": {}
|
|
233531
233662
|
}
|
|
233532
233663
|
},
|
|
233533
|
-
"
|
|
233664
|
+
"Sz": {
|
|
233534
233665
|
"type": "structure",
|
|
233535
233666
|
"required": [
|
|
233536
233667
|
"S3Uri"
|
|
@@ -233542,14 +233673,14 @@ module.exports={
|
|
|
233542
233673
|
}
|
|
233543
233674
|
}
|
|
233544
233675
|
},
|
|
233545
|
-
"
|
|
233676
|
+
"S11": {
|
|
233546
233677
|
"type": "structure",
|
|
233547
233678
|
"members": {
|
|
233548
233679
|
"Formality": {},
|
|
233549
233680
|
"Profanity": {}
|
|
233550
233681
|
}
|
|
233551
233682
|
},
|
|
233552
|
-
"
|
|
233683
|
+
"S16": {
|
|
233553
233684
|
"type": "structure",
|
|
233554
233685
|
"members": {
|
|
233555
233686
|
"Name": {},
|
|
@@ -233558,7 +233689,7 @@ module.exports={
|
|
|
233558
233689
|
"Status": {},
|
|
233559
233690
|
"SourceLanguageCode": {},
|
|
233560
233691
|
"TargetLanguageCodes": {
|
|
233561
|
-
"shape": "
|
|
233692
|
+
"shape": "S18"
|
|
233562
233693
|
},
|
|
233563
233694
|
"ParallelDataConfig": {
|
|
233564
233695
|
"shape": "S4"
|
|
@@ -233591,11 +233722,11 @@ module.exports={
|
|
|
233591
233722
|
}
|
|
233592
233723
|
}
|
|
233593
233724
|
},
|
|
233594
|
-
"
|
|
233725
|
+
"S18": {
|
|
233595
233726
|
"type": "list",
|
|
233596
233727
|
"member": {}
|
|
233597
233728
|
},
|
|
233598
|
-
"
|
|
233729
|
+
"S1a": {
|
|
233599
233730
|
"type": "structure",
|
|
233600
233731
|
"required": [
|
|
233601
233732
|
"RepositoryType",
|
|
@@ -233606,7 +233737,7 @@ module.exports={
|
|
|
233606
233737
|
"Location": {}
|
|
233607
233738
|
}
|
|
233608
233739
|
},
|
|
233609
|
-
"
|
|
233740
|
+
"S1f": {
|
|
233610
233741
|
"type": "structure",
|
|
233611
233742
|
"members": {
|
|
233612
233743
|
"Name": {},
|
|
@@ -233614,7 +233745,7 @@ module.exports={
|
|
|
233614
233745
|
"Arn": {},
|
|
233615
233746
|
"SourceLanguageCode": {},
|
|
233616
233747
|
"TargetLanguageCodes": {
|
|
233617
|
-
"shape": "
|
|
233748
|
+
"shape": "S18"
|
|
233618
233749
|
},
|
|
233619
233750
|
"EncryptionKey": {
|
|
233620
233751
|
"shape": "S7"
|
|
@@ -233639,7 +233770,7 @@ module.exports={
|
|
|
233639
233770
|
"Format": {}
|
|
233640
233771
|
}
|
|
233641
233772
|
},
|
|
233642
|
-
"
|
|
233773
|
+
"S1i": {
|
|
233643
233774
|
"type": "structure",
|
|
233644
233775
|
"required": [
|
|
233645
233776
|
"RepositoryType",
|
|
@@ -243612,7 +243743,7 @@ AWS.util.update(AWS, {
|
|
|
243612
243743
|
/**
|
|
243613
243744
|
* @constant
|
|
243614
243745
|
*/
|
|
243615
|
-
VERSION: '2.
|
|
243746
|
+
VERSION: '2.1227.0',
|
|
243616
243747
|
|
|
243617
243748
|
/**
|
|
243618
243749
|
* @api private
|
|
@@ -247333,12 +247464,10 @@ AWS.EventListeners = {
|
|
|
247333
247464
|
});
|
|
247334
247465
|
|
|
247335
247466
|
add('ERROR', 'error', function ERROR(err, resp) {
|
|
247336
|
-
var
|
|
247337
|
-
|
|
247338
|
-
|
|
247339
|
-
|
|
247340
|
-
resp.error.code = mapping.code;
|
|
247341
|
-
}
|
|
247467
|
+
var headers = resp.httpResponse.headers;
|
|
247468
|
+
var queryErrorCode = headers ? headers['x-amzn-query-error'] : undefined;
|
|
247469
|
+
if (queryErrorCode) {
|
|
247470
|
+
resp.error.code = queryErrorCode.split(';')[0];
|
|
247342
247471
|
}
|
|
247343
247472
|
}, true);
|
|
247344
247473
|
|
|
@@ -248306,7 +248435,6 @@ function Api(api, options) {
|
|
|
248306
248435
|
property(this, 'documentation', api.documentation);
|
|
248307
248436
|
property(this, 'documentationUrl', api.documentationUrl);
|
|
248308
248437
|
}
|
|
248309
|
-
property(this, 'errorCodeMapping', api.awsQueryCompatible);
|
|
248310
248438
|
}
|
|
248311
248439
|
|
|
248312
248440
|
/**
|
|
@@ -265610,7 +265738,7 @@ var LRUCache = /** @class */ (function () {
|
|
|
265610
265738
|
}());
|
|
265611
265739
|
exports.LRUCache = LRUCache;
|
|
265612
265740
|
},{}],458:[function(require,module,exports){
|
|
265613
|
-
// AWS SDK for JavaScript v2.
|
|
265741
|
+
// AWS SDK for JavaScript v2.1227.0
|
|
265614
265742
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
265615
265743
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
|
265616
265744
|
require('./browser_loader');
|