cdk-docker-image-deployment 0.0.173 → 0.0.175

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 (39) hide show
  1. package/.jsii +5 -5
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/@types/aws-lambda/README.md +1 -1
  6. package/node_modules/@types/aws-lambda/package.json +2 -2
  7. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +32 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +14 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +3 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +2 -1
  12. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +31 -7
  13. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +209 -182
  14. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +143 -116
  15. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +328 -18
  16. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +6 -0
  17. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +758 -432
  18. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.paginators.json +12 -0
  19. package/node_modules/aws-sdk/clients/appflow.d.ts +4 -0
  20. package/node_modules/aws-sdk/clients/connect.d.ts +4 -0
  21. package/node_modules/aws-sdk/clients/connectcases.d.ts +22 -6
  22. package/node_modules/aws-sdk/clients/ecs.d.ts +64 -39
  23. package/node_modules/aws-sdk/clients/grafana.d.ts +11 -11
  24. package/node_modules/aws-sdk/clients/guardduty.d.ts +34 -34
  25. package/node_modules/aws-sdk/clients/iotwireless.d.ts +21 -9
  26. package/node_modules/aws-sdk/clients/location.d.ts +336 -55
  27. package/node_modules/aws-sdk/clients/macie2.d.ts +40 -40
  28. package/node_modules/aws-sdk/clients/redshift.d.ts +9 -9
  29. package/node_modules/aws-sdk/clients/securityhub.d.ts +371 -7
  30. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +10 -10
  31. package/node_modules/aws-sdk/clients/wafv2.d.ts +49 -49
  32. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +58 -44
  34. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -204
  35. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  36. package/node_modules/aws-sdk/dist/xml2js.js +24 -17
  37. package/node_modules/aws-sdk/lib/core.js +1 -1
  38. package/node_modules/aws-sdk/package.json +1 -1
  39. package/package.json +8 -8
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1321.0
1
+ // AWS SDK for JavaScript v2.1323.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){
@@ -67382,7 +67382,8 @@ module.exports={
67382
67382
  "type": "timestamp"
67383
67383
  },
67384
67384
  "TaskTemplateId": {},
67385
- "QuickConnectId": {}
67385
+ "QuickConnectId": {},
67386
+ "RelatedContactId": {}
67386
67387
  }
67387
67388
  },
67388
67389
  "output": {
@@ -115594,6 +115595,33 @@ module.exports={
115594
115595
  }
115595
115596
  }
115596
115597
  },
115598
+ "DeleteTaskDefinitions": {
115599
+ "input": {
115600
+ "type": "structure",
115601
+ "required": [
115602
+ "taskDefinitions"
115603
+ ],
115604
+ "members": {
115605
+ "taskDefinitions": {
115606
+ "shape": "Sr"
115607
+ }
115608
+ }
115609
+ },
115610
+ "output": {
115611
+ "type": "structure",
115612
+ "members": {
115613
+ "taskDefinitions": {
115614
+ "type": "list",
115615
+ "member": {
115616
+ "shape": "S35"
115617
+ }
115618
+ },
115619
+ "failures": {
115620
+ "shape": "S56"
115621
+ }
115622
+ }
115623
+ }
115624
+ },
115597
115625
  "DeleteTaskSet": {
115598
115626
  "input": {
115599
115627
  "type": "structure",
@@ -115638,7 +115666,7 @@ module.exports={
115638
115666
  "type": "structure",
115639
115667
  "members": {
115640
115668
  "containerInstance": {
115641
- "shape": "S36"
115669
+ "shape": "S5c"
115642
115670
  }
115643
115671
  }
115644
115672
  }
@@ -115657,7 +115685,7 @@ module.exports={
115657
115685
  "type": "structure",
115658
115686
  "members": {
115659
115687
  "taskDefinition": {
115660
- "shape": "S3j"
115688
+ "shape": "S35"
115661
115689
  }
115662
115690
  }
115663
115691
  }
@@ -115689,7 +115717,7 @@ module.exports={
115689
115717
  }
115690
115718
  },
115691
115719
  "failures": {
115692
- "shape": "S5p"
115720
+ "shape": "S56"
115693
115721
  },
115694
115722
  "nextToken": {}
115695
115723
  }
@@ -115718,7 +115746,7 @@ module.exports={
115718
115746
  }
115719
115747
  },
115720
115748
  "failures": {
115721
- "shape": "S5p"
115749
+ "shape": "S56"
115722
115750
  }
115723
115751
  }
115724
115752
  }
@@ -115744,10 +115772,10 @@ module.exports={
115744
115772
  "type": "structure",
115745
115773
  "members": {
115746
115774
  "containerInstances": {
115747
- "shape": "S60"
115775
+ "shape": "S63"
115748
115776
  },
115749
115777
  "failures": {
115750
- "shape": "S5p"
115778
+ "shape": "S56"
115751
115779
  }
115752
115780
  }
115753
115781
  }
@@ -115779,7 +115807,7 @@ module.exports={
115779
115807
  }
115780
115808
  },
115781
115809
  "failures": {
115782
- "shape": "S5p"
115810
+ "shape": "S56"
115783
115811
  }
115784
115812
  }
115785
115813
  }
