cdk-docker-image-deployment 0.0.29 → 0.0.31

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 +3 -3
  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/aws-sdk/CHANGELOG.md +13 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/accessanalyzer-2019-11-01.min.json +339 -339
  8. package/node_modules/aws-sdk/apis/codedeploy-2014-10-06.min.json +7 -1
  9. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +139 -127
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +40 -12
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +311 -303
  12. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +626 -534
  14. package/node_modules/aws-sdk/apis/snowball-2016-06-30.paginators.json +24 -0
  15. package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +297 -297
  16. package/node_modules/aws-sdk/clients/codedeploy.d.ts +90 -85
  17. package/node_modules/aws-sdk/clients/devopsguru.d.ts +27 -11
  18. package/node_modules/aws-sdk/clients/dlm.d.ts +40 -8
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +14 -1
  20. package/node_modules/aws-sdk/clients/sagemaker.d.ts +145 -0
  21. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +6 -1
  22. package/node_modules/aws-sdk/clients/snowball.d.ts +13 -13
  23. package/node_modules/aws-sdk/clients/ssooidc.d.ts +9 -9
  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 +321 -307
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +77 -77
  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 +4 -5
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1226.0
1
+ // AWS SDK for JavaScript v2.1228.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){
@@ -44050,7 +44050,10 @@ module.exports={
44050
44050
  "updateOutdatedInstancesOnly": {
44051
44051
  "type": "boolean"
44052
44052
  },
44053
- "fileExistsBehavior": {}
44053
+ "fileExistsBehavior": {},
44054
+ "overrideAlarmConfiguration": {
44055
+ "shape": "S1v"
44056
+ }
44054
44057
  }
44055
44058
  },
44056
44059
  "output": {
@@ -45492,6 +45495,9 @@ module.exports={
45492
45495
  "shape": "S49"
45493
45496
  }
45494
45497
  }
45498
+ },
45499
+ "overrideAlarmConfiguration": {
45500
+ "shape": "S1v"
45495
45501
  }
45496
45502
  }
45497
45503
  },
@@ -84553,6 +84559,10 @@ module.exports={
84553
84559
  "LastLaunchedTime": {
84554
84560
  "shape": "Sab",
84555
84561
  "locationName": "lastLaunchedTime"
84562
+ },
84563
+ "ImdsSupport": {
84564
+ "shape": "Sab",
84565
+ "locationName": "imdsSupport"
84556
84566
  }
84557
84567
  }
84558
84568
  }
@@ -84691,6 +84701,9 @@ module.exports={
84691
84701
  },
84692
84702
  "DeprecationTime": {
84693
84703
  "locationName": "deprecationTime"
84704
+ },
84705
+ "ImdsSupport": {
84706
+ "locationName": "imdsSupport"
84694
84707
  }
84695
84708
  }
84696
84709
  }
@@ -84763,7 +84776,7 @@ module.exports={
84763
84776
  "locationName": "progress"
84764
84777
  },
84765
84778
  "SnapshotDetails": {
84766
- "shape": "S146",
84779
+ "shape": "S147",
84767
84780
  "locationName": "snapshotDetailSet"
84768
84781
  },
