cdk-lambda-subminute 2.0.298 → 2.0.300

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 (54) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +27 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +3 -0
  6. package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +117 -94
  7. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +222 -9
  8. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +15 -0
  9. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +133 -74
  10. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +37 -31
  11. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +361 -16
  12. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +20 -10
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +423 -268
  15. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  16. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +538 -304
  18. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +5 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +193 -161
  20. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  21. package/node_modules/aws-sdk/apis/pipes-2015-10-07.min.json +136 -53
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  23. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.min.json +69 -5
  24. package/node_modules/aws-sdk/apis/resource-explorer-2-2022-07-28.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  26. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1 -3
  28. package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +100 -22
  29. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  30. package/node_modules/aws-sdk/clients/backup.d.ts +279 -0
  31. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +58 -10
  32. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  33. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +370 -5
  34. package/node_modules/aws-sdk/clients/connect.d.ts +13 -0
  35. package/node_modules/aws-sdk/clients/ec2.d.ts +179 -1
  36. package/node_modules/aws-sdk/clients/glue.d.ts +352 -2
  37. package/node_modules/aws-sdk/clients/iot.d.ts +46 -5
  38. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  39. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  40. package/node_modules/aws-sdk/clients/pipes.d.ts +143 -18
  41. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  42. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  43. package/node_modules/aws-sdk/clients/resourceexplorer2.d.ts +90 -9
  44. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  45. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  46. package/node_modules/aws-sdk/clients/signer.d.ts +35 -35
  47. package/node_modules/aws-sdk/clients/stepfunctions.d.ts +123 -18
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +24 -24
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +799 -569
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  52. package/node_modules/aws-sdk/lib/core.js +1 -1
  53. package/node_modules/aws-sdk/package.json +1 -1
  54. package/package.json +2 -2
@@ -12060,6 +12060,79 @@
12060
12060
  }
12061
12061
  }
12062
12062
  },
12063
+ "DescribeLockedSnapshots": {
12064
+ "input": {
12065
+ "type": "structure",
12066
+ "members": {
12067
+ "Filters": {
12068
+ "shape": "Szv",
12069
+ "locationName": "Filter"
12070
+ },
12071
+ "MaxResults": {
12072
+ "type": "integer"
12073
+ },
12074
+ "NextToken": {},
12075
+ "SnapshotIds": {
12076
+ "shape": "S1gf",
12077
+ "locationName": "SnapshotId"
12078
+ },
12079
+ "DryRun": {
12080
+ "type": "boolean"
12081
+ }
12082
+ }
12083
+ },
12084
+ "output": {
12085
+ "type": "structure",
12086
+ "members": {
12087
+ "Snapshots": {
12088
+ "locationName": "snapshotSet",
12089
+ "type": "list",
12090
+ "member": {
12091
+ "locationName": "item",
12092
+ "type": "structure",
12093
+ "members": {
12094
+ "OwnerId": {
12095
+ "locationName": "ownerId"
12096
+ },
12097
+ "SnapshotId": {
12098
+ "locationName": "snapshotId"
12099
+ },
12100
+ "LockState": {
12101
+ "locationName": "lockState"
12102
+ },
12103
+ "LockDuration": {
12104
+ "locationName": "lockDuration",
12105
+ "type": "integer"
12106
+ },
12107
+ "CoolOffPeriod": {
12108
+ "locationName": "coolOffPeriod",
12109
+ "type": "integer"
12110
+ },
12111
+ "CoolOffPeriodExpiresOn": {
12112
+ "locationName": "coolOffPeriodExpiresOn",
12113
+ "type": "timestamp"
12114
+ },
12115
+ "LockCreatedOn": {
12116
+ "locationName": "lockCreatedOn",
12117
+ "type": "timestamp"
12118
+ },
12119
+ "LockDurationStartTime": {
12120
+ "locationName": "lockDurationStartTime",
12121
+ "type": "timestamp"
12122
+ },
12123
+ "LockExpiresOn": {
12124
+ "locationName": "lockExpiresOn",
12125
+ "type": "timestamp"
12126
+ }
12127
+ }
12128
+ }
12129
+ },
12130
+ "NextToken": {
12131
+ "locationName": "nextToken"
12132
+ }
12133
+ }
12134
+ }
12135
+ },
12063
12136
  "DescribeManagedPrefixLists": {
12064
12137
  "input": {
12065
12138
  "type": "structure",
@@ -12268,7 +12341,7 @@
12268
12341
  "locationName": "networkInsightsAccessScopeAnalysisSet",
12269
12342
  "type": "list",
12270
12343
  "member": {
12271
- "shape": "S1h2",
12344
+ "shape": "S1hb",
12272
12345
  "locationName": "item"
12273
12346
  }
12274
12347
  },
@@ -12357,7 +12430,7 @@
12357
12430
  "locationName": "networkInsightsAnalysisSet",
12358
12431
  "type": "list",
12359
12432
  "member": {
12360
- "shape": "S1hd",
12433
+ "shape": "S1hm",
12361
12434
  "locationName": "item"
12362
12435
  }
12363
12436
  },
@@ -12710,7 +12783,7 @@
12710
12783
  "locationName": "poolAddressRangeSet",
12711
12784
  "type": "list",
12712
12785
  "member": {
12713
- "shape": "S1jg",
12786
+ "shape": "S1jp",
12714
12787
  "locationName": "item"
12715
12788
  }
12716
12789
  },
@@ -12838,7 +12911,7 @@
12838
12911
  },
12839
12912
  "OfferingClass": {},
12840
12913
  "ReservedInstancesIds": {
12841
- "shape": "S1jt",
12914
+ "shape": "S1k2",
12842
12915
  "locationName": "ReservedInstancesId"
12843
12916
  },
12844
12917
  "DryRun": {
@@ -12912,7 +12985,7 @@
12912
12985
  "locationName": "offeringType"
12913
12986
  },
12914
12987
  "RecurringCharges": {
12915
- "shape": "S1k1",
12988
+ "shape": "S1ka",
12916
12989
  "locationName": "recurringCharges"
12917
12990
  },
12918
12991
  "Scope": {
@@ -13009,7 +13082,7 @@
13009
13082
  "locationName": "reservedInstancesId"
13010
13083
  },
13011
13084
  "TargetConfiguration": {
13012
- "shape": "S1kf",
13085
+ "shape": "S1ko",
13013
13086
  "locationName": "targetConfiguration"
13014
13087
  }
13015
13088
  }
@@ -13164,7 +13237,7 @@
13164
13237
  }
13165
13238
  },
13166
13239
  "RecurringCharges": {
13167
- "shape": "S1k1",
13240
+ "shape": "S1ka",
13168
13241
  "locationName": "recurringCharges"
13169
13242
  },
13170
13243
  "Scope": {
@@ -13332,7 +13405,7 @@
13332
13405
  "locationName": "purchaseToken"
13333
13406
  },
13334
13407
  "Recurrence": {
13335
- "shape": "S1l2",
13408
+ "shape": "S1lb",
13336
13409
  "locationName": "recurrence"
13337
13410
  },
13338
13411
  "SlotDurationInHours": {
@@ -13394,7 +13467,7 @@
13394
13467
  "locationName": "scheduledInstanceSet",
13395
13468
  "type": "list",
13396
13469
  "member": {
13397
- "shape": "S1la",
13470
+ "shape": "S1lj",
13398
13471
  "locationName": "item"
13399
13472
  }
13400
13473
  }
@@ -13453,7 +13526,7 @@
13453
13526
  "locationName": "Filter"
13454
13527
  },
13455
13528
  "SecurityGroupRuleIds": {
13456
- "shape": "S1lh",
13529
+ "shape": "S1lq",
13457
13530
  "locationName": "SecurityGroupRuleId"
13458
13531
  },
13459
13532
  "DryRun": {
@@ -13491,7 +13564,7 @@
13491
13564
  "locationName": "GroupId"
13492
13565
  },
13493
13566
  "GroupNames": {
13494
- "shape": "S1ll",
13567
+ "shape": "S1lu",
13495
13568
  "locationName": "GroupName"
13496
13569
  },
