cdk-docker-image-deployment 0.0.172 → 0.0.174

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