84769
84782
  "Status": {
@@ -84777,7 +84790,7 @@ module.exports={
84777
84790
  "locationName": "tagSet"
84778
84791
  },
84779
84792
  "LicenseSpecifications": {
84780
- "shape": "S149",
84793
+ "shape": "S14a",
84781
84794
  "locationName": "licenseSpecifications"
84782
84795
  },
84783
84796
  "UsageOperation": {
@@ -84835,7 +84848,7 @@ module.exports={
84835
84848
  "locationName": "importTaskId"
84836
84849
  },
84837
84850
  "SnapshotTaskDetail": {
84838
- "shape": "S14h",
84851
+ "shape": "S14i",
84839
84852
  "locationName": "snapshotTaskDetail"
84840
84853
  },
84841
84854
  "Tags": {
@@ -84879,23 +84892,23 @@ module.exports={
84879
84892
  "locationName": "groupSet"
84880
84893
  },
84881
84894
  "BlockDeviceMappings": {
84882
- "shape": "S14l",
84895
+ "shape": "S14m",
84883
84896
  "locationName": "blockDeviceMapping"
84884
84897
  },
84885
84898
  "DisableApiTermination": {
84886
- "shape": "S14o",
84899
+ "shape": "S14p",
84887
84900
  "locationName": "disableApiTermination"
84888
84901
  },
84889
84902
  "EnaSupport": {
84890
- "shape": "S14o",
84903
+ "shape": "S14p",
84891
84904
  "locationName": "enaSupport"
84892
84905
  },
84893
84906
  "EnclaveOptions": {
84894
- "shape": "S14p",
84907
+ "shape": "S14q",
84895
84908
  "locationName": "enclaveOptions"
84896
84909
  },
84897
84910
  "EbsOptimized": {
84898
- "shape": "S14o",
84911
+ "shape": "S14p",
84899
84912
  "locationName": "ebsOptimized"
84900
84913
  },
84901
84914
  "InstanceId": {
@@ -84926,7 +84939,7 @@ module.exports={
84926
84939
  "locationName": "rootDeviceName"
84927
84940
  },
84928
84941
  "SourceDestCheck": {
84929
- "shape": "S14o",
84942
+ "shape": "S14p",
84930
84943
  "locationName": "sourceDestCheck"
84931
84944
  },
84932
84945
  "SriovNetSupport": {
@@ -84938,7 +84951,7 @@ module.exports={
84938
84951
  "locationName": "userData"
84939
84952
  },
84940
84953
  "DisableApiStop": {
84941
- "shape": "S14o",
84954
+ "shape": "S14p",
84942
84955
  "locationName": "disableApiStop"
84943
84956
  }
84944
84957
  }
@@ -85096,7 +85109,7 @@ module.exports={
85096
85109
  "locationName": "eventsSet",
85097
85110
  "type": "list",
85098
85111
  "member": {
85099
- "shape": "S157",
85112
+ "shape": "S158",
85100
85113
  "locationName": "item"
85101
85114
  }
85102
85115
  },
@@ -85104,15 +85117,15 @@ module.exports={
85104
85117
  "locationName": "instanceId"
85105
85118
  },
85106
85119
  "InstanceState": {
85107
- "shape": "S15a",
85120
+ "shape": "S15b",
85108
85121
  "locationName": "instanceState"
85109
85122
  },
85110
85123
  "InstanceStatus": {
85111
- "shape": "S15c",
85124
+ "shape": "S15d",
85112
85125
  "locationName": "instanceStatus"
85113
85126
  },
85114
85127
  "SystemStatus": {
85115
- "shape": "S15c",
85128
+ "shape": "S15d",
85116
85129
  "locationName": "systemStatus"
85117
85130
  }
85118
85131
  }
@@ -85645,7 +85658,7 @@ module.exports={
85645
85658
  "locationName": "reservationSet",
85646
85659
  "type": "list",
85647
85660
  "member": {
85648
- "shape": "S18g",
85661
+ "shape": "S18h",
85649
85662
  "locationName": "item"
85650
85663
  }
85651
85664
  },
@@ -86198,7 +86211,7 @@ module.exports={
86198
86211
  "locationName": "localGatewayVirtualInterfaceGroupId"
86199
86212
  },
86200
86213
  "LocalGatewayVirtualInterfaceIds": {
86201
- "shape": "S1ay",
86214
+ "shape": "S1az",
86202
86215
  "locationName": "localGatewayVirtualInterfaceIdSet"
86203
86216
  },
86204
86217
  "LocalGatewayId": {
@@ -86225,7 +86238,7 @@ module.exports={
86225
86238
  "type": "structure",
86226
86239
  "members": {
86227
86240
  "LocalGatewayVirtualInterfaceIds": {
86228
- "shape": "S1ay",
86241
+ "shape": "S1az",
86229
86242
  "locationName": "LocalGatewayVirtualInterfaceId"
86230
86243
  },
86231
86244
  "Filters": {
@@ -86558,7 +86571,7 @@ module.exports={
86558
86571
  "locationName": "networkInsightsAccessScopeAnalysisSet",
86559
86572
  "type": "list",
86560
86573
  "member": {
86561
- "shape": "S1by",
86574
+ "shape": "S1bz",
86562
86575
  "locationName": "item"
86563
86576
  }
86564
86577
  },
@@ -86647,7 +86660,7 @@ module.exports={
86647
86660
  "locationName": "networkInsightsAnalysisSet",
86648
86661
  "type": "list",
86649
86662
  "member": {
86650
- "shape": "S1c9",
86663
+ "shape": "S1ca",
86651
86664
  "locationName": "item"
86652
86665
  }
86653
86666
  },
@@ -86736,7 +86749,7 @@ module.exports={
86736
86749
  "locationName": "networkInterfaceId"
86737
86750
  },
86738
86751
  "SourceDestCheck": {
86739
- "shape": "S14o",
86752
+ "shape": "S14p",
86740
86753
  "locationName": "sourceDestCheck"
86741
86754
  }
86742
86755
  }
@@ -87000,7 +87013,7 @@ module.exports={
87000
87013
  "locationName": "poolAddressRangeSet",
87001
87014
  "type": "list",
87002
87015
  "member": {
87003
- "shape": "S1e2",
87016
+ "shape": "S1e3",
87004
87017
  "locationName": "item"
87005
87018
  }
87006
87019
  },
@@ -87128,7 +87141,7 @@ module.exports={
87128
87141
  },
87129
87142
  "OfferingClass": {},
87130
87143
  "ReservedInstancesIds": {
87131
- "shape": "S1ef",
87144
+ "shape": "S1eg",
87132
87145
  "locationName": "ReservedInstancesId"
87133
87146
  },
87134
87147
  "DryRun": {
@@ -87202,7 +87215,7 @@ module.exports={
87202
87215
  "locationName": "offeringType"
87203
87216
  },
87204
87217
  "RecurringCharges": {
87205
- "shape": "S1en",
87218
+ "shape": "S1eo",
87206
87219
  "locationName": "recurringCharges"
87207
87220
  },
87208
87221
  "Scope": {
@@ -87299,7 +87312,7 @@ module.exports={
87299
87312
  "locationName": "reservedInstancesId"
87300
87313
  },
87301
87314
  "TargetConfiguration": {
87302
- "shape": "S1f1",
87315
+ "shape": "S1f2",
87303
87316
  "locationName": "targetConfiguration"
87304
87317
  }
87305
87318
  }
@@ -87454,7 +87467,7 @@ module.exports={
87454
87467
  }
87455
87468
  },
87456
87469
  "RecurringCharges": {
87457
- "shape": "S1en",
87470
+ "shape": "S1eo",
87458
87471
  "locationName": "recurringCharges"
87459
87472
  },
87460
87473
  "Scope": {
@@ -87622,7 +87635,7 @@ module.exports={
87622
87635
  "locationName": "purchaseToken"
87623
87636
  },
87624
87637
  "Recurrence": {
87625
- "shape": "S1fo",
87638
+ "shape": "S1fp",
87626
87639
  "locationName": "recurrence"
87627
87640
  },
87628
87641
  "SlotDurationInHours": {
@@ -87684,7 +87697,7 @@ module.exports={
87684
87697
  "locationName": "scheduledInstanceSet",
87685
87698
  "type": "list",
87686
87699
  "member": {
87687
- "shape": "S1fw",
87700
+ "shape": "S1fx",
87688
87701
  "locationName": "item"
87689
87702
  }
87690
87703
  }
@@ -87743,7 +87756,7 @@ module.exports={
87743
87756
  "locationName": "Filter"
87744
87757
  },
87745
87758
  "SecurityGroupRuleIds": {
87746
- "shape": "S1g3",
87759
+ "shape": "S1g4",
87747
87760
  "locationName": "SecurityGroupRuleId"
87748
87761
  },
87749
87762
  "DryRun": {
@@ -87781,7 +87794,7 @@ module.exports={
87781
87794
  "locationName": "GroupId"
87782
87795
  },
87783
87796
  "GroupNames": {
87784
- "shape": "S1g7",
87797
+ "shape": "S1g8",
87785
87798
  "locationName": "GroupName"
87786
87799
  },
87787
87800
  "DryRun": {
@@ -87860,7 +87873,7 @@ module.exports={
87860
87873
  "type": "structure",
87861
87874
  "members": {
87862
87875
  "CreateVolumePermissions": {
87863
- "shape": "S1gf",
87876
+ "shape": "S1gg",
87864
87877
  "locationName": "createVolumePermission"
87865
87878
  },
87866
87879
  "ProductCodes": {
@@ -87972,7 +87985,7 @@ module.exports={
87972
87985
  "member": {}
87973
87986
  },
87974
87987
  "SnapshotIds": {
87975
- "shape": "S1gp",
87988
+ "shape": "S1gq",
87976
87989
  "locationName": "SnapshotId"
87977
87990
  },
87978
87991
  "DryRun": {
@@ -88171,7 +88184,7 @@ module.exports={
88171
88184
  "type": "timestamp"
88172
88185
  },
88173
88186
  "SpotFleetRequestConfig": {
88174
- "shape": "S1h8",
88187
+ "shape": "S1h9",
88175
88188
  "locationName": "spotFleetRequestConfig"
88176
88189
  },
88177
88190
  "SpotFleetRequestId": {
@@ -88216,7 +88229,7 @@ module.exports={
88216
88229
  "type": "structure",
88217
88230
  "members": {
88218
88231
  "SpotInstanceRequests": {
88219
- "shape": "S1i0",
88232
+ "shape": "S1i1",
88220
88233
  "locationName": "spotInstanceRequestSet"
88221
88234
  },
88222
88235
  "NextToken": {
@@ -88342,11 +88355,11 @@ module.exports={
88342
88355
  "locationName": "groupName"
88343
88356
  },
88344
88357
  "StaleIpPermissions": {
88345
- "shape": "S1ii",
88358
+ "shape": "S1ij",
88346
88359
  "locationName": "staleIpPermissions"
88347
88360
  },
88348
88361
  "StaleIpPermissionsEgress": {
88349
- "shape": "S1ii",
88362
+ "shape": "S1ij",
88350
88363
  "locationName": "staleIpPermissionsEgress"
88351
88364
  },
88352
88365
  "VpcId": {
@@ -88646,7 +88659,7 @@ module.exports={
88646
88659
  "type": "structure",
88647
88660
  "members": {
88648
88661
  "TransitGatewayAttachmentIds": {
88649
- "shape": "S1jg"
88662
+ "shape": "S1jh"
88650
88663
  },
88651
88664
  "Filters": {
88652
88665
  "shape": "Sw5",
@@ -88766,7 +88779,7 @@ module.exports={
88766
88779
  "type": "structure",
88767
88780
  "members": {
88768
88781
  "TransitGatewayAttachmentIds": {
88769
- "shape": "S1jg"
88782
+ "shape": "S1jh"
88770
88783
  },
88771
88784
  "Filters": {
88772
88785
  "shape": "Sw5",
@@ -88843,7 +88856,7 @@ module.exports={
88843
88856
  "type": "structure",
88844
88857
  "members": {
88845
88858
  "TransitGatewayAttachmentIds": {
88846
- "shape": "S1jg"
88859
+ "shape": "S1jh"
88847
88860
  },
88848
88861
  "Filters": {
88849
88862
  "shape": "Sw5",
@@ -89000,7 +89013,7 @@ module.exports={
89000
89013
  "type": "structure",
89001
89014
  "members": {
89002
89015
  "TransitGatewayAttachmentIds": {
89003
- "shape": "S1jg"
89016
+ "shape": "S1jh"
89004
89017
  },
89005
89018
  "Filters": {
89006
89019
  "shape": "Sw5",
@@ -89133,7 +89146,7 @@ module.exports={
89133
89146
  "type": "structure",
89134
89147
  "members": {
89135
89148
  "AutoEnableIO": {
89136
- "shape": "S14o",
89149
+ "shape": "S14p",
89137
89150
  "locationName": "autoEnableIO"
89138
89151
  },
89139
89152
  "ProductCodes": {
@@ -89359,7 +89372,7 @@ module.exports={
89359
89372
  "locationName": "volumeModificationSet",
89360
89373
  "type": "list",
89361
89374
  "member": {
89362
- "shape": "S1lc",
89375
+ "shape": "S1ld",
89363
89376
  "locationName": "item"
89364
89377
  }
89365
89378
  },
@@ -89392,11 +89405,11 @@ module.exports={
89392
89405
  "locationName": "vpcId"
89393
89406
  },
89394
89407
  "EnableDnsHostnames": {
89395
- "shape": "S14o",
89408
+ "shape": "S14p",
89396
89409
  "locationName": "enableDnsHostnames"
89397
89410
  },
89398
89411
  "EnableDnsSupport": {
89399
- "shape": "S14o",
89412
+ "shape": "S14p",
89400
89413
  "locationName": "enableDnsSupport"
89401
89414
  }
89402
89415
  }
@@ -89415,7 +89428,7 @@ module.exports={
89415
89428
  "type": "boolean"
89416
89429
  },
89417
89430
  "VpcIds": {
89418
- "shape": "S1li",
89431
+ "shape": "S1lj",
89419
89432
  "locationName": "VpcId"
89420
89433
  }
89421
89434
  }
@@ -89459,7 +89472,7 @@ module.exports={
89459
89472
  "locationName": "nextToken"
89460
89473
  },
89461
89474
  "VpcIds": {
89462
- "shape": "S1li"
89475
+ "shape": "S1lj"
89463
89476
  }
89464
89477
  }
89465
89478
  },
@@ -90184,11 +90197,11 @@ module.exports={
90184
90197
  ],
90185
90198
  "members": {
90186
90199
  "AvailabilityZones": {
90187
- "shape": "S1na",
90200
+ "shape": "S1nb",
90188
90201
  "locationName": "AvailabilityZone"
90189
90202
  },
90190
90203
  "SourceSnapshotIds": {
90191
- "shape": "S1gp",
90204
+ "shape": "S1gq",
90192
90205
  "locationName": "SourceSnapshotId"
90193
90206
  },
90194
90207
  "DryRun": {
@@ -90372,7 +90385,7 @@ module.exports={
90372
90385
  "type": "structure",
90373
90386
  "members": {
90374
90387
  "Propagation": {
90375
- "shape": "S1nr",
90388
+ "shape": "S1ns",
90376
90389
  "locationName": "propagation"
90377
90390
  }
90378
90391
  }
@@ -90835,11 +90848,11 @@ module.exports={
90835
90848
  ],
90836
90849
  "members": {
90837
90850
  "AvailabilityZones": {
90838
- "shape": "S1na",
90851
+ "shape": "S1nb",
90839
90852
  "locationName": "AvailabilityZone"
90840
90853
  },
90841
90854
  "SourceSnapshotIds": {
90842
- "shape": "S1gp",
90855
+ "shape": "S1gq",
90843
90856
  "locationName": "SourceSnapshotId"
90844
90857
  },
90845
90858
  "DryRun": {
@@ -91027,7 +91040,7 @@ module.exports={
91027
91040
  "type": "structure",
91028
91041
  "members": {
91029
91042
  "Propagation": {
91030
- "shape": "S1nr",
91043
+ "shape": "S1ns",
91031
91044
  "locationName": "propagation"
91032
91045
  }
91033
91046
  }
@@ -91539,7 +91552,7 @@ module.exports={
91539
91552
  "type": "structure",
91540
91553
  "members": {
91541
91554
  "InstanceFamilyCreditSpecification": {
91542
- "shape": "S1qh",
91555
+ "shape": "S1qi",
91543
91556
  "locationName": "instanceFamilyCreditSpecification"
91544
91557
  }
91545
91558
  }
@@ -91686,7 +91699,7 @@ module.exports={
91686
91699
  ],
91687
91700
  "members": {
91688
91701
  "HostIdSet": {
91689
- "shape": "S1qy"
91702
+ "shape": "S1qz"
91690
91703
  },
91691
91704
  "OfferingId": {}
91692
91705
  }
@@ -91698,7 +91711,7 @@ module.exports={
91698
91711
  "locationName": "currencyCode"
91699
91712
  },
91700
91713
  "Purchase": {
91701
- "shape": "S1r0",
91714
+ "shape": "S1r1",
91702
91715
  "locationName": "purchase"
91703
91716
  },
91704
91717
  "TotalHourlyPrice": {
@@ -91723,11 +91736,11 @@ module.exports={
91723
91736
  "type": "boolean"
91724
91737
  },
91725
91738
  "ArchitectureTypes": {
91726
- "shape": "S1r3",
91739
+ "shape": "S1r4",
91727
91740
  "locationName": "ArchitectureType"
91728
91741
  },
91729
91742
  "VirtualizationTypes": {
91730
- "shape": "S1r4",
91743
+ "shape": "S1r5",
91731
91744
  "locationName": "VirtualizationType"
91732
91745
  },
91733
91746
  "InstanceRequirements": {
@@ -91981,7 +91994,7 @@ module.exports={
91981
91994
  "locationName": "ipamResourceCidrSet",
91982
91995
  "type": "list",
91983
91996
  "member": {
91984
- "shape": "S1rt",
91997
+ "shape": "S1ru",
91985
91998
  "locationName": "item"
91986
91999
  }
91987
92000
  }
@@ -92141,7 +92154,7 @@ module.exports={
92141
92154
  "locationName": "findingId"
92142
92155
  },
92143
92156
  "FindingComponents": {
92144
- "shape": "S1cb",
92157
+ "shape": "S1cc",
92145
92158
  "locationName": "findingComponentSet"
92146
92159
  }
92147
92160
  }
@@ -92244,7 +92257,7 @@ module.exports={
92244
92257
  "locationName": "paymentDue"
92245
92258
  },
92246
92259
  "ReservedInstanceValueRollup": {
92247
- "shape": "S1sh",
92260
+ "shape": "S1si",
92248
92261
  "locationName": "reservedInstanceValueRollup"
92249
92262
  },
92250
92263
  "ReservedInstanceValueSet": {
@@ -92255,7 +92268,7 @@ module.exports={
92255
92268
  "type": "structure",
92256
92269
  "members": {
92257
92270
  "ReservationValue": {
92258
- "shape": "S1sh",
92271
+ "shape": "S1si",
92259
92272
  "locationName": "reservationValue"
92260
92273
  },
92261
92274
  "ReservedInstanceId": {
@@ -92265,7 +92278,7 @@ module.exports={
92265
92278
  }
92266
92279
  },
92267
92280
  "TargetConfigurationValueRollup": {
92268
- "shape": "S1sh",
92281
+ "shape": "S1si",
92269
92282
  "locationName": "targetConfigurationValueRollup"
92270
92283
  },
92271
92284
  "TargetConfigurationValueSet": {
@@ -92276,7 +92289,7 @@ module.exports={
92276
92289
  "type": "structure",
92277
92290
  "members": {
92278
92291
  "ReservationValue": {
92279
- "shape": "S1sh",
92292
+ "shape": "S1si",
92280
92293
  "locationName": "reservationValue"
92281
92294
  },
92282
92295
  "TargetConfiguration": {
@@ -92348,11 +92361,11 @@ module.exports={
92348
92361
  "type": "structure",
92349
92362
  "members": {
92350
92363
  "ArchitectureTypes": {
92351
- "shape": "S1r3",
92364
+ "shape": "S1r4",
92352
92365
  "locationName": "ArchitectureType"
92353
92366
  },
92354
92367
  "VirtualizationTypes": {
92355
- "shape": "S1r4",
92368
+ "shape": "S1r5",
92356
92369
  "locationName": "VirtualizationType"
92357
92370
  },
92358
92371
  "InstanceRequirements": {
@@ -92423,11 +92436,11 @@ module.exports={
92423
92436
  "type": "structure",
92424
92437
  "members": {
92425
92438
  "SubnetIpv4CidrReservations": {
92426
- "shape": "S1t1",
92439
+ "shape": "S1t2",
92427
92440
  "locationName": "subnetIpv4CidrReservationSet"
92428
92441
  },
92429
92442
  "SubnetIpv6CidrReservations": {
92430
- "shape": "S1t1",
92443
+ "shape": "S1t2",
92431
92444
  "locationName": "subnetIpv6CidrReservationSet"
92432
92445
  },
92433
92446
  "NextToken": {
@@ -92896,7 +92909,7 @@ module.exports={
92896
92909
  "members": {
92897
92910
  "Architecture": {},
92898
92911
  "ClientData": {
92899
- "shape": "S1u6"
92912
+ "shape": "S1u7"
92900
92913
  },
92901
92914
  "ClientToken": {},
92902
92915
  "Description": {},
@@ -92913,7 +92926,7 @@ module.exports={
92913
92926
  "SnapshotId": {},
92914
92927
  "Url": {},
92915
92928
  "UserBucket": {
92916
- "shape": "S1u9"
92929
+ "shape": "S1ua"
92917
92930
  }
92918
92931
  }
92919
92932
  }
@@ -92982,7 +92995,7 @@ module.exports={
92982
92995
  "locationName": "progress"
92983
92996
  },
92984
92997
  "SnapshotDetails": {
92985
- "shape": "S146",
92998
+ "shape": "S147",
92986
92999
  "locationName": "snapshotDetailSet"
92987
93000
  },
92988
93001
  "Status": {
@@ -92992,7 +93005,7 @@ module.exports={
92992
93005
  "locationName": "statusMessage"
92993
93006
  },
92994
93007
  "LicenseSpecifications": {
92995
- "shape": "S149",
93008
+ "shape": "S14a",
92996
93009
  "locationName": "licenseSpecifications"
92997
93010
  },
92998
93011
  "Tags": {
@@ -93023,10 +93036,10 @@ module.exports={
93023
93036
  "members": {
93024
93037
  "Description": {},
93025
93038
  "Image": {
93026
- "shape": "S1ug"
93039
+ "shape": "S1uh"
93027
93040
  },
93028
93041
  "Volume": {
93029
- "shape": "S1uh"
93042
+ "shape": "S1ui"
93030
93043
  }
93031
93044
  }
93032
93045
  }
@@ -93149,7 +93162,7 @@ module.exports={
93149
93162
  "type": "structure",
93150
93163
  "members": {
93151
93164
  "ClientData": {
93152
- "shape": "S1u6"
93165
+ "shape": "S1u7"
93153
93166
  },
93154
93167
  "ClientToken": {},
93155
93168
  "Description": {},
@@ -93160,7 +93173,7 @@ module.exports={
93160
93173
  "Format": {},
93161
93174
  "Url": {},
93162
93175
  "UserBucket": {
93163
- "shape": "S1u9"
93176
+ "shape": "S1ua"
93164
93177
  }
93165
93178
  }
93166
93179
  },
@@ -93188,7 +93201,7 @@ module.exports={
93188
93201
  "locationName": "importTaskId"
93189
93202
  },
93190
93203
  "SnapshotTaskDetail": {
93191
- "shape": "S14h",
93204
+ "shape": "S14i",
93192
93205
  "locationName": "snapshotTaskDetail"
93193
93206
  },
93194
93207
  "Tags": {
@@ -93218,11 +93231,11 @@ module.exports={
93218
93231
  "type": "boolean"
93219
93232
  },
93220
93233
  "Image": {
93221
- "shape": "S1ug",
93234
+ "shape": "S1uh",
93222
93235
  "locationName": "image"
93223
93236
  },
93224
93237
  "Volume": {
93225
- "shape": "S1uh",
93238
+ "shape": "S1ui",
93226
93239
  "locationName": "volume"
93227
93240
  }
93228
93241
  }
@@ -93299,7 +93312,7 @@ module.exports={
93299
93312
  },
93300
93313
  "NextToken": {},
93301
93314
  "SnapshotIds": {
93302
- "shape": "S1gp",
93315
+ "shape": "S1gq",
93303
93316
  "locationName": "SnapshotId"
93304
93317
  },
93305
93318
  "DryRun": {
@@ -93537,7 +93550,7 @@ module.exports={
93537
93550
  "type": "structure",
93538
93551
  "members": {
93539
93552
  "InstanceFamilyCreditSpecification": {
93540
- "shape": "S1qh",
93553
+ "shape": "S1qi",
93541
93554
  "locationName": "instanceFamilyCreditSpecification"
93542
93555
  }
93543
93556
  }
@@ -93611,25 +93624,25 @@ module.exports={
93611
93624
  "Attribute": {},
93612
93625
  "OperationType": {},
93613
93626
  "UserIds": {
93614
- "shape": "S1vm",
93627
+ "shape": "S1vn",
93615
93628
  "locationName": "UserId"
93616
93629
  },
93617
93630
  "UserGroups": {
93618
- "shape": "S1vn",
93631
+ "shape": "S1vo",
93619
93632
  "locationName": "UserGroup"
93620
93633
  },
93621
93634
  "ProductCodes": {
93622
- "shape": "S1vo",
93635
+ "shape": "S1vp",
93623
93636
  "locationName": "ProductCode"
93624
93637
  },
93625
93638
  "LoadPermission": {
93626
93639
  "type": "structure",
93627
93640
  "members": {
93628
93641
  "Add": {
93629
- "shape": "S1vq"
93642
+ "shape": "S1vr"
93630
93643
  },
93631
93644
  "Remove": {
93632
- "shape": "S1vq"
93645
+ "shape": "S1vr"
93633
93646
  }
93634
93647
  }
93635
93648
  },
@@ -93674,7 +93687,7 @@ module.exports={
93674
93687
  "locationName": "successful"
93675
93688
  },
93676
93689
  "Unsuccessful": {
93677
- "shape": "S1vv",
93690
+ "shape": "S1vw",
93678
93691
  "locationName": "unsuccessful"
93679
93692
  }
93680
93693
  }
@@ -93742,15 +93755,15 @@ module.exports={
93742
93755
  },
93743
93756
  "OperationType": {},
93744
93757
  "ProductCodes": {
93745
- "shape": "S1vo",
93758
+ "shape": "S1vp",
93746
93759
  "locationName": "ProductCode"
93747
93760
  },
93748
93761
  "UserGroups": {
93749
- "shape": "S1vn",
93762
+ "shape": "S1vo",
93750
93763
  "locationName": "UserGroup"
93751
93764
  },
93752
93765
  "UserIds": {
93753
- "shape": "S1vm",
93766
+ "shape": "S1vn",
93754
93767
  "locationName": "UserId"
93755
93768
  },
93756
93769
  "Value": {},
@@ -93783,7 +93796,7 @@ module.exports={
93783
93796
  ],
93784
93797
  "members": {
93785
93798
  "SourceDestCheck": {
93786
- "shape": "S14o"
93799
+ "shape": "S14p"
93787
93800
  },
93788
93801
  "Attribute": {
93789
93802
  "locationName": "attribute"
@@ -93821,7 +93834,7 @@ module.exports={
93821
93834
  }
93822
93835
  },
93823
93836
  "DisableApiTermination": {
93824
- "shape": "S14o",
93837
+ "shape": "S14p",
93825
93838
  "locationName": "disableApiTermination"
93826
93839
  },
93827
93840
  "DryRun": {
@@ -93829,11 +93842,11 @@ module.exports={
93829
93842
  "type": "boolean"
93830
93843
  },
93831
93844
  "EbsOptimized": {
93832
- "shape": "S14o",
93845
+ "shape": "S14p",
93833
93846
  "locationName": "ebsOptimized"
93834
93847
  },
93835
93848
  "EnaSupport": {
93836
- "shape": "S14o",
93849
+ "shape": "S14p",
93837
93850
  "locationName": "enaSupport"
93838
93851
  },
93839
93852
  "Groups": {
@@ -93877,7 +93890,7 @@ module.exports={
93877
93890
  "locationName": "value"
93878
93891
  },
93879
93892
  "DisableApiStop": {
93880
- "shape": "S14o"
93893
+ "shape": "S14p"
93881
93894
  }
93882
93895
  }
93883
93896
  }
@@ -93892,7 +93905,7 @@ module.exports={
93892
93905
  "members": {
93893
93906
  "InstanceId": {},
93894
93907
  "CapacityReservationSpecification": {
93895
- "shape": "S1w8"
93908
+ "shape": "S1w9"
93896
93909
  },
93897
93910
  "DryRun": {
93898
93911
  "type": "boolean"
@@ -94001,7 +94014,7 @@ module.exports={
94001
94014
  "type": "structure",
94002
94015
  "members": {
94003
94016
  "Event": {
94004
- "shape": "S157",
94017
+ "shape": "S158",
94005
94018
  "locationName": "event"
94006
94019
  }
94007
94020
  }
@@ -94089,7 +94102,7 @@ module.exports={
94089
94102
  "locationName": "instanceId"
94090
94103
  },
94091
94104
  "InstanceMetadataOptions": {
94092
- "shape": "S195",
94105
+ "shape": "S196",
94093
94106
  "locationName": "instanceMetadataOptions"
94094
94107
  }
94095
94108
  }
@@ -94244,7 +94257,7 @@ module.exports={
94244
94257
  "type": "structure",
94245
94258
  "members": {
94246
94259
  "IpamResourceCidr": {
94247
- "shape": "S1rt",
94260
+ "shape": "S1ru",
94248
94261
  "locationName": "ipamResourceCidr"
94249
94262
  }
94250
94263
  }
@@ -94409,7 +94422,7 @@ module.exports={
94409
94422
  "locationName": "networkInterfaceId"
94410
94423
  },
94411
94424
  "SourceDestCheck": {
94412
- "shape": "S14o",
94425
+ "shape": "S14p",
94413
94426
  "locationName": "sourceDestCheck"
94414
94427
  }
94415
94428
  }
@@ -94451,7 +94464,7 @@ module.exports={
94451
94464
  ],
94452
94465
  "members": {
94453
94466
  "ReservedInstancesIds": {
94454
- "shape": "S1ef",
94467
+ "shape": "S1eg",
94455
94468
  "locationName": "ReservedInstancesId"
94456
94469
  },
94457
94470
  "ClientToken": {
@@ -94461,7 +94474,7 @@ module.exports={
94461
94474
  "locationName": "ReservedInstancesConfigurationSetItemType",
94462
94475
  "type": "list",
94463
94476
  "member": {
94464
- "shape": "S1f1",
94477
+ "shape": "S1f2",
94465
94478
  "locationName": "item"
94466
94479
  }
94467
94480
  }
@@ -94540,21 +94553,21 @@ module.exports={
94540
94553
  "type": "structure",
94541
94554
  "members": {
94542
94555
  "Add": {
94543
- "shape": "S1gf"
94556
+ "shape": "S1gg"
94544
94557
  },
94545
94558
  "Remove": {
94546
- "shape": "S1gf"
94559
+ "shape": "S1gg"
94547
94560
  }
94548
94561
  }
94549
94562
  },
94550
94563
  "GroupNames": {
94551
- "shape": "S1g7",
94564
+ "shape": "S1g8",
94552
94565
  "locationName": "UserGroup"
94553
94566
  },
94554
94567
  "OperationType": {},
94555
94568
  "SnapshotId": {},
94556
94569
  "UserIds": {
94557
- "shape": "S1vm",
94570
+ "shape": "S1vn",
94558
94571
  "locationName": "UserId"
94559
94572
  },
94560
94573
  "DryRun": {
@@ -94602,7 +94615,7 @@ module.exports={
94602
94615
  "locationName": "excessCapacityTerminationPolicy"
94603
94616
  },
94604
94617
  "LaunchTemplateConfigs": {
94605
- "shape": "S1hn",
94618
+ "shape": "S1ho",
94606
94619
  "locationName": "LaunchTemplateConfig"
94607
94620
  },
94608
94621
  "SpotFleetRequestId": {
@@ -94636,33 +94649,33 @@ module.exports={
94636
94649
  ],
94637
94650
  "members": {
94638
94651
  "AssignIpv6AddressOnCreation": {
94639
- "shape": "S14o"
94652
+ "shape": "S14p"
94640
94653
  },
94641
94654
  "MapPublicIpOnLaunch": {
94642
- "shape": "S14o"
94655
+ "shape": "S14p"
94643
94656
  },
94644
94657
  "SubnetId": {
94645
94658
  "locationName": "subnetId"
94646
94659
  },
94647
94660
  "MapCustomerOwnedIpOnLaunch": {
94648
- "shape": "S14o"
94661
+ "shape": "S14p"
94649
94662
  },
94650
94663
  "CustomerOwnedIpv4Pool": {},
94651
94664
  "EnableDns64": {
94652
- "shape": "S14o"
94665
+ "shape": "S14p"
94653
94666
  },
94654
94667
  "PrivateDnsHostnameTypeOnLaunch": {},
94655
94668
  "EnableResourceNameDnsARecordOnLaunch": {
94656
- "shape": "S14o"
94669
+ "shape": "S14p"
94657
94670
  },
94658
94671
  "EnableResourceNameDnsAAAARecordOnLaunch": {
94659
- "shape": "S14o"
94672
+ "shape": "S14p"
94660
94673
  },
94661
94674
  "EnableLniAtDeviceIndex": {
94662
94675
  "type": "integer"
94663
94676
  },
94664
94677
  "DisableLniAtDeviceIndex": {
94665
- "shape": "S14o"
94678
+ "shape": "S14p"
94666
94679
  }
94667
94680
  }
94668
94681
  }
@@ -94924,7 +94937,7 @@ module.exports={
94924
94937
  "type": "structure",
94925
94938
  "members": {
94926
94939
  "VolumeModification": {
94927
- "shape": "S1lc",
94940
+ "shape": "S1ld",
94928
94941
  "locationName": "volumeModification"
94929
94942
  }
94930
94943
  }
@@ -94938,7 +94951,7 @@ module.exports={
94938
94951
  ],
94939
94952
  "members": {
94940
94953
  "AutoEnableIO": {
94941
- "shape": "S14o"
94954
+ "shape": "S14p"
94942
94955
  },
94943
94956
  "VolumeId": {},
94944
94957
  "DryRun": {
@@ -94956,10 +94969,10 @@ module.exports={
94956
94969
  ],
94957
94970
  "members": {
94958
94971
  "EnableDnsHostnames": {
94959
- "shape": "S14o"
94972
+ "shape": "S14p"
94960
94973
  },
94961
94974
  "EnableDnsSupport": {
94962
- "shape": "S14o"
94975
+ "shape": "S14p"
94963
94976
  },
94964
94977
  "VpcId": {
94965
94978
  "locationName": "vpcId"
@@ -95190,13 +95203,13 @@ module.exports={
95190
95203
  ],
95191
95204
  "members": {
95192
95205
  "AccepterPeeringConnectionOptions": {
95193
- "shape": "S1yx"
95206
+ "shape": "S1yy"
95194
95207
  },
95195
95208
  "DryRun": {
95196
95209
  "type": "boolean"
95197
95210
  },
95198
95211
  "RequesterPeeringConnectionOptions": {
95199
- "shape": "S1yx"
95212
+ "shape": "S1yy"
95200
95213
  },
95201
95214
  "VpcPeeringConnectionId": {}
95202
95215
  }
@@ -95205,11 +95218,11 @@ module.exports={
95205
95218
  "type": "structure",
95206
95219
  "members": {
95207
95220
  "AccepterPeeringConnectionOptions": {
95208
- "shape": "S1yz",
95221
+ "shape": "S1z0",
95209
95222
  "locationName": "accepterPeeringConnectionOptions"
95210
95223
  },
95211
95224
  "RequesterPeeringConnectionOptions": {
95212
- "shape": "S1yz",
95225
+ "shape": "S1z0",
95213
95226
  "locationName": "requesterPeeringConnectionOptions"
95214
95227
  }
95215
95228
  }
@@ -95424,7 +95437,7 @@ module.exports={
95424
95437
  "type": "structure",
95425
95438
  "members": {
95426
95439
  "InstanceMonitorings": {
95427
- "shape": "S1ze",
95440
+ "shape": "S1zf",
95428
95441
  "locationName": "instancesSet"
95429
95442
  }
95430
95443
  }
@@ -95587,7 +95600,7 @@ module.exports={
95587
95600
  "locationName": "poolId"
95588
95601
  },
95589
95602
  "PoolAddressRange": {
95590
- "shape": "S1e2",
95603
+ "shape": "S1e3",
95591
95604
  "locationName": "poolAddressRange"
95592
95605
  }
95593
95606
  }
@@ -95604,7 +95617,7 @@ module.exports={
95604
95617
  "ClientToken": {},
95605
95618
  "CurrencyCode": {},
95606
95619
  "HostIdSet": {
95607
- "shape": "S1qy"
95620
+ "shape": "S1qz"
95608
95621
  },
95609
95622
  "LimitPrice": {},
95610
95623
  "OfferingId": {},
@@ -95624,7 +95637,7 @@ module.exports={
95624
95637
  "locationName": "currencyCode"
95625
95638
  },
95626
95639
  "Purchase": {
95627
- "shape": "S1r0",
95640
+ "shape": "S1r1",
95628
95641
  "locationName": "purchase"
95629
95642
  },
95630
95643
  "TotalHourlyPrice": {
@@ -95719,7 +95732,7 @@ module.exports={
95719
95732
  "locationName": "scheduledInstanceSet",
95720
95733
  "type": "list",
95721
95734
  "member": {
95722
- "shape": "S1fw",
95735
+ "shape": "S1fx",
95723
95736
  "locationName": "item"
95724
95737
  }
95725
95738
  }
@@ -95797,7 +95810,8 @@ module.exports={
95797
95810
  },
95798
95811
  "BootMode": {},
95799
95812
  "TpmSupport": {},
95800
- "UefiData": {}
95813
+ "UefiData": {},
95814
+ "ImdsSupport": {}
95801
95815
  }
95802
95816
  },
95803
95817
  "output": {
@@ -96071,7 +96085,7 @@ module.exports={
96071
96085
  "locationName": "successful"
96072
96086
  },
96073
96087
  "Unsuccessful": {
96074
- "shape": "S1vv",
96088
+ "shape": "S1vw",
96075
96089
  "locationName": "unsuccessful"
96076
96090
  }
96077
96091
  }
@@ -96371,7 +96385,7 @@ module.exports={
96371
96385
  "type": "boolean"
96372
96386
  },
96373
96387
  "SpotFleetRequestConfig": {
96374
- "shape": "S1h8",
96388
+ "shape": "S1h9",
96375
96389
  "locationName": "spotFleetRequestConfig"
96376
96390
  }
96377
96391
  }
@@ -96455,15 +96469,15 @@ module.exports={
96455
96469
  "locationName": "keyName"
96456
96470
  },
96457
96471
  "Monitoring": {
96458
- "shape": "S1i3",
96472
+ "shape": "S1i4",
96459
96473
  "locationName": "monitoring"
96460
96474
  },
96461
96475
  "NetworkInterfaces": {
96462
- "shape": "S1hi",
96476
+ "shape": "S1hj",
96463
96477
  "locationName": "NetworkInterface"
96464
96478
  },
96465
96479
  "Placement": {
96466
- "shape": "S1hk",
96480
+ "shape": "S1hl",
96467
96481
  "locationName": "placement"
96468
96482
  },
96469
96483
  "RamdiskId": {
@@ -96502,7 +96516,7 @@ module.exports={
96502
96516
  "type": "structure",
96503
96517
  "members": {
96504
96518
  "SpotInstanceRequests": {
96505
- "shape": "S1i0",
96519
+ "shape": "S1i1",
96506
96520
  "locationName": "spotInstanceRequestSet"
96507
96521
  }
96508
96522
  }
@@ -96872,7 +96886,7 @@ module.exports={
96872
96886
  "locationName": "ipPermissions"
96873
96887
  },
96874
96888
  "SecurityGroupRuleIds": {
96875
- "shape": "S1g3",
96889
+ "shape": "S1g4",
96876
96890
  "locationName": "SecurityGroupRuleId"
96877
96891
  },
96878
96892
  "CidrIp": {
@@ -96935,7 +96949,7 @@ module.exports={
96935
96949
  "type": "boolean"
96936
96950
  },
96937
96951
  "SecurityGroupRuleIds": {
96938
- "shape": "S1g3",
96952
+ "shape": "S1g4",
96939
96953
  "locationName": "SecurityGroupRuleId"
96940
96954
  }
96941
96955
  }
@@ -96984,7 +96998,7 @@ module.exports={
96984
96998
  "type": "integer"
96985
96999
  },
96986
97000
  "Monitoring": {
96987
- "shape": "S1i3"
97001
+ "shape": "S1i4"
96988
97002
  },
96989
97003
  "Placement": {
96990
97004
  "shape": "Sb1"
@@ -97030,7 +97044,7 @@ module.exports={
97030
97044
  "locationName": "instanceInitiatedShutdownBehavior"
97031
97045
  },
97032
97046
  "NetworkInterfaces": {
97033
- "shape": "S1hi",
97047
+ "shape": "S1hj",
97034
97048
  "locationName": "networkInterface"
97035
97049
  },
97036
97050
  "PrivateIpAddress": {
@@ -97107,7 +97121,7 @@ module.exports={
97107
97121
  }
97108
97122
  },
97109
97123
  "CapacityReservationSpecification": {
97110
- "shape": "S1w8"
97124
+ "shape": "S1w9"
97111
97125
  },
97112
97126
  "HibernationOptions": {
97113
97127
  "type": "structure",
@@ -97172,7 +97186,7 @@ module.exports={
97172
97186
  }
97173
97187
  },
97174
97188
  "output": {
97175
- "shape": "S18g"
97189
+ "shape": "S18h"
97176
97190
  }
97177
97191
  },
97178
97192
  "RunScheduledInstances": {
@@ -97270,7 +97284,7 @@ module.exports={
97270
97284
  "type": "integer"
97271
97285
  },
97272
97286
  "Groups": {
97273
- "shape": "S231",
97287
+ "shape": "S232",
97274
97288
  "locationName": "Group"
97275
97289
  },
97276
97290
  "Ipv6AddressCount": {
@@ -97319,7 +97333,7 @@ module.exports={
97319
97333
  },
97320
97334
  "RamdiskId": {},
97321
97335
  "SecurityGroupIds": {
97322
- "shape": "S231",
97336
+ "shape": "S232",
97323
97337
  "locationName": "SecurityGroupId"
97324
97338
  },
97325
97339
  "SubnetId": {},
@@ -97529,7 +97543,7 @@ module.exports={
97529
97543
  "type": "structure",
97530
97544
  "members": {
97531
97545
  "StartingInstances": {
97532
- "shape": "S23p",
97546
+ "shape": "S23q",
97533
97547
  "locationName": "instancesSet"
97534
97548
  }
97535
97549
  }
@@ -97560,7 +97574,7 @@ module.exports={
97560
97574
  "type": "structure",
97561
97575
  "members": {
97562
97576
  "NetworkInsightsAccessScopeAnalysis": {
97563
- "shape": "S1by",
97577
+ "shape": "S1bz",
97564
97578
  "locationName": "networkInsightsAccessScopeAnalysis"
97565
97579
  }
97566
97580
  }
@@ -97576,7 +97590,7 @@ module.exports={
97576
97590
  "members": {
97577
97591
  "NetworkInsightsPathId": {},
97578
97592
  "FilterInArns": {
97579
- "shape": "S1ca",
97593
+ "shape": "S1cb",
97580
97594
  "locationName": "FilterInArn"
97581
97595
  },
97582
97596
  "DryRun": {
@@ -97595,7 +97609,7 @@ module.exports={
97595
97609
  "type": "structure",
97596
97610
  "members": {
97597
97611
  "NetworkInsightsAnalysis": {
97598
- "shape": "S1c9",
97612
+ "shape": "S1ca",
97599
97613
  "locationName": "networkInsightsAnalysis"
97600
97614
  }
97601
97615
  }
@@ -97652,7 +97666,7 @@ module.exports={
97652
97666
  "type": "structure",
97653
97667
  "members": {
97654
97668
  "StoppingInstances": {
97655
- "shape": "S23p",
97669
+ "shape": "S23q",
97656
97670
  "locationName": "instancesSet"
97657
97671
  }
97658
97672
  }
@@ -97727,7 +97741,7 @@ module.exports={
97727
97741
  "type": "structure",
97728
97742
  "members": {
97729
97743
  "TerminatingInstances": {
97730
- "shape": "S23p",
97744
+ "shape": "S23q",
97731
97745
  "locationName": "instancesSet"
97732
97746
  }
97733
97747
  }
@@ -97812,7 +97826,7 @@ module.exports={
97812
97826
  "type": "structure",
97813
97827
  "members": {
97814
97828
  "InstanceMonitorings": {
97815
- "shape": "S1ze",
97829
+ "shape": "S1zf",
97816
97830
  "locationName": "instancesSet"
97817
97831
  }
97818
97832
  }
@@ -97831,7 +97845,7 @@ module.exports={
97831
97845
  "shape": "S5e"
97832
97846
  },
97833
97847
  "SecurityGroupRuleDescriptions": {
97834
- "shape": "S24b",
97848
+ "shape": "S24c",
97835
97849
  "locationName": "SecurityGroupRuleDescription"
97836
97850
  }
97837
97851
  }
@@ -97859,7 +97873,7 @@ module.exports={
97859
97873
  "shape": "S5e"
97860
97874
  },
97861
97875
  "SecurityGroupRuleDescriptions": {
97862
- "shape": "S24b",
97876
+ "shape": "S24c",
97863
97877
  "locationName": "SecurityGroupRuleDescription"
97864
97878
  }
97865
97879
  }
@@ -104236,7 +104250,7 @@ module.exports={
104236
104250
  "locationName": "ImageId"
104237
104251
  }
104238
104252
  },
104239
- "S146": {
104253
+ "S147": {
104240
104254
  "type": "list",
104241
104255
  "member": {
104242
104256
  "locationName": "item",
@@ -104271,13 +104285,13 @@ module.exports={
104271
104285
  "locationName": "url"
104272
104286
  },
104273
104287
  "UserBucket": {
104274
- "shape": "S148",
104288
+ "shape": "S149",
104275
104289
  "locationName": "userBucket"
104276
104290
  }
104277
104291
  }
104278
104292
  }
104279
104293
  },
104280
- "S148": {
104294
+ "S149": {
104281
104295
  "type": "structure",
104282
104296
  "members": {
104283
104297
  "S3Bucket": {
@@ -104288,7 +104302,7 @@ module.exports={
104288
104302
  }
104289
104303
  }
104290
104304
  },
104291
- "S149": {
104305
+ "S14a": {
104292
104306
  "type": "list",
104293
104307
  "member": {
104294
104308
  "locationName": "item",
@@ -104300,7 +104314,7 @@ module.exports={
104300
104314
  }
104301
104315
  }
104302
104316
  },
104303
- "S14h": {
104317
+ "S14i": {
104304
104318
  "type": "structure",
104305
104319
  "members": {
104306
104320
  "Description": {
@@ -104336,12 +104350,12 @@ module.exports={
104336
104350
  "locationName": "url"
104337
104351
  },
104338
104352
  "UserBucket": {
104339
- "shape": "S148",
104353
+ "shape": "S149",
104340
104354
  "locationName": "userBucket"
104341
104355
  }
104342
104356
  }
104343
104357
  },
104344
- "S14l": {
104358
+ "S14m": {
104345
104359
  "type": "list",
104346
104360
  "member": {
104347
104361
  "locationName": "item",
@@ -104373,7 +104387,7 @@ module.exports={
104373
104387
  }
104374
104388
  }
104375
104389
  },
104376
- "S14o": {
104390
+ "S14p": {
104377
104391
  "type": "structure",
104378
104392
  "members": {
104379
104393
  "Value": {
@@ -104382,7 +104396,7 @@ module.exports={
104382
104396
  }
104383
104397
  }
104384
104398
  },
104385
- "S14p": {
104399
+ "S14q": {
104386
104400
  "type": "structure",
104387
104401
  "members": {
104388
104402
  "Enabled": {
@@ -104391,7 +104405,7 @@ module.exports={
104391
104405
  }
104392
104406
  }
104393
104407
  },
104394
- "S157": {
104408
+ "S158": {
104395
104409
  "type": "structure",
104396
104410
  "members": {
104397
104411
  "InstanceEventId": {
@@ -104417,7 +104431,7 @@ module.exports={
104417
104431
  }
104418
104432
  }
104419
104433
  },
104420
- "S15a": {
104434
+ "S15b": {
104421
104435
  "type": "structure",
104422
104436
  "members": {
104423
104437
  "Code": {
@@ -104429,7 +104443,7 @@ module.exports={
104429
104443
  }
104430
104444
  }
104431
104445
  },
104432
- "S15c": {
104446
+ "S15d": {
104433
104447
  "type": "structure",
104434
104448
  "members": {
104435
104449
  "Details": {
@@ -104457,7 +104471,7 @@ module.exports={
104457
104471
  }
104458
104472
  }
104459
104473
  },
104460
- "S18g": {
104474
+ "S18h": {
104461
104475
  "type": "structure",
104462
104476
  "members": {
104463
104477
  "Groups": {
@@ -104495,7 +104509,7 @@ module.exports={
104495
104509
  "type": "timestamp"
104496
104510
  },
104497
104511
  "Monitoring": {
104498
- "shape": "S18j",
104512
+ "shape": "S18k",
104499
104513
  "locationName": "monitoring"
104500
104514
  },
104501
104515
  "Placement": {
@@ -104525,7 +104539,7 @@ module.exports={
104525
104539
  "locationName": "ramdiskId"
104526
104540
  },
104527
104541
  "State": {
104528
- "shape": "S15a",
104542
+ "shape": "S15b",
104529
104543
  "locationName": "instanceState"
104530
104544
  },
104531
104545
  "StateTransitionReason": {
@@ -104541,7 +104555,7 @@ module.exports={
104541
104555
  "locationName": "architecture"
104542
104556
  },
104543
104557
  "BlockDeviceMappings": {
104544
- "shape": "S14l",
104558
+ "shape": "S14m",
104545
104559
  "locationName": "blockDeviceMapping"
104546
104560
  },
104547
104561
  "ClientToken": {
@@ -104618,7 +104632,7 @@ module.exports={
104618
104632
  "type": "structure",
104619
104633
  "members": {
104620
104634
  "Association": {
104621
- "shape": "S18s",
104635
+ "shape": "S18t",
104622
104636
  "locationName": "association"
104623
104637
  },
104624
104638
  "Attachment": {
@@ -104683,7 +104697,7 @@ module.exports={
104683
104697
  "type": "structure",
104684
104698
  "members": {
104685
104699
  "Association": {
104686
- "shape": "S18s",
104700
+ "shape": "S18t",
104687
104701
  "locationName": "association"
104688
104702
  },
104689
104703
  "Primary": {
@@ -104832,11 +104846,11 @@ module.exports={
104832
104846
  }
104833
104847
  },
104834
104848
  "MetadataOptions": {
104835
- "shape": "S195",
104849
+ "shape": "S196",
104836
104850
  "locationName": "metadataOptions"
104837
104851
  },
104838
104852
  "EnclaveOptions": {
104839
- "shape": "S14p",
104853
+ "shape": "S14q",
104840
104854
  "locationName": "enclaveOptions"
104841
104855
  },
104842
104856
  "BootMode": {
@@ -104898,7 +104912,7 @@ module.exports={
104898
104912
  }
104899
104913
  }
104900
104914
  },
104901
- "S18j": {
104915
+ "S18k": {
104902
104916
  "type": "structure",
104903
104917
  "members": {
104904
104918
  "State": {
@@ -104906,7 +104920,7 @@ module.exports={
104906
104920
  }
104907
104921
  }
104908
104922
  },
104909
- "S18s": {
104923
+ "S18t": {
104910
104924
  "type": "structure",
104911
104925
  "members": {
104912
104926
  "CarrierIp": {
@@ -104926,7 +104940,7 @@ module.exports={
104926
104940
  }
104927
104941
  }
104928
104942
  },
104929
- "S195": {
104943
+ "S196": {
104930
104944
  "type": "structure",
104931
104945
  "members": {
104932
104946
  "State": {
@@ -104950,13 +104964,13 @@ module.exports={
104950
104964
  }
104951
104965
  }
104952
104966
  },
104953
- "S1ay": {
104967
+ "S1az": {
104954
104968
  "type": "list",
104955
104969
  "member": {
104956
104970
  "locationName": "item"
104957
104971
  }
104958
104972
  },
104959
- "S1by": {
104973
+ "S1bz": {
104960
104974
  "type": "structure",
104961
104975
  "members": {
104962
104976
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -104998,7 +105012,7 @@ module.exports={
104998
105012
  }
104999
105013
  }
105000
105014
  },
105001
- "S1c9": {
105015
+ "S1ca": {
105002
105016
  "type": "structure",
105003
105017
  "members": {
105004
105018
  "NetworkInsightsAnalysisId": {
@@ -105011,7 +105025,7 @@ module.exports={
105011
105025
  "locationName": "networkInsightsPathId"
105012
105026
  },
105013
105027
  "FilterInArns": {
105014
- "shape": "S1ca",
105028
+ "shape": "S1cb",
105015
105029
  "locationName": "filterInArnSet"
105016
105030
  },
105017
105031
  "StartDate": {
@@ -105032,15 +105046,15 @@ module.exports={
105032
105046
  "type": "boolean"
105033
105047
  },
105034
105048
  "ForwardPathComponents": {
105035
- "shape": "S1cb",
105049
+ "shape": "S1cc",
105036
105050
  "locationName": "forwardPathComponentSet"
105037
105051
  },
105038
105052
  "ReturnPathComponents": {
105039
- "shape": "S1cb",
105053
+ "shape": "S1cc",
105040
105054
  "locationName": "returnPathComponentSet"
105041
105055
  },
105042
105056
  "Explanations": {
105043
- "shape": "S1cn",
105057
+ "shape": "S1co",
105044
105058
  "locationName": "explanationSet"
105045
105059
  },
105046
105060
  "AlternatePathHints": {
@@ -105065,13 +105079,13 @@ module.exports={
105065
105079
  }
105066
105080
  }
105067
105081
  },
105068
- "S1ca": {
105082
+ "S1cb": {
105069
105083
  "type": "list",
105070
105084
  "member": {
105071
105085
  "locationName": "item"
105072
105086
  }
105073
105087
  },
105074
- "S1cb": {
105088
+ "S1cc": {
105075
105089
  "type": "list",
105076
105090
  "member": {
105077
105091
  "locationName": "item",
@@ -105082,47 +105096,47 @@ module.exports={
105082
105096
  "type": "integer"
105083
105097
  },
105084
105098
  "AclRule": {
105085
- "shape": "S1cd",
105099
+ "shape": "S1ce",
105086
105100
  "locationName": "aclRule"
105087
105101
  },
105088
105102
  "AttachedTo": {
105089
- "shape": "S1ce",
105103
+ "shape": "S1cf",
105090
105104
  "locationName": "attachedTo"
105091
105105
  },
105092
105106
  "Component": {
105093
- "shape": "S1ce",
105107
+ "shape": "S1cf",
105094
105108
  "locationName": "component"
105095
105109
  },
105096
105110
  "DestinationVpc": {
105097
- "shape": "S1ce",
105111
+ "shape": "S1cf",
105098
105112
  "locationName": "destinationVpc"
105099
105113
  },
105100
105114
  "OutboundHeader": {
105101
- "shape": "S1cf",
105115
+ "shape": "S1cg",
105102
105116
  "locationName": "outboundHeader"
105103
105117
  },
105104
105118
  "InboundHeader": {
105105
- "shape": "S1cf",
105119
+ "shape": "S1cg",
105106
105120
  "locationName": "inboundHeader"
105107
105121
  },
105108
105122
  "RouteTableRoute": {
105109
- "shape": "S1ci",
105123
+ "shape": "S1cj",
105110
105124
  "locationName": "routeTableRoute"
105111
105125
  },
105112
105126
  "SecurityGroupRule": {
105113
- "shape": "S1cj",
105127
+ "shape": "S1ck",
105114
105128
  "locationName": "securityGroupRule"
105115
105129
  },
105116
105130
  "SourceVpc": {
105117
- "shape": "S1ce",
105131
+ "shape": "S1cf",
105118
105132
  "locationName": "sourceVpc"
105119
105133
  },
105120
105134
  "Subnet": {
105121
- "shape": "S1ce",
105135
+ "shape": "S1cf",
105122
105136
  "locationName": "subnet"
105123
105137
  },
105124
105138
  "Vpc": {
105125
- "shape": "S1ce",
105139
+ "shape": "S1cf",
105126
105140
  "locationName": "vpc"
105127
105141
  },
105128
105142
  "AdditionalDetails": {
@@ -105136,32 +105150,32 @@ module.exports={
105136
105150
  "locationName": "additionalDetailType"
105137
105151
  },
105138
105152
  "Component": {
105139
- "shape": "S1ce",
105153
+ "shape": "S1cf",
105140
105154
  "locationName": "component"
105141
105155
  }
105142
105156
  }
105143
105157
  }
105144
105158
  },
105145
105159
  "TransitGateway": {
105146
- "shape": "S1ce",
105160
+ "shape": "S1cf",
105147
105161
  "locationName": "transitGateway"
105148
105162
  },
105149
105163
  "TransitGatewayRouteTableRoute": {
105150
- "shape": "S1cm",
105164
+ "shape": "S1cn",
105151
105165
  "locationName": "transitGatewayRouteTableRoute"
105152
105166
  },
105153
105167
  "Explanations": {
105154
- "shape": "S1cn",
105168
+ "shape": "S1co",
105155
105169
  "locationName": "explanationSet"
105156
105170
  },
105157
105171
  "ElasticLoadBalancerListener": {
105158
- "shape": "S1ce",
105172
+ "shape": "S1cf",
105159
105173
  "locationName": "elasticLoadBalancerListener"
105160
105174
  }
105161
105175
  }
105162
105176
  }
105163
105177
  },
105164
- "S1cd": {
105178
+ "S1ce": {
105165
105179
  "type": "structure",
105166
105180
  "members": {
105167
105181
  "Cidr": {
@@ -105187,7 +105201,7 @@ module.exports={
105187
105201
  }
105188
105202
  }
105189
105203
  },
105190
- "S1ce": {
105204
+ "S1cf": {
105191
105205
  "type": "structure",
105192
105206
  "members": {
105193
105207
  "Id": {
@@ -105201,44 +105215,44 @@ module.exports={
105201
105215
  }
105202
105216
  }
105203
105217
  },
105204
- "S1cf": {
105218
+ "S1cg": {
105205
105219
  "type": "structure",
105206
105220
  "members": {
105207
105221
  "DestinationAddresses": {
105208
- "shape": "S1cg",
105222
+ "shape": "S1ch",
105209
105223
  "locationName": "destinationAddressSet"
105210
105224
  },
105211
105225
  "DestinationPortRanges": {
105212
- "shape": "S1ch",
105226
+ "shape": "S1ci",
105213
105227
  "locationName": "destinationPortRangeSet"
105214
105228
  },
105215
105229
  "Protocol": {
105216
105230
  "locationName": "protocol"
105217
105231
  },
105218
105232
  "SourceAddresses": {
105219
- "shape": "S1cg",
105233
+ "shape": "S1ch",
105220
105234
  "locationName": "sourceAddressSet"
105221
105235
  },
105222
105236
  "SourcePortRanges": {
105223
- "shape": "S1ch",
105237
+ "shape": "S1ci",
105224
105238
  "locationName": "sourcePortRangeSet"
105225
105239
  }
105226
105240
  }
105227
105241
  },
105228
- "S1cg": {
105242
+ "S1ch": {
105229
105243
  "type": "list",
105230
105244
  "member": {
105231
105245
  "locationName": "item"
105232
105246
  }
105233
105247
  },
105234
- "S1ch": {
105248
+ "S1ci": {
105235
105249
  "type": "list",
105236
105250
  "member": {
105237
105251
  "shape": "Sia",
105238
105252
  "locationName": "item"
105239
105253
  }
105240
105254
  },
105241
- "S1ci": {
105255
+ "S1cj": {
105242
105256
  "type": "structure",
105243
105257
  "members": {
105244
105258
  "DestinationCidr": {
@@ -105276,7 +105290,7 @@ module.exports={
105276
105290
  }
105277
105291
  }
105278
105292
  },
105279
- "S1cj": {
105293
+ "S1ck": {
105280
105294
  "type": "structure",
105281
105295
  "members": {
105282
105296
  "Cidr": {
@@ -105300,7 +105314,7 @@ module.exports={
105300
105314
  }
105301
105315
  }
105302
105316
  },
105303
- "S1cm": {
105317
+ "S1cn": {
105304
105318
  "type": "structure",
105305
105319
  "members": {
105306
105320
  "DestinationCidr": {
@@ -105326,29 +105340,29 @@ module.exports={
105326
105340
  }
105327
105341
  }
105328
105342
  },
105329
- "S1cn": {
105343
+ "S1co": {
105330
105344
  "type": "list",
105331
105345
  "member": {
105332
105346
  "locationName": "item",
105333
105347
  "type": "structure",
105334
105348
  "members": {
105335
105349
  "Acl": {
105336
- "shape": "S1ce",
105350
+ "shape": "S1cf",
105337
105351
  "locationName": "acl"
105338
105352
  },
105339
105353
  "AclRule": {
105340
- "shape": "S1cd",
105354
+ "shape": "S1ce",
105341
105355
  "locationName": "aclRule"
105342
105356
  },
105343
105357
  "Address": {
105344
105358
  "locationName": "address"
105345
105359
  },
105346
105360
  "Addresses": {
105347
- "shape": "S1cg",
105361
+ "shape": "S1ch",
105348
105362
  "locationName": "addressSet"
105349
105363
  },
105350
105364
  "AttachedTo": {
105351
- "shape": "S1ce",
105365
+ "shape": "S1cf",
105352
105366
  "locationName": "attachedTo"
105353
105367
  },
105354
105368
  "AvailabilityZones": {
@@ -105360,19 +105374,19 @@ module.exports={
105360
105374
  "locationName": "cidrSet"
105361
105375
  },
105362
105376
  "Component": {
105363
- "shape": "S1ce",
105377
+ "shape": "S1cf",
105364
105378
  "locationName": "component"
105365
105379
  },
105366
105380
  "CustomerGateway": {
105367
- "shape": "S1ce",
105381
+ "shape": "S1cf",
105368
105382
  "locationName": "customerGateway"
105369
105383
  },
105370
105384
  "Destination": {
105371
- "shape": "S1ce",
105385
+ "shape": "S1cf",
105372
105386
  "locationName": "destination"
105373
105387
  },
105374
105388
  "DestinationVpc": {
105375
- "shape": "S1ce",
105389
+ "shape": "S1cf",
105376
105390
  "locationName": "destinationVpc"
105377
105391
  },
105378
105392
  "Direction": {
@@ -105382,11 +105396,11 @@ module.exports={
105382
105396
  "locationName": "explanationCode"
105383
105397
  },
105384
105398
  "IngressRouteTable": {
105385
- "shape": "S1ce",
105399
+ "shape": "S1cf",
105386
105400
  "locationName": "ingressRouteTable"
105387
105401
  },
105388
105402
  "InternetGateway": {
105389
- "shape": "S1ce",
105403
+ "shape": "S1cf",
105390
105404
  "locationName": "internetGateway"
105391
105405
  },
105392
105406
  "LoadBalancerArn": {
@@ -105421,7 +105435,7 @@ module.exports={
105421
105435
  "locationName": "availabilityZone"
105422
105436
  },
105423
105437
  "Instance": {
105424
- "shape": "S1ce",
105438
+ "shape": "S1cf",
105425
105439
  "locationName": "instance"
105426
105440
  },
105427
105441
  "Port": {
@@ -105431,11 +105445,11 @@ module.exports={
105431
105445
  }
105432
105446
  },
105433
105447
  "LoadBalancerTargetGroup": {
105434
- "shape": "S1ce",
105448
+ "shape": "S1cf",
105435
105449
  "locationName": "loadBalancerTargetGroup"
105436
105450
  },
105437
105451
  "LoadBalancerTargetGroups": {
105438
- "shape": "S1cr",
105452
+ "shape": "S1cs",
105439
105453
  "locationName": "loadBalancerTargetGroupSet"
105440
105454
  },
105441
105455
  "LoadBalancerTargetPort": {
@@ -105443,25 +105457,25 @@ module.exports={
105443
105457
  "type": "integer"
105444
105458
  },
105445
105459
  "ElasticLoadBalancerListener": {
105446
- "shape": "S1ce",
105460
+ "shape": "S1cf",
105447
105461
  "locationName": "elasticLoadBalancerListener"
105448
105462
  },
105449
105463
  "MissingComponent": {
105450
105464
  "locationName": "missingComponent"
105451
105465
  },
105452
105466
  "NatGateway": {
105453
- "shape": "S1ce",
105467
+ "shape": "S1cf",
105454
105468
  "locationName": "natGateway"
105455
105469
  },
105456
105470
  "NetworkInterface": {
105457
- "shape": "S1ce",
105471
+ "shape": "S1cf",
105458
105472
  "locationName": "networkInterface"
105459
105473
  },
105460
105474
  "PacketField": {
105461
105475
  "locationName": "packetField"
105462
105476
  },
105463
105477
  "VpcPeeringConnection": {
105464
- "shape": "S1ce",
105478
+ "shape": "S1cf",
105465
105479
  "locationName": "vpcPeeringConnection"
105466
105480
  },
105467
105481
  "Port": {
@@ -105469,11 +105483,11 @@ module.exports={
105469
105483
  "type": "integer"
105470
105484
  },
105471
105485
  "PortRanges": {
105472
- "shape": "S1ch",
105486
+ "shape": "S1ci",
105473
105487
  "locationName": "portRangeSet"
105474
105488
  },
105475
105489
  "PrefixList": {
105476
- "shape": "S1ce",
105490
+ "shape": "S1cf",
105477
105491
  "locationName": "prefixList"
105478
105492
  },
105479
105493
  "Protocols": {
@@ -105484,70 +105498,70 @@ module.exports={
105484
105498
  }
105485
105499
  },
105486
105500
  "RouteTableRoute": {
105487
- "shape": "S1ci",
105501
+ "shape": "S1cj",
105488
105502
  "locationName": "routeTableRoute"
105489
105503
  },
105490
105504
  "RouteTable": {
105491
- "shape": "S1ce",
105505
+ "shape": "S1cf",
105492
105506
  "locationName": "routeTable"
105493
105507
  },
105494
105508
  "SecurityGroup": {
105495
- "shape": "S1ce",
105509
+ "shape": "S1cf",
105496
105510
  "locationName": "securityGroup"
105497
105511
  },
105498
105512
  "SecurityGroupRule": {
105499
- "shape": "S1cj",
105513
+ "shape": "S1ck",
105500
105514
  "locationName": "securityGroupRule"
105501
105515
  },
105502
105516
  "SecurityGroups": {
105503
- "shape": "S1cr",
105517
+ "shape": "S1cs",
105504
105518
  "locationName": "securityGroupSet"
105505
105519
  },
105506
105520
  "SourceVpc": {
105507
- "shape": "S1ce",
105521
+ "shape": "S1cf",
105508
105522
  "locationName": "sourceVpc"
105509
105523
  },
105510
105524
  "State": {
105511
105525
  "locationName": "state"
105512
105526
  },
105513
105527
  "Subnet": {
105514
- "shape": "S1ce",
105528
+ "shape": "S1cf",
105515
105529
  "locationName": "subnet"
105516
105530
  },
105517
105531
  "SubnetRouteTable": {
105518
- "shape": "S1ce",
105532
+ "shape": "S1cf",
105519
105533
  "locationName": "subnetRouteTable"
105520
105534
  },
105521
105535
  "Vpc": {
105522
- "shape": "S1ce",
105536
+ "shape": "S1cf",
105523
105537
  "locationName": "vpc"
105524
105538
  },
105525
105539
  "VpcEndpoint": {
105526
- "shape": "S1ce",
105540
+ "shape": "S1cf",
105527
105541
  "locationName": "vpcEndpoint"
105528
105542
  },
105529
105543
  "VpnConnection": {
105530
- "shape": "S1ce",
105544
+ "shape": "S1cf",
105531
105545
  "locationName": "vpnConnection"
105532
105546
  },
105533
105547
  "VpnGateway": {
105534
- "shape": "S1ce",
105548
+ "shape": "S1cf",
105535
105549
  "locationName": "vpnGateway"
105536
105550
  },
105537
105551
  "TransitGateway": {
105538
- "shape": "S1ce",
105552
+ "shape": "S1cf",
105539
105553
  "locationName": "transitGateway"
105540
105554
  },
105541
105555
  "TransitGatewayRouteTable": {
105542
- "shape": "S1ce",
105556
+ "shape": "S1cf",
105543
105557
  "locationName": "transitGatewayRouteTable"
105544
105558
  },
105545
105559
  "TransitGatewayRouteTableRoute": {
105546
- "shape": "S1cm",
105560
+ "shape": "S1cn",
105547
105561
  "locationName": "transitGatewayRouteTableRoute"
105548
105562
  },
105549
105563
  "TransitGatewayAttachment": {
105550
- "shape": "S1ce",
105564
+ "shape": "S1cf",
105551
105565
  "locationName": "transitGatewayAttachment"
105552
105566
  },
105553
105567
  "ComponentAccount": {
@@ -105559,14 +105573,14 @@ module.exports={
105559
105573
  }
105560
105574
  }
105561
105575
  },
105562
- "S1cr": {
105576
+ "S1cs": {
105563
105577
  "type": "list",
105564
105578
  "member": {
105565
- "shape": "S1ce",
105579
+ "shape": "S1cf",
105566
105580
  "locationName": "item"
105567
105581
  }
105568
105582
  },
105569
- "S1e2": {
105583
+ "S1e3": {
105570
105584
  "type": "structure",
105571
105585
  "members": {
105572
105586
  "FirstAddress": {
@@ -105585,13 +105599,13 @@ module.exports={
105585
105599
  }
105586
105600
  }
105587
105601
  },
105588
- "S1ef": {
105602
+ "S1eg": {
105589
105603
  "type": "list",
105590
105604
  "member": {
105591
105605
  "locationName": "ReservedInstancesId"
105592
105606
  }
105593
105607
  },
105594
- "S1en": {
105608
+ "S1eo": {
105595
105609
  "type": "list",
105596
105610
  "member": {
105597
105611
  "locationName": "item",
@@ -105607,7 +105621,7 @@ module.exports={
105607
105621
  }
105608
105622
  }
105609
105623
  },
105610
- "S1f1": {
105624
+ "S1f2": {
105611
105625
  "type": "structure",
105612
105626
  "members": {
105613
105627
  "AvailabilityZone": {
@@ -105628,7 +105642,7 @@ module.exports={
105628
105642
  }
105629
105643
  }
105630
105644
  },
105631
- "S1fo": {
105645
+ "S1fp": {
105632
105646
  "type": "structure",
105633
105647
  "members": {
105634
105648
  "Frequency": {
@@ -105655,7 +105669,7 @@ module.exports={
105655
105669
  }
105656
105670
  }
105657
105671
  },
105658
- "S1fw": {
105672
+ "S1fx": {
105659
105673
  "type": "structure",
105660
105674
  "members": {
105661
105675
  "AvailabilityZone": {
@@ -105690,7 +105704,7 @@ module.exports={
105690
105704
  "type": "timestamp"
105691
105705
  },
105692
105706
  "Recurrence": {
105693
- "shape": "S1fo",
105707
+ "shape": "S1fp",
105694
105708
  "locationName": "recurrence"
105695
105709
  },
105696
105710
  "ScheduledInstanceId": {
@@ -105714,19 +105728,19 @@ module.exports={
105714
105728
  }
105715
105729
  }
105716
105730
  },
105717
- "S1g3": {
105731
+ "S1g4": {
105718
105732
  "type": "list",
105719
105733
  "member": {
105720
105734
  "locationName": "item"
105721
105735
  }
105722
105736
  },
105723
- "S1g7": {
105737
+ "S1g8": {
105724
105738
  "type": "list",
105725
105739
  "member": {
105726
105740
  "locationName": "GroupName"
105727
105741
  }
105728
105742
  },
105729
- "S1gf": {
105743
+ "S1gg": {
105730
105744
  "type": "list",
105731
105745
  "member": {
105732
105746
  "locationName": "item",
@@ -105741,13 +105755,13 @@ module.exports={
105741
105755
  }
105742
105756
  }
105743
105757
  },
105744
- "S1gp": {
105758
+ "S1gq": {
105745
105759
  "type": "list",
105746
105760
  "member": {
105747
105761
  "locationName": "SnapshotId"
105748
105762
  }
105749
105763
  },
105750
- "S1h8": {
105764
+ "S1h9": {
105751
105765
  "type": "structure",
105752
105766
  "required": [
105753
105767
  "IamFleetRole",
@@ -105845,11 +105859,11 @@ module.exports={
105845
105859
  }
105846
105860
  },
105847
105861
  "NetworkInterfaces": {
105848
- "shape": "S1hi",
105862
+ "shape": "S1hj",
105849
105863
  "locationName": "networkInterfaceSet"
105850
105864
  },
105851
105865
  "Placement": {
105852
- "shape": "S1hk",
105866
+ "shape": "S1hl",
105853
105867
  "locationName": "placement"
105854
105868
  },
105855
105869
  "RamdiskId": {
@@ -105893,7 +105907,7 @@ module.exports={
105893
105907
  }
105894
105908
  },
105895
105909
  "LaunchTemplateConfigs": {
105896
- "shape": "S1hn",
105910
+ "shape": "S1ho",
105897
105911
  "locationName": "launchTemplateConfigs"
105898
105912
  },
105899
105913
  "SpotPrice": {
@@ -105995,7 +106009,7 @@ module.exports={
105995
106009
  }
105996
106010
  }
105997
106011
  },
105998
- "S1hi": {
106012
+ "S1hj": {
105999
106013
  "type": "list",
106000
106014
  "member": {
106001
106015
  "locationName": "item",
@@ -106071,7 +106085,7 @@ module.exports={
106071
106085
  }
106072
106086
  }
106073
106087
  },
106074
- "S1hk": {
106088
+ "S1hl": {
106075
106089
  "type": "structure",
106076
106090
  "members": {
106077
106091
  "AvailabilityZone": {
@@ -106085,7 +106099,7 @@ module.exports={
106085
106099
  }
106086
106100
  }
106087
106101
  },
106088
- "S1hn": {
106102
+ "S1ho": {
106089
106103
  "type": "list",
106090
106104
  "member": {
106091
106105
  "locationName": "item",
@@ -106132,7 +106146,7 @@ module.exports={
106132
106146
  }
106133
106147
  }
106134
106148
  },
106135
- "S1i0": {
106149
+ "S1i1": {
106136
106150
  "type": "list",
106137
106151
  "member": {
106138
106152
  "locationName": "item",
@@ -106201,11 +106215,11 @@ module.exports={
106201
106215
  "locationName": "keyName"
106202
106216
  },
106203
106217
  "NetworkInterfaces": {
106204
- "shape": "S1hi",
106218
+ "shape": "S1hj",
106205
106219
  "locationName": "networkInterfaceSet"
106206
106220
  },
106207
106221
  "Placement": {
106208
- "shape": "S1hk",
106222
+ "shape": "S1hl",
106209
106223
  "locationName": "placement"
106210
106224
  },
106211
106225
  "RamdiskId": {
@@ -106215,7 +106229,7 @@ module.exports={
106215
106229
  "locationName": "subnetId"
106216
106230
  },
106217
106231
  "Monitoring": {
106218
- "shape": "S1i3",
106232
+ "shape": "S1i4",
106219
106233
  "locationName": "monitoring"
106220
106234
  }
106221
106235
  }
@@ -106272,7 +106286,7 @@ module.exports={
106272
106286
  }
106273
106287
  }
106274
106288
  },
106275
- "S1i3": {
106289
+ "S1i4": {
106276
106290
  "type": "structure",
106277
106291
  "required": [
106278
106292
  "Enabled"
@@ -106284,7 +106298,7 @@ module.exports={
106284
106298
  }
106285
106299
  }
106286
106300
  },
106287
- "S1ii": {
106301
+ "S1ij": {
106288
106302
  "type": "list",
106289
106303
  "member": {
106290
106304
  "locationName": "item",
@@ -106326,11 +106340,11 @@ module.exports={
106326
106340
  }
106327
106341
  }
106328
106342
  },
106329
- "S1jg": {
106343
+ "S1jh": {
106330
106344
  "type": "list",
106331
106345
  "member": {}
106332
106346
  },
106333
- "S1lc": {
106347
+ "S1ld": {
106334
106348
  "type": "structure",
106335
106349
  "members": {
106336
106350
  "VolumeId": {
@@ -106394,19 +106408,19 @@ module.exports={
106394
106408
  }
106395
106409
  }
106396
106410
  },
106397
- "S1li": {
106411
+ "S1lj": {
106398
106412
  "type": "list",
106399
106413
  "member": {
106400
106414
  "locationName": "VpcId"
106401
106415
  }
106402
106416
  },
106403
- "S1na": {
106417
+ "S1nb": {
106404
106418
  "type": "list",
106405
106419
  "member": {
106406
106420
  "locationName": "AvailabilityZone"
106407
106421
  }
106408
106422
  },
106409
- "S1nr": {
106423
+ "S1ns": {
106410
106424
  "type": "structure",
106411
106425
  "members": {
106412
106426
  "TransitGatewayAttachmentId": {
@@ -106429,7 +106443,7 @@ module.exports={
106429
106443
  }
106430
106444
  }
106431
106445
  },
106432
- "S1qh": {
106446
+ "S1qi": {
106433
106447
  "type": "structure",
106434
106448
  "members": {
106435
106449
  "InstanceFamily": {
@@ -106440,13 +106454,13 @@ module.exports={
106440
106454
  }
106441
106455
  }
106442
106456
  },
106443
- "S1qy": {
106457
+ "S1qz": {
106444
106458
  "type": "list",
106445
106459
  "member": {
106446
106460
  "locationName": "item"
106447
106461
  }
106448
106462
  },
106449
- "S1r0": {
106463
+ "S1r1": {
106450
106464
  "type": "list",
106451
106465
  "member": {
106452
106466
  "locationName": "item",
@@ -106481,19 +106495,19 @@ module.exports={
106481
106495
  }
106482
106496
  }
106483
106497
  },
106484
- "S1r3": {
106498
+ "S1r4": {
106485
106499
  "type": "list",
106486
106500
  "member": {
106487
106501
  "locationName": "item"
106488
106502
  }
106489
106503
  },
106490
- "S1r4": {
106504
+ "S1r5": {
106491
106505
  "type": "list",
106492
106506
  "member": {
106493
106507
  "locationName": "item"
106494
106508
  }
106495
106509
  },
106496
- "S1rt": {
106510
+ "S1ru": {
106497
106511
  "type": "structure",
106498
106512
  "members": {
106499
106513
  "IpamId": {
@@ -106545,7 +106559,7 @@ module.exports={
106545
106559
  }
106546
106560
  }
106547
106561
  },
106548
- "S1sh": {
106562
+ "S1si": {
106549
106563
  "type": "structure",
106550
106564
  "members": {
106551
106565
  "HourlyPrice": {
@@ -106559,14 +106573,14 @@ module.exports={
106559
106573
  }
106560
106574
  }
106561
106575
  },
106562
- "S1t1": {
106576
+ "S1t2": {
106563
106577
  "type": "list",
106564
106578
  "member": {
106565
106579
  "shape": "Sli",
106566
106580
  "locationName": "item"
106567
106581
  }
106568
106582
  },
106569
- "S1u6": {
106583
+ "S1u7": {
106570
106584
  "type": "structure",
106571
106585
  "members": {
106572
106586
  "Comment": {},
@@ -106581,14 +106595,14 @@ module.exports={
106581
106595
  }
106582
106596
  }
106583
106597
  },
106584
- "S1u9": {
106598
+ "S1ua": {
106585
106599
  "type": "structure",
106586
106600
  "members": {
106587
106601
  "S3Bucket": {},
106588
106602
  "S3Key": {}
106589
106603
  }
106590
106604
  },
106591
- "S1ug": {
106605
+ "S1uh": {
106592
106606
  "type": "structure",
106593
106607
  "required": [
106594
106608
  "Bytes",
@@ -106608,7 +106622,7 @@ module.exports={
106608
106622
  }
106609
106623
  }
106610
106624
  },
106611
- "S1uh": {
106625
+ "S1ui": {
106612
106626
  "type": "structure",
106613
106627
  "required": [
106614
106628
  "Size"
@@ -106620,25 +106634,25 @@ module.exports={
106620
106634
  }
106621
106635
  }
106622
106636
  },
106623
- "S1vm": {
106637
+ "S1vn": {
106624
106638
  "type": "list",
106625
106639
  "member": {
106626
106640
  "locationName": "UserId"
106627
106641
  }
106628
106642
  },
106629
- "S1vn": {
106643
+ "S1vo": {
106630
106644
  "type": "list",
106631
106645
  "member": {
106632
106646
  "locationName": "UserGroup"
106633
106647
  }
106634
106648
  },
106635
- "S1vo": {
106649
+ "S1vp": {
106636
106650
  "type": "list",
106637
106651
  "member": {
106638
106652
  "locationName": "ProductCode"
106639
106653
  }
106640
106654
  },
106641
- "S1vq": {
106655
+ "S1vr": {
106642
106656
  "type": "list",
106643
106657
  "member": {
106644
106658
  "locationName": "item",
@@ -106649,14 +106663,14 @@ module.exports={
106649
106663
  }
106650
106664
  }
106651
106665
  },
106652
- "S1vv": {
106666
+ "S1vw": {
106653
106667
  "type": "list",
106654
106668
  "member": {
106655
106669
  "shape": "S19",
106656
106670
  "locationName": "item"
106657
106671
  }
106658
106672
  },
106659
- "S1w8": {
106673
+ "S1w9": {
106660
106674
  "type": "structure",
106661
106675
  "members": {
106662
106676
  "CapacityReservationPreference": {},
@@ -106665,7 +106679,7 @@ module.exports={
106665
106679
  }
106666
106680
  }
106667
106681
  },
106668
- "S1yx": {
106682
+ "S1yy": {
106669
106683
  "type": "structure",
106670
106684
  "members": {
106671
106685
  "AllowDnsResolutionFromRemoteVpc": {
@@ -106679,7 +106693,7 @@ module.exports={
106679
106693
  }
106680
106694
  }
106681
106695
  },
106682
- "S1yz": {
106696
+ "S1z0": {
106683
106697
  "type": "structure",
106684
106698
  "members": {
106685
106699
  "AllowDnsResolutionFromRemoteVpc": {
@@ -106696,7 +106710,7 @@ module.exports={
106696
106710
  }
106697
106711
  }
106698
106712
  },
106699
- "S1ze": {
106713
+ "S1zf": {
106700
106714
  "type": "list",
106701
106715
  "member": {
106702
106716
  "locationName": "item",
@@ -106706,39 +106720,39 @@ module.exports={
106706
106720
  "locationName": "instanceId"
106707
106721
  },
106708
106722
  "Monitoring": {
106709
- "shape": "S18j",
106723
+ "shape": "S18k",
106710
106724
  "locationName": "monitoring"
106711
106725
  }
106712
106726
  }
106713
106727
  }
106714
106728
  },
106715
- "S231": {
106729
+ "S232": {
106716
106730
  "type": "list",
106717
106731
  "member": {
106718
106732
  "locationName": "SecurityGroupId"
106719
106733
  }
106720
106734
  },
106721
- "S23p": {
106735
+ "S23q": {
106722
106736
  "type": "list",
106723
106737
  "member": {
106724
106738
  "locationName": "item",
106725
106739
  "type": "structure",
106726
106740
  "members": {
106727
106741
  "CurrentState": {
106728
- "shape": "S15a",
106742
+ "shape": "S15b",
106729
106743
  "locationName": "currentState"
106730
106744
  },
106731
106745
  "InstanceId": {
106732
106746
  "locationName": "instanceId"
106733
106747
  },
106734
106748
  "PreviousState": {
106735
- "shape": "S15a",
106749
+ "shape": "S15b",
106736
106750
  "locationName": "previousState"
106737
106751
  }
106738
106752
  }
106739
106753
  }
106740
106754
  },
106741
- "S24b": {
106755
+ "S24c": {
106742
106756
  "type": "list",
106743
106757
  "member": {
106744
106758
  "locationName": "item",
@@ -243737,7 +243751,7 @@ AWS.util.update(AWS, {
243737
243751
  /**
243738
243752
  * @constant
243739
243753
  */
243740
- VERSION: '2.1226.0',
243754
+ VERSION: '2.1228.0',
243741
243755
 
243742
243756
  /**
243743
243757
  * @api private
@@ -265732,7 +265746,7 @@ var LRUCache = /** @class */ (function () {
265732
265746
  }());
265733
265747
  exports.LRUCache = LRUCache;
265734
265748
  },{}],458:[function(require,module,exports){
265735
- // AWS SDK for JavaScript v2.1226.0
265749
+ // AWS SDK for JavaScript v2.1228.0
265736
265750
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
265737
265751
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
265738
265752
  require('./browser_loader');