13497
13570
  "DryRun": {
@@ -13570,7 +13643,7 @@
13570
13643
  "type": "structure",
13571
13644
  "members": {
13572
13645
  "CreateVolumePermissions": {
13573
- "shape": "S1lt",
13646
+ "shape": "S1m2",
13574
13647
  "locationName": "createVolumePermission"
13575
13648
  },
13576
13649
  "ProductCodes": {
@@ -13682,7 +13755,7 @@
13682
13755
  "member": {}
13683
13756
  },
13684
13757
  "SnapshotIds": {
13685
- "shape": "S1m3",
13758
+ "shape": "S1gf",
13686
13759
  "locationName": "SnapshotId"
13687
13760
  },
13688
13761
  "DryRun": {
@@ -13881,7 +13954,7 @@
13881
13954
  "type": "timestamp"
13882
13955
  },
13883
13956
  "SpotFleetRequestConfig": {
13884
- "shape": "S1mm",
13957
+ "shape": "S1mu",
13885
13958
  "locationName": "spotFleetRequestConfig"
13886
13959
  },
13887
13960
  "SpotFleetRequestId": {
@@ -13926,7 +13999,7 @@
13926
13999
  "type": "structure",
13927
14000
  "members": {
13928
14001
  "SpotInstanceRequests": {
13929
- "shape": "S1ne",
14002
+ "shape": "S1nm",
13930
14003
  "locationName": "spotInstanceRequestSet"
13931
14004
  },
13932
14005
  "NextToken": {
@@ -14052,11 +14125,11 @@
14052
14125
  "locationName": "groupName"
14053
14126
  },
14054
14127
  "StaleIpPermissions": {
14055
- "shape": "S1nw",
14128
+ "shape": "S1o4",
14056
14129
  "locationName": "staleIpPermissions"
14057
14130
  },
14058
14131
  "StaleIpPermissionsEgress": {
14059
- "shape": "S1nw",
14132
+ "shape": "S1o4",
14060
14133
  "locationName": "staleIpPermissionsEgress"
14061
14134
  },
14062
14135
  "VpcId": {
@@ -14356,7 +14429,7 @@
14356
14429
  "type": "structure",
14357
14430
  "members": {
14358
14431
  "TransitGatewayAttachmentIds": {
14359
- "shape": "S1ou"
14432
+ "shape": "S1p2"
14360
14433
  },
14361
14434
  "Filters": {
14362
14435
  "shape": "Szv",
@@ -14476,7 +14549,7 @@
14476
14549
  "type": "structure",
14477
14550
  "members": {
14478
14551
  "TransitGatewayAttachmentIds": {
14479
- "shape": "S1ou"
14552
+ "shape": "S1p2"
14480
14553
  },
14481
14554
  "Filters": {
14482
14555
  "shape": "Szv",
@@ -14553,7 +14626,7 @@
14553
14626
  "type": "structure",
14554
14627
  "members": {
14555
14628
  "TransitGatewayAttachmentIds": {
14556
- "shape": "S1ou"
14629
+ "shape": "S1p2"
14557
14630
  },
14558
14631
  "Filters": {
14559
14632
  "shape": "Szv",
@@ -14710,7 +14783,7 @@
14710
14783
  "type": "structure",
14711
14784
  "members": {
14712
14785
  "TransitGatewayAttachmentIds": {
14713
- "shape": "S1ou"
14786
+ "shape": "S1p2"
14714
14787
  },
14715
14788
  "Filters": {
14716
14789
  "shape": "Szv",
@@ -14913,7 +14986,7 @@
14913
14986
  "type": "structure",
14914
14987
  "members": {
14915
14988
  "VerifiedAccessInstanceIds": {
14916
- "shape": "S1qd",
14989
+ "shape": "S1ql",
14917
14990
  "locationName": "VerifiedAccessInstanceId"
14918
14991
  },
14919
14992
  "MaxResults": {
@@ -14936,7 +15009,7 @@
14936
15009
  "locationName": "loggingConfigurationSet",
14937
15010
  "type": "list",
14938
15011
  "member": {
14939
- "shape": "S1qh",
15012
+ "shape": "S1qp",
14940
15013
  "locationName": "item"
14941
15014
  }
14942
15015
  },
@@ -14951,7 +15024,7 @@
14951
15024
  "type": "structure",
14952
15025
  "members": {
14953
15026
  "VerifiedAccessInstanceIds": {
14954
- "shape": "S1qd",
15027
+ "shape": "S1ql",
14955
15028
  "locationName": "VerifiedAccessInstanceId"
14956
15029
  },
14957
15030
  "MaxResults": {
@@ -15271,7 +15344,7 @@
15271
15344
  "locationName": "volumeModificationSet",
15272
15345
  "type": "list",
15273
15346
  "member": {
15274
- "shape": "S1rl",
15347
+ "shape": "S1rt",
15275
15348
  "locationName": "item"
15276
15349
  }
15277
15350
  },
@@ -15331,7 +15404,7 @@
15331
15404
  "type": "boolean"
15332
15405
  },
15333
15406
  "VpcIds": {
15334
- "shape": "S1rr",
15407
+ "shape": "S1rz",
15335
15408
  "locationName": "VpcId"
15336
15409
  }
15337
15410
  }
@@ -15375,7 +15448,7 @@
15375
15448
  "locationName": "nextToken"
15376
15449
  },
15377
15450
  "VpcIds": {
15378
- "shape": "S1rr"
15451
+ "shape": "S1rz"
15379
15452
  }
15380
15453
  }
15381
15454
  },
@@ -16178,11 +16251,11 @@
16178
16251
  ],
16179
16252
  "members": {
16180
16253
  "AvailabilityZones": {
16181
- "shape": "S1tr",
16254
+ "shape": "S1tz",
16182
16255
  "locationName": "AvailabilityZone"
16183
16256
  },
16184
16257
  "SourceSnapshotIds": {
16185
- "shape": "S1m3",
16258
+ "shape": "S1gf",
16186
16259
  "locationName": "SourceSnapshotId"
16187
16260
  },
16188
16261
  "DryRun": {
@@ -16425,7 +16498,7 @@
16425
16498
  "type": "structure",
16426
16499
  "members": {
16427
16500
  "Propagation": {
16428
- "shape": "S1ug",
16501
+ "shape": "S1uo",
16429
16502
  "locationName": "propagation"
16430
16503
  }
16431
16504
  }
@@ -17005,11 +17078,11 @@
17005
17078
  ],
17006
17079
  "members": {
17007
17080
  "AvailabilityZones": {
17008
- "shape": "S1tr",
17081
+ "shape": "S1tz",
17009
17082
  "locationName": "AvailabilityZone"
17010
17083
  },
17011
17084
  "SourceSnapshotIds": {
17012
- "shape": "S1m3",
17085
+ "shape": "S1gf",
17013
17086
  "locationName": "SourceSnapshotId"
17014
17087
  },
17015
17088
  "DryRun": {
@@ -17283,7 +17356,7 @@
17283
17356
  "type": "structure",
17284
17357
  "members": {
17285
17358
  "Propagation": {
17286
- "shape": "S1ug",
17359
+ "shape": "S1uo",
17287
17360
  "locationName": "propagation"
17288
17361
  }
17289
17362
  }
@@ -17897,7 +17970,7 @@
17897
17970
  "type": "structure",
17898
17971
  "members": {
17899
17972
  "InstanceFamilyCreditSpecification": {
17900
- "shape": "S1xw",
17973
+ "shape": "S1y4",
17901
17974
  "locationName": "instanceFamilyCreditSpecification"
17902
17975
  }
17903
17976
  }
@@ -18047,7 +18120,7 @@
18047
18120
  ],
18048
18121
  "members": {
18049
18122
  "HostIdSet": {
18050
- "shape": "S1yd"
18123
+ "shape": "S1yl"
18051
18124
  },
18052
18125
  "OfferingId": {}
18053
18126
  }
@@ -18059,7 +18132,7 @@
18059
18132
  "locationName": "currencyCode"
18060
18133
  },
18061
18134
  "Purchase": {
18062
- "shape": "S1yf",
18135
+ "shape": "S1yn",
18063
18136
  "locationName": "purchase"
18064
18137
  },
18065
18138
  "TotalHourlyPrice": {
@@ -18102,11 +18175,11 @@
18102
18175
  "type": "boolean"
18103
18176
  },
18104
18177
  "ArchitectureTypes": {
18105
- "shape": "S1yk",
18178
+ "shape": "S1ys",
18106
18179
  "locationName": "ArchitectureType"
18107
18180
  },
18108
18181
  "VirtualizationTypes": {
18109
- "shape": "S1yl",
18182
+ "shape": "S1yt",
18110
18183
  "locationName": "VirtualizationType"
18111
18184
  },
18112
18185
  "InstanceRequirements": {
@@ -18503,7 +18576,7 @@
18503
18576
  "locationName": "ipamResourceCidrSet",
18504
18577
  "type": "list",
18505
18578
  "member": {
18506
- "shape": "S1zl",
18579
+ "shape": "S1zt",
18507
18580
  "locationName": "item"
18508
18581
  }
18509
18582
  }
@@ -18663,7 +18736,7 @@
18663
18736
  "locationName": "findingId"
18664
18737
  },
18665
18738
  "FindingComponents": {
18666
- "shape": "S1hf",
18739
+ "shape": "S1ho",
18667
18740
  "locationName": "findingComponentSet"
18668
18741
  }
18669
18742
  }
@@ -18768,7 +18841,7 @@
18768
18841
  "locationName": "paymentDue"
18769
18842
  },
18770
18843
  "ReservedInstanceValueRollup": {
18771
- "shape": "S209",
18844
+ "shape": "S20h",
18772
18845
  "locationName": "reservedInstanceValueRollup"
18773
18846
  },
18774
18847
  "ReservedInstanceValueSet": {
@@ -18779,7 +18852,7 @@
18779
18852
  "type": "structure",
18780
18853
  "members": {
18781
18854
  "ReservationValue": {
18782
- "shape": "S209",
18855
+ "shape": "S20h",
18783
18856
  "locationName": "reservationValue"
18784
18857
  },
18785
18858
  "ReservedInstanceId": {
@@ -18789,7 +18862,7 @@
18789
18862
  }
18790
18863
  },
18791
18864
  "TargetConfigurationValueRollup": {
18792
- "shape": "S209",
18865
+ "shape": "S20h",
18793
18866
  "locationName": "targetConfigurationValueRollup"
18794
18867
  },
18795
18868
  "TargetConfigurationValueSet": {
@@ -18800,7 +18873,7 @@
18800
18873
  "type": "structure",
18801
18874
  "members": {
18802
18875
  "ReservationValue": {
18803
- "shape": "S209",
18876
+ "shape": "S20h",
18804
18877
  "locationName": "reservationValue"
18805
18878
  },
18806
18879
  "TargetConfiguration": {
@@ -18949,11 +19022,11 @@
18949
19022
  "type": "structure",
18950
19023
  "members": {
18951
19024
  "ArchitectureTypes": {
18952
- "shape": "S1yk",
19025
+ "shape": "S1ys",
18953
19026
  "locationName": "ArchitectureType"
18954
19027
  },
18955
19028
  "VirtualizationTypes": {
18956
- "shape": "S1yl",
19029
+ "shape": "S1yt",
18957
19030
  "locationName": "VirtualizationType"
18958
19031
  },
18959
19032
  "InstanceRequirements": {
@@ -19024,11 +19097,11 @@
19024
19097
  "type": "structure",
19025
19098
  "members": {
19026
19099
  "SubnetIpv4CidrReservations": {
19027
- "shape": "S210",
19100
+ "shape": "S218",
19028
19101
  "locationName": "subnetIpv4CidrReservationSet"
19029
19102
  },
19030
19103
  "SubnetIpv6CidrReservations": {
19031
- "shape": "S210",
19104
+ "shape": "S218",
19032
19105
  "locationName": "subnetIpv6CidrReservationSet"
19033
19106
  },
19034
19107
  "NextToken": {
@@ -19605,7 +19678,7 @@
19605
19678
  "members": {
19606
19679
  "Architecture": {},
19607
19680
  "ClientData": {
19608
- "shape": "S22c"
19681
+ "shape": "S22k"
19609
19682
  },
19610
19683
  "ClientToken": {},
19611
19684
  "Description": {},
@@ -19624,7 +19697,7 @@
19624
19697
  "shape": "S18d"
19625
19698
  },
19626
19699
  "UserBucket": {
19627
- "shape": "S22f"
19700
+ "shape": "S22n"
19628
19701
  }
19629
19702
  }
19630
19703
  }
@@ -19734,10 +19807,10 @@
19734
19807
  "members": {
19735
19808
  "Description": {},
19736
19809
  "Image": {
19737
- "shape": "S22m"
19810
+ "shape": "S22u"
19738
19811
  },
19739
19812
  "Volume": {
19740
- "shape": "S22n"
19813
+ "shape": "S22v"
19741
19814
  }
19742
19815
  }
19743
19816
  }
@@ -19860,7 +19933,7 @@
19860
19933
  "type": "structure",
19861
19934
  "members": {
19862
19935
  "ClientData": {
19863
- "shape": "S22c"
19936
+ "shape": "S22k"
19864
19937
  },
19865
19938
  "ClientToken": {},
19866
19939
  "Description": {},
@@ -19873,7 +19946,7 @@
19873
19946
  "shape": "S18d"
19874
19947
  },
19875
19948
  "UserBucket": {
19876
- "shape": "S22f"
19949
+ "shape": "S22n"
19877
19950
  }
19878
19951
  }
19879
19952
  },
@@ -19931,11 +20004,11 @@
19931
20004
  "type": "boolean"
19932
20005
  },
19933
20006
  "Image": {
19934
- "shape": "S22m",
20007
+ "shape": "S22u",
19935
20008
  "locationName": "image"
19936
20009
  },
19937
20010
  "Volume": {
19938
- "shape": "S22n",
20011
+ "shape": "S22v",
19939
20012
  "locationName": "volume"
19940
20013
  }
19941
20014
  }
@@ -20012,7 +20085,7 @@
20012
20085
  },
20013
20086
  "NextToken": {},
20014
20087
  "SnapshotIds": {
20015
- "shape": "S1m3",
20088
+ "shape": "S1gf",
20016
20089
  "locationName": "SnapshotId"
20017
20090
  },
20018
20091
  "DryRun": {
@@ -20056,6 +20129,66 @@
20056
20129
  }
20057
20130
  }
20058
20131
  },
20132
+ "LockSnapshot": {
20133
+ "input": {
20134
+ "type": "structure",
20135
+ "required": [
20136
+ "SnapshotId",
20137
+ "LockMode"
20138
+ ],
20139
+ "members": {
20140
+ "SnapshotId": {},
20141
+ "DryRun": {
20142
+ "type": "boolean"
20143
+ },
20144
+ "LockMode": {},
20145
+ "CoolOffPeriod": {
20146
+ "type": "integer"
20147
+ },
20148
+ "LockDuration": {
20149
+ "type": "integer"
20150
+ },
20151
+ "ExpirationDate": {
20152
+ "type": "timestamp"
20153
+ }
20154
+ }
20155
+ },
20156
+ "output": {
20157
+ "type": "structure",
20158
+ "members": {
20159
+ "SnapshotId": {
20160
+ "locationName": "snapshotId"
20161
+ },
20162
+ "LockState": {
20163
+ "locationName": "lockState"
20164
+ },
20165
+ "LockDuration": {
20166
+ "locationName": "lockDuration",
20167
+ "type": "integer"
20168
+ },
20169
+ "CoolOffPeriod": {
20170
+ "locationName": "coolOffPeriod",
20171
+ "type": "integer"
20172
+ },
20173
+ "CoolOffPeriodExpiresOn": {
20174
+ "locationName": "coolOffPeriodExpiresOn",
20175
+ "type": "timestamp"
20176
+ },
20177
+ "LockCreatedOn": {
20178
+ "locationName": "lockCreatedOn",
20179
+ "type": "timestamp"
20180
+ },
20181
+ "LockExpiresOn": {
20182
+ "locationName": "lockExpiresOn",
20183
+ "type": "timestamp"
20184
+ },
20185
+ "LockDurationStartTime": {
20186
+ "locationName": "lockDurationStartTime",
20187
+ "type": "timestamp"
20188
+ }
20189
+ }
20190
+ }
20191
+ },
20059
20192
  "ModifyAddressAttribute": {
20060
20193
  "input": {
20061
20194
  "type": "structure",
@@ -20250,7 +20383,7 @@
20250
20383
  "type": "structure",
20251
20384
  "members": {
20252
20385
  "InstanceFamilyCreditSpecification": {
20253
- "shape": "S1xw",
20386
+ "shape": "S1y4",
20254
20387
  "locationName": "instanceFamilyCreditSpecification"
20255
20388
  }
20256
20389
  }
@@ -20324,25 +20457,25 @@
20324
20457
  "Attribute": {},
20325
20458
  "OperationType": {},
20326
20459
  "UserIds": {
20327
- "shape": "S23s",
20460
+ "shape": "S245",
20328
20461
  "locationName": "UserId"
20329
20462
  },
20330
20463
  "UserGroups": {
20331
- "shape": "S23t",
20464
+ "shape": "S246",
20332
20465
  "locationName": "UserGroup"
20333
20466
  },
20334
20467
  "ProductCodes": {
20335
- "shape": "S23u",
20468
+ "shape": "S247",
20336
20469
  "locationName": "ProductCode"
20337
20470
  },
20338
20471
  "LoadPermission": {
20339
20472
  "type": "structure",
20340
20473
  "members": {
20341
20474
  "Add": {
20342
- "shape": "S23w"
20475
+ "shape": "S249"
20343
20476
  },
20344
20477
  "Remove": {
20345
- "shape": "S23w"
20478
+ "shape": "S249"
20346
20479
  }
20347
20480
  }
20348
20481
  },
@@ -20388,7 +20521,7 @@
20388
20521
  "locationName": "successful"
20389
20522
  },
20390
20523
  "Unsuccessful": {
20391
- "shape": "S241",
20524
+ "shape": "S24e",
20392
20525
  "locationName": "unsuccessful"
20393
20526
  }
20394
20527
  }
@@ -20456,15 +20589,15 @@
20456
20589
  },
20457
20590
  "OperationType": {},
20458
20591
  "ProductCodes": {
20459
- "shape": "S23u",
20592
+ "shape": "S247",
20460
20593
  "locationName": "ProductCode"
20461
20594
  },
20462
20595
  "UserGroups": {
20463
- "shape": "S23t",
20596
+ "shape": "S246",
20464
20597
  "locationName": "UserGroup"
20465
20598
  },
20466
20599
  "UserIds": {
20467
- "shape": "S23s",
20600
+ "shape": "S245",
20468
20601
  "locationName": "UserId"
20469
20602
  },
20470
20603
  "Value": {},
@@ -20609,7 +20742,7 @@
20609
20742
  "members": {
20610
20743
  "InstanceId": {},
20611
20744
  "CapacityReservationSpecification": {
20612
- "shape": "S24e"
20745
+ "shape": "S24r"
20613
20746
  },
20614
20747
  "DryRun": {
20615
20748
  "type": "boolean"
@@ -20869,7 +21002,7 @@
20869
21002
  "locationName": "AddOperatingRegion"
20870
21003
  },
20871
21004
  "RemoveOperatingRegions": {
20872
- "shape": "S253",
21005
+ "shape": "S25g",
20873
21006
  "locationName": "RemoveOperatingRegion"
20874
21007
  }
20875
21008
  }
@@ -20959,7 +21092,7 @@
20959
21092
  "type": "structure",
20960
21093
  "members": {
20961
21094
  "IpamResourceCidr": {
20962
- "shape": "S1zl",
21095
+ "shape": "S1zt",
20963
21096
  "locationName": "ipamResourceCidr"
20964
21097
  }
20965
21098
  }
@@ -20982,7 +21115,7 @@
20982
21115
  "locationName": "AddOperatingRegion"
20983
21116
  },
20984
21117
  "RemoveOperatingRegions": {
20985
- "shape": "S253",
21118
+ "shape": "S25g",
20986
21119
  "locationName": "RemoveOperatingRegion"
20987
21120
  }
20988
21121
  }
@@ -21207,7 +21340,7 @@
21207
21340
  ],
21208
21341
  "members": {
21209
21342
  "ReservedInstancesIds": {
21210
- "shape": "S1jt",
21343
+ "shape": "S1k2",
21211
21344
  "locationName": "ReservedInstancesId"
21212
21345
  },
21213
21346
  "ClientToken": {
@@ -21217,7 +21350,7 @@
21217
21350
  "locationName": "ReservedInstancesConfigurationSetItemType",
21218
21351
  "type": "list",
21219
21352
  "member": {
21220
- "shape": "S1kf",
21353
+ "shape": "S1ko",
21221
21354
  "locationName": "item"
21222
21355
  }
21223
21356
  }
@@ -21299,21 +21432,21 @@
21299
21432
  "type": "structure",
21300
21433
  "members": {
21301
21434
  "Add": {
21302
- "shape": "S1lt"
21435
+ "shape": "S1m2"
21303
21436
  },
21304
21437
  "Remove": {
21305
- "shape": "S1lt"
21438
+ "shape": "S1m2"
21306
21439
  }
21307
21440
  }
21308
21441
  },
21309
21442
  "GroupNames": {
21310
- "shape": "S1ll",
21443
+ "shape": "S1lu",
21311
21444
  "locationName": "UserGroup"
21312
21445
  },
21313
21446
  "OperationType": {},
21314
21447
  "SnapshotId": {},
21315
21448
  "UserIds": {
21316
- "shape": "S23s",
21449
+ "shape": "S245",
21317
21450
  "locationName": "UserId"
21318
21451
  },
21319
21452
  "DryRun": {
@@ -21361,7 +21494,7 @@
21361
21494
  "locationName": "excessCapacityTerminationPolicy"
21362
21495
  },
21363
21496
  "LaunchTemplateConfigs": {
21364
- "shape": "S1n1",
21497
+ "shape": "S1n9",
21365
21498
  "locationName": "LaunchTemplateConfig"
21366
21499
  },
21367
21500
  "SpotFleetRequestId": {
@@ -21909,7 +22042,7 @@
21909
22042
  "type": "structure",
21910
22043
  "members": {
21911
22044
  "LoggingConfiguration": {
21912
- "shape": "S1qh",
22045
+ "shape": "S1qp",
21913
22046
  "locationName": "loggingConfiguration"
21914
22047
  }
21915
22048
  }
@@ -21989,7 +22122,7 @@
21989
22122
  "type": "structure",
21990
22123
  "members": {
21991
22124
  "VolumeModification": {
21992
- "shape": "S1rl",
22125
+ "shape": "S1rt",
21993
22126
  "locationName": "volumeModification"
21994
22127
  }
21995
22128
  }
@@ -22262,13 +22395,13 @@
22262
22395
  ],
22263
22396
  "members": {
22264
22397
  "AccepterPeeringConnectionOptions": {
22265
- "shape": "S27r"
22398
+ "shape": "S284"
22266
22399
  },
22267
22400
  "DryRun": {
22268
22401
  "type": "boolean"
22269
22402
  },
22270
22403
  "RequesterPeeringConnectionOptions": {
22271
- "shape": "S27r"
22404
+ "shape": "S284"
22272
22405
  },
22273
22406
  "VpcPeeringConnectionId": {}
22274
22407
  }
@@ -22277,11 +22410,11 @@
22277
22410
  "type": "structure",
22278
22411
  "members": {
22279
22412
  "AccepterPeeringConnectionOptions": {
22280
- "shape": "S27t",
22413
+ "shape": "S286",
22281
22414
  "locationName": "accepterPeeringConnectionOptions"
22282
22415
  },
22283
22416
  "RequesterPeeringConnectionOptions": {
22284
- "shape": "S27t",
22417
+ "shape": "S286",
22285
22418
  "locationName": "requesterPeeringConnectionOptions"
22286
22419
  }
22287
22420
  }
@@ -22505,7 +22638,7 @@
22505
22638
  "type": "structure",
22506
22639
  "members": {
22507
22640
  "InstanceMonitorings": {
22508
- "shape": "S288",
22641
+ "shape": "S28l",
22509
22642
  "locationName": "instancesSet"
22510
22643
  }
22511
22644
  }
@@ -22674,7 +22807,7 @@
22674
22807
  "locationName": "poolId"
22675
22808
  },
