cdk-lambda-subminute 2.0.347 → 2.0.349

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 (30) hide show
  1. package/.jsii +29 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +12 -0
  5. package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +255 -130
  6. package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +12 -3
  7. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +37 -27
  8. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +39 -37
  9. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +6 -2
  10. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +95 -74
  11. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +57 -0
  12. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +6 -2
  13. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +23 -14
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +40 -24
  15. package/node_modules/aws-sdk/clients/ecs.d.ts +175 -13
  16. package/node_modules/aws-sdk/clients/eventbridge.d.ts +13 -2
  17. package/node_modules/aws-sdk/clients/iot.d.ts +4 -4
  18. package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +2 -2
  19. package/node_modules/aws-sdk/clients/location.d.ts +10 -0
  20. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +4 -4
  21. package/node_modules/aws-sdk/clients/route53.d.ts +44 -7
  22. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +8 -8
  23. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +441 -271
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +67 -67
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1532.0
1
+ // AWS SDK for JavaScript v2.1534.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){
@@ -112992,6 +112992,12 @@ module.exports={
112992
112992
  "DeleteOnTermination": {
112993
112993
  "locationName": "deleteOnTermination",
112994
112994
  "type": "boolean"
112995
+ },
112996
+ "AssociatedResource": {
112997
+ "locationName": "associatedResource"
112998
+ },
112999
+ "InstanceOwningService": {
113000
+ "locationName": "instanceOwningService"
112995
113001
  }
112996
113002
  }
112997
113003
  },
@@ -119340,6 +119346,12 @@ module.exports={
119340
119346
  },
119341
119347
  "VolumeId": {
119342
119348
  "locationName": "volumeId"
119349
+ },
119350
+ "AssociatedResource": {
119351
+ "locationName": "associatedResource"
119352
+ },
119353
+ "VolumeOwnerId": {
119354
+ "locationName": "volumeOwnerId"
119343
119355
  }
119344
119356
  }
119345
119357
  }
@@ -125504,6 +125516,9 @@ module.exports={
125504
125516
  },
125505
125517
  "serviceConnectConfiguration": {
125506
125518
  "shape": "S1u"
125519
+ },
125520
+ "volumeConfigurations": {
125521
+ "shape": "S25"
125507
125522
  }
125508
125523
  }
125509
125524
  },
@@ -125511,7 +125526,7 @@ module.exports={
125511
125526
  "type": "structure",
125512
125527
  "members": {
125513
125528
  "service": {
125514
- "shape": "S26"
125529
+ "shape": "S2j"
125515
125530
  }
125516
125531
  }
125517
125532
  }
@@ -125544,7 +125559,7 @@ module.exports={
125544
125559
  },
125545
125560
  "platformVersion": {},
125546
125561
  "scale": {
125547
- "shape": "S2a"
125562
+ "shape": "S2n"
125548
125563
  },
125549
125564
  "clientToken": {},
125550
125565
  "tags": {
@@ -125556,7 +125571,7 @@ module.exports={
125556
125571
  "type": "structure",
125557
125572
  "members": {
125558
125573
  "taskSet": {
125559
- "shape": "S28"
125574
+ "shape": "S2l"
125560
125575
  }
125561
125576
  }
125562
125577
  }
@@ -125576,7 +125591,7 @@ module.exports={
125576
125591
  "type": "structure",
125577
125592
  "members": {
125578
125593
  "setting": {
125579
- "shape": "S2q"
125594
+ "shape": "S33"
125580
125595
  }
125581
125596
  }
125582
125597
  }
@@ -125590,7 +125605,7 @@ module.exports={
125590
125605
  "members": {
125591
125606
  "cluster": {},
125592
125607
  "attributes": {
125593
- "shape": "S2t"
125608
+ "shape": "S36"
125594
125609
  }
125595
125610
  }
125596
125611
  },
@@ -125598,7 +125613,7 @@ module.exports={
125598
125613
  "type": "structure",
125599
125614
  "members": {
125600
125615
  "attributes": {
125601
- "shape": "S2t"
125616
+ "shape": "S36"
125602
125617
  }
125603
125618
  }
125604
125619
  }
@@ -125659,7 +125674,7 @@ module.exports={
125659
125674
  "type": "structure",
125660
125675
  "members": {
125661
125676
  "service": {
125662
- "shape": "S26"
125677
+ "shape": "S2j"
125663
125678
  }
125664
125679
  }
125665
125680
  }
@@ -125682,11 +125697,11 @@ module.exports={
125682
125697
  "taskDefinitions": {
125683
125698
  "type": "list",
125684
125699
  "member": {
125685
- "shape": "S37"
125700
+ "shape": "S3j"
125686
125701
  }
125687
125702
  },
125688
125703
  "failures": {
125689
- "shape": "S58"
125704
+ "shape": "S5k"
125690
125705
  }
125691
125706
  }
125692
125707
  }
@@ -125712,7 +125727,7 @@ module.exports={
125712
125727
  "type": "structure",
125713
125728
  "members": {
125714
125729
  "taskSet": {
125715
- "shape": "S28"
125730
+ "shape": "S2l"
125716
125731
  }
125717
125732
  }
125718
125733
  }
@@ -125735,7 +125750,7 @@ module.exports={
125735
125750
  "type": "structure",
125736
125751
  "members": {
125737
125752
  "containerInstance": {
125738
- "shape": "S5e"
125753
+ "shape": "S5q"
125739
125754
  }
125740
125755
  }
125741
125756
  }
@@ -125754,7 +125769,7 @@ module.exports={
125754
125769
  "type": "structure",
125755
125770
  "members": {
125756
125771
  "taskDefinition": {
125757
- "shape": "S37"
125772
+ "shape": "S3j"
125758
125773
  }
125759
125774
  }
125760
125775
  }
@@ -125786,7 +125801,7 @@ module.exports={
125786
125801
  }
125787
125802
  },
125788
125803
  "failures": {
125789
- "shape": "S58"
125804
+ "shape": "S5k"
125790
125805
  },
125791
125806
  "nextToken": {}
125792
125807
  }
@@ -125815,7 +125830,7 @@ module.exports={
125815
125830
  }
125816
125831
  },
125817
125832
  "failures": {
125818
- "shape": "S58"
125833
+ "shape": "S5k"
125819
125834
  }
125820
125835
  }
125821
125836
  }
@@ -125841,10 +125856,10 @@ module.exports={
125841
125856
  "type": "structure",
125842
125857
  "members": {
125843
125858
  "containerInstances": {
125844
- "shape": "S65"
125859
+ "shape": "S6h"
125845
125860
  },
125846
125861
  "failures": {
125847
- "shape": "S58"
125862
+ "shape": "S5k"
125848
125863
  }
125849
125864
  }
125850
125865
  }
@@ -125872,11 +125887,11 @@ module.exports={
125872
125887
  "services": {
125873
125888
  "type": "list",
125874
125889
  "member": {
125875
- "shape": "S26"
125890
+ "shape": "S2j"
125876
125891
  }
125877
125892
  },
125878
125893
  "failures": {
125879
- "shape": "S58"
125894
+ "shape": "S5k"
125880
125895
  }
125881
125896
  }
125882
125897
  }