@@ -115802,7 +115830,7 @@ module.exports={
115802
115830
  "type": "structure",
115803
115831
  "members": {
115804
115832
  "taskDefinition": {
115805
- "shape": "S3j"
115833
+ "shape": "S35"
115806
115834
  },
115807
115835
  "tags": {
115808
115836
  "shape": "Sa"
@@ -115836,7 +115864,7 @@ module.exports={
115836
115864
  "shape": "S26"
115837
115865
  },
115838
115866
  "failures": {
115839
- "shape": "S5p"
115867
+ "shape": "S56"
115840
115868
  }
115841
115869
  }
115842
115870
  }
@@ -115862,10 +115890,10 @@ module.exports={
115862
115890
  "type": "structure",
115863
115891
  "members": {
115864
115892
  "tasks": {
115865
- "shape": "S6i"
115893
+ "shape": "S6l"
115866
115894
  },
115867
115895
  "failures": {
115868
- "shape": "S5p"
115896
+ "shape": "S56"
115869
115897
  }
115870
115898
  }
115871
115899
  }
@@ -115946,10 +115974,10 @@ module.exports={
115946
115974
  "type": "structure",
115947
115975
  "members": {
115948
115976
  "protectedTasks": {
115949
- "shape": "S7a"
115977
+ "shape": "S7d"
115950
115978
  },
115951
115979
  "failures": {
115952
- "shape": "S5p"
115980
+ "shape": "S56"
115953
115981
  }
115954
115982
  }
115955
115983
  }
@@ -116291,10 +116319,10 @@ module.exports={
116291
116319
  "instanceIdentityDocument": {},
116292
116320
  "instanceIdentityDocumentSignature": {},
116293
116321
  "totalResources": {
116294
- "shape": "S39"
116322
+ "shape": "S5f"
116295
116323
  },
116296
116324
  "versionInfo": {
116297
- "shape": "S38"
116325
+ "shape": "S5e"
116298
116326
  },
116299
116327
  "containerInstanceArn": {},
116300
116328
  "attributes": {
@@ -116323,7 +116351,7 @@ module.exports={
116323
116351
  "type": "structure",
116324
116352
  "members": {
116325
116353
  "containerInstance": {
116326
- "shape": "S36"
116354
+ "shape": "S5c"
116327
116355
  }
116328
116356
  }
116329
116357
  }
@@ -116341,16 +116369,16 @@ module.exports={
116341
116369
  "executionRoleArn": {},
116342
116370
  "networkMode": {},
116343
116371
  "containerDefinitions": {
116344
- "shape": "S3k"
116372
+ "shape": "S36"
116345
116373
  },
116346
116374
  "volumes": {
116347
- "shape": "S4q"
116375
+ "shape": "S4c"
116348
116376
  },
116349
116377
  "placementConstraints": {
116350
- "shape": "S54"
116378
+ "shape": "S4q"
116351
116379
  },
116352
116380
  "requiresCompatibilities": {
116353
- "shape": "S57"
116381
+ "shape": "S4t"
116354
116382
  },
116355
116383
  "cpu": {},
116356
116384
  "memory": {},
@@ -116360,16 +116388,16 @@ module.exports={
116360
116388
  "pidMode": {},
116361
116389
  "ipcMode": {},
116362
116390
  "proxyConfiguration": {
116363
- "shape": "S5g"
116391
+ "shape": "S52"
116364
116392
  },
116365
116393
  "inferenceAccelerators": {
116366
- "shape": "S5c"
116394
+ "shape": "S4y"
116367
116395
  },
116368
116396
  "ephemeralStorage": {
116369
- "shape": "S5j"
116397
+ "shape": "S55"
116370
116398
  },
116371
116399
  "runtimePlatform": {
116372
- "shape": "S59"
116400
+ "shape": "S4v"
116373
116401
  }
116374
116402
  }
116375
116403
  },
@@ -116377,7 +116405,7 @@ module.exports={
116377
116405
  "type": "structure",
116378
116406
  "members": {
116379
116407
  "taskDefinition": {
116380
- "shape": "S3j"
116408
+ "shape": "S35"
116381
116409
  },
116382
116410
  "tags": {
116383
116411
  "shape": "Sa"
@@ -116411,7 +116439,7 @@ module.exports={
116411
116439
  "shape": "S1m"
116412
116440
  },
116413
116441
  "overrides": {
116414
- "shape": "S6w"
116442
+ "shape": "S6z"
116415
116443
  },
116416
116444
  "placementConstraints": {
116417
116445
  "shape": "S1g"
@@ -116433,10 +116461,10 @@ module.exports={
116433
116461
  "type": "structure",
116434
116462
  "members": {
116435
116463
  "tasks": {
116436
- "shape": "S6i"
116464
+ "shape": "S6l"
116437
116465
  },
116438
116466
  "failures": {
116439
- "shape": "S5p"
116467
+ "shape": "S56"
116440
116468
  }
116441
116469
  }
116442
116470
  }
@@ -116464,7 +116492,7 @@ module.exports={
116464
116492
  "shape": "S1m"
116465
116493
  },
116466
116494
  "overrides": {
116467
- "shape": "S6w"
116495
+ "shape": "S6z"
116468
116496
  },
116469
116497
  "propagateTags": {},
116470
116498
  "referenceId": {},
@@ -116479,10 +116507,10 @@ module.exports={
116479
116507
  "type": "structure",
116480
116508
  "members": {
116481
116509
  "tasks": {
116482
- "shape": "S6i"
116510
+ "shape": "S6l"
116483
116511
  },
116484
116512
  "failures": {
116485
- "shape": "S5p"
116513
+ "shape": "S56"
116486
116514
  }
116487
116515
  }
116488
116516
  }
@@ -116503,7 +116531,7 @@ module.exports={
116503
116531
  "type": "structure",
116504
116532
  "members": {
116505
116533
  "task": {
116506
- "shape": "S6j"
116534
+ "shape": "S6m"
116507
116535
  }
116508
116536
  }
116509
116537
  }
@@ -116517,7 +116545,7 @@ module.exports={
116517
116545
  "members": {
116518
116546
  "cluster": {},
116519
116547
  "attachments": {
116520
- "shape": "S8n"
116548
+ "shape": "S8q"
116521
116549
  }
116522
116550
  }
116523
116551
  },
@@ -116542,7 +116570,7 @@ module.exports={
116542
116570
  },
116543
116571
  "reason": {},
116544
116572
  "networkBindings": {
116545
- "shape": "S6n"
116573
+ "shape": "S6q"
116546
116574
  }
116547
116575
  }
116548
116576
  },
@@ -116573,7 +116601,7 @@ module.exports={
116573
116601
  "type": "integer"
116574
116602
  },
116575
116603
  "networkBindings": {
116576
- "shape": "S6n"
116604
+ "shape": "S6q"
116577
116605
  },
116578
116606
  "reason": {},
116579
116607
  "status": {}
@@ -116581,7 +116609,7 @@ module.exports={
116581
116609
  }
116582
116610
  },
116583
116611
  "attachments": {
116584
- "shape": "S8n"
116612
+ "shape": "S8q"
116585
116613
  },
116586
116614
  "managedAgents": {
116587
116615
  "type": "list",
@@ -116752,7 +116780,7 @@ module.exports={
116752
116780
  "type": "structure",
116753
116781
  "members": {
116754
116782
  "containerInstance": {
116755
- "shape": "S36"
116783
+ "shape": "S5c"
116756
116784
  }
116757
116785
  }
116758
116786
  }
@@ -116776,10 +116804,10 @@ module.exports={
116776
116804
  "type": "structure",
116777
116805
  "members": {
116778
116806
  "containerInstances": {
116779
- "shape": "S60"
116807
+ "shape": "S63"
116780
116808
  },
116781
116809
  "failures": {
116782
- "shape": "S5p"
116810
+ "shape": "S56"
116783
116811
  }
116784
116812
  }
116785
116813
  }
@@ -116894,10 +116922,10 @@ module.exports={
116894
116922
  "type": "structure",
116895
116923
  "members": {
116896
116924
  "protectedTasks": {
116897
- "shape": "S7a"
116925
+ "shape": "S7d"
116898
116926
  },
116899
116927
  "failures": {
116900
- "shape": "S5p"
116928
+ "shape": "S56"
116901
116929
  }
116902
116930
  }
116903
116931
  }
@@ -117559,108 +117587,12 @@ module.exports={
117559
117587
  "targetId": {}
117560
117588
  }
117561
117589
  },
117562
- "S36": {
117563
- "type": "structure",
117564
- "members": {
117565
- "containerInstanceArn": {},
117566
- "ec2InstanceId": {},
117567
- "capacityProviderName": {},
117568
- "version": {
117569
- "type": "long"
117570
- },
117571
- "versionInfo": {
117572
- "shape": "S38"
117573
- },
117574
- "remainingResources": {
117575
- "shape": "S39"
117576
- },
117577
- "registeredResources": {
117578
- "shape": "S39"
117579
- },
117580
- "status": {},
117581
- "statusReason": {},
117582
- "agentConnected": {
117583
- "type": "boolean"
117584
- },
117585
- "runningTasksCount": {
117586
- "type": "integer"
117587
- },
117588
- "pendingTasksCount": {
117589
- "type": "integer"
117590
- },
117591
- "agentUpdateStatus": {},
117592
- "attributes": {
117593
- "shape": "S2r"
117594
- },
117595
- "registeredAt": {
117596
- "type": "timestamp"
117597
- },
117598
- "attachments": {
117599
- "shape": "S12"
117600
- },
117601
- "tags": {
117602
- "shape": "Sa"
117603
- },
117604
- "healthStatus": {
117605
- "type": "structure",
117606
- "members": {
117607
- "overallStatus": {},
117608
- "details": {
117609
- "type": "list",
117610
- "member": {
117611
- "type": "structure",
117612
- "members": {
117613
- "type": {},
117614
- "status": {},
117615
- "lastUpdated": {
117616
- "type": "timestamp"
117617
- },
117618
- "lastStatusChange": {
117619
- "type": "timestamp"
117620
- }
117621
- }
117622
- }
117623
- }
117624
- }
117625
- }
117626
- }
117627
- },
117628
- "S38": {
117629
- "type": "structure",
117630
- "members": {
117631
- "agentVersion": {},
117632
- "agentHash": {},
117633
- "dockerVersion": {}
117634
- }
117635
- },
117636
- "S39": {
117637
- "type": "list",
117638
- "member": {
117639
- "type": "structure",
117640
- "members": {
117641
- "name": {},
117642
- "type": {},
117643
- "doubleValue": {
117644
- "type": "double"
117645
- },
117646
- "longValue": {
117647
- "type": "long"
117648
- },
117649
- "integerValue": {
117650
- "type": "integer"
117651
- },
117652
- "stringSetValue": {
117653
- "shape": "Sr"
117654
- }
117655
- }
117656
- }
117657
- },
117658
- "S3j": {
117590
+ "S35": {
117659
117591
  "type": "structure",
117660
117592
  "members": {
117661
117593
  "taskDefinitionArn": {},
117662
117594
  "containerDefinitions": {
117663
- "shape": "S3k"
117595
+ "shape": "S36"
117664
117596
  },
117665
117597
  "family": {},
117666
117598
  "taskRoleArn": {},
@@ -117670,7 +117602,7 @@ module.exports={
117670
117602
  "type": "integer"
117671
117603
  },
117672
117604
  "volumes": {
117673
- "shape": "S4q"
117605
+ "shape": "S4c"
117674
117606
  },
117675
117607
  "status": {},
117676
117608
  "requiresAttributes": {
@@ -117680,26 +117612,26 @@ module.exports={
117680
117612
  }
117681
117613
  },
117682
117614
  "placementConstraints": {
117683
- "shape": "S54"
117615
+ "shape": "S4q"
117684
117616
  },
117685
117617
  "compatibilities": {
117686
- "shape": "S57"
117618
+ "shape": "S4t"
117687
117619
  },
117688
117620
  "runtimePlatform": {
117689
- "shape": "S59"
117621
+ "shape": "S4v"
117690
117622
  },
117691
117623
  "requiresCompatibilities": {
117692
- "shape": "S57"
117624
+ "shape": "S4t"
117693
117625
  },
117694
117626
  "cpu": {},
117695
117627
  "memory": {},
117696
117628
  "inferenceAccelerators": {
117697
- "shape": "S5c"
117629
+ "shape": "S4y"
117698
117630
  },
117699
117631
  "pidMode": {},
117700
117632
  "ipcMode": {},
117701
117633
  "proxyConfiguration": {
117702
- "shape": "S5g"
117634
+ "shape": "S52"
117703
117635
  },
117704
117636
  "registeredAt": {
117705
117637
  "type": "timestamp"
@@ -117709,11 +117641,11 @@ module.exports={
117709
117641
  },
117710
117642
  "registeredBy": {},
117711
117643
  "ephemeralStorage": {
117712
- "shape": "S5j"
117644
+ "shape": "S55"
117713
117645
  }
117714
117646
  }
117715
117647
  },
117716
- "S3k": {
117648
+ "S36": {
117717
117649
  "type": "list",
117718
117650
  "member": {
117719
117651
  "type": "structure",
@@ -117769,10 +117701,10 @@ module.exports={
117769
117701
  "shape": "Sr"
117770
117702
  },
117771
117703
  "environment": {
117772
- "shape": "S3r"
117704
+ "shape": "S3d"
117773
117705
  },
117774
117706
  "environmentFiles": {
117775
- "shape": "S3s"
117707
+ "shape": "S3e"
117776
117708
  },
117777
117709
  "mountPoints": {
117778
117710
  "type": "list",
@@ -117989,7 +117921,7 @@ module.exports={
117989
117921
  }
117990
117922
  },
117991
117923
  "resourceRequirements": {
117992
- "shape": "S4j"
117924
+ "shape": "S45"
117993
117925
  },
117994
117926
  "firelensConfiguration": {
117995
117927
  "type": "structure",
@@ -118008,13 +117940,13 @@ module.exports={
118008
117940
  }
118009
117941
  }
118010
117942
  },
118011
- "S3r": {
117943
+ "S3d": {
118012
117944
  "type": "list",
118013
117945
  "member": {
118014
117946
  "shape": "S11"
118015
117947
  }
118016
117948
  },
118017
- "S3s": {
117949
+ "S3e": {
118018
117950
  "type": "list",
118019
117951
  "member": {
118020
117952
  "type": "structure",
@@ -118028,7 +117960,7 @@ module.exports={
118028
117960
  }
118029
117961
  }
118030
117962
  },
118031
- "S4j": {
117963
+ "S45": {
118032
117964
  "type": "list",
118033
117965
  "member": {
118034
117966
  "type": "structure",
@@ -118042,7 +117974,7 @@ module.exports={
118042
117974
  }
118043
117975
  }
118044
117976
  },
118045
- "S4q": {
117977
+ "S4c": {
118046
117978
  "type": "list",
118047
117979
  "member": {
118048
117980
  "type": "structure",
@@ -118063,10 +117995,10 @@ module.exports={
118063
117995
  },
118064
117996
  "driver": {},
118065
117997
  "driverOpts": {
118066
- "shape": "S4v"
117998
+ "shape": "S4h"
118067
117999
  },
118068
118000
  "labels": {
118069
- "shape": "S4v"
118001
+ "shape": "S4h"
118070
118002
  }
118071
118003
  }
118072
118004
  },
@@ -118117,12 +118049,12 @@ module.exports={
118117
118049
  }
118118
118050
  }
118119
118051
  },
118120
- "S4v": {
118052
+ "S4h": {
118121
118053
  "type": "map",
118122
118054
  "key": {},
118123
118055
  "value": {}
118124
118056
  },
118125
- "S54": {
118057
+ "S4q": {
118126
118058
  "type": "list",
118127
118059
  "member": {
118128
118060
  "type": "structure",
@@ -118132,18 +118064,18 @@ module.exports={
118132
118064
  }
118133
118065
  }
118134
118066
  },
118135
- "S57": {
118067
+ "S4t": {
118136
118068
  "type": "list",
118137
118069
  "member": {}
118138
118070
  },
118139
- "S59": {
118071
+ "S4v": {
118140
118072
  "type": "structure",
118141
118073
  "members": {
118142
118074
  "cpuArchitecture": {},
118143
118075
  "operatingSystemFamily": {}
118144
118076
  }
118145
118077
  },
118146
- "S5c": {
118078
+ "S4y": {
118147
118079
  "type": "list",
118148
118080
  "member": {
118149
118081
  "type": "structure",
@@ -118157,7 +118089,7 @@ module.exports={
118157
118089
  }
118158
118090
  }
118159
118091
  },
118160
- "S5g": {
118092
+ "S52": {
118161
118093
  "type": "structure",
118162
118094
  "required": [
118163
118095
  "containerName"
@@ -118173,7 +118105,7 @@ module.exports={
118173
118105
  }
118174
118106
  }
118175
118107
  },
118176
- "S5j": {
118108
+ "S55": {
118177
118109
  "type": "structure",
118178
118110
  "required": [
118179
118111
  "sizeInGiB"
@@ -118184,7 +118116,7 @@ module.exports={
118184
118116
  }
118185
118117
  }
118186
118118
  },
118187
- "S5p": {
118119
+ "S56": {
118188
118120
  "type": "list",
118189
118121
  "member": {
118190
118122
  "type": "structure",
@@ -118195,19 +118127,115 @@ module.exports={
118195
118127
  }
118196
118128
  }
118197
118129
  },
118198
- "S60": {
118130
+ "S5c": {
118131
+ "type": "structure",
118132
+ "members": {
118133
+ "containerInstanceArn": {},
118134
+ "ec2InstanceId": {},
118135
+ "capacityProviderName": {},
118136
+ "version": {
118137
+ "type": "long"
118138
+ },
118139
+ "versionInfo": {
118140
+ "shape": "S5e"
118141
+ },
118142
+ "remainingResources": {
118143
+ "shape": "S5f"
118144
+ },
118145
+ "registeredResources": {
118146
+ "shape": "S5f"
118147
+ },
118148
+ "status": {},
118149
+ "statusReason": {},
118150
+ "agentConnected": {
118151
+ "type": "boolean"
118152
+ },
118153
+ "runningTasksCount": {
118154
+ "type": "integer"
118155
+ },
118156
+ "pendingTasksCount": {
118157
+ "type": "integer"
118158
+ },
118159
+ "agentUpdateStatus": {},
118160
+ "attributes": {
118161
+ "shape": "S2r"
118162
+ },
118163
+ "registeredAt": {
118164
+ "type": "timestamp"
118165
+ },
118166
+ "attachments": {
118167
+ "shape": "S12"
118168
+ },
118169
+ "tags": {
118170
+ "shape": "Sa"
118171
+ },
118172
+ "healthStatus": {
118173
+ "type": "structure",
118174
+ "members": {
118175
+ "overallStatus": {},
118176
+ "details": {
118177
+ "type": "list",
118178
+ "member": {
118179
+ "type": "structure",
118180
+ "members": {
118181
+ "type": {},
118182
+ "status": {},
118183
+ "lastUpdated": {
118184
+ "type": "timestamp"
118185
+ },
118186
+ "lastStatusChange": {
118187
+ "type": "timestamp"
118188
+ }
118189
+ }
118190
+ }
118191
+ }
118192
+ }
118193
+ }
118194
+ }
118195
+ },
118196
+ "S5e": {
118197
+ "type": "structure",
118198
+ "members": {
118199
+ "agentVersion": {},
118200
+ "agentHash": {},
118201
+ "dockerVersion": {}
118202
+ }
118203
+ },
118204
+ "S5f": {
118199
118205
  "type": "list",
118200
118206
  "member": {
118201
- "shape": "S36"
118207
+ "type": "structure",
118208
+ "members": {
118209
+ "name": {},
118210
+ "type": {},
118211
+ "doubleValue": {
118212
+ "type": "double"
118213
+ },
118214
+ "longValue": {
118215
+ "type": "long"
118216
+ },
118217
+ "integerValue": {
118218
+ "type": "integer"
118219
+ },
118220
+ "stringSetValue": {
118221
+ "shape": "Sr"
118222
+ }
118223
+ }
118202
118224
  }
118203
118225
  },
118204
- "S6i": {
118226
+ "S63": {
118205
118227
  "type": "list",
118206
118228
  "member": {
118207
- "shape": "S6j"
118229
+ "shape": "S5c"
118208
118230
  }
118209
118231
  },
118210
- "S6j": {
118232
+ "S6l": {
118233
+ "type": "list",
118234
+ "member": {
118235
+ "shape": "S6m"
118236
+ }
118237
+ },
118238
+ "S6m": {
118211
118239
  "type": "structure",
118212
118240
  "members": {
118213
118241
  "attachments": {
@@ -118241,7 +118269,7 @@ module.exports={
118241
118269
  },
118242
118270
  "reason": {},
118243
118271
  "networkBindings": {
118244
- "shape": "S6n"
118272
+ "shape": "S6q"
118245
118273
  },
118246
118274
  "networkInterfaces": {
118247
118275
  "type": "list",
@@ -118293,13 +118321,13 @@ module.exports={
118293
118321
  "group": {},
118294
118322
  "healthStatus": {},
118295
118323
  "inferenceAccelerators": {
118296
- "shape": "S5c"
118324
+ "shape": "S4y"
118297
118325
  },
118298
118326
  "lastStatus": {},
118299
118327
  "launchType": {},
118300
118328
  "memory": {},
118301
118329
  "overrides": {
118302
- "shape": "S6w"
118330
+ "shape": "S6z"
118303
118331
  },
118304
118332
  "platformVersion": {},
118305
118333
  "platformFamily": {},
@@ -118330,11 +118358,11 @@ module.exports={
118330
118358
  "type": "long"
118331
118359
  },
118332
118360
  "ephemeralStorage": {
118333
- "shape": "S5j"
118361
+ "shape": "S55"
118334
118362
  }
118335
118363
  }
118336
118364
  },
118337
- "S6n": {
118365
+ "S6q": {
118338
118366
  "type": "list",
118339
118367
  "member": {
118340
118368
  "type": "structure",
@@ -118352,7 +118380,7 @@ module.exports={
118352
118380
  }
118353
118381
  }
118354
118382
  },
118355
- "S6w": {
118383
+ "S6z": {
118356
118384
  "type": "structure",
118357
118385
  "members": {
118358
118386
  "containerOverrides": {
@@ -118365,10 +118393,10 @@ module.exports={
118365
118393
  "shape": "Sr"
118366
118394
  },
118367
118395
  "environment": {
118368
- "shape": "S3r"
118396
+ "shape": "S3d"
118369
118397
  },
118370
118398
  "environmentFiles": {
118371
- "shape": "S3s"
118399
+ "shape": "S3e"
118372
118400
  },
118373
118401
  "cpu": {
118374
118402
  "type": "integer"
@@ -118380,7 +118408,7 @@ module.exports={
118380
118408
  "type": "integer"
118381
118409
  },
118382
118410
  "resourceRequirements": {
118383
- "shape": "S4j"
118411
+ "shape": "S45"
118384
118412
  }
118385
118413
  }
118386
118414
  }
@@ -118400,11 +118428,11 @@ module.exports={
118400
118428
  "memory": {},
118401
118429
  "taskRoleArn": {},
118402
118430
  "ephemeralStorage": {
118403
- "shape": "S5j"
118431
+ "shape": "S55"
118404
118432
  }
118405
118433
  }
118406
118434
  },
118407
- "S7a": {
118435
+ "S7d": {
118408
118436
  "type": "list",
118409
118437
  "member": {
118410
118438
  "type": "structure",
@@ -118419,7 +118447,7 @@ module.exports={
118419
118447
  }
118420
118448
  }
118421
118449
  },
118422
- "S8n": {
118450
+ "S8q": {
118423
118451
  "type": "list",
118424
118452
  "member": {
118425
118453
  "type": "structure",
@@ -172496,6 +172524,58 @@ module.exports={
172496
172524
  },
172497
172525
  "idempotent": true
172498
172526
  },
172527
+ "CreateKey": {
172528
+ "http": {
172529
+ "requestUri": "/metadata/v0/keys",
172530
+ "responseCode": 200
172531
+ },
172532
+ "input": {
172533
+ "type": "structure",
172534
+ "required": [
172535
+ "KeyName",
172536
+ "Restrictions"
172537
+ ],
172538
+ "members": {
172539
+ "Description": {},
172540
+ "ExpireTime": {
172541
+ "shape": "St"
172542
+ },
172543
+ "KeyName": {},
172544
+ "NoExpiry": {
172545
+ "type": "boolean"
172546
+ },
172547
+ "Restrictions": {
172548
+ "shape": "S36"
172549
+ },
172550
+ "Tags": {
172551
+ "shape": "S31"
172552
+ }
172553
+ }
172554
+ },
172555
+ "output": {
172556
+ "type": "structure",
172557
+ "required": [
172558
+ "CreateTime",
172559
+ "Key",
172560
+ "KeyArn",
172561
+ "KeyName"
172562
+ ],
172563
+ "members": {
172564
+ "CreateTime": {
172565
+ "shape": "St"
172566
+ },
172567
+ "Key": {
172568
+ "shape": "S3e"
172569
+ },
172570
+ "KeyArn": {},
172571
+ "KeyName": {}
172572
+ }
172573
+ },
172574
+ "endpoint": {
172575
+ "hostPrefix": "metadata."
172576
+ },
172577
+ "idempotent": true
172578
+ },
172499
172579
  "CreateMap": {
172500
172580
  "http": {
172501
172581
  "requestUri": "/maps/v0/maps",
@@ -172509,7 +172589,7 @@ module.exports={
172509
172589
  ],
172510
172590
  "members": {
172511
172591
  "Configuration": {
172512
- "shape": "S36"
172592
+ "shape": "S3g"
172513
172593
  },
172514
172594
  "Description": {},
172515
172595
  "MapName": {},
@@ -172556,7 +172636,7 @@ module.exports={
172556
172636
  "members": {
172557
172637
  "DataSource": {},
172558
172638
  "DataSourceConfiguration": {
172559
- "shape": "S3b"
172639
+ "shape": "S3k"
172560
172640
  },
172561
172641
  "Description": {},
172562
172642
  "IndexName": {},
@@ -172708,6 +172788,33 @@ module.exports={
172708
172788
  },
172709
172789
  "idempotent": true
172710
172790
  },
172791
+ "DeleteKey": {
172792
+ "http": {
172793
+ "method": "DELETE",
172794
+ "requestUri": "/metadata/v0/keys/{KeyName}",
172795
+ "responseCode": 200
172796
+ },
172797
+ "input": {
172798
+ "type": "structure",
172799
+ "required": [
172800
+ "KeyName"
172801
+ ],
172802
+ "members": {
172803
+ "KeyName": {
172804
+ "location": "uri",
172805
+ "locationName": "KeyName"
172806
+ }
172807
+ }
172808
+ },
172809
+ "output": {
172810
+ "type": "structure",
172811
+ "members": {}
172812
+ },
172813
+ "endpoint": {
172814
+ "hostPrefix": "metadata."
172815
+ },
172816
+ "idempotent": true
172817
+ },
172711
172818
  "DeleteMap": {
172712
172819
  "http": {
172713
172820
  "method": "DELETE",
@@ -172871,6 +172978,63 @@ module.exports={
172871
172978
  "hostPrefix": "geofencing."
172872
172979
  }
172873
172980
  },
172981
+ "DescribeKey": {
172982
+ "http": {
172983
+ "method": "GET",
172984
+ "requestUri": "/metadata/v0/keys/{KeyName}",
172985
+ "responseCode": 200
172986
+ },
172987
+ "input": {
172988
+ "type": "structure",
172989
+ "required": [
172990
+ "KeyName"
172991
+ ],
172992
+ "members": {
172993
+ "KeyName": {
172994
+ "location": "uri",
172995
+ "locationName": "KeyName"
172996
+ }
172997
+ }
172998
+ },
172999
+ "output": {
173000
+ "type": "structure",
173001
+ "required": [
173002
+ "CreateTime",
173003
+ "ExpireTime",
173004
+ "Key",
173005
+ "KeyArn",
173006
+ "KeyName",
173007
+ "Restrictions",
173008
+ "UpdateTime"
173009
+ ],
173010
+ "members": {
173011
+ "CreateTime": {
173012
+ "shape": "St"
173013
+ },
173014
+ "Description": {},
173015
+ "ExpireTime": {
173016
+ "shape": "St"
173017
+ },
173018
+ "Key": {
173019
+ "shape": "S3e"
173020
+ },
173021
+ "KeyArn": {},
173022
+ "KeyName": {},
173023
+ "Restrictions": {
173024
+ "shape": "S36"
173025
+ },
173026
+ "Tags": {
173027
+ "shape": "S31"
173028
+ },
173029
+ "UpdateTime": {
173030
+ "shape": "St"
173031
+ }
173032
+ }
173033
+ },
173034
+ "endpoint": {
173035
+ "hostPrefix": "metadata."
173036
+ }
173037
+ },
172874
173038
  "DescribeMap": {
172875
173039
  "http": {
172876
173040
  "method": "GET",
@@ -172902,7 +173066,7 @@ module.exports={
172902
173066
  ],
172903
173067
  "members": {
172904
173068
  "Configuration": {
172905
- "shape": "S36"
173069
+ "shape": "S3g"
172906
173070
  },
172907
173071
  "CreateTime": {
172908
173072
  "shape": "St"
@@ -172962,7 +173126,7 @@ module.exports={
172962
173126
  },
172963
173127
  "DataSource": {},
172964
173128
  "DataSourceConfiguration": {
172965
- "shape": "S3b"
173129
+ "shape": "S3k"
172966
173130
  },
172967
173131
  "Description": {},
172968
173132
  "IndexArn": {},
@@ -173295,6 +173459,11 @@ module.exports={
173295
173459
  "location": "uri",
173296
173460
  "locationName": "FontUnicodeRange"
173297
173461
  },
173462
+ "Key": {
173463
+ "shape": "S3e",
173464
+ "location": "querystring",
173465
+ "locationName": "key"
173466
+ },
173298
173467
  "MapName": {
173299
173468
  "location": "uri",
173300
173469
  "locationName": "MapName"
@@ -173307,6 +173476,10 @@ module.exports={
173307
173476
  "Blob": {
173308
173477
  "type": "blob"
173309
173478
  },
173479
+ "CacheControl": {
173480
+ "location": "header",
173481
+ "locationName": "Cache-Control"
173482
+ },
173310
173483
  "ContentType": {
173311
173484
  "location": "header",
173312
173485
  "locationName": "Content-Type"
@@ -173335,6 +173508,11 @@ module.exports={
173335
173508
  "location": "uri",
173336
173509
  "locationName": "FileName"
173337
173510
  },
173511
+ "Key": {
173512
+ "shape": "S3e",
173513
+ "location": "querystring",
173514
+ "locationName": "key"
173515
+ },
173338
173516
  "MapName": {
173339
173517
  "location": "uri",
173340
173518
  "locationName": "MapName"
@@ -173347,6 +173525,10 @@ module.exports={
173347
173525
  "Blob": {
173348
173526
  "type": "blob"
173349
173527
  },
173528
+ "CacheControl": {
173529
+ "location": "header",
173530
+ "locationName": "Cache-Control"
173531
+ },
173350
173532
  "ContentType": {
173351
173533
  "location": "header",
173352
173534
  "locationName": "Content-Type"
@@ -173370,6 +173552,11 @@ module.exports={
173370
173552
  "MapName"
173371
173553
  ],
173372
173554
  "members": {
173555
+ "Key": {
173556
+ "shape": "S3e",
173557
+ "location": "querystring",
173558
+ "locationName": "key"
173559
+ },
173373
173560
  "MapName": {
173374
173561
  "location": "uri",
173375
173562
  "locationName": "MapName"
@@ -173382,6 +173569,10 @@ module.exports={
173382
173569
  "Blob": {
173383
173570
  "type": "blob"
173384
173571
  },
173572
+ "CacheControl": {
173573
+ "location": "header",
173574
+ "locationName": "Cache-Control"
173575
+ },
173385
173576
  "ContentType": {
173386
173577
  "location": "header",
173387
173578
  "locationName": "Content-Type"
@@ -173408,6 +173599,11 @@ module.exports={
173408
173599
  "Z"
173409
173600
  ],
173410
173601
  "members": {
173602
+ "Key": {
173603
+ "shape": "S3e",
173604
+ "location": "querystring",
173605
+ "locationName": "key"
173606
+ },
173411
173607
  "MapName": {
173412
173608
  "location": "uri",
173413
173609
  "locationName": "MapName"
@@ -173432,6 +173628,10 @@ module.exports={
173432
173628
  "Blob": {
173433
173629
  "type": "blob"
173434
173630
  },
173631
+ "CacheControl": {
173632
+ "location": "header",
173633
+ "locationName": "Cache-Control"
173634
+ },
173435
173635
  "ContentType": {
173436
173636
  "location": "header",
173437
173637
  "locationName": "Content-Type"
@@ -173477,7 +173677,7 @@ module.exports={
173477
173677
  ],
173478
173678
  "members": {
173479
173679
  "Place": {
173480
- "shape": "S4v"
173680
+ "shape": "S58"
173481
173681
  }
173482
173682
  }
173483
173683
  },
@@ -173662,6 +173862,68 @@ module.exports={
173662
173862
  "hostPrefix": "geofencing."
173663
173863
  }
173664
173864
  },
173865
+ "ListKeys": {
173866
+ "http": {
173867
+ "requestUri": "/metadata/v0/list-keys",
173868
+ "responseCode": 200
173869
+ },
173870
+ "input": {
173871
+ "type": "structure",
173872
+ "members": {
173873
+ "Filter": {
173874
+ "type": "structure",
173875
+ "members": {
173876
+ "KeyStatus": {}
173877
+ }
173878
+ },
173879
+ "MaxResults": {
173880
+ "type": "integer"
173881
+ },
173882
+ "NextToken": {}
173883
+ }
173884
+ },
173885
+ "output": {
173886
+ "type": "structure",
173887
+ "required": [
173888
+ "Entries"
173889
+ ],
173890
+ "members": {
173891
+ "Entries": {
173892
+ "type": "list",
173893
+ "member": {
173894
+ "type": "structure",
173895
+ "required": [
173896
+ "CreateTime",
173897
+ "ExpireTime",
173898
+ "KeyName",
173899
+ "Restrictions",
173900
+ "UpdateTime"
173901
+ ],
173902
+ "members": {
173903
+ "CreateTime": {
173904
+ "shape": "St"
173905
+ },
173906
+ "Description": {},
173907
+ "ExpireTime": {
173908
+ "shape": "St"
173909
+ },
173910
+ "KeyName": {},
173911
+ "Restrictions": {
173912
+ "shape": "S36"
173913
+ },
173914
+ "UpdateTime": {
173915
+ "shape": "St"
173916
+ }
173917
+ }
173918
+ }
173919
+ },
173920
+ "NextToken": {}
173921
+ }
173922
+ },
173923
+ "endpoint": {
173924
+ "hostPrefix": "metadata."
173925
+ }
173926
+ },
173665
173927
  "ListMaps": {
173666
173928
  "http": {
173667
173929
  "requestUri": "/maps/v0/list-maps",
@@ -174045,7 +174307,7 @@ module.exports={
174045
174307
  "type": "double"
174046
174308
  },
174047
174309
  "Place": {
174048
- "shape": "S4v"
174310
+ "shape": "S58"
174049
174311
  },
174050
174312
  "PlaceId": {}
174051
174313
  }
@@ -174093,7 +174355,7 @@ module.exports={
174093
174355
  "shape": "S2g"
174094
174356
  },
174095
174357
  "FilterCountries": {
174096
- "shape": "S6e"
174358
+ "shape": "S6y"
174097
174359
  },
174098
174360
  "IndexName": {
174099
174361
  "location": "uri",
@@ -174144,14 +174406,14 @@ module.exports={
174144
174406
  "shape": "S2g"
174145
174407
  },
174146
174408
  "FilterCountries": {
174147
- "shape": "S6e"
174409
+ "shape": "S6y"
174148
174410
  },
174149
174411
  "Language": {},
174150
174412
  "MaxResults": {
174151
174413
  "type": "integer"
174152
174414
  },
174153
174415
  "Text": {
174154
- "shape": "S6m"
174416
+ "shape": "S76"
174155
174417
  }
174156
174418
  }
174157
174419
  }
@@ -174180,7 +174442,7 @@ module.exports={
174180
174442
  "shape": "S2g"
174181
174443
  },
174182
174444
  "FilterCountries": {
174183
- "shape": "S6e"
174445
+ "shape": "S6y"
174184
174446
  },
174185
174447
  "IndexName": {
174186
174448
  "location": "uri",
@@ -174215,7 +174477,7 @@ module.exports={
174215
174477
  "type": "double"
174216
174478
  },
174217
174479
  "Place": {
174218
- "shape": "S4v"
174480
+ "shape": "S58"
174219
174481
  },
174220
174482
  "PlaceId": {},
174221
174483
  "Relevance": {
@@ -174239,7 +174501,7 @@ module.exports={
174239
174501
  "shape": "S2g"
174240
174502
  },
174241
174503
  "FilterCountries": {
174242
- "shape": "S6e"
174504
+ "shape": "S6y"
174243
174505
  },
174244
174506
  "Language": {},
174245
174507
  "MaxResults": {
@@ -174249,7 +174511,7 @@ module.exports={
174249
174511
  "shape": "S2g"
174250
174512
  },
174251
174513
  "Text": {
174252
- "shape": "S6m"
174514
+ "shape": "S76"
174253
174515
  }
174254
174516
  }
174255
174517
  }
@@ -174369,6 +174631,57 @@ module.exports={
174369
174631
  },
174370
174632
  "idempotent": true
174371
174633
  },
174634
+ "UpdateKey": {
174635
+ "http": {
174636
+ "method": "PATCH",
174637
+ "requestUri": "/metadata/v0/keys/{KeyName}",
174638
+ "responseCode": 200
174639
+ },
174640
+ "input": {
174641
+ "type": "structure",
174642
+ "required": [
174643
+ "KeyName"
174644
+ ],
174645
+ "members": {
174646
+ "Description": {},
174647
+ "ExpireTime": {
174648
+ "shape": "St"
174649
+ },
174650
+ "ForceUpdate": {
174651
+ "type": "boolean"
174652
+ },
174653
+ "KeyName": {
174654
+ "location": "uri",
174655
+ "locationName": "KeyName"
174656
+ },
174657
+ "NoExpiry": {
174658
+ "type": "boolean"
174659
+ },
174660
+ "Restrictions": {
174661
+ "shape": "S36"
174662
+ }
174663
+ }
174664
+ },
174665
+ "output": {
174666
+ "type": "structure",
174667
+ "required": [
174668
+ "KeyArn",
174669
+ "KeyName",
174670
+ "UpdateTime"
174671
+ ],
174672
+ "members": {
174673
+ "KeyArn": {},
174674
+ "KeyName": {},
174675
+ "UpdateTime": {
174676
+ "shape": "St"
174677
+ }
174678
+ }
174679
+ },
174680
+ "endpoint": {
174681
+ "hostPrefix": "metadata."
174682
+ },
174683
+ "idempotent": true
174684
+ },
174372
174685
  "UpdateMap": {
174373
174686
  "http": {
174374
174687
  "method": "PATCH",
@@ -174425,7 +174738,7 @@ module.exports={
174425
174738
  ],
174426
174739
  "members": {
174427
174740
  "DataSourceConfiguration": {
174428
- "shape": "S3b"
174741
+ "shape": "S3k"
174429
174742
  },
174430
174743
  "Description": {},
174431
174744
  "IndexName": {
@@ -174727,6 +175040,31 @@ module.exports={
174727
175040
  "value": {}
174728
175041
  },
174729
175042
  "S36": {
175043
+ "type": "structure",
175044
+ "required": [
175045
+ "AllowActions",
175046
+ "AllowResources"
175047
+ ],
175048
+ "members": {
175049
+ "AllowActions": {
175050
+ "type": "list",
175051
+ "member": {}
175052
+ },
175053
+ "AllowReferers": {
175054
+ "type": "list",
175055
+ "member": {}
175056
+ },
175057
+ "AllowResources": {
175058
+ "type": "list",
175059
+ "member": {}
175060
+ }
175061
+ }
175062
+ },
175063
+ "S3e": {
175064
+ "type": "string",
175065
+ "sensitive": true
175066
+ },
175067
+ "S3g": {
174730
175068
  "type": "structure",
174731
175069
  "required": [
174732
175070
  "Style"
@@ -174735,13 +175073,13 @@ module.exports={
174735
175073
  "Style": {}
174736
175074
  }
174737
175075
  },
174738
- "S3b": {
175076
+ "S3k": {
174739
175077
  "type": "structure",
174740
175078
  "members": {
174741
175079
  "IntendedUse": {}
174742
175080
  }
174743
175081
  },
174744
- "S4v": {
175082
+ "S58": {
174745
175083
  "type": "structure",
174746
175084
  "required": [
174747
175085
  "Geometry"
@@ -174783,11 +175121,11 @@ module.exports={
174783
175121
  "UnitType": {}
174784
175122
  }
174785
175123
  },
174786
- "S6e": {
175124
+ "S6y": {
174787
175125
  "type": "list",
174788
175126
  "member": {}
174789
175127
  },
174790
- "S6m": {
175128
+ "S76": {
174791
175129
  "type": "string",
174792
175130
  "sensitive": true
174793
175131
  }
@@ -174820,6 +175158,12 @@ module.exports={
174820
175158
  "limit_key": "MaxResults",
174821
175159
  "result_key": "Entries"
174822
175160
  },
175161
+ "ListKeys": {
175162
+ "input_token": "NextToken",
175163
+ "output_token": "NextToken",
175164
+ "limit_key": "MaxResults",
175165
+ "result_key": "Entries"
175166
+ },
174823
175167
  "ListMaps": {
174824
175168
  "input_token": "NextToken",
174825
175169
  "output_token": "NextToken",
@@ -252883,7 +253227,7 @@ AWS.util.update(AWS, {
252883
253227
  /**
252884
253228
  * @constant
252885
253229
  */
252886
- VERSION: '2.1321.0',
253230
+ VERSION: '2.1323.0',
252887
253231
 
252888
253232
  /**
252889
253233
  * @api private
@@ -274982,7 +275326,7 @@ var LRUCache = /** @class */ (function () {
274982
275326
  }());
274983
275327
  exports.LRUCache = LRUCache;
274984
275328
  },{}],462:[function(require,module,exports){
274985
- // AWS SDK for JavaScript v2.1321.0
275329
+ // AWS SDK for JavaScript v2.1323.0
274986
275330
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
274987
275331
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
274988
275332
  require('./browser_loader');