22676
22809
  "PoolAddressRange": {
22677
- "shape": "S1jg",
22810
+ "shape": "S1jp",
22678
22811
  "locationName": "poolAddressRange"
22679
22812
  }
22680
22813
  }
@@ -22720,7 +22853,7 @@
22720
22853
  "ClientToken": {},
22721
22854
  "CurrencyCode": {},
22722
22855
  "HostIdSet": {
22723
- "shape": "S1yd"
22856
+ "shape": "S1yl"
22724
22857
  },
22725
22858
  "LimitPrice": {},
22726
22859
  "OfferingId": {},
@@ -22740,7 +22873,7 @@
22740
22873
  "locationName": "currencyCode"
22741
22874
  },
22742
22875
  "Purchase": {
22743
- "shape": "S1yf",
22876
+ "shape": "S1yn",
22744
22877
  "locationName": "purchase"
22745
22878
  },
22746
22879
  "TotalHourlyPrice": {
@@ -22835,7 +22968,7 @@
22835
22968
  "locationName": "scheduledInstanceSet",
22836
22969
  "type": "list",
22837
22970
  "member": {
22838
- "shape": "S1la",
22971
+ "shape": "S1lj",
22839
22972
  "locationName": "item"
22840
22973
  }
22841
22974
  }
@@ -23199,7 +23332,7 @@
23199
23332
  "locationName": "successful"