@@ -125899,7 +125914,7 @@ module.exports={
125899
125914
  "type": "structure",
125900
125915
  "members": {
125901
125916
  "taskDefinition": {
125902
- "shape": "S37"
125917
+ "shape": "S3j"
125903
125918
  },
125904
125919
  "tags": {
125905
125920
  "shape": "Sb"
@@ -125930,10 +125945,10 @@ module.exports={
125930
125945
  "type": "structure",
125931
125946
  "members": {
125932
125947
  "taskSets": {
125933
- "shape": "S27"
125948
+ "shape": "S2k"
125934
125949
  },
125935
125950
  "failures": {
125936
- "shape": "S58"
125951
+ "shape": "S5k"
125937
125952
  }
125938
125953
  }
125939
125954
  }
@@ -125959,10 +125974,10 @@ module.exports={
125959
125974
  "type": "structure",
125960
125975
  "members": {
125961
125976
  "tasks": {
125962
- "shape": "S6n"
125977
+ "shape": "S6z"
125963
125978
  },
125964
125979
  "failures": {
125965
- "shape": "S58"
125980
+ "shape": "S5k"
125966
125981
  }
125967
125982
  }
125968
125983
  }
@@ -126043,10 +126058,10 @@ module.exports={
126043
126058
  "type": "structure",
126044
126059
  "members": {
126045
126060
  "protectedTasks": {
126046
- "shape": "S7f"
126061
+ "shape": "S7r"
126047
126062
  },
126048
126063
  "failures": {
126049
- "shape": "S58"
126064
+ "shape": "S5k"
126050
126065
  }
126051
126066
  }
126052
126067
  }
@@ -126073,7 +126088,7 @@ module.exports={
126073
126088
  "settings": {
126074
126089
  "type": "list",
126075
126090
  "member": {
126076
- "shape": "S2q"
126091
+ "shape": "S33"
126077
126092
  }
126078
126093
  },
126079
126094
  "nextToken": {}
@@ -126101,7 +126116,7 @@ module.exports={
126101
126116
  "type": "structure",
126102
126117
  "members": {
126103
126118
  "attributes": {
126104
- "shape": "S2t"
126119
+ "shape": "S36"
126105
126120
  },
126106
126121
  "nextToken": {}
126107
126122
  }
@@ -126305,7 +126320,7 @@ module.exports={
126305
126320
  "type": "structure",
126306
126321
  "members": {
126307
126322
  "setting": {
126308
- "shape": "S2q"
126323
+ "shape": "S33"
126309
126324
  }
126310
126325
  }
126311
126326
  }
@@ -126326,7 +126341,7 @@ module.exports={
126326
126341
  "type": "structure",
126327
126342
  "members": {
126328
126343
  "setting": {
126329
- "shape": "S2q"
126344
+ "shape": "S33"
126330
126345
  }
126331
126346
  }
126332
126347
  }
@@ -126340,7 +126355,7 @@ module.exports={
126340
126355
  "members": {
126341
126356
  "cluster": {},
126342
126357
  "attributes": {
126343
- "shape": "S2t"
126358
+ "shape": "S36"
126344
126359
  }
126345
126360
  }
126346
126361
  },
@@ -126348,7 +126363,7 @@ module.exports={
126348
126363
  "type": "structure",
126349
126364
  "members": {
126350
126365
  "attributes": {
126351
- "shape": "S2t"
126366
+ "shape": "S36"
126352
126367
  }
126353
126368
  }
126354
126369
  }
@@ -126388,14 +126403,14 @@ module.exports={
126388
126403
  "instanceIdentityDocument": {},
126389
126404
  "instanceIdentityDocumentSignature": {},
126390
126405
  "totalResources": {
126391
- "shape": "S5h"
126406
+ "shape": "S5t"
126392
126407
  },
126393
126408
  "versionInfo": {
126394
- "shape": "S5g"
126409
+ "shape": "S5s"
126395
126410
  },
126396
126411
  "containerInstanceArn": {},
126397
126412
  "attributes": {
126398
- "shape": "S2t"
126413
+ "shape": "S36"
126399
126414
  },
126400
126415
  "platformDevices": {
126401
126416
  "type": "list",
@@ -126420,7 +126435,7 @@ module.exports={
126420
126435
  "type": "structure",
126421
126436
  "members": {
126422
126437
  "containerInstance": {
126423
- "shape": "S5e"
126438
+ "shape": "S5q"
126424
126439
  }
126425
126440
  }
126426
126441
  }
@@ -126438,16 +126453,16 @@ module.exports={
126438
126453
  "executionRoleArn": {},
126439
126454
  "networkMode": {},
126440
126455
  "containerDefinitions": {
126441
- "shape": "S38"
126456
+ "shape": "S3k"
126442
126457
  },
126443
126458
  "volumes": {
126444
- "shape": "S4e"
126459
+ "shape": "S4q"
126445
126460
  },
126446
126461
  "placementConstraints": {
126447
- "shape": "S4s"
126462
+ "shape": "S54"
126448
126463
  },
126449
126464
  "requiresCompatibilities": {
126450
- "shape": "S4v"
126465
+ "shape": "S57"
126451
126466
  },
126452
126467
  "cpu": {},
126453
126468
  "memory": {},
@@ -126457,16 +126472,16 @@ module.exports={
126457
126472
  "pidMode": {},
126458
126473
  "ipcMode": {},
126459
126474
  "proxyConfiguration": {
126460
- "shape": "S54"
126475
+ "shape": "S5g"
126461
126476
  },
126462
126477
  "inferenceAccelerators": {
126463
- "shape": "S50"
126478
+ "shape": "S5c"
126464
126479
  },
126465
126480
  "ephemeralStorage": {
126466
- "shape": "S57"
126481
+ "shape": "S5j"
126467
126482
  },
126468
126483
  "runtimePlatform": {
126469
- "shape": "S4x"
126484
+ "shape": "S59"
126470
126485
  }
126471
126486
  }
126472
126487
  },
@@ -126474,7 +126489,7 @@ module.exports={
126474
126489
  "type": "structure",
126475
126490
  "members": {
126476
126491
  "taskDefinition": {
126477
- "shape": "S37"
126492
+ "shape": "S3j"
126478
126493
  },
126479
126494
  "tags": {
126480
126495
  "shape": "Sb"
@@ -126508,7 +126523,7 @@ module.exports={
126508
126523
  "shape": "S1n"
126509
126524
  },
126510
126525
  "overrides": {
126511
- "shape": "S71"
126526
+ "shape": "S7d"
126512
126527
  },
126513
126528
  "placementConstraints": {
126514
126529
  "shape": "S1h"
@@ -126526,6 +126541,9 @@ module.exports={
126526
126541
  "taskDefinition": {},
126527
126542
  "clientToken": {
126528
126543
  "idempotencyToken": true
126544
+ },
126545
+ "volumeConfigurations": {
126546
+ "shape": "S8y"
126529
126547
  }
126530
126548
  }
126531
126549
  },
@@ -126533,10 +126551,10 @@ module.exports={
126533
126551
  "type": "structure",
126534
126552
  "members": {
126535
126553
  "tasks": {
126536
- "shape": "S6n"
126554
+ "shape": "S6z"
126537
126555
  },
126538
126556
  "failures": {
126539
- "shape": "S58"
126557
+ "shape": "S5k"
126540
126558
  }
126541
126559
  }
126542
126560
  }
@@ -126564,7 +126582,7 @@ module.exports={
126564
126582
  "shape": "S1n"
126565
126583
  },
126566
126584
  "overrides": {
126567
- "shape": "S71"
126585
+ "shape": "S7d"
126568
126586
  },
126569
126587
  "propagateTags": {},
126570
126588
  "referenceId": {},
@@ -126572,17 +126590,20 @@ module.exports={
126572
126590
  "tags": {
126573
126591
  "shape": "Sb"
126574
126592
  },
126575
- "taskDefinition": {}
126593
+ "taskDefinition": {},
126594
+ "volumeConfigurations": {
126595
+ "shape": "S8y"
126596
+ }
126576
126597
  }
126577
126598
  },
126578
126599
  "output": {
126579
126600
  "type": "structure",
126580
126601
  "members": {
126581
126602
  "tasks": {
126582
- "shape": "S6n"
126603
+ "shape": "S6z"
126583
126604
  },
126584
126605
  "failures": {
126585
- "shape": "S58"
126606
+ "shape": "S5k"
126586
126607
  }
126587
126608
  }
126588
126609
  }
@@ -126603,7 +126624,7 @@ module.exports={
126603
126624
  "type": "structure",
126604
126625
  "members": {
126605
126626
  "task": {
126606
- "shape": "S6o"
126627
+ "shape": "S70"
126607
126628
  }
126608
126629
  }
126609
126630
  }
@@ -126617,7 +126638,7 @@ module.exports={
126617
126638
  "members": {
126618
126639
  "cluster": {},
126619
126640
  "attachments": {
126620
- "shape": "S8s"
126641
+ "shape": "S98"
126621
126642
  }
126622
126643
  }
126623
126644
  },
@@ -126642,7 +126663,7 @@ module.exports={
126642
126663
  },
126643
126664
  "reason": {},
126644
126665
  "networkBindings": {
126645
- "shape": "S6s"
126666
+ "shape": "S74"
126646
126667
  }
126647
126668
  }
126648
126669
  },
@@ -126673,7 +126694,7 @@ module.exports={
126673
126694
  "type": "integer"
126674
126695
  },
126675
126696
  "networkBindings": {
126676
- "shape": "S6s"
126697
+ "shape": "S74"
126677
126698
  },
126678
126699
  "reason": {},
126679
126700
  "status": {}
@@ -126681,7 +126702,7 @@ module.exports={
126681
126702
  }
126682
126703
  },
126683
126704
  "attachments": {
126684
- "shape": "S8s"
126705
+ "shape": "S98"
126685
126706
  },
126686
126707
  "managedAgents": {
126687
126708
  "type": "list",
@@ -126853,7 +126874,7 @@ module.exports={
126853
126874
  "type": "structure",
126854
126875
  "members": {
126855
126876
  "containerInstance": {
126856
- "shape": "S5e"
126877
+ "shape": "S5q"
126857
126878
  }
126858
126879
  }
126859
126880
  }
@@ -126877,10 +126898,10 @@ module.exports={
126877
126898
  "type": "structure",
126878
126899
  "members": {
126879
126900
  "containerInstances": {
126880
- "shape": "S65"
126901
+ "shape": "S6h"
126881
126902
  },
126882
126903
  "failures": {
126883
- "shape": "S58"
126904
+ "shape": "S5k"
126884
126905
  }
126885
126906
  }
126886
126907
  }
@@ -126935,6 +126956,9 @@ module.exports={
126935
126956
  },
126936
126957
  "serviceConnectConfiguration": {
126937
126958
  "shape": "S1u"
126959
+ },
126960
+ "volumeConfigurations": {
126961
+ "shape": "S25"
126938
126962
  }
126939
126963
  }
126940
126964
  },
@@ -126942,7 +126966,7 @@ module.exports={
126942
126966
  "type": "structure",
126943
126967
  "members": {
126944
126968
  "service": {
126945
- "shape": "S26"
126969
+ "shape": "S2j"
126946
126970
  }
126947
126971
  }
126948
126972
  }
@@ -126965,7 +126989,7 @@ module.exports={
126965
126989
  "type": "structure",
126966
126990
  "members": {
126967
126991
  "taskSet": {
126968
- "shape": "S28"
126992
+ "shape": "S2l"
126969
126993
  }
126970
126994
  }
126971
126995
  }
@@ -126995,10 +127019,10 @@ module.exports={
126995
127019
  "type": "structure",
126996
127020
  "members": {
126997
127021
  "protectedTasks": {
126998
- "shape": "S7f"
127022
+ "shape": "S7r"
126999
127023
  },
127000
127024
  "failures": {
127001
- "shape": "S58"
127025
+ "shape": "S5k"
127002
127026
  }
127003
127027
  }
127004
127028
  }
@@ -127017,7 +127041,7 @@ module.exports={
127017
127041
  "service": {},
127018
127042
  "taskSet": {},
127019
127043
  "scale": {
127020
- "shape": "S2a"
127044
+ "shape": "S2n"
127021
127045
  }
127022
127046
  }
127023
127047
  },
@@ -127025,7 +127049,7 @@ module.exports={
127025
127049
  "type": "structure",
127026
127050
  "members": {
127027
127051
  "taskSet": {
127028
- "shape": "S28"
127052
+ "shape": "S2l"
127029
127053
  }
127030
127054
  }
127031
127055
  }
@@ -127433,7 +127457,63 @@ module.exports={
127433
127457
  }
127434
127458
  }
127435
127459
  },
127436
- "S26": {
127460
+ "S25": {
127461
+ "type": "list",
127462
+ "member": {
127463
+ "type": "structure",
127464
+ "required": [
127465
+ "name"
127466
+ ],
127467
+ "members": {
127468
+ "name": {},
127469
+ "managedEBSVolume": {
127470
+ "type": "structure",
127471
+ "required": [
127472
+ "roleArn"
127473
+ ],
127474
+ "members": {
127475
+ "encrypted": {
127476
+ "type": "boolean"
127477
+ },
127478
+ "kmsKeyId": {},
127479
+ "volumeType": {},
127480
+ "sizeInGiB": {
127481
+ "type": "integer"
127482
+ },
127483
+ "snapshotId": {},
127484
+ "iops": {
127485
+ "type": "integer"
127486
+ },
127487
+ "throughput": {
127488
+ "type": "integer"
127489
+ },
127490
+ "tagSpecifications": {
127491
+ "shape": "S2d"
127492
+ },
127493
+ "roleArn": {},
127494
+ "filesystemType": {}
127495
+ }
127496
+ }
127497
+ }
127498
+ }
127499
+ },
127500
+ "S2d": {
127501
+ "type": "list",
127502
+ "member": {
127503
+ "type": "structure",
127504
+ "required": [
127505
+ "resourceType"
127506
+ ],
127507
+ "members": {
127508
+ "resourceType": {},
127509
+ "tags": {
127510
+ "shape": "Sb"
127511
+ },
127512
+ "propagateTags": {}
127513
+ }
127514
+ }
127515
+ },
127516
+ "S2j": {
127437
127517
  "type": "structure",
127438
127518
  "members": {
127439
127519
  "serviceArn": {},
@@ -127466,7 +127546,7 @@ module.exports={
127466
127546
  "shape": "S1e"
127467
127547
  },
127468
127548
  "taskSets": {
127469
- "shape": "S27"
127549
+ "shape": "S2k"
127470
127550
  },
127471
127551
  "deployments": {
127472
127552
  "type": "list",
@@ -127517,6 +127597,9 @@ module.exports={
127517
127597
  "discoveryArn": {}
127518
127598
  }
127519
127599
  }
127600
+ },
127601
+ "volumeConfigurations": {
127602
+ "shape": "S25"
127520
127603
  }
127521
127604
  }
127522
127605
  }
@@ -127567,13 +127650,13 @@ module.exports={
127567
127650
  }
127568
127651
  }
127569
127652
  },