23200
23333
  },
23201
23334
  "Unsuccessful": {
23202
- "shape": "S241",
23335
+ "shape": "S24e",
23203
23336
  "locationName": "unsuccessful"
23204
23337
  }
23205
23338
  }
@@ -23527,7 +23660,7 @@
23527
23660
  "type": "boolean"
23528
23661
  },
23529
23662
  "SpotFleetRequestConfig": {
23530
- "shape": "S1mm",
23663
+ "shape": "S1mu",
23531
23664
  "locationName": "spotFleetRequestConfig"
23532
23665
  }
23533
23666
  }
@@ -23611,15 +23744,15 @@
23611
23744
  "locationName": "keyName"
23612
23745
  },
23613
23746
  "Monitoring": {
23614
- "shape": "S1nh",
23747
+ "shape": "S1np",
23615
23748
  "locationName": "monitoring"
23616
23749
  },
23617
23750
  "NetworkInterfaces": {
23618
- "shape": "S1mw",
23751
+ "shape": "S1n4",
23619
23752
  "locationName": "NetworkInterface"
23620
23753
  },
23621
23754
  "Placement": {
23622
- "shape": "S1my",
23755
+ "shape": "S1n6",
23623
23756
  "locationName": "placement"
23624
23757
  },
23625
23758
  "RamdiskId": {
@@ -23659,7 +23792,7 @@
23659
23792
  "type": "structure",
23660
23793
  "members": {
23661
23794
  "SpotInstanceRequests": {
23662
- "shape": "S1ne",
23795
+ "shape": "S1nm",
23663
23796
  "locationName": "spotInstanceRequestSet"
23664
23797
  }
23665
23798
  }
@@ -24032,7 +24165,7 @@
24032
24165
  "locationName": "ipPermissions"
24033
24166
  },
24034
24167
  "SecurityGroupRuleIds": {
24035
- "shape": "S1lh",
24168
+ "shape": "S1lq",
24036
24169
  "locationName": "SecurityGroupRuleId"
24037
24170
  },
24038
24171
  "CidrIp": {
@@ -24095,7 +24228,7 @@
24095
24228
  "type": "boolean"
24096
24229
  },
24097
24230
  "SecurityGroupRuleIds": {
24098
- "shape": "S1lh",
24231
+ "shape": "S1lq",
24099
24232
  "locationName": "SecurityGroupRuleId"
24100
24233
  }
24101
24234
  }
@@ -24144,7 +24277,7 @@
24144
24277
  "type": "integer"
24145
24278
  },
24146
24279
  "Monitoring": {
24147
- "shape": "S1nh"
24280
+ "shape": "S1np"
24148
24281
  },
24149
24282
  "Placement": {
24150
24283
  "shape": "Sck"
@@ -24190,7 +24323,7 @@
24190
24323
  "locationName": "instanceInitiatedShutdownBehavior"
24191
24324
  },
24192
24325
  "NetworkInterfaces": {
24193
- "shape": "S1mw",
24326
+ "shape": "S1n4",
24194
24327
  "locationName": "networkInterface"
24195
24328
  },
24196
24329
  "PrivateIpAddress": {
@@ -24268,7 +24401,7 @@
24268
24401
  }
24269
24402
  },
24270
24403
  "CapacityReservationSpecification": {
24271
- "shape": "S24e"
24404
+ "shape": "S24r"
24272
24405
  },
24273
24406
  "HibernationOptions": {
24274
24407
  "type": "structure",
@@ -24434,7 +24567,7 @@
24434
24567
  "type": "integer"
24435
24568
  },
24436
24569
  "Groups": {
24437
- "shape": "S2bz",
24570
+ "shape": "S2cc",
24438
24571
  "locationName": "Group"
24439
24572
  },
24440
24573
  "Ipv6AddressCount": {
@@ -24483,7 +24616,7 @@
24483
24616
  },
24484
24617
  "RamdiskId": {},
24485
24618
  "SecurityGroupIds": {
24486
- "shape": "S2bz",
24619
+ "shape": "S2cc",
24487
24620
  "locationName": "SecurityGroupId"
24488
24621
  },
24489
24622
  "SubnetId": {},
@@ -24697,7 +24830,7 @@
24697
24830
  "type": "structure",
24698
24831
  "members": {
24699
24832
  "StartingInstances": {
24700
- "shape": "S2cn",
24833
+ "shape": "S2d0",
24701
24834
  "locationName": "instancesSet"
24702
24835
  }
24703
24836
  }
@@ -24728,7 +24861,7 @@
24728
24861
  "type": "structure",
24729
24862
  "members": {
24730
24863
  "NetworkInsightsAccessScopeAnalysis": {
24731
- "shape": "S1h2",
24864
+ "shape": "S1hb",
24732
24865
  "locationName": "networkInsightsAccessScopeAnalysis"
24733
24866
  }
24734
24867
  }
@@ -24748,7 +24881,7 @@
24748
24881
  "locationName": "AdditionalAccount"
24749
24882
  },
24750
24883
  "FilterInArns": {
24751
- "shape": "S1he",
24884
+ "shape": "S1hn",
24752
24885
  "locationName": "FilterInArn"
24753
24886
  },
24754
24887
  "DryRun": {
@@ -24767,7 +24900,7 @@
24767
24900
  "type": "structure",
24768
24901
  "members": {
24769
24902
  "NetworkInsightsAnalysis": {
24770
- "shape": "S1hd",
24903
+ "shape": "S1hm",
24771
24904
  "locationName": "networkInsightsAnalysis"
24772
24905
  }
24773
24906
  }
@@ -24824,7 +24957,7 @@
24824
24957
  "type": "structure",
24825
24958
  "members": {
24826
24959
  "StoppingInstances": {
24827
- "shape": "S2cn",
24960
+ "shape": "S2d0",
24828
24961
  "locationName": "instancesSet"
24829
24962
  }
24830
24963
  }
@@ -24899,7 +25032,7 @@
24899
25032
  "type": "structure",
24900
25033
  "members": {
24901
25034
  "TerminatingInstances": {
24902
- "shape": "S2cn",
25035
+ "shape": "S2d0",
24903
25036
  "locationName": "instancesSet"
24904
25037
  }
24905
25038
  }
@@ -24997,6 +25130,28 @@
24997
25130
  }
24998
25131
  }
24999
25132
  },
25133
+ "UnlockSnapshot": {
25134
+ "input": {
25135
+ "type": "structure",
25136
+ "required": [
25137
+ "SnapshotId"
25138
+ ],
25139
+ "members": {
25140
+ "SnapshotId": {},
25141
+ "DryRun": {
25142
+ "type": "boolean"
25143
+ }
25144
+ }
25145
+ },
25146
+ "output": {
25147
+ "type": "structure",
25148
+ "members": {
25149
+ "SnapshotId": {
25150
+ "locationName": "snapshotId"
25151
+ }
25152
+ }
25153
+ }
25154
+ },
25000
25155
  "UnmonitorInstances": {
25001
25156
  "input": {
25002
25157
  "type": "structure",
@@ -25018,7 +25173,7 @@
25018
25173
  "type": "structure",
25019
25174
  "members": {
25020
25175
  "InstanceMonitorings": {
25021
- "shape": "S288",
25176
+ "shape": "S28l",
25022
25177
  "locationName": "instancesSet"
25023
25178
  }
25024
25179
  }
@@ -25037,7 +25192,7 @@
25037
25192
  "shape": "S6q"
25038
25193
  },
25039
25194
  "SecurityGroupRuleDescriptions": {
25040
- "shape": "S2db",
25195
+ "shape": "S2dq",
25041
25196
  "locationName": "SecurityGroupRuleDescription"
25042
25197
  }
25043
25198
  }
@@ -25065,7 +25220,7 @@
25065
25220
  "shape": "S6q"
25066
25221
  },
25067
25222
  "SecurityGroupRuleDescriptions": {
25068
- "shape": "S2db",
25223
+ "shape": "S2dq",
25069
25224
  "locationName": "SecurityGroupRuleDescription"
25070
25225
  }
25071
25226
  }
@@ -32980,7 +33135,13 @@
32980
33135
  "locationName": "item"
32981
33136
  }
32982
33137
  },
32983
- "S1h2": {
33138
+ "S1gf": {
33139
+ "type": "list",
33140
+ "member": {
33141
+ "locationName": "SnapshotId"
33142
+ }
33143
+ },
33144
+ "S1hb": {
32984
33145
  "type": "structure",
32985
33146
  "members": {
32986
33147
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -33022,7 +33183,7 @@
33022
33183
  }
33023
33184
  }
33024
33185
  },
33025
- "S1hd": {
33186
+ "S1hm": {
33026
33187
  "type": "structure",
33027
33188
  "members": {
33028
33189
  "NetworkInsightsAnalysisId": {
@@ -33039,7 +33200,7 @@
33039
33200
  "locationName": "additionalAccountSet"
33040
33201
  },
33041
33202
  "FilterInArns": {
33042
- "shape": "S1he",
33203
+ "shape": "S1hn",
33043
33204
  "locationName": "filterInArnSet"
33044
33205
  },
33045
33206
  "StartDate": {
@@ -33060,15 +33221,15 @@
33060
33221
  "type": "boolean"
33061
33222
  },
33062
33223
  "ForwardPathComponents": {
33063
- "shape": "S1hf",
33224
+ "shape": "S1ho",
33064
33225
  "locationName": "forwardPathComponentSet"
33065
33226
  },
33066
33227
  "ReturnPathComponents": {
33067
- "shape": "S1hf",
33228
+ "shape": "S1ho",
33068
33229
  "locationName": "returnPathComponentSet"
33069
33230
  },
33070
33231
  "Explanations": {
33071
- "shape": "S1hz",
33232
+ "shape": "S1i8",
33072
33233
  "locationName": "explanationSet"
33073
33234
  },
33074
33235
  "AlternatePathHints": {
@@ -33097,13 +33258,13 @@
33097
33258
  }
33098
33259
  }
33099
33260
  },
33100
- "S1he": {
33261
+ "S1hn": {
33101
33262
  "type": "list",
33102
33263
  "member": {
33103
33264
  "locationName": "item"
33104
33265
  }
33105
33266
  },
33106
- "S1hf": {
33267
+ "S1ho": {
33107
33268
  "type": "list",
33108
33269
  "member": {
33109
33270
  "locationName": "item",
@@ -33114,47 +33275,47 @@
33114
33275
  "type": "integer"
33115
33276
  },
33116
33277
  "AclRule": {
33117
- "shape": "S1hh",
33278
+ "shape": "S1hq",
33118
33279
  "locationName": "aclRule"
33119
33280
  },
33120
33281
  "AttachedTo": {
33121
- "shape": "S1hi",
33282
+ "shape": "S1hr",
33122
33283
  "locationName": "attachedTo"
33123
33284
  },
33124
33285
  "Component": {
33125
- "shape": "S1hi",
33286
+ "shape": "S1hr",
33126
33287
  "locationName": "component"
33127
33288
  },
33128
33289
  "DestinationVpc": {
33129
- "shape": "S1hi",
33290
+ "shape": "S1hr",
33130
33291
  "locationName": "destinationVpc"
33131
33292
  },
33132
33293
  "OutboundHeader": {
33133
- "shape": "S1hj",
33294
+ "shape": "S1hs",
33134
33295
  "locationName": "outboundHeader"
33135
33296
  },
33136
33297
  "InboundHeader": {
33137
- "shape": "S1hj",
33298
+ "shape": "S1hs",
33138
33299
  "locationName": "inboundHeader"
33139
33300
  },
33140
33301
  "RouteTableRoute": {
33141
- "shape": "S1hm",
33302
+ "shape": "S1hv",
33142
33303
  "locationName": "routeTableRoute"
33143
33304
  },
33144
33305
  "SecurityGroupRule": {
33145
- "shape": "S1hn",
33306
+ "shape": "S1hw",
33146
33307
  "locationName": "securityGroupRule"
33147
33308
  },
33148
33309
  "SourceVpc": {
33149
- "shape": "S1hi",
33310
+ "shape": "S1hr",
33150
33311
  "locationName": "sourceVpc"
33151
33312
  },
33152
33313
  "Subnet": {
33153
- "shape": "S1hi",
33314
+ "shape": "S1hr",
33154
33315
  "locationName": "subnet"
33155
33316
  },
33156
33317
  "Vpc": {
33157
- "shape": "S1hi",
33318
+ "shape": "S1hr",
33158
33319
  "locationName": "vpc"
33159
33320
  },
33160
33321
  "AdditionalDetails": {
@@ -33168,15 +33329,15 @@
33168
33329
  "locationName": "additionalDetailType"
33169
33330
  },
33170
33331
  "Component": {
33171
- "shape": "S1hi",
33332
+ "shape": "S1hr",
33172
33333
  "locationName": "component"
33173
33334
  },
33174
33335
  "VpcEndpointService": {
33175
- "shape": "S1hi",
33336
+ "shape": "S1hr",
33176
33337
  "locationName": "vpcEndpointService"
33177
33338
  },
33178
33339
  "RuleOptions": {
33179
- "shape": "S1hq",
33340
+ "shape": "S1hz",
33180
33341
  "locationName": "ruleOptionSet"
33181
33342
  },
33182
33343
  "RuleGroupTypePairs": {
@@ -33206,7 +33367,7 @@
33206
33367
  "locationName": "ruleGroupArn"
33207
33368
  },
33208
33369
  "RuleOptions": {
33209
- "shape": "S1hq",
33370
+ "shape": "S1hz",
33210
33371
  "locationName": "ruleOptionSet"
33211
33372
  }
33212
33373
  }
@@ -33216,34 +33377,34 @@
33216
33377
  "locationName": "serviceName"
33217
33378
  },
33218
33379
  "LoadBalancers": {
33219
- "shape": "S1hx",
33380
+ "shape": "S1i6",
33220
33381
  "locationName": "loadBalancerSet"
33221
33382
  }
33222
33383
  }
33223
33384
  }
33224
33385
  },
33225
33386
  "TransitGateway": {
33226
- "shape": "S1hi",
33387
+ "shape": "S1hr",
33227
33388
  "locationName": "transitGateway"
33228
33389
  },
33229
33390
  "TransitGatewayRouteTableRoute": {
33230
- "shape": "S1hy",
33391
+ "shape": "S1i7",
33231
33392
  "locationName": "transitGatewayRouteTableRoute"
33232
33393
  },
33233
33394
  "Explanations": {
33234
- "shape": "S1hz",
33395
+ "shape": "S1i8",
33235
33396
  "locationName": "explanationSet"
33236
33397
  },
33237
33398
  "ElasticLoadBalancerListener": {
33238
- "shape": "S1hi",
33399
+ "shape": "S1hr",
33239
33400
  "locationName": "elasticLoadBalancerListener"
33240
33401
  },
33241
33402
  "FirewallStatelessRule": {
33242
- "shape": "S1i5",
33403
+ "shape": "S1ie",
33243
33404
  "locationName": "firewallStatelessRule"
33244
33405
  },
33245
33406
  "FirewallStatefulRule": {
33246
- "shape": "S1i9",
33407
+ "shape": "S1ii",
33247
33408
  "locationName": "firewallStatefulRule"
33248
33409
  },
33249
33410
  "ServiceName": {
@@ -33252,7 +33413,7 @@
33252
33413
  }
33253
33414
  }
33254
33415
  },