127570
- "S27": {
127653
+ "S2k": {
127571
127654
  "type": "list",
127572
127655
  "member": {
127573
- "shape": "S28"
127656
+ "shape": "S2l"
127574
127657
  }
127575
127658
  },
127576
- "S28": {
127659
+ "S2l": {
127577
127660
  "type": "structure",
127578
127661
  "members": {
127579
127662
  "id": {},
@@ -127615,7 +127698,7 @@ module.exports={
127615
127698
  "shape": "S1b"
127616
127699
  },
127617
127700
  "scale": {
127618
- "shape": "S2a"
127701
+ "shape": "S2n"
127619
127702
  },
127620
127703
  "stabilityStatus": {},
127621
127704
  "stabilityStatusAt": {
@@ -127626,7 +127709,7 @@ module.exports={
127626
127709
  }
127627
127710
  }
127628
127711
  },
127629
- "S2a": {
127712
+ "S2n": {
127630
127713
  "type": "structure",
127631
127714
  "members": {
127632
127715
  "value": {
@@ -127635,7 +127718,7 @@ module.exports={
127635
127718
  "unit": {}
127636
127719
  }
127637
127720
  },
127638
- "S2q": {
127721
+ "S33": {
127639
127722
  "type": "structure",
127640
127723
  "members": {
127641
127724
  "name": {},
@@ -127644,13 +127727,13 @@ module.exports={
127644
127727
  "type": {}
127645
127728
  }
127646
127729
  },
127647
- "S2t": {
127730
+ "S36": {
127648
127731
  "type": "list",
127649
127732
  "member": {
127650
- "shape": "S2u"
127733
+ "shape": "S37"
127651
127734
  }
127652
127735
  },
127653
- "S2u": {
127736
+ "S37": {
127654
127737
  "type": "structure",
127655
127738
  "required": [
127656
127739
  "name"
@@ -127662,12 +127745,12 @@ module.exports={
127662
127745
  "targetId": {}
127663
127746
  }
127664
127747
  },
127665
- "S37": {
127748
+ "S3j": {
127666
127749
  "type": "structure",
127667
127750
  "members": {
127668
127751
  "taskDefinitionArn": {},
127669
127752
  "containerDefinitions": {
127670
- "shape": "S38"
127753
+ "shape": "S3k"
127671
127754
  },
127672
127755
  "family": {},
127673
127756
  "taskRoleArn": {},
@@ -127677,36 +127760,36 @@ module.exports={
127677
127760
  "type": "integer"
127678
127761
  },
127679
127762
  "volumes": {
127680
- "shape": "S4e"
127763
+ "shape": "S4q"
127681
127764
  },
127682
127765
  "status": {},
127683
127766
  "requiresAttributes": {
127684
127767
  "type": "list",
127685
127768
  "member": {
127686
- "shape": "S2u"
127769
+ "shape": "S37"
127687
127770
  }
127688
127771
  },
127689
127772
  "placementConstraints": {
127690
- "shape": "S4s"
127773
+ "shape": "S54"
127691
127774
  },
127692
127775
  "compatibilities": {
127693
- "shape": "S4v"
127776
+ "shape": "S57"
127694
127777
  },
127695
127778
  "runtimePlatform": {
127696
- "shape": "S4x"
127779
+ "shape": "S59"
127697
127780
  },
127698
127781
  "requiresCompatibilities": {
127699
- "shape": "S4v"
127782
+ "shape": "S57"
127700
127783
  },
127701
127784
  "cpu": {},
127702
127785
  "memory": {},
127703
127786
  "inferenceAccelerators": {
127704
- "shape": "S50"
127787
+ "shape": "S5c"
127705
127788
  },
127706
127789
  "pidMode": {},
127707
127790
  "ipcMode": {},
127708
127791
  "proxyConfiguration": {
127709
- "shape": "S54"
127792
+ "shape": "S5g"
127710
127793
  },
127711
127794
  "registeredAt": {
127712
127795
  "type": "timestamp"
@@ -127716,11 +127799,11 @@ module.exports={
127716
127799
  },
127717
127800
  "registeredBy": {},
127718
127801
  "ephemeralStorage": {
127719
- "shape": "S57"
127802
+ "shape": "S5j"
127720
127803
  }
127721
127804
  }
127722
127805
  },
127723
- "S38": {
127806
+ "S3k": {
127724
127807
  "type": "list",
127725
127808
  "member": {
127726
127809
  "type": "structure",
@@ -127776,10 +127859,10 @@ module.exports={
127776
127859
  "shape": "Ss"
127777
127860
  },
127778
127861
  "environment": {
127779
- "shape": "S3f"
127862
+ "shape": "S3r"
127780
127863
  },
127781
127864
  "environmentFiles": {
127782
- "shape": "S3g"
127865
+ "shape": "S3s"
127783
127866
  },
127784
127867
  "mountPoints": {
127785
127868
  "type": "list",
@@ -127996,7 +128079,7 @@ module.exports={
127996
128079
  }
127997
128080
  },
127998
128081
  "resourceRequirements": {
127999
- "shape": "S47"
128082
+ "shape": "S4j"
128000
128083
  },
128001
128084
  "firelensConfiguration": {
128002
128085
  "type": "structure",
@@ -128018,13 +128101,13 @@ module.exports={
128018
128101
  }
128019
128102
  }
128020
128103
  },
128021
- "S3f": {
128104
+ "S3r": {
128022
128105
  "type": "list",
128023
128106
  "member": {
128024
128107
  "shape": "S12"
128025
128108
  }
128026
128109
  },
128027
- "S3g": {
128110
+ "S3s": {
128028
128111
  "type": "list",
128029
128112
  "member": {
128030
128113
  "type": "structure",
@@ -128038,7 +128121,7 @@ module.exports={
128038
128121
  }
128039
128122
  }
128040
128123
  },
128041
- "S47": {
128124
+ "S4j": {
128042
128125
  "type": "list",
128043
128126
  "member": {
128044
128127
  "type": "structure",
@@ -128052,7 +128135,7 @@ module.exports={
128052
128135
  }
128053
128136
  }
128054
128137
  },
128055
- "S4e": {
128138
+ "S4q": {
128056
128139
  "type": "list",
128057
128140
  "member": {
128058
128141
  "type": "structure",
@@ -128073,10 +128156,10 @@ module.exports={
128073
128156
  },
128074
128157
  "driver": {},
128075
128158
  "driverOpts": {
128076
- "shape": "S4j"
128159
+ "shape": "S4v"
128077
128160
  },
128078
128161
  "labels": {
128079
- "shape": "S4j"
128162
+ "shape": "S4v"
128080
128163
  }
128081
128164
  }
128082
128165
  },
@@ -128123,16 +128206,19 @@ module.exports={
128123
128206
  }
128124
128207
  }
128125
128208
  }
128209
+ },
128210
+ "configuredAtLaunch": {
128211
+ "type": "boolean"
128126
128212
  }
128127
128213
  }
128128
128214
  }
128129
128215
  },
128130
- "S4j": {
128216
+ "S4v": {
128131
128217
  "type": "map",
128132
128218
  "key": {},
128133
128219
  "value": {}
128134
128220
  },
128135
- "S4s": {
128221
+ "S54": {
128136
128222
  "type": "list",
128137
128223
  "member": {
128138
128224
  "type": "structure",
@@ -128142,18 +128228,18 @@ module.exports={
128142
128228
  }
128143
128229
  }
128144
128230
  },
128145
- "S4v": {
128231
+ "S57": {
128146
128232
  "type": "list",
128147
128233
  "member": {}
128148
128234
  },
128149
- "S4x": {
128235
+ "S59": {
128150
128236
  "type": "structure",
128151
128237
  "members": {
128152
128238
  "cpuArchitecture": {},
128153
128239
  "operatingSystemFamily": {}
128154
128240
  }
128155
128241
  },
128156
- "S50": {
128242
+ "S5c": {
128157
128243
  "type": "list",
128158
128244
  "member": {
128159
128245
  "type": "structure",
@@ -128167,7 +128253,7 @@ module.exports={
128167
128253
  }
128168
128254
  }
128169
128255
  },
128170
- "S54": {
128256
+ "S5g": {
128171
128257
  "type": "structure",
128172
128258
  "required": [
128173
128259
  "containerName"
@@ -128183,7 +128269,7 @@ module.exports={
128183
128269
  }
128184
128270
  }
128185
128271
  },
128186
- "S57": {
128272
+ "S5j": {
128187
128273
  "type": "structure",
128188
128274
  "required": [
128189
128275
  "sizeInGiB"
@@ -128194,7 +128280,7 @@ module.exports={
128194
128280
  }
128195
128281
  }
128196
128282
  },
128197
- "S58": {
128283
+ "S5k": {
128198
128284
  "type": "list",
128199
128285
  "member": {
128200
128286
  "type": "structure",
@@ -128205,7 +128291,7 @@ module.exports={
128205
128291
  }
128206
128292
  }
128207
128293
  },
128208
- "S5e": {
128294
+ "S5q": {
128209
128295
  "type": "structure",
128210
128296
  "members": {
128211
128297
  "containerInstanceArn": {},
@@ -128215,13 +128301,13 @@ module.exports={
128215
128301
  "type": "long"
128216
128302
  },
128217
128303
  "versionInfo": {
128218
- "shape": "S5g"
128304
+ "shape": "S5s"
128219
128305
  },
128220
128306
  "remainingResources": {
128221
- "shape": "S5h"
128307
+ "shape": "S5t"
128222
128308
  },
128223
128309
  "registeredResources": {
128224
- "shape": "S5h"
128310
+ "shape": "S5t"
128225
128311
  },
128226
128312
  "status": {},
128227
128313
  "statusReason": {},
@@ -128236,7 +128322,7 @@ module.exports={
128236
128322
  },
128237
128323
  "agentUpdateStatus": {},
128238
128324
  "attributes": {
128239
- "shape": "S2t"
128325
+ "shape": "S36"
128240
128326
  },
128241
128327
  "registeredAt": {
128242
128328
  "type": "timestamp"
@@ -128271,7 +128357,7 @@ module.exports={
128271
128357
  }
128272
128358
  }
128273
128359
  },
128274
- "S5g": {
128360
+ "S5s": {
128275
128361
  "type": "structure",
128276
128362
  "members": {
128277
128363
  "agentVersion": {},
@@ -128279,7 +128365,7 @@ module.exports={
128279
128365
  "dockerVersion": {}
128280
128366
  }
128281
128367
  },
128282
- "S5h": {
128368
+ "S5t": {
128283
128369
  "type": "list",
128284
128370
  "member": {
128285
128371
  "type": "structure",
@@ -128301,26 +128387,26 @@ module.exports={
128301
128387
  }
128302
128388
  }
128303
128389
  },
128304
- "S65": {
128390
+ "S6h": {
128305
128391
  "type": "list",
128306
128392
  "member": {
128307
- "shape": "S5e"
128393
+ "shape": "S5q"
128308
128394
  }
128309
128395
  },
128310
- "S6n": {
128396
+ "S6z": {
128311
128397
  "type": "list",
128312
128398
  "member": {
128313
- "shape": "S6o"
128399
+ "shape": "S70"
128314
128400
  }
128315
128401
  },
128316
- "S6o": {
128402
+ "S70": {
128317
128403
  "type": "structure",
128318
128404
  "members": {
128319
128405
  "attachments": {
128320
128406
  "shape": "S13"
128321
128407
  },
128322
128408
  "attributes": {
128323
- "shape": "S2t"
128409
+ "shape": "S36"
128324
128410
  },
128325
128411
  "availabilityZone": {},
128326
128412
  "capacityProviderName": {},
@@ -128347,7 +128433,7 @@ module.exports={
128347
128433
  },
128348
128434
  "reason": {},
128349
128435
  "networkBindings": {
128350
- "shape": "S6s"
128436
+ "shape": "S74"
128351
128437
  },
128352
128438
  "networkInterfaces": {
128353
128439
  "type": "list",
@@ -128399,13 +128485,13 @@ module.exports={
128399
128485
  "group": {},
128400
128486
  "healthStatus": {},
128401
128487
  "inferenceAccelerators": {
128402
- "shape": "S50"
128488
+ "shape": "S5c"
128403
128489
  },
128404
128490
  "lastStatus": {},
128405
128491
  "launchType": {},
128406
128492
  "memory": {},
128407
128493
  "overrides": {
128408
- "shape": "S71"
128494
+ "shape": "S7d"
128409
128495
  },
128410
128496
  "platformVersion": {},
128411
128497
  "platformFamily": {},
@@ -128436,11 +128522,11 @@ module.exports={
128436
128522
  "type": "long"
128437
128523
  },
128438
128524
  "ephemeralStorage": {
128439
- "shape": "S57"
128525
+ "shape": "S5j"
128440
128526
  }
128441
128527
  }
128442
128528
  },
128443
- "S6s": {
128529
+ "S74": {
128444
128530
  "type": "list",
128445
128531
  "member": {
128446
128532
  "type": "structure",
@@ -128458,7 +128544,7 @@ module.exports={
128458
128544
  }
128459
128545
  }
128460
128546
  },
128461
- "S71": {
128547
+ "S7d": {
128462
128548
  "type": "structure",
128463
128549
  "members": {
128464
128550
  "containerOverrides": {
@@ -128471,10 +128557,10 @@ module.exports={
128471
128557
  "shape": "Ss"
128472
128558
  },
128473
128559
  "environment": {
128474
- "shape": "S3f"
128560
+ "shape": "S3r"
128475
128561
  },
128476
128562
  "environmentFiles": {
128477
- "shape": "S3g"
128563
+ "shape": "S3s"
128478
128564
  },
128479
128565
  "cpu": {
128480
128566
  "type": "integer"
@@ -128486,7 +128572,7 @@ module.exports={
128486
128572
  "type": "integer"
128487
128573
  },
128488
128574
  "resourceRequirements": {
128489
- "shape": "S47"
128575
+ "shape": "S4j"
128490
128576
  }
128491
128577
  }
128492
128578
  }
@@ -128506,11 +128592,11 @@ module.exports={
128506
128592
  "memory": {},
128507
128593
  "taskRoleArn": {},
128508
128594
  "ephemeralStorage": {
128509
- "shape": "S57"
128595
+ "shape": "S5j"
128510
128596
  }
128511
128597
  }
128512
128598
  },
128513
- "S7f": {
128599
+ "S7r": {
128514
128600
  "type": "list",
128515
128601
  "member": {
128516
128602
  "type": "structure",
@@ -128525,7 +128611,58 @@ module.exports={
128525
128611
  }
128526
128612
  }
128527
128613
  },
128528
- "S8s": {
128614
+ "S8y": {
128615
+ "type": "list",
128616
+ "member": {
128617
+ "type": "structure",
128618
+ "required": [
128619
+ "name"
128620
+ ],
128621
+ "members": {
128622
+ "name": {},
128623
+ "managedEBSVolume": {
128624
+ "type": "structure",
128625
+ "required": [
128626
+ "roleArn"
128627
+ ],
128628
+ "members": {
128629
+ "encrypted": {
128630
+ "type": "boolean"
128631
+ },
128632
+ "kmsKeyId": {},
128633
+ "volumeType": {},
128634
+ "sizeInGiB": {
128635
+ "type": "integer"
128636
+ },
128637
+ "snapshotId": {},
128638
+ "iops": {
128639
+ "type": "integer"
128640
+ },
128641
+ "throughput": {
128642
+ "type": "integer"
128643
+ },
128644
+ "tagSpecifications": {
128645
+ "shape": "S2d"
128646
+ },
128647
+ "roleArn": {},
128648
+ "terminationPolicy": {
128649
+ "type": "structure",
128650
+ "required": [
128651
+ "deleteOnTermination"
128652
+ ],
128653
+ "members": {
128654
+ "deleteOnTermination": {
128655
+ "type": "boolean"
128656
+ }
128657
+ }
128658
+ },
128659
+ "filesystemType": {}
128660
+ }
128661
+ }
128662
+ }
128663
+ }
128664
+ },
128665
+ "S98": {
128529
128666
  "type": "list",
128530
128667
  "member": {
128531
128668
  "type": "structure",
@@ -185108,7 +185245,7 @@ module.exports={
185108
185245
  "members": {
185109
185246
  "DataSource": {},
185110
185247
  "DataSourceConfiguration": {
185111
- "shape": "S3m"
185248
+ "shape": "S3o"
185112
185249
  },
185113
185250
  "Description": {},
185114
185251
  "IndexName": {},
@@ -185612,7 +185749,7 @@ module.exports={
185612
185749
  },
185613
185750
  "DataSource": {},
185614
185751
  "DataSourceConfiguration": {
185615
- "shape": "S3m"
185752
+ "shape": "S3o"
185616
185753
  },
185617
185754
  "Description": {},
185618
185755
  "IndexArn": {},
@@ -186177,7 +186314,7 @@ module.exports={
186177
186314
  ],
186178
186315
  "members": {
186179
186316
  "Place": {
186180
- "shape": "S5b"
186317
+ "shape": "S5d"
186181
186318
  }
186182
186319
  }
186183
186320
  },
@@ -186826,7 +186963,7 @@ module.exports={
186826
186963
  "type": "double"
186827
186964
  },
186828
186965
  "Place": {
186829
- "shape": "S5b"
186966
+ "shape": "S5d"
186830
186967
  },
186831
186968
  "PlaceId": {}
186832
186969
  }
@@ -186874,10 +187011,10 @@ module.exports={
186874
187011
  "shape": "S2i"
186875
187012
  },
186876
187013
  "FilterCategories": {
186877
- "shape": "S76"
187014
+ "shape": "S78"
186878
187015
  },
186879
187016
  "FilterCountries": {
186880
- "shape": "S77"
187017
+ "shape": "S79"
186881
187018
  },
186882
187019
  "IndexName": {
186883
187020
  "location": "uri",
@@ -186914,11 +187051,11 @@ module.exports={
186914
187051
  ],
186915
187052
  "members": {
186916
187053
  "Categories": {
186917
- "shape": "S5c"
187054
+ "shape": "S5e"
186918
187055
  },
186919
187056
  "PlaceId": {},
186920
187057
  "SupplementalCategories": {
186921
- "shape": "S5f"
187058
+ "shape": "S5h"
186922
187059
  },
186923
187060
  "Text": {}
186924
187061
  }
@@ -186939,17 +187076,17 @@ module.exports={
186939
187076
  "shape": "S2i"
186940
187077
  },
186941
187078
  "FilterCategories": {
186942
- "shape": "S76"
187079
+ "shape": "S78"
186943
187080
  },
186944
187081
  "FilterCountries": {
186945
- "shape": "S77"
187082
+ "shape": "S79"
186946
187083
  },
186947
187084
  "Language": {},
186948
187085
  "MaxResults": {
186949
187086
  "type": "integer"
186950
187087
  },
186951
187088
  "Text": {
186952
- "shape": "S7f"
187089
+ "shape": "S7h"
186953
187090
  }
186954
187091
  }
186955
187092
  }
@@ -186978,10 +187115,10 @@ module.exports={
186978
187115
  "shape": "S2i"
186979
187116
  },
186980
187117
  "FilterCategories": {
186981
- "shape": "S76"
187118
+ "shape": "S78"
186982
187119
  },
186983
187120
  "FilterCountries": {
186984
- "shape": "S77"
187121
+ "shape": "S79"
186985
187122
  },
186986
187123
  "IndexName": {
186987
187124
  "location": "uri",
@@ -187021,7 +187158,7 @@ module.exports={
187021
187158
  "type": "double"
187022
187159
  },
187023
187160
  "Place": {
187024
- "shape": "S5b"
187161
+ "shape": "S5d"
187025
187162
  },
187026
187163
  "PlaceId": {},
187027
187164
  "Relevance": {
@@ -187045,10 +187182,10 @@ module.exports={
187045
187182
  "shape": "S2i"
187046
187183
  },
187047
187184
  "FilterCategories": {
187048
- "shape": "S76"
187185
+ "shape": "S78"
187049
187186
  },
187050
187187
  "FilterCountries": {
187051
- "shape": "S77"
187188
+ "shape": "S79"
187052
187189
  },
187053
187190
  "Language": {},
187054
187191
  "MaxResults": {
@@ -187058,7 +187195,7 @@ module.exports={
187058
187195
  "shape": "S2i"
187059
187196
  },
187060
187197
  "Text": {
187061
- "shape": "S7f"
187198
+ "shape": "S7h"
187062
187199
  }
187063
187200
  }
187064
187201
  }
@@ -187244,6 +187381,9 @@ module.exports={
187244
187381
  "ConfigurationUpdate": {
187245
187382
  "type": "structure",
187246
187383
  "members": {
187384
+ "CustomLayers": {
187385
+ "shape": "S3i"
187386
+ },
187247
187387
  "PoliticalView": {}
187248
187388
  }
187249
187389
  },
@@ -187291,7 +187431,7 @@ module.exports={
187291
187431
  ],
187292
187432
  "members": {
187293
187433
  "DataSourceConfiguration": {
187294
- "shape": "S3m"
187434
+ "shape": "S3o"
187295
187435
  },
187296
187436
  "Description": {},
187297
187437
  "IndexName": {
@@ -187632,17 +187772,24 @@ module.exports={
187632
187772
  "Style"
187633
187773
  ],
187634
187774
  "members": {
187775
+ "CustomLayers": {
187776
+ "shape": "S3i"
187777
+ },
187635
187778
  "PoliticalView": {},
187636
187779
  "Style": {}
187637
187780
  }
187638
187781
  },
187639
- "S3m": {
187782
+ "S3i": {
187783
+ "type": "list",
187784
+ "member": {}
187785
+ },
187786
+ "S3o": {
187640
187787
  "type": "structure",
187641
187788
  "members": {
187642
187789
  "IntendedUse": {}
187643
187790
  }
187644
187791
  },
187645
- "S5b": {
187792
+ "S5d": {
187646
187793
  "type": "structure",
187647
187794
  "required": [
187648
187795
  "Geometry"
@@ -187650,7 +187797,7 @@ module.exports={
187650
187797
  "members": {
187651
187798
  "AddressNumber": {},
187652
187799
  "Categories": {
187653
- "shape": "S5c"
187800
+ "shape": "S5e"
187654
187801
  },
187655
187802
  "Country": {},
187656
187803
  "Geometry": {
@@ -187673,7 +187820,7 @@ module.exports={
187673
187820
  "SubMunicipality": {},
187674
187821
  "SubRegion": {},
187675
187822
  "SupplementalCategories": {
187676
- "shape": "S5f"
187823
+ "shape": "S5h"
187677
187824
  },
187678
187825
  "TimeZone": {
187679
187826
  "type": "structure",
@@ -187691,23 +187838,23 @@ module.exports={
187691
187838
  "UnitType": {}
187692
187839
  }
187693
187840
  },
187694
- "S5c": {
187841
+ "S5e": {
187695
187842
  "type": "list",
187696
187843
  "member": {}
187697
187844
  },
187698
- "S5f": {
187845
+ "S5h": {
187699
187846
  "type": "list",
187700
187847
  "member": {}
187701
187848
  },
187702
- "S76": {
187849
+ "S78": {
187703
187850
  "type": "list",
187704
187851
  "member": {}
187705
187852
  },
187706
- "S77": {
187853
+ "S79": {
187707
187854
  "type": "list",
187708
187855
  "member": {}
187709
187856
  },
187710
- "S7f": {
187857
+ "S7h": {
187711
187858
  "type": "string",
187712
187859
  "sensitive": true
187713
187860
  }
@@ -188173,7 +188320,7 @@ module.exports={
188173
188320
  "deliveryDestinations": {
188174
188321
  "type": "list",
188175
188322
  "member": {
188176
- "shape": "S24"
188323
+ "shape": "S25"
188177
188324
  }
188178
188325
  },
188179
188326
  "nextToken": {}
@@ -188196,7 +188343,7 @@ module.exports={
188196
188343
  "deliverySources": {
188197
188344
  "type": "list",
188198
188345
  "member": {
188199
- "shape": "S2a"
188346
+ "shape": "S2b"
188200
188347
  }
188201
188348
  },
188202
188349
  "nextToken": {}
@@ -188220,7 +188367,7 @@ module.exports={
188220
188367
  "destinations": {
188221
188368
  "type": "list",
188222
188369
  "member": {
188223
- "shape": "S2h"
188370
+ "shape": "S2i"
188224
188371
  }
188225
188372
  },
188226
188373
  "nextToken": {}
@@ -188415,7 +188562,7 @@ module.exports={
188415
188562
  "filterName": {},
188416
188563
  "filterPattern": {},
188417
188564
  "metricTransformations": {
188418
- "shape": "S3i"
188565
+ "shape": "S3j"
188419
188566
  },
188420
188567
  "creationTime": {
188421
188568
  "type": "long"
@@ -188488,7 +188635,7 @@ module.exports={
188488
188635
  "type": "long"
188489
188636
  },
188490
188637
  "logGroupNames": {
188491
- "shape": "S44"
188638
+ "shape": "S45"
188492
188639
  }
188493
188640
  }
188494
188641
  }
@@ -188513,7 +188660,7 @@ module.exports={
188513
188660
  "resourcePolicies": {
188514
188661
  "type": "list",
188515
188662
  "member": {
188516
- "shape": "S48"
188663
+ "shape": "S49"
188517
188664
  }
188518
188665
  },
188519
188666
  "nextToken": {}
@@ -188575,7 +188722,7 @@ module.exports={
188575
188722
  "logGroupName": {},
188576
188723
  "logGroupIdentifier": {},
188577
188724
  "logStreamNames": {
188578
- "shape": "S4i"
188725
+ "shape": "S4j"
188579
188726
  },
188580
188727
  "logStreamNamePrefix": {},
188581
188728
  "startTime": {
@@ -188689,7 +188836,7 @@ module.exports={
188689
188836
  "type": "structure",
188690
188837
  "members": {
188691
188838
  "deliveryDestination": {
188692
- "shape": "S24"
188839
+ "shape": "S25"
188693
188840
  }
188694
188841
  }
188695
188842
  }
@@ -188708,7 +188855,7 @@ module.exports={
188708
188855
  "type": "structure",
188709
188856
  "members": {
188710
188857
  "policy": {
188711
- "shape": "S53"
188858
+ "shape": "S54"
188712
188859
  }
188713
188860
  }
188714
188861
  }
@@ -188727,7 +188874,7 @@ module.exports={
188727
188874
  "type": "structure",
188728
188875
  "members": {
188729
188876
  "deliverySource": {
188730
- "shape": "S2a"
188877
+ "shape": "S2b"
188731
188878
  }
188732
188879
  }
188733
188880
  }
@@ -189121,7 +189268,8 @@ module.exports={
189121
189268
  "policyName": {},
189122
189269
  "policyDocument": {},
189123
189270
  "policyType": {},
189124
- "scope": {}
189271
+ "scope": {},
189272
+ "selectionCriteria": {}
189125
189273
  }
189126
189274
  },
189127
189275
  "output": {
@@ -189167,7 +189315,7 @@ module.exports={
189167
189315
  "name": {},
189168
189316
  "outputFormat": {},
189169
189317
  "deliveryDestinationConfiguration": {
189170
- "shape": "S26"
189318
+ "shape": "S27"
189171
189319
  },
189172
189320
  "tags": {
189173
189321
  "shape": "Sa"
@@ -189178,7 +189326,7 @@ module.exports={
189178
189326
  "type": "structure",
189179
189327
  "members": {
189180
189328
  "deliveryDestination": {
189181
- "shape": "S24"
189329
+ "shape": "S25"
189182
189330
  }
189183
189331
  }
189184
189332
  }
@@ -189199,7 +189347,7 @@ module.exports={
189199
189347
  "type": "structure",
189200
189348
  "members": {
189201
189349
  "policy": {
189202
- "shape": "S53"
189350
+ "shape": "S54"
189203
189351
  }
189204
189352
  }
189205
189353
  }
@@ -189225,7 +189373,7 @@ module.exports={
189225
189373
  "type": "structure",
189226
189374
  "members": {
189227
189375
  "deliverySource": {
189228
- "shape": "S2a"
189376
+ "shape": "S2b"
189229
189377
  }
189230
189378
  }
189231
189379
  }
@@ -189251,7 +189399,7 @@ module.exports={
189251
189399
  "type": "structure",
189252
189400
  "members": {
189253
189401
  "destination": {
189254
- "shape": "S2h"
189402
+ "shape": "S2i"
189255
189403
  }
189256
189404
  }
189257
189405
  }
@@ -189337,7 +189485,7 @@ module.exports={
189337
189485
  "filterName": {},
189338
189486
  "filterPattern": {},
189339
189487
  "metricTransformations": {
189340
- "shape": "S3i"
189488
+ "shape": "S3j"
189341
189489
  }
189342
189490
  }
189343
189491
  }
@@ -189353,7 +189501,7 @@ module.exports={
189353
189501
  "name": {},
189354
189502
  "queryDefinitionId": {},
189355
189503
  "logGroupNames": {
189356
- "shape": "S44"
189504
+ "shape": "S45"
189357
189505
  },
189358
189506
  "queryString": {},
189359
189507
  "clientToken": {
@@ -189380,7 +189528,7 @@ module.exports={
189380
189528
  "type": "structure",
189381
189529
  "members": {
189382
189530
  "resourcePolicy": {
189383
- "shape": "S48"
189531
+ "shape": "S49"
189384
189532
  }
189385
189533
  }
189386
189534
  }
@@ -189427,13 +189575,13 @@ module.exports={
189427
189575
  ],
189428
189576
  "members": {
189429
189577
  "logGroupIdentifiers": {
189430
- "shape": "S7r"
189578
+ "shape": "S7s"
189431
189579
  },
189432
189580
  "logStreamNames": {
189433
- "shape": "S4i"
189581
+ "shape": "S4j"
189434
189582
  },
189435
189583
  "logStreamNamePrefixes": {
189436
- "shape": "S4i"
189584
+ "shape": "S4j"
189437
189585
  },
189438
189586
  "logEventFilterPattern": {}
189439
189587
  }
@@ -189450,13 +189598,13 @@ module.exports={
189450
189598
  "requestId": {},
189451
189599
  "sessionId": {},
189452
189600
  "logGroupIdentifiers": {
189453
- "shape": "S7r"
189601
+ "shape": "S7s"
189454
189602
  },
189455
189603
  "logStreamNames": {
189456
- "shape": "S4i"
189604
+ "shape": "S4j"
189457
189605
  },
189458
189606
  "logStreamNamePrefixes": {
189459
- "shape": "S4i"
189607
+ "shape": "S4j"
189460
189608
  },
189461
189609
  "logEventFilterPattern": {}
189462
189610
  },
@@ -189527,7 +189675,7 @@ module.exports={
189527
189675
  "members": {
189528
189676
  "logGroupName": {},
189529
189677
  "logGroupNames": {
189530
- "shape": "S44"
189678
+ "shape": "S45"
189531
189679
  },
189532
189680
  "logGroupIdentifiers": {
189533
189681
  "type": "list",
@@ -189760,10 +189908,11 @@ module.exports={
189760
189908
  },
189761
189909
  "policyType": {},
189762
189910
  "scope": {},
189911
+ "selectionCriteria": {},
189763
189912
  "accountId": {}
189764
189913
  }
189765
189914
  },
189766
- "S24": {
189915
+ "S25": {
189767
189916
  "type": "structure",
189768
189917
  "members": {
189769
189918
  "name": {},
@@ -189771,14 +189920,14 @@ module.exports={
189771
189920
  "deliveryDestinationType": {},
189772
189921
  "outputFormat": {},
189773
189922
  "deliveryDestinationConfiguration": {
189774
- "shape": "S26"
189923
+ "shape": "S27"
189775
189924
  },
189776
189925
  "tags": {
189777
189926
  "shape": "Sa"
189778
189927
  }
189779
189928
  }
189780
189929
  },
189781
- "S26": {
189930
+ "S27": {
189782
189931
  "type": "structure",
189783
189932
  "required": [
189784
189933
  "destinationResourceArn"
@@ -189787,7 +189936,7 @@ module.exports={
189787
189936
  "destinationResourceArn": {}
189788
189937
  }
189789
189938
  },
189790
- "S2a": {
189939
+ "S2b": {
189791
189940
  "type": "structure",
189792
189941
  "members": {
189793
189942
  "name": {},
@@ -189803,7 +189952,7 @@ module.exports={
189803
189952
  }
189804
189953
  }
189805
189954
  },
189806
- "S2h": {
189955
+ "S2i": {
189807
189956
  "type": "structure",
189808
189957
  "members": {
189809
189958
  "destinationName": {},
@@ -189816,7 +189965,7 @@ module.exports={
189816
189965
  }
189817
189966
  }
189818
189967
  },
189819
- "S3i": {
189968
+ "S3j": {
189820
189969
  "type": "list",
189821
189970
  "member": {
189822
189971
  "type": "structure",
@@ -189841,11 +189990,11 @@ module.exports={
189841
189990
  }
189842
189991
  }
189843
189992
  },
189844
- "S44": {
189993
+ "S45": {
189845
189994
  "type": "list",
189846
189995
  "member": {}
189847
189996
  },
189848
- "S48": {
189997
+ "S49": {
189849
189998
  "type": "structure",
189850
189999
  "members": {
189851
190000
  "policyName": {},
@@ -189855,17 +190004,17 @@ module.exports={
189855
190004
  }
189856
190005
  }
189857
190006
  },
189858
- "S4i": {
190007
+ "S4j": {
189859
190008
  "type": "list",
189860
190009
  "member": {}
189861
190010
  },
189862
- "S53": {
190011
+ "S54": {
189863
190012
  "type": "structure",
189864
190013
  "members": {
189865
190014
  "deliveryDestinationPolicy": {}
189866
190015
  }
189867
190016
  },
189868
- "S7r": {
190017
+ "S7s": {
189869
190018
  "type": "list",
189870
190019
  "member": {}
189871
190020
  }
@@ -230134,7 +230283,7 @@ module.exports={
230134
230283
  "locationName": "ResourceId"
230135
230284
  },
230136
230285
  "AddTags": {
230137
- "shape": "S1l"
230286
+ "shape": "S1s"
230138
230287
  },
230139
230288
  "RemoveTagKeys": {
230140
230289
  "type": "list",
@@ -230208,7 +230357,7 @@ module.exports={
230208
230357
  "members": {
230209
230358
  "CallerReference": {},
230210
230359
  "HealthCheckConfig": {
230211
- "shape": "S20"
230360
+ "shape": "S27"
230212
230361
  }
230213
230362
  }
230214
230363
  },
@@ -230220,7 +230369,7 @@ module.exports={
230220
230369
  ],
230221
230370
  "members": {
230222
230371
  "HealthCheck": {
230223
- "shape": "S2n"
230372
+ "shape": "S2u"
230224
230373
  },
230225
230374
  "Location": {
230226
230375
  "location": "header",
@@ -230251,7 +230400,7 @@ module.exports={
230251
230400
  },
230252
230401
  "CallerReference": {},
230253
230402
  "HostedZoneConfig": {
230254
- "shape": "S34"
230403
+ "shape": "S3b"
230255
230404
  },
230256
230405
  "DelegationSetId": {}
230257
230406
  }
@@ -230266,13 +230415,13 @@ module.exports={
230266
230415
  ],
230267
230416
  "members": {
230268
230417
  "HostedZone": {
230269
- "shape": "S37"
230418
+ "shape": "S3e"
230270
230419
  },
230271
230420
  "ChangeInfo": {
230272
230421
  "shape": "S5"
230273
230422
  },
230274
230423
  "DelegationSet": {
230275
- "shape": "S39"
230424
+ "shape": "S3g"
230276
230425
  },
230277
230426
  "VPC": {
230278
230427
  "shape": "Sa"
@@ -230322,7 +230471,7 @@ module.exports={
230322
230471
  "shape": "S5"
230323
230472
  },
230324
230473
  "KeySigningKey": {
230325
- "shape": "S3f"
230474
+ "shape": "S3m"
230326
230475
  },
230327
230476
  "Location": {
230328
230477
  "location": "header",
@@ -230359,7 +230508,7 @@ module.exports={
230359
230508
  ],
230360
230509
  "members": {
230361
230510
  "QueryLoggingConfig": {
230362
- "shape": "S3m"
230511
+ "shape": "S3t"
230363
230512
  },
230364
230513
  "Location": {
230365
230514
  "location": "header",
@@ -230395,7 +230544,7 @@ module.exports={
230395
230544
  ],
230396
230545
  "members": {
230397
230546
  "DelegationSet": {
230398
- "shape": "S39"
230547
+ "shape": "S3g"
230399
230548
  },
230400
230549
  "Location": {
230401
230550
  "location": "header",
@@ -230433,7 +230582,7 @@ module.exports={
230433
230582
  ],
230434
230583
  "members": {
230435
230584
  "TrafficPolicy": {
230436
- "shape": "S3v"
230585
+ "shape": "S42"
230437
230586
  },
230438
230587
  "Location": {
230439
230588
  "location": "header",
@@ -230480,7 +230629,7 @@ module.exports={
230480
230629
  ],
230481
230630
  "members": {
230482
230631
  "TrafficPolicyInstance": {
230483
- "shape": "S40"
230632
+ "shape": "S47"
230484
230633
  },
230485
230634
  "Location": {
230486
230635
  "location": "header",
@@ -230521,7 +230670,7 @@ module.exports={
230521
230670
  ],
230522
230671
  "members": {
230523
230672
  "TrafficPolicy": {
230524
- "shape": "S3v"
230673
+ "shape": "S42"
230525
230674
  },
230526
230675
  "Location": {
230527
230676
  "location": "header",
@@ -231052,7 +231201,7 @@ module.exports={
231052
231201
  "KeySigningKeys": {
231053
231202
  "type": "list",
231054
231203
  "member": {
231055
- "shape": "S3f"
231204
+ "shape": "S3m"
231056
231205
  }
231057
231206
  }
231058
231207
  }
@@ -231087,7 +231236,7 @@ module.exports={
231087
231236
  ],
231088
231237
  "members": {
231089
231238
  "GeoLocationDetails": {
231090
- "shape": "S5h"
231239
+ "shape": "S5o"
231091
231240
  }
231092
231241
  }
231093
231242
  }
@@ -231116,7 +231265,7 @@ module.exports={
231116
231265
  ],
231117
231266
  "members": {
231118
231267
  "HealthCheck": {
231119
- "shape": "S2n"
231268
+ "shape": "S2u"
231120
231269
  }
231121
231270
  }
231122
231271
  }
@@ -231166,7 +231315,7 @@ module.exports={
231166
231315
  ],
231167
231316
  "members": {
231168
231317
  "HealthCheckObservations": {
231169
- "shape": "S5s"
231318
+ "shape": "S5z"
231170
231319
  }
231171
231320
  }
231172
231321
  }
@@ -231195,7 +231344,7 @@ module.exports={
231195
231344
  ],
231196
231345
  "members": {
231197
231346
  "HealthCheckObservations": {
231198
- "shape": "S5s"
231347
+ "shape": "S5z"
231199
231348
  }
231200
231349
  }
231201
231350
  }
@@ -231224,13 +231373,13 @@ module.exports={
231224
231373
  ],
231225
231374
  "members": {
231226
231375
  "HostedZone": {
231227
- "shape": "S37"
231376
+ "shape": "S3e"
231228
231377
  },
231229
231378
  "DelegationSet": {
231230
- "shape": "S39"
231379
+ "shape": "S3g"
231231
231380
  },
231232
231381
  "VPCs": {
231233
- "shape": "S60"
231382
+ "shape": "S67"
231234
231383
  }
231235
231384
  }
231236
231385
  }
@@ -231328,7 +231477,7 @@ module.exports={
231328
231477
  ],
231329
231478
  "members": {
231330
231479
  "QueryLoggingConfig": {
231331
- "shape": "S3m"
231480
+ "shape": "S3t"
231332
231481
  }
231333
231482
  }
231334
231483
  }
@@ -231357,7 +231506,7 @@ module.exports={
231357
231506
  ],
231358
231507
  "members": {
231359
231508
  "DelegationSet": {
231360
- "shape": "S39"
231509
+ "shape": "S3g"
231361
231510
  }
231362
231511
  }
231363
231512
  }
@@ -231440,7 +231589,7 @@ module.exports={
231440
231589
  ],
231441
231590
  "members": {
231442
231591
  "TrafficPolicy": {
231443
- "shape": "S3v"
231592
+ "shape": "S42"
231444
231593
  }
231445
231594
  }
231446
231595
  }
@@ -231469,7 +231618,7 @@ module.exports={
231469
231618
  ],
231470
231619
  "members": {
231471
231620
  "TrafficPolicyInstance": {
231472
- "shape": "S40"
231621
+ "shape": "S47"
231473
231622
  }
231474
231623
  }
231475
231624
  }
@@ -231658,7 +231807,7 @@ module.exports={
231658
231807
  "GeoLocationDetailsList": {
231659
231808
  "type": "list",
231660
231809
  "member": {
231661
- "shape": "S5h",
231810
+ "shape": "S5o",
231662
231811
  "locationName": "GeoLocationDetails"
231663
231812
  }
231664
231813
  },
@@ -231702,7 +231851,7 @@ module.exports={
231702
231851
  "HealthChecks": {
231703
231852
  "type": "list",
231704
231853
  "member": {
231705
- "shape": "S2n",
231854
+ "shape": "S2u",
231706
231855
  "locationName": "HealthCheck"
231707
231856
  }
231708
231857
  },
@@ -231751,7 +231900,7 @@ module.exports={
231751
231900
  ],
231752
231901
  "members": {
231753
231902
  "HostedZones": {
231754
- "shape": "S7d"
231903
+ "shape": "S7k"
231755
231904
  },
231756
231905
  "Marker": {},
231757
231906
  "IsTruncated": {
@@ -231793,7 +231942,7 @@ module.exports={
231793
231942
  ],
231794
231943
  "members": {
231795
231944
  "HostedZones": {
231796
- "shape": "S7d"
231945
+ "shape": "S7k"
231797
231946
  },
231798
231947
  "DNSName": {},
231799
231948
  "HostedZoneId": {},
@@ -231902,7 +232051,7 @@ module.exports={
231902
232051
  "QueryLoggingConfigs": {
231903
232052
  "type": "list",
231904
232053
  "member": {
231905
- "shape": "S3m",
232054
+ "shape": "S3t",
231906
232055
  "locationName": "QueryLoggingConfig"
231907
232056
  }
231908
232057
  },
@@ -231998,7 +232147,7 @@ module.exports={
231998
232147
  "DelegationSets": {
231999
232148
  "type": "list",
232000
232149
  "member": {
232001
- "shape": "S39",
232150
+ "shape": "S3g",
232002
232151
  "locationName": "DelegationSet"
232003
232152
  }
232004
232153
  },
@@ -232040,7 +232189,7 @@ module.exports={
232040
232189
  ],
232041
232190
  "members": {
232042
232191
  "ResourceTagSet": {
232043
- "shape": "S7y"
232192
+ "shape": "S85"
232044
232193
  }
232045
232194
  }
232046
232195
  }
@@ -232081,7 +232230,7 @@ module.exports={
232081
232230
  "ResourceTagSets": {
232082
232231
  "type": "list",
232083
232232
  "member": {
232084
- "shape": "S7y",
232233
+ "shape": "S85",
232085
232234
  "locationName": "ResourceTagSet"
232086
232235
  }
232087
232236
  }
@@ -232183,7 +232332,7 @@ module.exports={
232183
232332
  ],
232184
232333
  "members": {
232185
232334
  "TrafficPolicyInstances": {
232186
- "shape": "S89"
232335
+ "shape": "S8g"
232187
232336
  },
232188
232337
  "HostedZoneIdMarker": {},
232189
232338
  "TrafficPolicyInstanceNameMarker": {},
@@ -232233,7 +232382,7 @@ module.exports={
232233
232382
  ],
232234
232383
  "members": {
232235
232384
  "TrafficPolicyInstances": {
232236
- "shape": "S89"
232385
+ "shape": "S8g"
232237
232386
  },
232238
232387
  "TrafficPolicyInstanceNameMarker": {},
232239
232388
  "TrafficPolicyInstanceTypeMarker": {},
@@ -232292,7 +232441,7 @@ module.exports={
232292
232441
  ],
232293
232442
  "members": {
232294
232443
  "TrafficPolicyInstances": {
232295
- "shape": "S89"
232444
+ "shape": "S8g"
232296
232445
  },
232297
232446
  "HostedZoneIdMarker": {},
232298
232447
  "TrafficPolicyInstanceNameMarker": {},
@@ -232341,7 +232490,7 @@ module.exports={
232341
232490
  "TrafficPolicies": {
232342
232491
  "type": "list",
232343
232492
  "member": {
232344
- "shape": "S3v",
232493
+ "shape": "S42",
232345
232494
  "locationName": "TrafficPolicy"
232346
232495
  }
232347
232496
  },
@@ -232388,7 +232537,7 @@ module.exports={
232388
232537
  "HostedZoneId": {},
232389
232538
  "NextToken": {},
232390
232539
  "VPCs": {
232391
- "shape": "S60"
232540
+ "shape": "S67"
232392
232541
  }
232393
232542
  }
232394
232543
  }
@@ -232498,16 +232647,16 @@ module.exports={
232498
232647
  "type": "integer"
232499
232648
  },
232500
232649
  "ChildHealthChecks": {
232501
- "shape": "S2d"
232650
+ "shape": "S2k"
232502
232651
  },
232503
232652
  "EnableSNI": {
232504
232653
  "type": "boolean"
232505
232654
  },
232506
232655
  "Regions": {
232507
- "shape": "S2f"
232656
+ "shape": "S2m"
232508
232657
  },
232509
232658
  "AlarmIdentifier": {
232510
- "shape": "S2h"
232659
+ "shape": "S2o"
232511
232660
  },
232512
232661
  "InsufficientDataHealthStatus": {},
232513
232662
  "ResetElements": {
@@ -232525,7 +232674,7 @@ module.exports={
232525
232674
  ],
232526
232675
  "members": {
232527
232676
  "HealthCheck": {
232528
- "shape": "S2n"
232677
+ "shape": "S2u"
232529
232678
  }
232530
232679
  }
232531
232680
  }
@@ -232558,7 +232707,7 @@ module.exports={
232558
232707
  ],
232559
232708
  "members": {
232560
232709
  "HostedZone": {
232561
- "shape": "S37"
232710
+ "shape": "S3e"
232562
232711
  }
232563
232712
  }
232564
232713
  }
@@ -232598,7 +232747,7 @@ module.exports={
232598
232747
  ],
232599
232748
  "members": {
232600
232749
  "TrafficPolicy": {
232601
- "shape": "S3v"
232750
+ "shape": "S42"
232602
232751
  }
232603
232752
  }
232604
232753
  }
@@ -232640,7 +232789,7 @@ module.exports={
232640
232789
  ],
232641
232790
  "members": {
232642
232791
  "TrafficPolicyInstance": {
232643
- "shape": "S40"
232792
+ "shape": "S47"
232644
232793
  }
232645
232794
  }
232646
232795
  }
@@ -232739,10 +232888,31 @@ module.exports={
232739
232888
  "CollectionId": {},
232740
232889
  "LocationName": {}
232741
232890
  }
232891
+ },
232892
+ "GeoProximityLocation": {
232893
+ "type": "structure",
232894
+ "members": {
232895
+ "AWSRegion": {},
232896
+ "LocalZoneGroup": {},
232897
+ "Coordinates": {
232898
+ "type": "structure",
232899
+ "required": [
232900
+ "Latitude",
232901
+ "Longitude"
232902
+ ],
232903
+ "members": {
232904
+ "Latitude": {},
232905
+ "Longitude": {}
232906
+ }
232907
+ },
232908
+ "Bias": {
232909
+ "type": "integer"
232910
+ }
232911
+ }
232742
232912
  }
232743
232913
  }
232744
232914
  },
232745
- "S1l": {
232915
+ "S1s": {
232746
232916
  "type": "list",
232747
232917
  "member": {
232748
232918
  "locationName": "Tag",
@@ -232753,7 +232923,7 @@ module.exports={
232753
232923
  }
232754
232924
  }
232755
232925
  },
232756
- "S20": {
232926
+ "S27": {
232757
232927
  "type": "structure",
232758
232928
  "required": [
232759
232929
  "Type"
@@ -232786,34 +232956,34 @@ module.exports={
232786
232956
  "type": "integer"
232787
232957
  },
232788
232958
  "ChildHealthChecks": {
232789
- "shape": "S2d"
232959
+ "shape": "S2k"
232790
232960
  },
232791
232961
  "EnableSNI": {
232792
232962
  "type": "boolean"
232793
232963
  },
232794
232964
  "Regions": {
232795
- "shape": "S2f"
232965
+ "shape": "S2m"
232796
232966
  },
232797
232967
  "AlarmIdentifier": {
232798
- "shape": "S2h"
232968
+ "shape": "S2o"
232799
232969
  },
232800
232970
  "InsufficientDataHealthStatus": {},
232801
232971
  "RoutingControlArn": {}
232802
232972
  }
232803
232973
  },
232804
- "S2d": {
232974
+ "S2k": {
232805
232975
  "type": "list",
232806
232976
  "member": {
232807
232977
  "locationName": "ChildHealthCheck"
232808
232978
  }
232809
232979
  },
232810
- "S2f": {
232980
+ "S2m": {
232811
232981
  "type": "list",
232812
232982
  "member": {
232813
232983
  "locationName": "Region"
232814
232984
  }
232815
232985
  },
232816
- "S2h": {
232986
+ "S2o": {
232817
232987
  "type": "structure",
232818
232988
  "required": [
232819
232989
  "Region",
@@ -232824,7 +232994,7 @@ module.exports={
232824
232994
  "Name": {}
232825
232995
  }
232826
232996
  },
232827
- "S2n": {
232997
+ "S2u": {
232828
232998
  "type": "structure",
232829
232999
  "required": [
232830
233000
  "Id",
@@ -232836,10 +233006,10 @@ module.exports={
232836
233006
  "Id": {},
232837
233007
  "CallerReference": {},
232838
233008
  "LinkedService": {
232839
- "shape": "S2o"
233009
+ "shape": "S2v"
232840
233010
  },
232841
233011
  "HealthCheckConfig": {
232842
- "shape": "S20"
233012
+ "shape": "S27"
232843
233013
  },
232844
233014
  "HealthCheckVersion": {
232845
233015
  "type": "long"
@@ -232888,14 +233058,14 @@ module.exports={
232888
233058
  }
232889
233059
  }
232890
233060
  },
232891
- "S2o": {
233061
+ "S2v": {
232892
233062
  "type": "structure",
232893
233063
  "members": {
232894
233064
  "ServicePrincipal": {},
232895
233065
  "Description": {}
232896
233066
  }
232897
233067
  },
232898
- "S34": {
233068
+ "S3b": {
232899
233069
  "type": "structure",
232900
233070
  "members": {
232901
233071
  "Comment": {},
@@ -232904,7 +233074,7 @@ module.exports={
232904
233074
  }
232905
233075
  }
232906
233076
  },
232907
- "S37": {
233077
+ "S3e": {
232908
233078
  "type": "structure",
232909
233079
  "required": [
232910
233080
  "Id",
@@ -232916,17 +233086,17 @@ module.exports={
232916
233086
  "Name": {},
232917
233087
  "CallerReference": {},
232918
233088
  "Config": {
232919
- "shape": "S34"
233089
+ "shape": "S3b"
232920
233090
  },
232921
233091
  "ResourceRecordSetCount": {
232922
233092
  "type": "long"
232923
233093
  },
232924
233094
  "LinkedService": {
232925
- "shape": "S2o"
233095
+ "shape": "S2v"
232926
233096
  }
232927
233097
  }
232928
233098
  },
232929
- "S39": {
233099
+ "S3g": {
232930
233100
  "type": "structure",
232931
233101
  "required": [
232932
233102
  "NameServers"
@@ -232942,7 +233112,7 @@ module.exports={
232942
233112
  }
232943
233113
  }
232944
233114
  },
232945
- "S3f": {
233115
+ "S3m": {
232946
233116
  "type": "structure",
232947
233117
  "members": {
232948
233118
  "Name": {},
@@ -232975,7 +233145,7 @@ module.exports={
232975
233145
  }
232976
233146
  }
232977
233147
  },
232978
- "S3m": {
233148
+ "S3t": {
232979
233149
  "type": "structure",
232980
233150
  "required": [
232981
233151
  "Id",
@@ -232988,7 +233158,7 @@ module.exports={
232988
233158
  "CloudWatchLogsLogGroupArn": {}
232989
233159
  }
232990
233160
  },
232991
- "S3v": {
233161
+ "S42": {
232992
233162
  "type": "structure",
232993
233163
  "required": [
232994
233164
  "Id",
@@ -233008,7 +233178,7 @@ module.exports={
233008
233178
  "Comment": {}
233009
233179
  }
233010
233180
  },
233011
- "S40": {
233181
+ "S47": {
233012
233182
  "type": "structure",
233013
233183
  "required": [
233014
233184
  "Id",
@@ -233037,7 +233207,7 @@ module.exports={
233037
233207
  "TrafficPolicyType": {}
233038
233208
  }
233039
233209
  },
233040
- "S5h": {
233210
+ "S5o": {
233041
233211
  "type": "structure",
233042
233212
  "members": {
233043
233213
  "ContinentCode": {},
@@ -233048,7 +233218,7 @@ module.exports={
233048
233218
  "SubdivisionName": {}
233049
233219
  }
233050
233220
  },
233051
- "S5s": {
233221
+ "S5z": {
233052
233222
  "type": "list",
233053
233223
  "member": {
233054
233224
  "locationName": "HealthCheckObservation",
@@ -233068,34 +233238,34 @@ module.exports={
233068
233238
  }
233069
233239
  }
233070
233240
  },
233071
- "S60": {
233241
+ "S67": {
233072
233242
  "type": "list",
233073
233243
  "member": {
233074
233244
  "shape": "Sa",
233075
233245
  "locationName": "VPC"
233076
233246
  }
233077
233247
  },
233078
- "S7d": {
233248
+ "S7k": {
233079
233249
  "type": "list",
233080
233250
  "member": {
233081
- "shape": "S37",
233251
+ "shape": "S3e",
233082
233252
  "locationName": "HostedZone"
233083
233253
  }
233084
233254
  },
233085
- "S7y": {
233255
+ "S85": {
233086
233256
  "type": "structure",
233087
233257
  "members": {
233088
233258
  "ResourceType": {},
233089
233259
  "ResourceId": {},
233090
233260
  "Tags": {
233091
- "shape": "S1l"
233261
+ "shape": "S1s"
233092
233262
  }
233093
233263
  }
233094
233264
  },
233095
- "S89": {
233265
+ "S8g": {
233096
233266
  "type": "list",
233097
233267
  "member": {
233098
- "shape": "S40",
233268
+ "shape": "S47",
233099
233269
  "locationName": "TrafficPolicyInstance"
233100
233270
  }
233101
233271
  }
@@ -271222,7 +271392,7 @@ AWS.util.update(AWS, {
271222
271392
  /**
271223
271393
  * @constant
271224
271394
  */
271225
- VERSION: '2.1532.0',
271395
+ VERSION: '2.1534.0',
271226
271396
 
271227
271397
  /**
271228
271398
  * @api private
@@ -293446,7 +293616,7 @@ var LRUCache = /** @class */ (function () {
293446
293616
  }());
293447
293617
  exports.LRUCache = LRUCache;
293448
293618
  },{}],467:[function(require,module,exports){
293449
- // AWS SDK for JavaScript v2.1532.0
293619
+ // AWS SDK for JavaScript v2.1534.0
293450
293620
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
293451
293621
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
293452
293622
  require('./browser_loader');