33255
- "S1hh": {
33416
+ "S1hq": {
33256
33417
  "type": "structure",
33257
33418
  "members": {
33258
33419
  "Cidr": {
@@ -33278,7 +33439,7 @@
33278
33439
  }
33279
33440
  }
33280
33441
  },
33281
- "S1hi": {
33442
+ "S1hr": {
33282
33443
  "type": "structure",
33283
33444
  "members": {
33284
33445
  "Id": {
@@ -33292,44 +33453,44 @@
33292
33453
  }
33293
33454
  }
33294
33455
  },
33295
- "S1hj": {
33456
+ "S1hs": {
33296
33457
  "type": "structure",
33297
33458
  "members": {
33298
33459
  "DestinationAddresses": {
33299
- "shape": "S1hk",
33460
+ "shape": "S1ht",
33300
33461
  "locationName": "destinationAddressSet"
33301
33462
  },
33302
33463
  "DestinationPortRanges": {
33303
- "shape": "S1hl",
33464
+ "shape": "S1hu",
33304
33465
  "locationName": "destinationPortRangeSet"
33305
33466
  },
33306
33467
  "Protocol": {
33307
33468
  "locationName": "protocol"
33308
33469
  },
33309
33470
  "SourceAddresses": {
33310
- "shape": "S1hk",
33471
+ "shape": "S1ht",
33311
33472
  "locationName": "sourceAddressSet"
33312
33473
  },
33313
33474
  "SourcePortRanges": {
33314
- "shape": "S1hl",
33475
+ "shape": "S1hu",
33315
33476
  "locationName": "sourcePortRangeSet"
33316
33477
  }
33317
33478
  }
33318
33479
  },
33319
- "S1hk": {
33480
+ "S1ht": {
33320
33481
  "type": "list",
33321
33482
  "member": {
33322
33483
  "locationName": "item"
33323
33484
  }
33324
33485
  },
33325
- "S1hl": {
33486
+ "S1hu": {
33326
33487
  "type": "list",
33327
33488
  "member": {
33328
33489
  "shape": "Skc",
33329
33490
  "locationName": "item"
33330
33491
  }
33331
33492
  },
33332
- "S1hm": {
33493
+ "S1hv": {
33333
33494
  "type": "structure",
33334
33495
  "members": {
33335
33496
  "DestinationCidr": {
@@ -33376,7 +33537,7 @@
33376
33537
  }
33377
33538
  }
33378
33539
  },
33379
- "S1hn": {
33540
+ "S1hw": {
33380
33541
  "type": "structure",
33381
33542
  "members": {
33382
33543
  "Cidr": {
@@ -33400,7 +33561,7 @@
33400
33561
  }
33401
33562
  }
33402
33563
  },
33403
- "S1hq": {
33564
+ "S1hz": {
33404
33565
  "type": "list",
33405
33566
  "member": {
33406
33567
  "locationName": "item",
@@ -33410,26 +33571,26 @@
33410
33571
  "locationName": "keyword"
33411
33572
  },
33412
33573
  "Settings": {
33413
- "shape": "S1hs",
33574
+ "shape": "S1i1",
33414
33575
  "locationName": "settingSet"
33415
33576
  }
33416
33577
  }
33417
33578
  }
33418
33579
  },
33419
- "S1hs": {
33580
+ "S1i1": {
33420
33581
  "type": "list",
33421
33582
  "member": {
33422
33583
  "locationName": "item"
33423
33584
  }
33424
33585
  },
33425
- "S1hx": {
33586
+ "S1i6": {
33426
33587
  "type": "list",
33427
33588
  "member": {
33428
- "shape": "S1hi",
33589
+ "shape": "S1hr",
33429
33590
  "locationName": "item"
33430
33591
  }
33431
33592
  },
33432
- "S1hy": {
33593
+ "S1i7": {
33433
33594
  "type": "structure",
33434
33595
  "members": {
33435
33596
  "DestinationCidr": {
@@ -33455,29 +33616,29 @@
33455
33616
  }
33456
33617
  }
33457
33618
  },
33458
- "S1hz": {
33619
+ "S1i8": {
33459
33620
  "type": "list",
33460
33621
  "member": {
33461
33622
  "locationName": "item",
33462
33623
  "type": "structure",
33463
33624
  "members": {
33464
33625
  "Acl": {
33465
- "shape": "S1hi",
33626
+ "shape": "S1hr",
33466
33627
  "locationName": "acl"
33467
33628
  },
33468
33629
  "AclRule": {
33469
- "shape": "S1hh",
33630
+ "shape": "S1hq",
33470
33631
  "locationName": "aclRule"
33471
33632
  },
33472
33633
  "Address": {
33473
33634
  "locationName": "address"
33474
33635
  },
33475
33636
  "Addresses": {
33476
- "shape": "S1hk",
33637
+ "shape": "S1ht",
33477
33638
  "locationName": "addressSet"
33478
33639
  },
33479
33640
  "AttachedTo": {
33480
- "shape": "S1hi",
33641
+ "shape": "S1hr",
33481
33642
  "locationName": "attachedTo"
33482
33643
  },
33483
33644
  "AvailabilityZones": {
@@ -33489,19 +33650,19 @@
33489
33650
  "locationName": "cidrSet"
33490
33651
  },
33491
33652
  "Component": {
33492
- "shape": "S1hi",
33653
+ "shape": "S1hr",
33493
33654
  "locationName": "component"
33494
33655
  },
33495
33656
  "CustomerGateway": {
33496
- "shape": "S1hi",
33657
+ "shape": "S1hr",
33497
33658
  "locationName": "customerGateway"
33498
33659
  },
33499
33660
  "Destination": {
33500
- "shape": "S1hi",
33661
+ "shape": "S1hr",
33501
33662
  "locationName": "destination"
33502
33663
  },
33503
33664
  "DestinationVpc": {
33504
- "shape": "S1hi",
33665
+ "shape": "S1hr",
33505
33666
  "locationName": "destinationVpc"
33506
33667
  },
33507
33668
  "Direction": {
@@ -33511,11 +33672,11 @@
33511
33672
  "locationName": "explanationCode"
33512
33673
  },
33513
33674
  "IngressRouteTable": {
33514
- "shape": "S1hi",
33675
+ "shape": "S1hr",
33515
33676
  "locationName": "ingressRouteTable"
33516
33677
  },
33517
33678
  "InternetGateway": {
33518
- "shape": "S1hi",
33679
+ "shape": "S1hr",
33519
33680
  "locationName": "internetGateway"
33520
33681
  },
33521
33682
  "LoadBalancerArn": {
@@ -33550,7 +33711,7 @@
33550
33711
  "locationName": "availabilityZone"
33551
33712
  },
33552
33713
  "Instance": {
33553
- "shape": "S1hi",
33714
+ "shape": "S1hr",
33554
33715
  "locationName": "instance"
33555
33716
  },
33556
33717
  "Port": {
@@ -33560,11 +33721,11 @@
33560
33721
  }
33561
33722
  },
33562
33723
  "LoadBalancerTargetGroup": {
33563
- "shape": "S1hi",
33724
+ "shape": "S1hr",
33564
33725
  "locationName": "loadBalancerTargetGroup"
33565
33726
  },
33566
33727
  "LoadBalancerTargetGroups": {
33567
- "shape": "S1hx",
33728
+ "shape": "S1i6",
33568
33729
  "locationName": "loadBalancerTargetGroupSet"
33569
33730
  },
33570
33731
  "LoadBalancerTargetPort": {
@@ -33572,25 +33733,25 @@
33572
33733
  "type": "integer"
33573
33734
  },
33574
33735
  "ElasticLoadBalancerListener": {
33575
- "shape": "S1hi",
33736
+ "shape": "S1hr",
33576
33737
  "locationName": "elasticLoadBalancerListener"
33577
33738
  },
33578
33739
  "MissingComponent": {
33579
33740
  "locationName": "missingComponent"
33580
33741
  },
33581
33742
  "NatGateway": {
33582
- "shape": "S1hi",
33743
+ "shape": "S1hr",
33583
33744
  "locationName": "natGateway"
33584
33745
  },
33585
33746
  "NetworkInterface": {
33586
- "shape": "S1hi",
33747
+ "shape": "S1hr",
33587
33748
  "locationName": "networkInterface"
33588
33749
  },
33589
33750
  "PacketField": {
33590
33751
  "locationName": "packetField"
33591
33752
  },
33592
33753
  "VpcPeeringConnection": {
33593
- "shape": "S1hi",
33754
+ "shape": "S1hr",
33594
33755
  "locationName": "vpcPeeringConnection"
33595
33756
  },
33596
33757
  "Port": {
@@ -33598,82 +33759,82 @@
33598
33759
  "type": "integer"
33599
33760
  },
33600
33761
  "PortRanges": {
33601
- "shape": "S1hl",
33762
+ "shape": "S1hu",
33602
33763
  "locationName": "portRangeSet"
33603
33764
  },
33604
33765
  "PrefixList": {
33605
- "shape": "S1hi",
33766
+ "shape": "S1hr",
33606
33767
  "locationName": "prefixList"
33607
33768
  },
33608
33769
  "Protocols": {
33609
- "shape": "S1hs",
33770
+ "shape": "S1i1",
33610
33771
  "locationName": "protocolSet"
33611
33772
  },
33612
33773
  "RouteTableRoute": {
33613
- "shape": "S1hm",
33774
+ "shape": "S1hv",
33614
33775
  "locationName": "routeTableRoute"
33615
33776
  },
33616
33777
  "RouteTable": {
33617
- "shape": "S1hi",
33778
+ "shape": "S1hr",
33618
33779
  "locationName": "routeTable"
33619
33780
  },
33620
33781
  "SecurityGroup": {
33621
- "shape": "S1hi",
33782
+ "shape": "S1hr",
33622
33783
  "locationName": "securityGroup"
33623
33784
  },
33624
33785
  "SecurityGroupRule": {
33625
- "shape": "S1hn",
33786
+ "shape": "S1hw",
33626
33787
  "locationName": "securityGroupRule"
33627
33788
  },
33628
33789
  "SecurityGroups": {
33629
- "shape": "S1hx",
33790
+ "shape": "S1i6",
33630
33791
  "locationName": "securityGroupSet"
33631
33792
  },
33632
33793
  "SourceVpc": {
33633
- "shape": "S1hi",
33794
+ "shape": "S1hr",
33634
33795
  "locationName": "sourceVpc"
33635
33796
  },
33636
33797
  "State": {
33637
33798
  "locationName": "state"
33638
33799
  },
33639
33800
  "Subnet": {
33640
- "shape": "S1hi",
33801
+ "shape": "S1hr",
33641
33802
  "locationName": "subnet"
33642
33803
  },
33643
33804
  "SubnetRouteTable": {
33644
- "shape": "S1hi",
33805
+ "shape": "S1hr",
33645
33806
  "locationName": "subnetRouteTable"
33646
33807
  },
33647
33808
  "Vpc": {
33648
- "shape": "S1hi",
33809
+ "shape": "S1hr",
33649
33810
  "locationName": "vpc"
33650
33811
  },
33651
33812
  "VpcEndpoint": {
33652
- "shape": "S1hi",
33813
+ "shape": "S1hr",
33653
33814
  "locationName": "vpcEndpoint"
33654
33815
  },
33655
33816
  "VpnConnection": {
33656
- "shape": "S1hi",
33817
+ "shape": "S1hr",
33657
33818
  "locationName": "vpnConnection"
33658
33819
  },
33659
33820
  "VpnGateway": {
33660
- "shape": "S1hi",
33821
+ "shape": "S1hr",
33661
33822
  "locationName": "vpnGateway"
33662
33823
  },
33663
33824
  "TransitGateway": {
33664
- "shape": "S1hi",
33825
+ "shape": "S1hr",
33665
33826
  "locationName": "transitGateway"
33666
33827
  },
33667
33828
  "TransitGatewayRouteTable": {
33668
- "shape": "S1hi",
33829
+ "shape": "S1hr",
33669
33830
  "locationName": "transitGatewayRouteTable"
33670
33831
  },
33671
33832
  "TransitGatewayRouteTableRoute": {
33672
- "shape": "S1hy",
33833
+ "shape": "S1i7",
33673
33834
  "locationName": "transitGatewayRouteTableRoute"
33674
33835
  },
33675
33836
  "TransitGatewayAttachment": {
33676
- "shape": "S1hi",
33837
+ "shape": "S1hr",
33677
33838
  "locationName": "transitGatewayAttachment"
33678
33839
  },
33679
33840
  "ComponentAccount": {
@@ -33683,17 +33844,17 @@
33683
33844
  "locationName": "componentRegion"
33684
33845
  },
33685
33846
  "FirewallStatelessRule": {
33686
- "shape": "S1i5",
33847
+ "shape": "S1ie",
33687
33848
  "locationName": "firewallStatelessRule"
33688
33849
  },
33689
33850
  "FirewallStatefulRule": {
33690
- "shape": "S1i9",
33851
+ "shape": "S1ii",
33691
33852
  "locationName": "firewallStatefulRule"
33692
33853
  }
33693
33854
  }
33694
33855
  }
33695
33856
  },
33696
- "S1i5": {
33857
+ "S1ie": {
33697
33858
  "type": "structure",
33698
33859
  "members": {
33699
33860
  "RuleGroupArn": {
@@ -33708,11 +33869,11 @@
33708
33869
  "locationName": "destinationSet"
33709
33870
  },
33710
33871
  "SourcePorts": {
33711
- "shape": "S1hl",
33872
+ "shape": "S1hu",
33712
33873
  "locationName": "sourcePortSet"
33713
33874
  },
33714
33875
  "DestinationPorts": {
33715
- "shape": "S1hl",
33876
+ "shape": "S1hu",
33716
33877
  "locationName": "destinationPortSet"
33717
33878
  },
33718
33879
  "Protocols": {
@@ -33732,7 +33893,7 @@
33732
33893
  }
33733
33894
  }
33734
33895
  },
33735
- "S1i9": {
33896
+ "S1ii": {
33736
33897
  "type": "structure",
33737
33898
  "members": {
33738
33899
  "RuleGroupArn": {
@@ -33747,11 +33908,11 @@
33747
33908
  "locationName": "destinationSet"
33748
33909
  },
33749
33910
  "SourcePorts": {
33750
- "shape": "S1hl",
33911
+ "shape": "S1hu",
33751
33912
  "locationName": "sourcePortSet"
33752
33913
  },
33753
33914
  "DestinationPorts": {
33754
- "shape": "S1hl",
33915
+ "shape": "S1hu",
33755
33916
  "locationName": "destinationPortSet"
33756
33917
  },
33757
33918
  "Protocol": {
@@ -33765,7 +33926,7 @@
33765
33926
  }
33766
33927
  }
33767
33928
  },
33768
- "S1jg": {
33929
+ "S1jp": {
33769
33930
  "type": "structure",
33770
33931
  "members": {
33771
33932
  "FirstAddress": {
@@ -33784,13 +33945,13 @@
33784
33945
  }
33785
33946
  }
33786
33947
  },
33787
- "S1jt": {
33948
+ "S1k2": {
33788
33949
  "type": "list",
33789
33950
  "member": {
33790
33951
  "locationName": "ReservedInstancesId"
33791
33952
  }
33792
33953
  },
33793
- "S1k1": {
33954
+ "S1ka": {
33794
33955
  "type": "list",
33795
33956
  "member": {
33796
33957
  "locationName": "item",
@@ -33806,7 +33967,7 @@
33806
33967
  }
33807
33968
  }
33808
33969
  },
33809
- "S1kf": {
33970
+ "S1ko": {
33810
33971
  "type": "structure",
33811
33972
  "members": {
33812
33973
  "AvailabilityZone": {
@@ -33827,7 +33988,7 @@
33827
33988
  }
33828
33989
  }
33829
33990
  },
33830
- "S1l2": {
33991
+ "S1lb": {
33831
33992
  "type": "structure",
33832
33993
  "members": {
33833
33994
  "Frequency": {
@@ -33854,7 +34015,7 @@
33854
34015
  }
33855
34016
  }
33856
34017
  },
33857
- "S1la": {
34018
+ "S1lj": {
33858
34019
  "type": "structure",
33859
34020
  "members": {
33860
34021
  "AvailabilityZone": {
@@ -33889,7 +34050,7 @@
33889
34050
  "type": "timestamp"
33890
34051
  },
33891
34052
  "Recurrence": {
33892
- "shape": "S1l2",
34053
+ "shape": "S1lb",
33893
34054
  "locationName": "recurrence"
33894
34055
  },
33895
34056
  "ScheduledInstanceId": {
@@ -33913,19 +34074,19 @@
33913
34074
  }
33914
34075
  }
33915
34076
  },
33916
- "S1lh": {
34077
+ "S1lq": {
33917
34078
  "type": "list",
33918
34079
  "member": {
33919
34080
  "locationName": "item"
33920
34081
  }
33921
34082
  },
33922
- "S1ll": {
34083
+ "S1lu": {
33923
34084
  "type": "list",
33924
34085
  "member": {
33925
34086
  "locationName": "GroupName"
33926
34087
  }
33927
34088
  },
33928
- "S1lt": {
34089
+ "S1m2": {
33929
34090
  "type": "list",
33930
34091
  "member": {
33931
34092
  "locationName": "item",
@@ -33940,13 +34101,7 @@
33940
34101
  }
33941
34102
  }
33942
34103
  },
33943
- "S1m3": {
33944
- "type": "list",
33945
- "member": {
33946
- "locationName": "SnapshotId"
33947
- }
33948
- },
33949
- "S1mm": {
34104
+ "S1mu": {
33950
34105
  "type": "structure",
33951
34106
  "required": [
33952
34107
  "IamFleetRole",
@@ -34044,11 +34199,11 @@
34044
34199
  }
34045
34200
  },
34046
34201
  "NetworkInterfaces": {
34047
- "shape": "S1mw",
34202
+ "shape": "S1n4",
34048
34203
  "locationName": "networkInterfaceSet"
34049
34204
  },
34050
34205
  "Placement": {
34051
- "shape": "S1my",
34206
+ "shape": "S1n6",
34052
34207
  "locationName": "placement"
34053
34208
  },
34054
34209
  "RamdiskId": {
@@ -34093,7 +34248,7 @@
34093
34248
  }
34094
34249
  },
34095
34250
  "LaunchTemplateConfigs": {
34096
- "shape": "S1n1",
34251
+ "shape": "S1n9",
34097
34252
  "locationName": "launchTemplateConfigs"
34098
34253
  },
34099
34254
  "SpotPrice": {
@@ -34195,7 +34350,7 @@
34195
34350
  }
34196
34351
  }
34197
34352
  },
34198
- "S1mw": {
34353
+ "S1n4": {
34199
34354
  "type": "list",
34200
34355
  "member": {
34201
34356
  "locationName": "item",
@@ -34277,7 +34432,7 @@
34277
34432
  }
34278
34433
  }
34279
34434
  },
34280
- "S1my": {
34435
+ "S1n6": {
34281
34436
  "type": "structure",
34282
34437
  "members": {
34283
34438
  "AvailabilityZone": {
@@ -34291,7 +34446,7 @@
34291
34446
  }
34292
34447
  }
34293
34448
  },
34294
- "S1n1": {
34449
+ "S1n9": {
34295
34450
  "type": "list",
34296
34451
  "member": {
34297
34452
  "locationName": "item",
@@ -34338,7 +34493,7 @@
34338
34493
  }
34339
34494
  }
34340
34495
  },
34341
- "S1ne": {
34496
+ "S1nm": {
34342
34497
  "type": "list",
34343
34498
  "member": {
34344
34499
  "locationName": "item",
@@ -34408,11 +34563,11 @@
34408
34563
  "locationName": "keyName"
34409
34564
  },
34410
34565
  "NetworkInterfaces": {
34411
- "shape": "S1mw",
34566
+ "shape": "S1n4",
34412
34567
  "locationName": "networkInterfaceSet"
34413
34568
  },
34414
34569
  "Placement": {
34415
- "shape": "S1my",
34570
+ "shape": "S1n6",
34416
34571
  "locationName": "placement"
34417
34572
  },
34418
34573
  "RamdiskId": {
@@ -34422,7 +34577,7 @@
34422
34577
  "locationName": "subnetId"
34423
34578
  },
34424
34579
  "Monitoring": {
34425
- "shape": "S1nh",
34580
+ "shape": "S1np",
34426
34581
  "locationName": "monitoring"
34427
34582
  }
34428
34583
  }
@@ -34479,7 +34634,7 @@
34479
34634
  }
34480
34635
  }
34481
34636
  },
34482
- "S1nh": {
34637
+ "S1np": {
34483
34638
  "type": "structure",
34484
34639
  "required": [
34485
34640
  "Enabled"
@@ -34491,7 +34646,7 @@
34491
34646
  }
34492
34647
  }
34493
34648
  },
34494
- "S1nw": {
34649
+ "S1o4": {
34495
34650
  "type": "list",
34496
34651
  "member": {
34497
34652
  "locationName": "item",
@@ -34533,17 +34688,17 @@
34533
34688
  }
34534
34689
  }
34535
34690
  },
34536
- "S1ou": {
34691
+ "S1p2": {
34537
34692
  "type": "list",
34538
34693
  "member": {}
34539
34694
  },
34540
- "S1qd": {
34695
+ "S1ql": {
34541
34696
  "type": "list",
34542
34697
  "member": {
34543
34698
  "locationName": "item"
34544
34699
  }
34545
34700
  },
34546
- "S1qh": {
34701
+ "S1qp": {
34547
34702
  "type": "structure",
34548
34703
  "members": {
34549
34704
  "VerifiedAccessInstanceId": {
@@ -34562,7 +34717,7 @@
34562
34717
  "type": "boolean"
34563
34718
  },
34564
34719
  "DeliveryStatus": {
34565
- "shape": "S1qk",
34720
+ "shape": "S1qs",
34566
34721
  "locationName": "deliveryStatus"
34567
34722
  },
34568
34723
  "BucketName": {
@@ -34585,7 +34740,7 @@
34585
34740
  "type": "boolean"
34586
34741
  },
34587
34742
  "DeliveryStatus": {
34588
- "shape": "S1qk",
34743
+ "shape": "S1qs",
34589
34744
  "locationName": "deliveryStatus"
34590
34745
  },
34591
34746
  "LogGroup": {
@@ -34602,7 +34757,7 @@
34602
34757
  "type": "boolean"
34603
34758
  },
34604
34759
  "DeliveryStatus": {
34605
- "shape": "S1qk",
34760
+ "shape": "S1qs",
34606
34761
  "locationName": "deliveryStatus"
34607
34762
  },
34608
34763
  "DeliveryStream": {
@@ -34621,7 +34776,7 @@
34621
34776
  }
34622
34777
  }
34623
34778
  },
34624
- "S1qk": {
34779
+ "S1qs": {
34625
34780
  "type": "structure",
34626
34781
  "members": {
34627
34782
  "Code": {
@@ -34632,7 +34787,7 @@
34632
34787
  }
34633
34788
  }
34634
34789
  },
34635
- "S1rl": {
34790
+ "S1rt": {
34636
34791
  "type": "structure",
34637
34792
  "members": {
34638
34793
  "VolumeId": {
@@ -34696,19 +34851,19 @@
34696
34851
  }
34697
34852
  }
34698
34853
  },
34699
- "S1rr": {
34854
+ "S1rz": {
34700
34855
  "type": "list",
34701
34856
  "member": {
34702
34857
  "locationName": "VpcId"
34703
34858
  }
34704
34859
  },
34705
- "S1tr": {
34860
+ "S1tz": {
34706
34861
  "type": "list",
34707
34862
  "member": {
34708
34863
  "locationName": "AvailabilityZone"
34709
34864
  }
34710
34865
  },
34711
- "S1ug": {
34866
+ "S1uo": {
34712
34867
  "type": "structure",
34713
34868
  "members": {
34714
34869
  "TransitGatewayAttachmentId": {
@@ -34731,7 +34886,7 @@
34731
34886
  }
34732
34887
  }
34733
34888
  },
34734
- "S1xw": {
34889
+ "S1y4": {
34735
34890
  "type": "structure",
34736
34891
  "members": {
34737
34892
  "InstanceFamily": {
@@ -34742,13 +34897,13 @@
34742
34897
  }
34743
34898
  }
34744
34899
  },
34745
- "S1yd": {
34900
+ "S1yl": {
34746
34901
  "type": "list",
34747
34902
  "member": {
34748
34903
  "locationName": "item"
34749
34904
  }
34750
34905
  },
34751
- "S1yf": {
34906
+ "S1yn": {
34752
34907
  "type": "list",
34753
34908
  "member": {
34754
34909
  "locationName": "item",
@@ -34783,19 +34938,19 @@
34783
34938
  }
34784
34939
  }
34785
34940
  },
34786
- "S1yk": {
34941
+ "S1ys": {
34787
34942
  "type": "list",
34788
34943
  "member": {
34789
34944
  "locationName": "item"
34790
34945
  }
34791
34946
  },
34792
- "S1yl": {
34947
+ "S1yt": {
34793
34948
  "type": "list",
34794
34949
  "member": {
34795
34950
  "locationName": "item"
34796
34951
  }
34797
34952
  },
34798
- "S1zl": {
34953
+ "S1zt": {
34799
34954
  "type": "structure",
34800
34955
  "members": {
34801
34956
  "IpamId": {
@@ -34847,7 +35002,7 @@
34847
35002
  }
34848
35003
  }
34849
35004
  },
34850
- "S209": {
35005
+ "S20h": {
34851
35006
  "type": "structure",
34852
35007
  "members": {
34853
35008
  "HourlyPrice": {
@@ -34861,14 +35016,14 @@
34861
35016
  }
34862
35017
  }
34863
35018
  },
34864
- "S210": {
35019
+ "S218": {
34865
35020
  "type": "list",
34866
35021
  "member": {
34867
35022
  "shape": "Sns",
34868
35023
  "locationName": "item"
34869
35024
  }
34870
35025
  },
34871
- "S22c": {
35026
+ "S22k": {
34872
35027
  "type": "structure",
34873
35028
  "members": {
34874
35029
  "Comment": {},
@@ -34883,14 +35038,14 @@
34883
35038
  }
34884
35039
  }
34885
35040
  },
34886
- "S22f": {
35041
+ "S22n": {
34887
35042
  "type": "structure",
34888
35043
  "members": {
34889
35044
  "S3Bucket": {},
34890
35045
  "S3Key": {}
34891
35046
  }
34892
35047
  },
34893
- "S22m": {
35048
+ "S22u": {
34894
35049
  "type": "structure",
34895
35050
  "required": [
34896
35051
  "Bytes",
@@ -34911,7 +35066,7 @@
34911
35066
  }
34912
35067
  }
34913
35068
  },
34914
- "S22n": {
35069
+ "S22v": {
34915
35070
  "type": "structure",
34916
35071
  "required": [
34917
35072
  "Size"
@@ -34923,25 +35078,25 @@
34923
35078
  }
34924
35079
  }
34925
35080
  },
34926
- "S23s": {
35081
+ "S245": {
34927
35082
  "type": "list",
34928
35083
  "member": {
34929
35084
  "locationName": "UserId"
34930
35085
  }
34931
35086
  },
34932
- "S23t": {
35087
+ "S246": {
34933
35088
  "type": "list",
34934
35089
  "member": {
34935
35090
  "locationName": "UserGroup"
34936
35091
  }
34937
35092
  },
34938
- "S23u": {
35093
+ "S247": {
34939
35094
  "type": "list",
34940
35095
  "member": {
34941
35096
  "locationName": "ProductCode"
34942
35097
  }
34943
35098
  },
34944
- "S23w": {
35099
+ "S249": {
34945
35100
  "type": "list",
34946
35101
  "member": {
34947
35102
  "locationName": "item",
@@ -34952,14 +35107,14 @@
34952
35107
  }
34953
35108
  }
34954
35109
  },
34955
- "S241": {
35110
+ "S24e": {
34956
35111
  "type": "list",
34957
35112
  "member": {
34958
35113
  "shape": "S1h",
34959
35114
  "locationName": "item"
34960
35115
  }
34961
35116
  },
34962
- "S24e": {
35117
+ "S24r": {
34963
35118
  "type": "structure",
34964
35119
  "members": {
34965
35120
  "CapacityReservationPreference": {},
@@ -34968,7 +35123,7 @@
34968
35123
  }
34969
35124
  }
34970
35125
  },
34971
- "S253": {
35126
+ "S25g": {
34972
35127
  "type": "list",
34973
35128
  "member": {
34974
35129
  "type": "structure",
@@ -34977,7 +35132,7 @@
34977
35132
  }
34978
35133
  }
34979
35134
  },
34980
- "S27r": {
35135
+ "S284": {
34981
35136
  "type": "structure",
34982
35137
  "members": {
34983
35138
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34991,7 +35146,7 @@
34991
35146
  }
34992
35147
  }
34993
35148
  },
34994
- "S27t": {
35149
+ "S286": {
34995
35150
  "type": "structure",
34996
35151
  "members": {
34997
35152
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35008,7 +35163,7 @@
35008
35163
  }
35009
35164
  }
35010
35165
  },
35011
- "S288": {
35166
+ "S28l": {
35012
35167
  "type": "list",
35013
35168
  "member": {
35014
35169
  "locationName": "item",
@@ -35024,13 +35179,13 @@
35024
35179
  }
35025
35180
  }
35026
35181
  },
35027
- "S2bz": {
35182
+ "S2cc": {
35028
35183
  "type": "list",
35029
35184
  "member": {
35030
35185
  "locationName": "SecurityGroupId"
35031
35186
  }
35032
35187
  },
35033
- "S2cn": {
35188
+ "S2d0": {
35034
35189
  "type": "list",
35035
35190
  "member": {
35036
35191
  "locationName": "item",
@@ -35050,7 +35205,7 @@
35050
35205
  }
35051
35206
  }
35052
35207
  },
35053
- "S2db": {
35208
+ "S2dq": {
35054
35209
  "type": "list",
35055
35210
  "member": {
35056
35211
  "locationName": "item",