cdk-lambda-subminute 2.0.299 → 2.0.301

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +36 -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/cloudtrail-2013-11-01.min.json +37 -31
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +369 -20
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +108 -15
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +434 -269
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +15 -5
  13. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +93 -31
  14. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +3 -0
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +259 -101
  16. package/node_modules/aws-sdk/apis/glue-2017-03-31.paginators.json +10 -0
  17. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +724 -151
  18. package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
  19. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +60 -50
  20. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +578 -33
  21. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +15 -0
  22. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +32 -26
  23. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +69 -51
  24. package/node_modules/aws-sdk/apis/macie2-2020-01-01.min.json +52 -12
  25. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +31 -26
  26. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1426 -59
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +54 -0
  28. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +909 -335
  29. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +6 -0
  30. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +6 -2
  31. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +562 -53
  32. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +4 -0
  33. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +977 -974
  34. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +161 -146
  35. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +201 -52
  36. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.paginators.json +6 -0
  37. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +1119 -79
  38. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +52 -0
  39. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +121 -105
  40. package/node_modules/aws-sdk/clients/autoscaling.d.ts +33 -4
  41. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +29 -4
  42. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +386 -5
  43. package/node_modules/aws-sdk/clients/dlm.d.ts +151 -23
  44. package/node_modules/aws-sdk/clients/ec2.d.ts +198 -2
  45. package/node_modules/aws-sdk/clients/fsx.d.ts +7 -3
  46. package/node_modules/aws-sdk/clients/glue.d.ts +228 -0
  47. package/node_modules/aws-sdk/clients/imagebuilder.d.ts +776 -60
  48. package/node_modules/aws-sdk/clients/iot.d.ts +23 -6
  49. package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +593 -6
  50. package/node_modules/aws-sdk/clients/kafka.d.ts +13 -0
  51. package/node_modules/aws-sdk/clients/lambda.d.ts +40 -6
  52. package/node_modules/aws-sdk/clients/macie2.d.ts +54 -16
  53. package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -2
  54. package/node_modules/aws-sdk/clients/mwaa.d.ts +28 -5
  55. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +1860 -96
  56. package/node_modules/aws-sdk/clients/polly.d.ts +9 -9
  57. package/node_modules/aws-sdk/clients/quicksight.d.ts +537 -20
  58. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  59. package/node_modules/aws-sdk/clients/redshift.d.ts +6 -2
  60. package/node_modules/aws-sdk/clients/s3control.d.ts +359 -7
  61. package/node_modules/aws-sdk/clients/sagemaker.d.ts +12 -2
  62. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -8
  63. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +191 -40
  64. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +1517 -128
  65. package/node_modules/aws-sdk/clients/transfer.d.ts +25 -1
  66. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  67. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +36 -36
  68. package/node_modules/aws-sdk/dist/aws-sdk.js +888 -647
  69. package/node_modules/aws-sdk/dist/aws-sdk.min.js +100 -100
  70. package/node_modules/aws-sdk/lib/core.js +1 -1
  71. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  72. package/node_modules/aws-sdk/lib/dynamodb/document_client.js +1 -1
  73. package/node_modules/aws-sdk/package.json +1 -1
  74. package/package.json +5 -5
@@ -4765,7 +4765,8 @@
4765
4765
  "DeviceOptions": {
4766
4766
  "type": "structure",
4767
4767
  "members": {
4768
- "TenantId": {}
4768
+ "TenantId": {},
4769
+ "PublicSigningKeyUrl": {}
4769
4770
  }
4770
4771
  },
4771
4772
  "PolicyReferenceName": {},
@@ -12060,6 +12061,79 @@
12060
12061
  }
12061
12062
  }
12062
12063
  },
12064
+ "DescribeLockedSnapshots": {
12065
+ "input": {
12066
+ "type": "structure",
12067
+ "members": {
12068
+ "Filters": {
12069
+ "shape": "Szv",
12070
+ "locationName": "Filter"
12071
+ },
12072
+ "MaxResults": {
12073
+ "type": "integer"
12074
+ },
12075
+ "NextToken": {},
12076
+ "SnapshotIds": {
12077
+ "shape": "S1gf",
12078
+ "locationName": "SnapshotId"
12079
+ },
12080
+ "DryRun": {
12081
+ "type": "boolean"
12082
+ }
12083
+ }
12084
+ },
12085
+ "output": {
12086
+ "type": "structure",
12087
+ "members": {
12088
+ "Snapshots": {
12089
+ "locationName": "snapshotSet",
12090
+ "type": "list",
12091
+ "member": {
12092
+ "locationName": "item",
12093
+ "type": "structure",
12094
+ "members": {
12095
+ "OwnerId": {
12096
+ "locationName": "ownerId"
12097
+ },
12098
+ "SnapshotId": {
12099
+ "locationName": "snapshotId"
12100
+ },
12101
+ "LockState": {
12102
+ "locationName": "lockState"
12103
+ },
12104
+ "LockDuration": {
12105
+ "locationName": "lockDuration",
12106
+ "type": "integer"
12107
+ },
12108
+ "CoolOffPeriod": {
12109
+ "locationName": "coolOffPeriod",
12110
+ "type": "integer"
12111
+ },
12112
+ "CoolOffPeriodExpiresOn": {
12113
+ "locationName": "coolOffPeriodExpiresOn",
12114
+ "type": "timestamp"
12115
+ },
12116
+ "LockCreatedOn": {
12117
+ "locationName": "lockCreatedOn",
12118
+ "type": "timestamp"
12119
+ },
12120
+ "LockDurationStartTime": {
12121
+ "locationName": "lockDurationStartTime",
12122
+ "type": "timestamp"
12123
+ },
12124
+ "LockExpiresOn": {
12125
+ "locationName": "lockExpiresOn",
12126
+ "type": "timestamp"
12127
+ }
12128
+ }
12129
+ }
12130
+ },
12131
+ "NextToken": {
12132
+ "locationName": "nextToken"
12133
+ }
12134
+ }
12135
+ }
12136
+ },
12063
12137
  "DescribeManagedPrefixLists": {
12064
12138
  "input": {
12065
12139
  "type": "structure",
@@ -12268,7 +12342,7 @@
12268
12342
  "locationName": "networkInsightsAccessScopeAnalysisSet",
12269
12343
  "type": "list",
12270
12344
  "member": {
12271
- "shape": "S1h2",
12345
+ "shape": "S1hb",
12272
12346
  "locationName": "item"
12273
12347
  }
12274
12348
  },
@@ -12357,7 +12431,7 @@
12357
12431
  "locationName": "networkInsightsAnalysisSet",
12358
12432
  "type": "list",
12359
12433
  "member": {
12360
- "shape": "S1hd",
12434
+ "shape": "S1hm",
12361
12435
  "locationName": "item"
12362
12436
  }
12363
12437
  },
@@ -12710,7 +12784,7 @@
12710
12784
  "locationName": "poolAddressRangeSet",
12711
12785
  "type": "list",
12712
12786
  "member": {
12713
- "shape": "S1jg",
12787
+ "shape": "S1jp",
12714
12788
  "locationName": "item"
12715
12789
  }
12716
12790
  },
@@ -12838,7 +12912,7 @@
12838
12912
  },
12839
12913
  "OfferingClass": {},
12840
12914
  "ReservedInstancesIds": {
12841
- "shape": "S1jt",
12915
+ "shape": "S1k2",
12842
12916
  "locationName": "ReservedInstancesId"
12843
12917
  },
12844
12918
  "DryRun": {
@@ -12912,7 +12986,7 @@
12912
12986
  "locationName": "offeringType"
12913
12987
  },
12914
12988
  "RecurringCharges": {
12915
- "shape": "S1k1",
12989
+ "shape": "S1ka",
12916
12990
  "locationName": "recurringCharges"
12917
12991
  },
12918
12992
  "Scope": {
@@ -13009,7 +13083,7 @@
13009
13083
  "locationName": "reservedInstancesId"
13010
13084
  },
13011
13085
  "TargetConfiguration": {
13012
- "shape": "S1kf",
13086
+ "shape": "S1ko",
13013
13087
  "locationName": "targetConfiguration"
13014
13088
  }
13015
13089
  }
@@ -13164,7 +13238,7 @@
13164
13238
  }
13165
13239
  },
13166
13240
  "RecurringCharges": {
13167
- "shape": "S1k1",
13241
+ "shape": "S1ka",
13168
13242
  "locationName": "recurringCharges"
13169
13243
  },
13170
13244
  "Scope": {
@@ -13332,7 +13406,7 @@
13332
13406
  "locationName": "purchaseToken"
13333
13407
  },
13334
13408
  "Recurrence": {
13335
- "shape": "S1l2",
13409
+ "shape": "S1lb",
13336
13410
  "locationName": "recurrence"
13337
13411
  },
13338
13412
  "SlotDurationInHours": {
@@ -13394,7 +13468,7 @@
13394
13468
  "locationName": "scheduledInstanceSet",
13395
13469
  "type": "list",
13396
13470
  "member": {
13397
- "shape": "S1la",
13471
+ "shape": "S1lj",
13398
13472
  "locationName": "item"
13399
13473
  }
13400
13474
  }
@@ -13453,7 +13527,7 @@
13453
13527
  "locationName": "Filter"
13454
13528
  },
13455
13529
  "SecurityGroupRuleIds": {
13456
- "shape": "S1lh",
13530
+ "shape": "S1lq",
13457
13531
  "locationName": "SecurityGroupRuleId"
13458
13532
  },
13459
13533
  "DryRun": {
@@ -13491,7 +13565,7 @@
13491
13565
  "locationName": "GroupId"
13492
13566
  },
13493
13567
  "GroupNames": {
13494
- "shape": "S1ll",
13568
+ "shape": "S1lu",
13495
13569
  "locationName": "GroupName"
13496
13570
  },
13497
13571
  "DryRun": {
@@ -13570,7 +13644,7 @@
13570
13644
  "type": "structure",
13571
13645
  "members": {
13572
13646
  "CreateVolumePermissions": {
13573
- "shape": "S1lt",
13647
+ "shape": "S1m2",
13574
13648
  "locationName": "createVolumePermission"
13575
13649
  },
13576
13650
  "ProductCodes": {
@@ -13682,7 +13756,7 @@
13682
13756
  "member": {}
13683
13757
  },
13684
13758
  "SnapshotIds": {
13685
- "shape": "S1m3",
13759
+ "shape": "S1gf",
13686
13760
  "locationName": "SnapshotId"
13687
13761
  },
13688
13762
  "DryRun": {
@@ -13881,7 +13955,7 @@
13881
13955
  "type": "timestamp"
13882
13956
  },
13883
13957
  "SpotFleetRequestConfig": {
13884
- "shape": "S1mm",
13958
+ "shape": "S1mu",
13885
13959
  "locationName": "spotFleetRequestConfig"
13886
13960
  },
13887
13961
  "SpotFleetRequestId": {
@@ -13926,7 +14000,7 @@
13926
14000
  "type": "structure",
13927
14001
  "members": {
13928
14002
  "SpotInstanceRequests": {
13929
- "shape": "S1ne",
14003
+ "shape": "S1nm",
13930
14004
  "locationName": "spotInstanceRequestSet"
13931
14005
  },
13932
14006
  "NextToken": {
@@ -14052,11 +14126,11 @@
14052
14126
  "locationName": "groupName"
14053
14127
  },
14054
14128
  "StaleIpPermissions": {
14055
- "shape": "S1nw",
14129
+ "shape": "S1o4",
14056
14130
  "locationName": "staleIpPermissions"
14057
14131
  },
14058
14132
  "StaleIpPermissionsEgress": {
14059
- "shape": "S1nw",
14133
+ "shape": "S1o4",
14060
14134
  "locationName": "staleIpPermissionsEgress"
14061
14135
  },
14062
14136
  "VpcId": {
@@ -14356,7 +14430,7 @@
14356
14430
  "type": "structure",
14357
14431
  "members": {
14358
14432
  "TransitGatewayAttachmentIds": {
14359
- "shape": "S1ou"
14433
+ "shape": "S1p2"
14360
14434
  },
14361
14435
  "Filters": {
14362
14436
  "shape": "Szv",
@@ -14476,7 +14550,7 @@
14476
14550
  "type": "structure",
14477
14551
  "members": {
14478
14552
  "TransitGatewayAttachmentIds": {
14479
- "shape": "S1ou"
14553
+ "shape": "S1p2"
14480
14554
  },
14481
14555
  "Filters": {
14482
14556
  "shape": "Szv",
@@ -14553,7 +14627,7 @@
14553
14627
  "type": "structure",
14554
14628
  "members": {
14555
14629
  "TransitGatewayAttachmentIds": {
14556
- "shape": "S1ou"
14630
+ "shape": "S1p2"
14557
14631
  },
14558
14632
  "Filters": {
14559
14633
  "shape": "Szv",
@@ -14710,7 +14784,7 @@
14710
14784
  "type": "structure",
14711
14785
  "members": {
14712
14786
  "TransitGatewayAttachmentIds": {
14713
- "shape": "S1ou"
14787
+ "shape": "S1p2"
14714
14788
  },
14715
14789
  "Filters": {
14716
14790
  "shape": "Szv",
@@ -14913,7 +14987,7 @@
14913
14987
  "type": "structure",
14914
14988
  "members": {
14915
14989
  "VerifiedAccessInstanceIds": {
14916
- "shape": "S1qd",
14990
+ "shape": "S1ql",
14917
14991
  "locationName": "VerifiedAccessInstanceId"
14918
14992
  },
14919
14993
  "MaxResults": {
@@ -14936,7 +15010,7 @@
14936
15010
  "locationName": "loggingConfigurationSet",
14937
15011
  "type": "list",
14938
15012
  "member": {
14939
- "shape": "S1qh",
15013
+ "shape": "S1qp",
14940
15014
  "locationName": "item"
14941
15015
  }
14942
15016
  },
@@ -14951,7 +15025,7 @@
14951
15025
  "type": "structure",
14952
15026
  "members": {
14953
15027
  "VerifiedAccessInstanceIds": {
14954
- "shape": "S1qd",
15028
+ "shape": "S1ql",
14955
15029
  "locationName": "VerifiedAccessInstanceId"
14956
15030
  },
14957
15031
  "MaxResults": {
@@ -15271,7 +15345,7 @@
15271
15345
  "locationName": "volumeModificationSet",
15272
15346
  "type": "list",
15273
15347
  "member": {
15274
- "shape": "S1rl",
15348
+ "shape": "S1rt",
15275
15349
  "locationName": "item"
15276
15350
  }
15277
15351
  },
@@ -15331,7 +15405,7 @@
15331
15405
  "type": "boolean"
15332
15406
  },
15333
15407
  "VpcIds": {
15334
- "shape": "S1rr",
15408
+ "shape": "S1rz",
15335
15409
  "locationName": "VpcId"
15336
15410
  }
15337
15411
  }
@@ -15375,7 +15449,7 @@
15375
15449
  "locationName": "nextToken"
15376
15450
  },
15377
15451
  "VpcIds": {
15378
- "shape": "S1rr"
15452
+ "shape": "S1rz"
15379
15453
  }
15380
15454
  }
15381
15455
  },
@@ -16178,11 +16252,11 @@
16178
16252
  ],
16179
16253
  "members": {
16180
16254
  "AvailabilityZones": {
16181
- "shape": "S1tr",
16255
+ "shape": "S1tz",
16182
16256
  "locationName": "AvailabilityZone"
16183
16257
  },
16184
16258
  "SourceSnapshotIds": {
16185
- "shape": "S1m3",
16259
+ "shape": "S1gf",
16186
16260
  "locationName": "SourceSnapshotId"
16187
16261
  },
16188
16262
  "DryRun": {
@@ -16425,7 +16499,7 @@
16425
16499
  "type": "structure",
16426
16500
  "members": {
16427
16501
  "Propagation": {
16428
- "shape": "S1ug",
16502
+ "shape": "S1uo",
16429
16503
  "locationName": "propagation"
16430
16504
  }
16431
16505
  }
@@ -17005,11 +17079,11 @@
17005
17079
  ],
17006
17080
  "members": {
17007
17081
  "AvailabilityZones": {
17008
- "shape": "S1tr",
17082
+ "shape": "S1tz",
17009
17083
  "locationName": "AvailabilityZone"
17010
17084
  },
17011
17085
  "SourceSnapshotIds": {
17012
- "shape": "S1m3",
17086
+ "shape": "S1gf",
17013
17087
  "locationName": "SourceSnapshotId"
17014
17088
  },
17015
17089
  "DryRun": {
@@ -17283,7 +17357,7 @@
17283
17357
  "type": "structure",
17284
17358
  "members": {
17285
17359
  "Propagation": {
17286
- "shape": "S1ug",
17360
+ "shape": "S1uo",
17287
17361
  "locationName": "propagation"
17288
17362
  }
17289
17363
  }
@@ -17897,7 +17971,7 @@
17897
17971
  "type": "structure",
17898
17972
  "members": {
17899
17973
  "InstanceFamilyCreditSpecification": {
17900
- "shape": "S1xw",
17974
+ "shape": "S1y4",
17901
17975
  "locationName": "instanceFamilyCreditSpecification"
17902
17976
  }
17903
17977
  }
@@ -18047,7 +18121,7 @@
18047
18121
  ],
18048
18122
  "members": {
18049
18123
  "HostIdSet": {
18050
- "shape": "S1yd"
18124
+ "shape": "S1yl"
18051
18125
  },
18052
18126
  "OfferingId": {}
18053
18127
  }
@@ -18059,7 +18133,7 @@
18059
18133
  "locationName": "currencyCode"
18060
18134
  },
18061
18135
  "Purchase": {
18062
- "shape": "S1yf",
18136
+ "shape": "S1yn",
18063
18137
  "locationName": "purchase"
18064
18138
  },
18065
18139
  "TotalHourlyPrice": {
@@ -18102,11 +18176,11 @@
18102
18176
  "type": "boolean"
18103
18177
  },
18104
18178
  "ArchitectureTypes": {
18105
- "shape": "S1yk",
18179
+ "shape": "S1ys",
18106
18180
  "locationName": "ArchitectureType"
18107
18181
  },
18108
18182
  "VirtualizationTypes": {
18109
- "shape": "S1yl",
18183
+ "shape": "S1yt",
18110
18184
  "locationName": "VirtualizationType"
18111
18185
  },
18112
18186
  "InstanceRequirements": {
@@ -18503,7 +18577,7 @@
18503
18577
  "locationName": "ipamResourceCidrSet",
18504
18578
  "type": "list",
18505
18579
  "member": {
18506
- "shape": "S1zl",
18580
+ "shape": "S1zt",
18507
18581
  "locationName": "item"
18508
18582
  }
18509
18583
  }
@@ -18663,7 +18737,7 @@
18663
18737
  "locationName": "findingId"
18664
18738
  },
18665
18739
  "FindingComponents": {
18666
- "shape": "S1hf",
18740
+ "shape": "S1ho",
18667
18741
  "locationName": "findingComponentSet"
18668
18742
  }
18669
18743
  }
@@ -18768,7 +18842,7 @@
18768
18842
  "locationName": "paymentDue"
18769
18843
  },
18770
18844
  "ReservedInstanceValueRollup": {
18771
- "shape": "S209",
18845
+ "shape": "S20h",
18772
18846
  "locationName": "reservedInstanceValueRollup"
18773
18847
  },
18774
18848
  "ReservedInstanceValueSet": {
@@ -18779,7 +18853,7 @@
18779
18853
  "type": "structure",
18780
18854
  "members": {
18781
18855
  "ReservationValue": {
18782
- "shape": "S209",
18856
+ "shape": "S20h",
18783
18857
  "locationName": "reservationValue"
18784
18858
  },
18785
18859
  "ReservedInstanceId": {
@@ -18789,7 +18863,7 @@
18789
18863
  }
18790
18864
  },
18791
18865
  "TargetConfigurationValueRollup": {
18792
- "shape": "S209",
18866
+ "shape": "S20h",
18793
18867
  "locationName": "targetConfigurationValueRollup"
18794
18868
  },
18795
18869
  "TargetConfigurationValueSet": {
@@ -18800,7 +18874,7 @@
18800
18874
  "type": "structure",
18801
18875
  "members": {
18802
18876
  "ReservationValue": {
18803
- "shape": "S209",
18877
+ "shape": "S20h",
18804
18878
  "locationName": "reservationValue"
18805
18879
  },
18806
18880
  "TargetConfiguration": {
@@ -18949,11 +19023,11 @@
18949
19023
  "type": "structure",
18950
19024
  "members": {
18951
19025
  "ArchitectureTypes": {
18952
- "shape": "S1yk",
19026
+ "shape": "S1ys",
18953
19027
  "locationName": "ArchitectureType"
18954
19028
  },
18955
19029
  "VirtualizationTypes": {
18956
- "shape": "S1yl",
19030
+ "shape": "S1yt",
18957
19031
  "locationName": "VirtualizationType"
18958
19032
  },
18959
19033
  "InstanceRequirements": {
@@ -19024,11 +19098,11 @@
19024
19098
  "type": "structure",
19025
19099
  "members": {
19026
19100
  "SubnetIpv4CidrReservations": {
19027
- "shape": "S210",
19101
+ "shape": "S218",
19028
19102
  "locationName": "subnetIpv4CidrReservationSet"
19029
19103
  },
19030
19104
  "SubnetIpv6CidrReservations": {
19031
- "shape": "S210",
19105
+ "shape": "S218",
19032
19106
  "locationName": "subnetIpv6CidrReservationSet"
19033
19107
  },
19034
19108
  "NextToken": {
@@ -19605,7 +19679,7 @@
19605
19679
  "members": {
19606
19680
  "Architecture": {},
19607
19681
  "ClientData": {
19608
- "shape": "S22c"
19682
+ "shape": "S22k"
19609
19683
  },
19610
19684
  "ClientToken": {},
19611
19685
  "Description": {},
@@ -19624,7 +19698,7 @@
19624
19698
  "shape": "S18d"
19625
19699
  },
19626
19700
  "UserBucket": {
19627
- "shape": "S22f"
19701
+ "shape": "S22n"
19628
19702
  }
19629
19703
  }
19630
19704
  }
@@ -19734,10 +19808,10 @@
19734
19808
  "members": {
19735
19809
  "Description": {},
19736
19810
  "Image": {
19737
- "shape": "S22m"
19811
+ "shape": "S22u"
19738
19812
  },
19739
19813
  "Volume": {
19740
- "shape": "S22n"
19814
+ "shape": "S22v"
19741
19815
  }
19742
19816
  }
19743
19817
  }
@@ -19860,7 +19934,7 @@
19860
19934
  "type": "structure",
19861
19935
  "members": {
19862
19936
  "ClientData": {
19863
- "shape": "S22c"
19937
+ "shape": "S22k"
19864
19938
  },
19865
19939
  "ClientToken": {},
19866
19940
  "Description": {},
@@ -19873,7 +19947,7 @@
19873
19947
  "shape": "S18d"
19874
19948
  },
19875
19949
  "UserBucket": {
19876
- "shape": "S22f"
19950
+ "shape": "S22n"
19877
19951
  }
19878
19952
  }
19879
19953
  },
@@ -19931,11 +20005,11 @@
19931
20005
  "type": "boolean"
19932
20006
  },
19933
20007
  "Image": {
19934
- "shape": "S22m",
20008
+ "shape": "S22u",
19935
20009
  "locationName": "image"
19936
20010
  },
19937
20011
  "Volume": {
19938
- "shape": "S22n",
20012
+ "shape": "S22v",
19939
20013
  "locationName": "volume"
19940
20014
  }
19941
20015
  }
@@ -20012,7 +20086,7 @@
20012
20086
  },
20013
20087
  "NextToken": {},
20014
20088
  "SnapshotIds": {
20015
- "shape": "S1m3",
20089
+ "shape": "S1gf",
20016
20090
  "locationName": "SnapshotId"
20017
20091
  },
20018
20092
  "DryRun": {
@@ -20056,6 +20130,66 @@
20056
20130
  }
20057
20131
  }
20058
20132
  },
20133
+ "LockSnapshot": {
20134
+ "input": {
20135
+ "type": "structure",
20136
+ "required": [
20137
+ "SnapshotId",
20138
+ "LockMode"
20139
+ ],
20140
+ "members": {
20141
+ "SnapshotId": {},
20142
+ "DryRun": {
20143
+ "type": "boolean"
20144
+ },
20145
+ "LockMode": {},
20146
+ "CoolOffPeriod": {
20147
+ "type": "integer"
20148
+ },
20149
+ "LockDuration": {
20150
+ "type": "integer"
20151
+ },
20152
+ "ExpirationDate": {
20153
+ "type": "timestamp"
20154
+ }
20155
+ }
20156
+ },
20157
+ "output": {
20158
+ "type": "structure",
20159
+ "members": {
20160
+ "SnapshotId": {
20161
+ "locationName": "snapshotId"
20162
+ },
20163
+ "LockState": {
20164
+ "locationName": "lockState"
20165
+ },
20166
+ "LockDuration": {
20167
+ "locationName": "lockDuration",
20168
+ "type": "integer"
20169
+ },
20170
+ "CoolOffPeriod": {
20171
+ "locationName": "coolOffPeriod",
20172
+ "type": "integer"
20173
+ },
20174
+ "CoolOffPeriodExpiresOn": {
20175
+ "locationName": "coolOffPeriodExpiresOn",
20176
+ "type": "timestamp"
20177
+ },
20178
+ "LockCreatedOn": {
20179
+ "locationName": "lockCreatedOn",
20180
+ "type": "timestamp"
20181
+ },
20182
+ "LockExpiresOn": {
20183
+ "locationName": "lockExpiresOn",
20184
+ "type": "timestamp"
20185
+ },
20186
+ "LockDurationStartTime": {
20187
+ "locationName": "lockDurationStartTime",
20188
+ "type": "timestamp"
20189
+ }
20190
+ }
20191
+ }
20192
+ },
20059
20193
  "ModifyAddressAttribute": {
20060
20194
  "input": {
20061
20195
  "type": "structure",
@@ -20250,7 +20384,7 @@
20250
20384
  "type": "structure",
20251
20385
  "members": {
20252
20386
  "InstanceFamilyCreditSpecification": {
20253
- "shape": "S1xw",
20387
+ "shape": "S1y4",
20254
20388
  "locationName": "instanceFamilyCreditSpecification"
20255
20389
  }
20256
20390
  }
@@ -20324,25 +20458,25 @@
20324
20458
  "Attribute": {},
20325
20459
  "OperationType": {},
20326
20460
  "UserIds": {
20327
- "shape": "S23s",
20461
+ "shape": "S245",
20328
20462
  "locationName": "UserId"
20329
20463
  },
20330
20464
  "UserGroups": {
20331
- "shape": "S23t",
20465
+ "shape": "S246",
20332
20466
  "locationName": "UserGroup"
20333
20467
  },
20334
20468
  "ProductCodes": {
20335
- "shape": "S23u",
20469
+ "shape": "S247",
20336
20470
  "locationName": "ProductCode"
20337
20471
  },
20338
20472
  "LoadPermission": {
20339
20473
  "type": "structure",
20340
20474
  "members": {
20341
20475
  "Add": {
20342
- "shape": "S23w"
20476
+ "shape": "S249"
20343
20477
  },
20344
20478
  "Remove": {
20345
- "shape": "S23w"
20479
+ "shape": "S249"
20346
20480
  }
20347
20481
  }
20348
20482
  },
@@ -20388,7 +20522,7 @@
20388
20522
  "locationName": "successful"
20389
20523
  },
20390
20524
  "Unsuccessful": {
20391
- "shape": "S241",
20525
+ "shape": "S24e",
20392
20526
  "locationName": "unsuccessful"
20393
20527
  }
20394
20528
  }
@@ -20456,15 +20590,15 @@
20456
20590
  },
20457
20591
  "OperationType": {},
20458
20592
  "ProductCodes": {
20459
- "shape": "S23u",
20593
+ "shape": "S247",
20460
20594
  "locationName": "ProductCode"
20461
20595
  },
20462
20596
  "UserGroups": {
20463
- "shape": "S23t",
20597
+ "shape": "S246",
20464
20598
  "locationName": "UserGroup"
20465
20599
  },
20466
20600
  "UserIds": {
20467
- "shape": "S23s",
20601
+ "shape": "S245",
20468
20602
  "locationName": "UserId"
20469
20603
  },
20470
20604
  "Value": {},
@@ -20609,7 +20743,7 @@
20609
20743
  "members": {
20610
20744
  "InstanceId": {},
20611
20745
  "CapacityReservationSpecification": {
20612
- "shape": "S24e"
20746
+ "shape": "S24r"
20613
20747
  },
20614
20748
  "DryRun": {
20615
20749
  "type": "boolean"
@@ -20869,7 +21003,7 @@
20869
21003
  "locationName": "AddOperatingRegion"
20870
21004
  },
20871
21005
  "RemoveOperatingRegions": {
20872
- "shape": "S253",
21006
+ "shape": "S25g",
20873
21007
  "locationName": "RemoveOperatingRegion"
20874
21008
  }
20875
21009
  }
@@ -20959,7 +21093,7 @@
20959
21093
  "type": "structure",
20960
21094
  "members": {
20961
21095
  "IpamResourceCidr": {
20962
- "shape": "S1zl",
21096
+ "shape": "S1zt",
20963
21097
  "locationName": "ipamResourceCidr"
20964
21098
  }
20965
21099
  }
@@ -20982,7 +21116,7 @@
20982
21116
  "locationName": "AddOperatingRegion"
20983
21117
  },
20984
21118
  "RemoveOperatingRegions": {
20985
- "shape": "S253",
21119
+ "shape": "S25g",
20986
21120
  "locationName": "RemoveOperatingRegion"
20987
21121
  }
20988
21122
  }
@@ -21207,7 +21341,7 @@
21207
21341
  ],
21208
21342
  "members": {
21209
21343
  "ReservedInstancesIds": {
21210
- "shape": "S1jt",
21344
+ "shape": "S1k2",
21211
21345
  "locationName": "ReservedInstancesId"
21212
21346
  },
21213
21347
  "ClientToken": {
@@ -21217,7 +21351,7 @@
21217
21351
  "locationName": "ReservedInstancesConfigurationSetItemType",
21218
21352
  "type": "list",
21219
21353
  "member": {
21220
- "shape": "S1kf",
21354
+ "shape": "S1ko",
21221
21355
  "locationName": "item"
21222
21356
  }
21223
21357
  }
@@ -21299,21 +21433,21 @@
21299
21433
  "type": "structure",
21300
21434
  "members": {
21301
21435
  "Add": {
21302
- "shape": "S1lt"
21436
+ "shape": "S1m2"
21303
21437
  },
21304
21438
  "Remove": {
21305
- "shape": "S1lt"
21439
+ "shape": "S1m2"
21306
21440
  }
21307
21441
  }
21308
21442
  },
21309
21443
  "GroupNames": {
21310
- "shape": "S1ll",
21444
+ "shape": "S1lu",
21311
21445
  "locationName": "UserGroup"
21312
21446
  },
21313
21447
  "OperationType": {},
21314
21448
  "SnapshotId": {},
21315
21449
  "UserIds": {
21316
- "shape": "S23s",
21450
+ "shape": "S245",
21317
21451
  "locationName": "UserId"
21318
21452
  },
21319
21453
  "DryRun": {
@@ -21361,7 +21495,7 @@
21361
21495
  "locationName": "excessCapacityTerminationPolicy"
21362
21496
  },
21363
21497
  "LaunchTemplateConfigs": {
21364
- "shape": "S1n1",
21498
+ "shape": "S1n9",
21365
21499
  "locationName": "LaunchTemplateConfig"
21366
21500
  },
21367
21501
  "SpotFleetRequestId": {
@@ -21909,7 +22043,7 @@
21909
22043
  "type": "structure",
21910
22044
  "members": {
21911
22045
  "LoggingConfiguration": {
21912
- "shape": "S1qh",
22046
+ "shape": "S1qp",
21913
22047
  "locationName": "loggingConfiguration"
21914
22048
  }
21915
22049
  }
@@ -21937,6 +22071,12 @@
21937
22071
  "Scope": {}
21938
22072
  }
21939
22073
  },
22074
+ "DeviceOptions": {
22075
+ "type": "structure",
22076
+ "members": {
22077
+ "PublicSigningKeyUrl": {}
22078
+ }
22079
+ },
21940
22080
  "Description": {},
21941
22081
  "DryRun": {
21942
22082
  "type": "boolean"
@@ -21989,7 +22129,7 @@
21989
22129
  "type": "structure",
21990
22130
  "members": {
21991
22131
  "VolumeModification": {
21992
- "shape": "S1rl",
22132
+ "shape": "S1rt",
21993
22133
  "locationName": "volumeModification"
21994
22134
  }
21995
22135
  }
@@ -22262,13 +22402,13 @@
22262
22402
  ],
22263
22403
  "members": {
22264
22404
  "AccepterPeeringConnectionOptions": {
22265
- "shape": "S27r"
22405
+ "shape": "S285"
22266
22406
  },
22267
22407
  "DryRun": {
22268
22408
  "type": "boolean"
22269
22409
  },
22270
22410
  "RequesterPeeringConnectionOptions": {
22271
- "shape": "S27r"
22411
+ "shape": "S285"
22272
22412
  },
22273
22413
  "VpcPeeringConnectionId": {}
22274
22414
  }
@@ -22277,11 +22417,11 @@
22277
22417
  "type": "structure",
22278
22418
  "members": {
22279
22419
  "AccepterPeeringConnectionOptions": {
22280
- "shape": "S27t",
22420
+ "shape": "S287",
22281
22421
  "locationName": "accepterPeeringConnectionOptions"
22282
22422
  },
22283
22423
  "RequesterPeeringConnectionOptions": {
22284
- "shape": "S27t",
22424
+ "shape": "S287",
22285
22425
  "locationName": "requesterPeeringConnectionOptions"
22286
22426
  }
22287
22427
  }
@@ -22505,7 +22645,7 @@
22505
22645
  "type": "structure",
22506
22646
  "members": {
22507
22647
  "InstanceMonitorings": {
22508
- "shape": "S288",
22648
+ "shape": "S28m",
22509
22649
  "locationName": "instancesSet"
22510
22650
  }
22511
22651
  }
@@ -22674,7 +22814,7 @@
22674
22814
  "locationName": "poolId"
22675
22815
  },
22676
22816
  "PoolAddressRange": {
22677
- "shape": "S1jg",
22817
+ "shape": "S1jp",
22678
22818
  "locationName": "poolAddressRange"
22679
22819
  }
22680
22820
  }
@@ -22720,7 +22860,7 @@
22720
22860
  "ClientToken": {},
22721
22861
  "CurrencyCode": {},
22722
22862
  "HostIdSet": {
22723
- "shape": "S1yd"
22863
+ "shape": "S1yl"
22724
22864
  },
22725
22865
  "LimitPrice": {},
22726
22866
  "OfferingId": {},
@@ -22740,7 +22880,7 @@
22740
22880
  "locationName": "currencyCode"
22741
22881
  },
22742
22882
  "Purchase": {
22743
- "shape": "S1yf",
22883
+ "shape": "S1yn",
22744
22884
  "locationName": "purchase"
22745
22885
  },
22746
22886
  "TotalHourlyPrice": {
@@ -22835,7 +22975,7 @@
22835
22975
  "locationName": "scheduledInstanceSet",
22836
22976
  "type": "list",
22837
22977
  "member": {
22838
- "shape": "S1la",
22978
+ "shape": "S1lj",
22839
22979
  "locationName": "item"
22840
22980
  }
22841
22981
  }
@@ -23199,7 +23339,7 @@
23199
23339
  "locationName": "successful"
23200
23340
  },
23201
23341
  "Unsuccessful": {
23202
- "shape": "S241",
23342
+ "shape": "S24e",
23203
23343
  "locationName": "unsuccessful"
23204
23344
  }
23205
23345
  }
@@ -23527,7 +23667,7 @@
23527
23667
  "type": "boolean"
23528
23668
  },
23529
23669
  "SpotFleetRequestConfig": {
23530
- "shape": "S1mm",
23670
+ "shape": "S1mu",
23531
23671
  "locationName": "spotFleetRequestConfig"
23532
23672
  }
23533
23673
  }
@@ -23611,15 +23751,15 @@
23611
23751
  "locationName": "keyName"
23612
23752
  },
23613
23753
  "Monitoring": {
23614
- "shape": "S1nh",
23754
+ "shape": "S1np",
23615
23755
  "locationName": "monitoring"
23616
23756
  },
23617
23757
  "NetworkInterfaces": {
23618
- "shape": "S1mw",
23758
+ "shape": "S1n4",
23619
23759
  "locationName": "NetworkInterface"
23620
23760
  },
23621
23761
  "Placement": {
23622
- "shape": "S1my",
23762
+ "shape": "S1n6",
23623
23763
  "locationName": "placement"
23624
23764
  },
23625
23765
  "RamdiskId": {
@@ -23659,7 +23799,7 @@
23659
23799
  "type": "structure",
23660
23800
  "members": {
23661
23801
  "SpotInstanceRequests": {
23662
- "shape": "S1ne",
23802
+ "shape": "S1nm",
23663
23803
  "locationName": "spotInstanceRequestSet"
23664
23804
  }
23665
23805
  }
@@ -24032,7 +24172,7 @@
24032
24172
  "locationName": "ipPermissions"
24033
24173
  },
24034
24174
  "SecurityGroupRuleIds": {
24035
- "shape": "S1lh",
24175
+ "shape": "S1lq",
24036
24176
  "locationName": "SecurityGroupRuleId"
24037
24177
  },
24038
24178
  "CidrIp": {
@@ -24095,7 +24235,7 @@
24095
24235
  "type": "boolean"
24096
24236
  },
24097
24237
  "SecurityGroupRuleIds": {
24098
- "shape": "S1lh",
24238
+ "shape": "S1lq",
24099
24239
  "locationName": "SecurityGroupRuleId"
24100
24240
  }
24101
24241
  }
@@ -24144,7 +24284,7 @@
24144
24284
  "type": "integer"
24145
24285
  },
24146
24286
  "Monitoring": {
24147
- "shape": "S1nh"
24287
+ "shape": "S1np"
24148
24288
  },
24149
24289
  "Placement": {
24150
24290
  "shape": "Sck"
@@ -24190,7 +24330,7 @@
24190
24330
  "locationName": "instanceInitiatedShutdownBehavior"
24191
24331
  },
24192
24332
  "NetworkInterfaces": {
24193
- "shape": "S1mw",
24333
+ "shape": "S1n4",
24194
24334
  "locationName": "networkInterface"
24195
24335
  },
24196
24336
  "PrivateIpAddress": {
@@ -24268,7 +24408,7 @@
24268
24408
  }
24269
24409
  },
24270
24410
  "CapacityReservationSpecification": {
24271
- "shape": "S24e"
24411
+ "shape": "S24r"
24272
24412
  },
24273
24413
  "HibernationOptions": {
24274
24414
  "type": "structure",
@@ -24434,7 +24574,7 @@
24434
24574
  "type": "integer"
24435
24575
  },
24436
24576
  "Groups": {
24437
- "shape": "S2bz",
24577
+ "shape": "S2cd",
24438
24578
  "locationName": "Group"
24439
24579
  },
24440
24580
  "Ipv6AddressCount": {
@@ -24483,7 +24623,7 @@
24483
24623
  },
24484
24624
  "RamdiskId": {},
24485
24625
  "SecurityGroupIds": {
24486
- "shape": "S2bz",
24626
+ "shape": "S2cd",
24487
24627
  "locationName": "SecurityGroupId"
24488
24628
  },
24489
24629
  "SubnetId": {},
@@ -24697,7 +24837,7 @@
24697
24837
  "type": "structure",
24698
24838
  "members": {
24699
24839
  "StartingInstances": {
24700
- "shape": "S2cn",
24840
+ "shape": "S2d1",
24701
24841
  "locationName": "instancesSet"
24702
24842
  }
24703
24843
  }
@@ -24728,7 +24868,7 @@
24728
24868
  "type": "structure",
24729
24869
  "members": {
24730
24870
  "NetworkInsightsAccessScopeAnalysis": {
24731
- "shape": "S1h2",
24871
+ "shape": "S1hb",
24732
24872
  "locationName": "networkInsightsAccessScopeAnalysis"
24733
24873
  }
24734
24874
  }
@@ -24748,7 +24888,7 @@
24748
24888
  "locationName": "AdditionalAccount"
24749
24889
  },
24750
24890
  "FilterInArns": {
24751
- "shape": "S1he",
24891
+ "shape": "S1hn",
24752
24892
  "locationName": "FilterInArn"
24753
24893
  },
24754
24894
  "DryRun": {
@@ -24767,7 +24907,7 @@
24767
24907
  "type": "structure",
24768
24908
  "members": {
24769
24909
  "NetworkInsightsAnalysis": {
24770
- "shape": "S1hd",
24910
+ "shape": "S1hm",
24771
24911
  "locationName": "networkInsightsAnalysis"
24772
24912
  }
24773
24913
  }
@@ -24824,7 +24964,7 @@
24824
24964
  "type": "structure",
24825
24965
  "members": {
24826
24966
  "StoppingInstances": {
24827
- "shape": "S2cn",
24967
+ "shape": "S2d1",
24828
24968
  "locationName": "instancesSet"
24829
24969
  }
24830
24970
  }
@@ -24899,7 +25039,7 @@
24899
25039
  "type": "structure",
24900
25040
  "members": {
24901
25041
  "TerminatingInstances": {
24902
- "shape": "S2cn",
25042
+ "shape": "S2d1",
24903
25043
  "locationName": "instancesSet"
24904
25044
  }
24905
25045
  }
@@ -24997,6 +25137,28 @@
24997
25137
  }
24998
25138
  }
24999
25139
  },
25140
+ "UnlockSnapshot": {
25141
+ "input": {
25142
+ "type": "structure",
25143
+ "required": [
25144
+ "SnapshotId"
25145
+ ],
25146
+ "members": {
25147
+ "SnapshotId": {},
25148
+ "DryRun": {
25149
+ "type": "boolean"
25150
+ }
25151
+ }
25152
+ },
25153
+ "output": {
25154
+ "type": "structure",
25155
+ "members": {
25156
+ "SnapshotId": {
25157
+ "locationName": "snapshotId"
25158
+ }
25159
+ }
25160
+ }
25161
+ },
25000
25162
  "UnmonitorInstances": {
25001
25163
  "input": {
25002
25164
  "type": "structure",
@@ -25018,7 +25180,7 @@
25018
25180
  "type": "structure",
25019
25181
  "members": {
25020
25182
  "InstanceMonitorings": {
25021
- "shape": "S288",
25183
+ "shape": "S28m",
25022
25184
  "locationName": "instancesSet"
25023
25185
  }
25024
25186
  }
@@ -25037,7 +25199,7 @@
25037
25199
  "shape": "S6q"
25038
25200
  },
25039
25201
  "SecurityGroupRuleDescriptions": {
25040
- "shape": "S2db",
25202
+ "shape": "S2dr",
25041
25203
  "locationName": "SecurityGroupRuleDescription"
25042
25204
  }
25043
25205
  }
@@ -25065,7 +25227,7 @@
25065
25227
  "shape": "S6q"
25066
25228
  },
25067
25229
  "SecurityGroupRuleDescriptions": {
25068
- "shape": "S2db",
25230
+ "shape": "S2dr",
25069
25231
  "locationName": "SecurityGroupRuleDescription"
25070
25232
  }
25071
25233
  }
@@ -26004,6 +26166,9 @@
26004
26166
  "members": {
26005
26167
  "TenantId": {
26006
26168
  "locationName": "tenantId"
26169
+ },
26170
+ "PublicSigningKeyUrl": {
26171
+ "locationName": "publicSigningKeyUrl"
26007
26172
  }
26008
26173
  }
26009
26174
  },
@@ -32980,7 +33145,13 @@
32980
33145
  "locationName": "item"
32981
33146
  }
32982
33147
  },
32983
- "S1h2": {
33148
+ "S1gf": {
33149
+ "type": "list",
33150
+ "member": {
33151
+ "locationName": "SnapshotId"
33152
+ }
33153
+ },
33154
+ "S1hb": {
32984
33155
  "type": "structure",
32985
33156
  "members": {
32986
33157
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -33022,7 +33193,7 @@
33022
33193
  }
33023
33194
  }
33024
33195
  },
33025
- "S1hd": {
33196
+ "S1hm": {
33026
33197
  "type": "structure",
33027
33198
  "members": {
33028
33199
  "NetworkInsightsAnalysisId": {
@@ -33039,7 +33210,7 @@
33039
33210
  "locationName": "additionalAccountSet"
33040
33211
  },
33041
33212
  "FilterInArns": {
33042
- "shape": "S1he",
33213
+ "shape": "S1hn",
33043
33214
  "locationName": "filterInArnSet"
33044
33215
  },
33045
33216
  "StartDate": {
@@ -33060,15 +33231,15 @@
33060
33231
  "type": "boolean"
33061
33232
  },
33062
33233
  "ForwardPathComponents": {
33063
- "shape": "S1hf",
33234
+ "shape": "S1ho",
33064
33235
  "locationName": "forwardPathComponentSet"
33065
33236
  },
33066
33237
  "ReturnPathComponents": {
33067
- "shape": "S1hf",
33238
+ "shape": "S1ho",
33068
33239
  "locationName": "returnPathComponentSet"
33069
33240
  },
33070
33241
  "Explanations": {
33071
- "shape": "S1hz",
33242
+ "shape": "S1i8",
33072
33243
  "locationName": "explanationSet"
33073
33244
  },
33074
33245
  "AlternatePathHints": {
@@ -33097,13 +33268,13 @@
33097
33268
  }
33098
33269
  }
33099
33270
  },
33100
- "S1he": {
33271
+ "S1hn": {
33101
33272
  "type": "list",
33102
33273
  "member": {
33103
33274
  "locationName": "item"
33104
33275
  }
33105
33276
  },
33106
- "S1hf": {
33277
+ "S1ho": {
33107
33278
  "type": "list",
33108
33279
  "member": {
33109
33280
  "locationName": "item",
@@ -33114,47 +33285,47 @@
33114
33285
  "type": "integer"
33115
33286
  },
33116
33287
  "AclRule": {
33117
- "shape": "S1hh",
33288
+ "shape": "S1hq",
33118
33289
  "locationName": "aclRule"
33119
33290
  },
33120
33291
  "AttachedTo": {
33121
- "shape": "S1hi",
33292
+ "shape": "S1hr",
33122
33293
  "locationName": "attachedTo"
33123
33294
  },
33124
33295
  "Component": {
33125
- "shape": "S1hi",
33296
+ "shape": "S1hr",
33126
33297
  "locationName": "component"
33127
33298
  },
33128
33299
  "DestinationVpc": {
33129
- "shape": "S1hi",
33300
+ "shape": "S1hr",
33130
33301
  "locationName": "destinationVpc"
33131
33302
  },
33132
33303
  "OutboundHeader": {
33133
- "shape": "S1hj",
33304
+ "shape": "S1hs",
33134
33305
  "locationName": "outboundHeader"
33135
33306
  },
33136
33307
  "InboundHeader": {
33137
- "shape": "S1hj",
33308
+ "shape": "S1hs",
33138
33309
  "locationName": "inboundHeader"
33139
33310
  },
33140
33311
  "RouteTableRoute": {
33141
- "shape": "S1hm",
33312
+ "shape": "S1hv",
33142
33313
  "locationName": "routeTableRoute"
33143
33314
  },
33144
33315
  "SecurityGroupRule": {
33145
- "shape": "S1hn",
33316
+ "shape": "S1hw",
33146
33317
  "locationName": "securityGroupRule"
33147
33318
  },
33148
33319
  "SourceVpc": {
33149
- "shape": "S1hi",
33320
+ "shape": "S1hr",
33150
33321
  "locationName": "sourceVpc"
33151
33322
  },
33152
33323
  "Subnet": {
33153
- "shape": "S1hi",
33324
+ "shape": "S1hr",
33154
33325
  "locationName": "subnet"
33155
33326
  },
33156
33327
  "Vpc": {
33157
- "shape": "S1hi",
33328
+ "shape": "S1hr",
33158
33329
  "locationName": "vpc"
33159
33330
  },
33160
33331
  "AdditionalDetails": {
@@ -33168,15 +33339,15 @@
33168
33339
  "locationName": "additionalDetailType"
33169
33340
  },
33170
33341
  "Component": {
33171
- "shape": "S1hi",
33342
+ "shape": "S1hr",
33172
33343
  "locationName": "component"
33173
33344
  },
33174
33345
  "VpcEndpointService": {
33175
- "shape": "S1hi",
33346
+ "shape": "S1hr",
33176
33347
  "locationName": "vpcEndpointService"
33177
33348
  },
33178
33349
  "RuleOptions": {
33179
- "shape": "S1hq",
33350
+ "shape": "S1hz",
33180
33351
  "locationName": "ruleOptionSet"
33181
33352
  },
33182
33353
  "RuleGroupTypePairs": {
@@ -33206,7 +33377,7 @@
33206
33377
  "locationName": "ruleGroupArn"
33207
33378
  },
33208
33379
  "RuleOptions": {
33209
- "shape": "S1hq",
33380
+ "shape": "S1hz",
33210
33381
  "locationName": "ruleOptionSet"
33211
33382
  }
33212
33383
  }
@@ -33216,34 +33387,34 @@
33216
33387
  "locationName": "serviceName"
33217
33388
  },
33218
33389
  "LoadBalancers": {
33219
- "shape": "S1hx",
33390
+ "shape": "S1i6",
33220
33391
  "locationName": "loadBalancerSet"
33221
33392
  }
33222
33393
  }
33223
33394
  }
33224
33395
  },
33225
33396
  "TransitGateway": {
33226
- "shape": "S1hi",
33397
+ "shape": "S1hr",
33227
33398
  "locationName": "transitGateway"
33228
33399
  },
33229
33400
  "TransitGatewayRouteTableRoute": {
33230
- "shape": "S1hy",
33401
+ "shape": "S1i7",
33231
33402
  "locationName": "transitGatewayRouteTableRoute"
33232
33403
  },
33233
33404
  "Explanations": {
33234
- "shape": "S1hz",
33405
+ "shape": "S1i8",
33235
33406
  "locationName": "explanationSet"
33236
33407
  },
33237
33408
  "ElasticLoadBalancerListener": {
33238
- "shape": "S1hi",
33409
+ "shape": "S1hr",
33239
33410
  "locationName": "elasticLoadBalancerListener"
33240
33411
  },
33241
33412
  "FirewallStatelessRule": {
33242
- "shape": "S1i5",
33413
+ "shape": "S1ie",
33243
33414
  "locationName": "firewallStatelessRule"
33244
33415
  },
33245
33416
  "FirewallStatefulRule": {
33246
- "shape": "S1i9",
33417
+ "shape": "S1ii",
33247
33418
  "locationName": "firewallStatefulRule"
33248
33419
  },
33249
33420
  "ServiceName": {
@@ -33252,7 +33423,7 @@
33252
33423
  }
33253
33424
  }
33254
33425
  },
33255
- "S1hh": {
33426
+ "S1hq": {
33256
33427
  "type": "structure",
33257
33428
  "members": {
33258
33429
  "Cidr": {
@@ -33278,7 +33449,7 @@
33278
33449
  }
33279
33450
  }
33280
33451
  },
33281
- "S1hi": {
33452
+ "S1hr": {
33282
33453
  "type": "structure",
33283
33454
  "members": {
33284
33455
  "Id": {
@@ -33292,44 +33463,44 @@
33292
33463
  }
33293
33464
  }
33294
33465
  },
33295
- "S1hj": {
33466
+ "S1hs": {
33296
33467
  "type": "structure",
33297
33468
  "members": {
33298
33469
  "DestinationAddresses": {
33299
- "shape": "S1hk",
33470
+ "shape": "S1ht",
33300
33471
  "locationName": "destinationAddressSet"
33301
33472
  },
33302
33473
  "DestinationPortRanges": {
33303
- "shape": "S1hl",
33474
+ "shape": "S1hu",
33304
33475
  "locationName": "destinationPortRangeSet"
33305
33476
  },
33306
33477
  "Protocol": {
33307
33478
  "locationName": "protocol"
33308
33479
  },
33309
33480
  "SourceAddresses": {
33310
- "shape": "S1hk",
33481
+ "shape": "S1ht",
33311
33482
  "locationName": "sourceAddressSet"
33312
33483
  },
33313
33484
  "SourcePortRanges": {
33314
- "shape": "S1hl",
33485
+ "shape": "S1hu",
33315
33486
  "locationName": "sourcePortRangeSet"
33316
33487
  }
33317
33488
  }
33318
33489
  },
33319
- "S1hk": {
33490
+ "S1ht": {
33320
33491
  "type": "list",
33321
33492
  "member": {
33322
33493
  "locationName": "item"
33323
33494
  }
33324
33495
  },
33325
- "S1hl": {
33496
+ "S1hu": {
33326
33497
  "type": "list",
33327
33498
  "member": {
33328
33499
  "shape": "Skc",
33329
33500
  "locationName": "item"
33330
33501
  }
33331
33502
  },
33332
- "S1hm": {
33503
+ "S1hv": {
33333
33504
  "type": "structure",
33334
33505
  "members": {
33335
33506
  "DestinationCidr": {
@@ -33376,7 +33547,7 @@
33376
33547
  }
33377
33548
  }
33378
33549
  },
33379
- "S1hn": {
33550
+ "S1hw": {
33380
33551
  "type": "structure",
33381
33552
  "members": {
33382
33553
  "Cidr": {
@@ -33400,7 +33571,7 @@
33400
33571
  }
33401
33572
  }
33402
33573
  },
33403
- "S1hq": {
33574
+ "S1hz": {
33404
33575
  "type": "list",
33405
33576
  "member": {
33406
33577
  "locationName": "item",
@@ -33410,26 +33581,26 @@
33410
33581
  "locationName": "keyword"
33411
33582
  },
33412
33583
  "Settings": {
33413
- "shape": "S1hs",
33584
+ "shape": "S1i1",
33414
33585
  "locationName": "settingSet"
33415
33586
  }
33416
33587
  }
33417
33588
  }
33418
33589
  },
33419
- "S1hs": {
33590
+ "S1i1": {
33420
33591
  "type": "list",
33421
33592
  "member": {
33422
33593
  "locationName": "item"
33423
33594
  }
33424
33595
  },
33425
- "S1hx": {
33596
+ "S1i6": {
33426
33597
  "type": "list",
33427
33598
  "member": {
33428
- "shape": "S1hi",
33599
+ "shape": "S1hr",
33429
33600
  "locationName": "item"
33430
33601
  }
33431
33602
  },
33432
- "S1hy": {
33603
+ "S1i7": {
33433
33604
  "type": "structure",
33434
33605
  "members": {
33435
33606
  "DestinationCidr": {
@@ -33455,29 +33626,29 @@
33455
33626
  }
33456
33627
  }
33457
33628
  },
33458
- "S1hz": {
33629
+ "S1i8": {
33459
33630
  "type": "list",
33460
33631
  "member": {
33461
33632
  "locationName": "item",
33462
33633
  "type": "structure",
33463
33634
  "members": {
33464
33635
  "Acl": {
33465
- "shape": "S1hi",
33636
+ "shape": "S1hr",
33466
33637
  "locationName": "acl"
33467
33638
  },
33468
33639
  "AclRule": {
33469
- "shape": "S1hh",
33640
+ "shape": "S1hq",
33470
33641
  "locationName": "aclRule"
33471
33642
  },
33472
33643
  "Address": {
33473
33644
  "locationName": "address"
33474
33645
  },
33475
33646
  "Addresses": {
33476
- "shape": "S1hk",
33647
+ "shape": "S1ht",
33477
33648
  "locationName": "addressSet"
33478
33649
  },
33479
33650
  "AttachedTo": {
33480
- "shape": "S1hi",
33651
+ "shape": "S1hr",
33481
33652
  "locationName": "attachedTo"
33482
33653
  },
33483
33654
  "AvailabilityZones": {
@@ -33489,19 +33660,19 @@
33489
33660
  "locationName": "cidrSet"
33490
33661
  },
33491
33662
  "Component": {
33492
- "shape": "S1hi",
33663
+ "shape": "S1hr",
33493
33664
  "locationName": "component"
33494
33665
  },
33495
33666
  "CustomerGateway": {
33496
- "shape": "S1hi",
33667
+ "shape": "S1hr",
33497
33668
  "locationName": "customerGateway"
33498
33669
  },
33499
33670
  "Destination": {
33500
- "shape": "S1hi",
33671
+ "shape": "S1hr",
33501
33672
  "locationName": "destination"
33502
33673
  },
33503
33674
  "DestinationVpc": {
33504
- "shape": "S1hi",
33675
+ "shape": "S1hr",
33505
33676
  "locationName": "destinationVpc"
33506
33677
  },
33507
33678
  "Direction": {
@@ -33511,11 +33682,11 @@
33511
33682
  "locationName": "explanationCode"
33512
33683
  },
33513
33684
  "IngressRouteTable": {
33514
- "shape": "S1hi",
33685
+ "shape": "S1hr",
33515
33686
  "locationName": "ingressRouteTable"
33516
33687
  },
33517
33688
  "InternetGateway": {
33518
- "shape": "S1hi",
33689
+ "shape": "S1hr",
33519
33690
  "locationName": "internetGateway"
33520
33691
  },
33521
33692
  "LoadBalancerArn": {
@@ -33550,7 +33721,7 @@
33550
33721
  "locationName": "availabilityZone"
33551
33722
  },
33552
33723
  "Instance": {
33553
- "shape": "S1hi",
33724
+ "shape": "S1hr",
33554
33725
  "locationName": "instance"
33555
33726
  },
33556
33727
  "Port": {
@@ -33560,11 +33731,11 @@
33560
33731
  }
33561
33732
  },
33562
33733
  "LoadBalancerTargetGroup": {
33563
- "shape": "S1hi",
33734
+ "shape": "S1hr",
33564
33735
  "locationName": "loadBalancerTargetGroup"
33565
33736
  },
33566
33737
  "LoadBalancerTargetGroups": {
33567
- "shape": "S1hx",
33738
+ "shape": "S1i6",
33568
33739
  "locationName": "loadBalancerTargetGroupSet"
33569
33740
  },
33570
33741
  "LoadBalancerTargetPort": {
@@ -33572,25 +33743,25 @@
33572
33743
  "type": "integer"
33573
33744
  },
33574
33745
  "ElasticLoadBalancerListener": {
33575
- "shape": "S1hi",
33746
+ "shape": "S1hr",
33576
33747
  "locationName": "elasticLoadBalancerListener"
33577
33748
  },
33578
33749
  "MissingComponent": {
33579
33750
  "locationName": "missingComponent"
33580
33751
  },
33581
33752
  "NatGateway": {
33582
- "shape": "S1hi",
33753
+ "shape": "S1hr",
33583
33754
  "locationName": "natGateway"
33584
33755
  },
33585
33756
  "NetworkInterface": {
33586
- "shape": "S1hi",
33757
+ "shape": "S1hr",
33587
33758
  "locationName": "networkInterface"
33588
33759
  },
33589
33760
  "PacketField": {
33590
33761
  "locationName": "packetField"
33591
33762
  },
33592
33763
  "VpcPeeringConnection": {
33593
- "shape": "S1hi",
33764
+ "shape": "S1hr",
33594
33765
  "locationName": "vpcPeeringConnection"
33595
33766
  },
33596
33767
  "Port": {
@@ -33598,82 +33769,82 @@
33598
33769
  "type": "integer"
33599
33770
  },
33600
33771
  "PortRanges": {
33601
- "shape": "S1hl",
33772
+ "shape": "S1hu",
33602
33773
  "locationName": "portRangeSet"
33603
33774
  },
33604
33775
  "PrefixList": {
33605
- "shape": "S1hi",
33776
+ "shape": "S1hr",
33606
33777
  "locationName": "prefixList"
33607
33778
  },
33608
33779
  "Protocols": {
33609
- "shape": "S1hs",
33780
+ "shape": "S1i1",
33610
33781
  "locationName": "protocolSet"
33611
33782
  },
33612
33783
  "RouteTableRoute": {
33613
- "shape": "S1hm",
33784
+ "shape": "S1hv",
33614
33785
  "locationName": "routeTableRoute"
33615
33786
  },
33616
33787
  "RouteTable": {
33617
- "shape": "S1hi",
33788
+ "shape": "S1hr",
33618
33789
  "locationName": "routeTable"
33619
33790
  },
33620
33791
  "SecurityGroup": {
33621
- "shape": "S1hi",
33792
+ "shape": "S1hr",
33622
33793
  "locationName": "securityGroup"
33623
33794
  },
33624
33795
  "SecurityGroupRule": {
33625
- "shape": "S1hn",
33796
+ "shape": "S1hw",
33626
33797
  "locationName": "securityGroupRule"
33627
33798
  },
33628
33799
  "SecurityGroups": {
33629
- "shape": "S1hx",
33800
+ "shape": "S1i6",
33630
33801
  "locationName": "securityGroupSet"
33631
33802
  },
33632
33803
  "SourceVpc": {
33633
- "shape": "S1hi",
33804
+ "shape": "S1hr",
33634
33805
  "locationName": "sourceVpc"
33635
33806
  },
33636
33807
  "State": {
33637
33808
  "locationName": "state"
33638
33809
  },
33639
33810
  "Subnet": {
33640
- "shape": "S1hi",
33811
+ "shape": "S1hr",
33641
33812
  "locationName": "subnet"
33642
33813
  },
33643
33814
  "SubnetRouteTable": {
33644
- "shape": "S1hi",
33815
+ "shape": "S1hr",
33645
33816
  "locationName": "subnetRouteTable"
33646
33817
  },
33647
33818
  "Vpc": {
33648
- "shape": "S1hi",
33819
+ "shape": "S1hr",
33649
33820
  "locationName": "vpc"
33650
33821
  },
33651
33822
  "VpcEndpoint": {
33652
- "shape": "S1hi",
33823
+ "shape": "S1hr",
33653
33824
  "locationName": "vpcEndpoint"
33654
33825
  },
33655
33826
  "VpnConnection": {
33656
- "shape": "S1hi",
33827
+ "shape": "S1hr",
33657
33828
  "locationName": "vpnConnection"
33658
33829
  },
33659
33830
  "VpnGateway": {
33660
- "shape": "S1hi",
33831
+ "shape": "S1hr",
33661
33832
  "locationName": "vpnGateway"
33662
33833
  },
33663
33834
  "TransitGateway": {
33664
- "shape": "S1hi",
33835
+ "shape": "S1hr",
33665
33836
  "locationName": "transitGateway"
33666
33837
  },
33667
33838
  "TransitGatewayRouteTable": {
33668
- "shape": "S1hi",
33839
+ "shape": "S1hr",
33669
33840
  "locationName": "transitGatewayRouteTable"
33670
33841
  },
33671
33842
  "TransitGatewayRouteTableRoute": {
33672
- "shape": "S1hy",
33843
+ "shape": "S1i7",
33673
33844
  "locationName": "transitGatewayRouteTableRoute"
33674
33845
  },
33675
33846
  "TransitGatewayAttachment": {
33676
- "shape": "S1hi",
33847
+ "shape": "S1hr",
33677
33848
  "locationName": "transitGatewayAttachment"
33678
33849
  },
33679
33850
  "ComponentAccount": {
@@ -33683,17 +33854,17 @@
33683
33854
  "locationName": "componentRegion"
33684
33855
  },
33685
33856
  "FirewallStatelessRule": {
33686
- "shape": "S1i5",
33857
+ "shape": "S1ie",
33687
33858
  "locationName": "firewallStatelessRule"
33688
33859
  },
33689
33860
  "FirewallStatefulRule": {
33690
- "shape": "S1i9",
33861
+ "shape": "S1ii",
33691
33862
  "locationName": "firewallStatefulRule"
33692
33863
  }
33693
33864
  }
33694
33865
  }
33695
33866
  },
33696
- "S1i5": {
33867
+ "S1ie": {
33697
33868
  "type": "structure",
33698
33869
  "members": {
33699
33870
  "RuleGroupArn": {
@@ -33708,11 +33879,11 @@
33708
33879
  "locationName": "destinationSet"
33709
33880
  },
33710
33881
  "SourcePorts": {
33711
- "shape": "S1hl",
33882
+ "shape": "S1hu",
33712
33883
  "locationName": "sourcePortSet"
33713
33884
  },
33714
33885
  "DestinationPorts": {
33715
- "shape": "S1hl",
33886
+ "shape": "S1hu",
33716
33887
  "locationName": "destinationPortSet"
33717
33888
  },
33718
33889
  "Protocols": {
@@ -33732,7 +33903,7 @@
33732
33903
  }
33733
33904
  }
33734
33905
  },
33735
- "S1i9": {
33906
+ "S1ii": {
33736
33907
  "type": "structure",
33737
33908
  "members": {
33738
33909
  "RuleGroupArn": {
@@ -33747,11 +33918,11 @@
33747
33918
  "locationName": "destinationSet"
33748
33919
  },
33749
33920
  "SourcePorts": {
33750
- "shape": "S1hl",
33921
+ "shape": "S1hu",
33751
33922
  "locationName": "sourcePortSet"
33752
33923
  },
33753
33924
  "DestinationPorts": {
33754
- "shape": "S1hl",
33925
+ "shape": "S1hu",
33755
33926
  "locationName": "destinationPortSet"
33756
33927
  },
33757
33928
  "Protocol": {
@@ -33765,7 +33936,7 @@
33765
33936
  }
33766
33937
  }
33767
33938
  },
33768
- "S1jg": {
33939
+ "S1jp": {
33769
33940
  "type": "structure",
33770
33941
  "members": {
33771
33942
  "FirstAddress": {
@@ -33784,13 +33955,13 @@
33784
33955
  }
33785
33956
  }
33786
33957
  },
33787
- "S1jt": {
33958
+ "S1k2": {
33788
33959
  "type": "list",
33789
33960
  "member": {
33790
33961
  "locationName": "ReservedInstancesId"
33791
33962
  }
33792
33963
  },
33793
- "S1k1": {
33964
+ "S1ka": {
33794
33965
  "type": "list",
33795
33966
  "member": {
33796
33967
  "locationName": "item",
@@ -33806,7 +33977,7 @@
33806
33977
  }
33807
33978
  }
33808
33979
  },
33809
- "S1kf": {
33980
+ "S1ko": {
33810
33981
  "type": "structure",
33811
33982
  "members": {
33812
33983
  "AvailabilityZone": {
@@ -33827,7 +33998,7 @@
33827
33998
  }
33828
33999
  }
33829
34000
  },
33830
- "S1l2": {
34001
+ "S1lb": {
33831
34002
  "type": "structure",
33832
34003
  "members": {
33833
34004
  "Frequency": {
@@ -33854,7 +34025,7 @@
33854
34025
  }
33855
34026
  }
33856
34027
  },
33857
- "S1la": {
34028
+ "S1lj": {
33858
34029
  "type": "structure",
33859
34030
  "members": {
33860
34031
  "AvailabilityZone": {
@@ -33889,7 +34060,7 @@
33889
34060
  "type": "timestamp"
33890
34061
  },
33891
34062
  "Recurrence": {
33892
- "shape": "S1l2",
34063
+ "shape": "S1lb",
33893
34064
  "locationName": "recurrence"
33894
34065
  },
33895
34066
  "ScheduledInstanceId": {
@@ -33913,19 +34084,19 @@
33913
34084
  }
33914
34085
  }
33915
34086
  },
33916
- "S1lh": {
34087
+ "S1lq": {
33917
34088
  "type": "list",
33918
34089
  "member": {
33919
34090
  "locationName": "item"
33920
34091
  }
33921
34092
  },
33922
- "S1ll": {
34093
+ "S1lu": {
33923
34094
  "type": "list",
33924
34095
  "member": {
33925
34096
  "locationName": "GroupName"
33926
34097
  }
33927
34098
  },
33928
- "S1lt": {
34099
+ "S1m2": {
33929
34100
  "type": "list",
33930
34101
  "member": {
33931
34102
  "locationName": "item",
@@ -33940,13 +34111,7 @@
33940
34111
  }
33941
34112
  }
33942
34113
  },
33943
- "S1m3": {
33944
- "type": "list",
33945
- "member": {
33946
- "locationName": "SnapshotId"
33947
- }
33948
- },
33949
- "S1mm": {
34114
+ "S1mu": {
33950
34115
  "type": "structure",
33951
34116
  "required": [
33952
34117
  "IamFleetRole",
@@ -34044,11 +34209,11 @@
34044
34209
  }
34045
34210
  },
34046
34211
  "NetworkInterfaces": {
34047
- "shape": "S1mw",
34212
+ "shape": "S1n4",
34048
34213
  "locationName": "networkInterfaceSet"
34049
34214
  },
34050
34215
  "Placement": {
34051
- "shape": "S1my",
34216
+ "shape": "S1n6",
34052
34217
  "locationName": "placement"
34053
34218
  },
34054
34219
  "RamdiskId": {
@@ -34093,7 +34258,7 @@
34093
34258
  }
34094
34259
  },
34095
34260
  "LaunchTemplateConfigs": {
34096
- "shape": "S1n1",
34261
+ "shape": "S1n9",
34097
34262
  "locationName": "launchTemplateConfigs"
34098
34263
  },
34099
34264
  "SpotPrice": {
@@ -34195,7 +34360,7 @@
34195
34360
  }
34196
34361
  }
34197
34362
  },
34198
- "S1mw": {
34363
+ "S1n4": {
34199
34364
  "type": "list",
34200
34365
  "member": {
34201
34366
  "locationName": "item",
@@ -34277,7 +34442,7 @@
34277
34442
  }
34278
34443
  }
34279
34444
  },
34280
- "S1my": {
34445
+ "S1n6": {
34281
34446
  "type": "structure",
34282
34447
  "members": {
34283
34448
  "AvailabilityZone": {
@@ -34291,7 +34456,7 @@
34291
34456
  }
34292
34457
  }
34293
34458
  },
34294
- "S1n1": {
34459
+ "S1n9": {
34295
34460
  "type": "list",
34296
34461
  "member": {
34297
34462
  "locationName": "item",
@@ -34338,7 +34503,7 @@
34338
34503
  }
34339
34504
  }
34340
34505
  },
34341
- "S1ne": {
34506
+ "S1nm": {
34342
34507
  "type": "list",
34343
34508
  "member": {
34344
34509
  "locationName": "item",
@@ -34408,11 +34573,11 @@
34408
34573
  "locationName": "keyName"
34409
34574
  },
34410
34575
  "NetworkInterfaces": {
34411
- "shape": "S1mw",
34576
+ "shape": "S1n4",
34412
34577
  "locationName": "networkInterfaceSet"
34413
34578
  },
34414
34579
  "Placement": {
34415
- "shape": "S1my",
34580
+ "shape": "S1n6",
34416
34581
  "locationName": "placement"
34417
34582
  },
34418
34583
  "RamdiskId": {
@@ -34422,7 +34587,7 @@
34422
34587
  "locationName": "subnetId"
34423
34588
  },
34424
34589
  "Monitoring": {
34425
- "shape": "S1nh",
34590
+ "shape": "S1np",
34426
34591
  "locationName": "monitoring"
34427
34592
  }
34428
34593
  }
@@ -34479,7 +34644,7 @@
34479
34644
  }
34480
34645
  }
34481
34646
  },
34482
- "S1nh": {
34647
+ "S1np": {
34483
34648
  "type": "structure",
34484
34649
  "required": [
34485
34650
  "Enabled"
@@ -34491,7 +34656,7 @@
34491
34656
  }
34492
34657
  }
34493
34658
  },
34494
- "S1nw": {
34659
+ "S1o4": {
34495
34660
  "type": "list",
34496
34661
  "member": {
34497
34662
  "locationName": "item",
@@ -34533,17 +34698,17 @@
34533
34698
  }
34534
34699
  }
34535
34700
  },
34536
- "S1ou": {
34701
+ "S1p2": {
34537
34702
  "type": "list",
34538
34703
  "member": {}
34539
34704
  },
34540
- "S1qd": {
34705
+ "S1ql": {
34541
34706
  "type": "list",
34542
34707
  "member": {
34543
34708
  "locationName": "item"
34544
34709
  }
34545
34710
  },
34546
- "S1qh": {
34711
+ "S1qp": {
34547
34712
  "type": "structure",
34548
34713
  "members": {
34549
34714
  "VerifiedAccessInstanceId": {
@@ -34562,7 +34727,7 @@
34562
34727
  "type": "boolean"
34563
34728
  },
34564
34729
  "DeliveryStatus": {
34565
- "shape": "S1qk",
34730
+ "shape": "S1qs",
34566
34731
  "locationName": "deliveryStatus"
34567
34732
  },
34568
34733
  "BucketName": {
@@ -34585,7 +34750,7 @@
34585
34750
  "type": "boolean"
34586
34751
  },
34587
34752
  "DeliveryStatus": {
34588
- "shape": "S1qk",
34753
+ "shape": "S1qs",
34589
34754
  "locationName": "deliveryStatus"
34590
34755
  },
34591
34756
  "LogGroup": {
@@ -34602,7 +34767,7 @@
34602
34767
  "type": "boolean"
34603
34768
  },
34604
34769
  "DeliveryStatus": {
34605
- "shape": "S1qk",
34770
+ "shape": "S1qs",
34606
34771
  "locationName": "deliveryStatus"
34607
34772
  },
34608
34773
  "DeliveryStream": {
@@ -34621,7 +34786,7 @@
34621
34786
  }
34622
34787
  }
34623
34788
  },
34624
- "S1qk": {
34789
+ "S1qs": {
34625
34790
  "type": "structure",
34626
34791
  "members": {
34627
34792
  "Code": {
@@ -34632,7 +34797,7 @@
34632
34797
  }
34633
34798
  }
34634
34799
  },
34635
- "S1rl": {
34800
+ "S1rt": {
34636
34801
  "type": "structure",
34637
34802
  "members": {
34638
34803
  "VolumeId": {
@@ -34696,19 +34861,19 @@
34696
34861
  }
34697
34862
  }
34698
34863
  },
34699
- "S1rr": {
34864
+ "S1rz": {
34700
34865
  "type": "list",
34701
34866
  "member": {
34702
34867
  "locationName": "VpcId"
34703
34868
  }
34704
34869
  },
34705
- "S1tr": {
34870
+ "S1tz": {
34706
34871
  "type": "list",
34707
34872
  "member": {
34708
34873
  "locationName": "AvailabilityZone"
34709
34874
  }
34710
34875
  },
34711
- "S1ug": {
34876
+ "S1uo": {
34712
34877
  "type": "structure",
34713
34878
  "members": {
34714
34879
  "TransitGatewayAttachmentId": {
@@ -34731,7 +34896,7 @@
34731
34896
  }
34732
34897
  }
34733
34898
  },
34734
- "S1xw": {
34899
+ "S1y4": {
34735
34900
  "type": "structure",
34736
34901
  "members": {
34737
34902
  "InstanceFamily": {
@@ -34742,13 +34907,13 @@
34742
34907
  }
34743
34908
  }
34744
34909
  },
34745
- "S1yd": {
34910
+ "S1yl": {
34746
34911
  "type": "list",
34747
34912
  "member": {
34748
34913
  "locationName": "item"
34749
34914
  }
34750
34915
  },
34751
- "S1yf": {
34916
+ "S1yn": {
34752
34917
  "type": "list",
34753
34918
  "member": {
34754
34919
  "locationName": "item",
@@ -34783,19 +34948,19 @@
34783
34948
  }
34784
34949
  }
34785
34950
  },
34786
- "S1yk": {
34951
+ "S1ys": {
34787
34952
  "type": "list",
34788
34953
  "member": {
34789
34954
  "locationName": "item"
34790
34955
  }
34791
34956
  },
34792
- "S1yl": {
34957
+ "S1yt": {
34793
34958
  "type": "list",
34794
34959
  "member": {
34795
34960
  "locationName": "item"
34796
34961
  }
34797
34962
  },
34798
- "S1zl": {
34963
+ "S1zt": {
34799
34964
  "type": "structure",
34800
34965
  "members": {
34801
34966
  "IpamId": {
@@ -34847,7 +35012,7 @@
34847
35012
  }
34848
35013
  }
34849
35014
  },
34850
- "S209": {
35015
+ "S20h": {
34851
35016
  "type": "structure",
34852
35017
  "members": {
34853
35018
  "HourlyPrice": {
@@ -34861,14 +35026,14 @@
34861
35026
  }
34862
35027
  }
34863
35028
  },
34864
- "S210": {
35029
+ "S218": {
34865
35030
  "type": "list",
34866
35031
  "member": {
34867
35032
  "shape": "Sns",
34868
35033
  "locationName": "item"
34869
35034
  }
34870
35035
  },
34871
- "S22c": {
35036
+ "S22k": {
34872
35037
  "type": "structure",
34873
35038
  "members": {
34874
35039
  "Comment": {},
@@ -34883,14 +35048,14 @@
34883
35048
  }
34884
35049
  }
34885
35050
  },
34886
- "S22f": {
35051
+ "S22n": {
34887
35052
  "type": "structure",
34888
35053
  "members": {
34889
35054
  "S3Bucket": {},
34890
35055
  "S3Key": {}
34891
35056
  }
34892
35057
  },
34893
- "S22m": {
35058
+ "S22u": {
34894
35059
  "type": "structure",
34895
35060
  "required": [
34896
35061
  "Bytes",
@@ -34911,7 +35076,7 @@
34911
35076
  }
34912
35077
  }
34913
35078
  },
34914
- "S22n": {
35079
+ "S22v": {
34915
35080
  "type": "structure",
34916
35081
  "required": [
34917
35082
  "Size"
@@ -34923,25 +35088,25 @@
34923
35088
  }
34924
35089
  }
34925
35090
  },
34926
- "S23s": {
35091
+ "S245": {
34927
35092
  "type": "list",
34928
35093
  "member": {
34929
35094
  "locationName": "UserId"
34930
35095
  }
34931
35096
  },
34932
- "S23t": {
35097
+ "S246": {
34933
35098
  "type": "list",
34934
35099
  "member": {
34935
35100
  "locationName": "UserGroup"
34936
35101
  }
34937
35102
  },
34938
- "S23u": {
35103
+ "S247": {
34939
35104
  "type": "list",
34940
35105
  "member": {
34941
35106
  "locationName": "ProductCode"
34942
35107
  }
34943
35108
  },
34944
- "S23w": {
35109
+ "S249": {
34945
35110
  "type": "list",
34946
35111
  "member": {
34947
35112
  "locationName": "item",
@@ -34952,14 +35117,14 @@
34952
35117
  }
34953
35118
  }
34954
35119
  },
34955
- "S241": {
35120
+ "S24e": {
34956
35121
  "type": "list",
34957
35122
  "member": {
34958
35123
  "shape": "S1h",
34959
35124
  "locationName": "item"
34960
35125
  }
34961
35126
  },
34962
- "S24e": {
35127
+ "S24r": {
34963
35128
  "type": "structure",
34964
35129
  "members": {
34965
35130
  "CapacityReservationPreference": {},
@@ -34968,7 +35133,7 @@
34968
35133
  }
34969
35134
  }
34970
35135
  },
34971
- "S253": {
35136
+ "S25g": {
34972
35137
  "type": "list",
34973
35138
  "member": {
34974
35139
  "type": "structure",
@@ -34977,7 +35142,7 @@
34977
35142
  }
34978
35143
  }
34979
35144
  },
34980
- "S27r": {
35145
+ "S285": {
34981
35146
  "type": "structure",
34982
35147
  "members": {
34983
35148
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34991,7 +35156,7 @@
34991
35156
  }
34992
35157
  }
34993
35158
  },
34994
- "S27t": {
35159
+ "S287": {
34995
35160
  "type": "structure",
34996
35161
  "members": {
34997
35162
  "AllowDnsResolutionFromRemoteVpc": {
@@ -35008,7 +35173,7 @@
35008
35173
  }
35009
35174
  }
35010
35175
  },
35011
- "S288": {
35176
+ "S28m": {
35012
35177
  "type": "list",
35013
35178
  "member": {
35014
35179
  "locationName": "item",
@@ -35024,13 +35189,13 @@
35024
35189
  }
35025
35190
  }
35026
35191
  },
35027
- "S2bz": {
35192
+ "S2cd": {
35028
35193
  "type": "list",
35029
35194
  "member": {
35030
35195
  "locationName": "SecurityGroupId"
35031
35196
  }
35032
35197
  },
35033
- "S2cn": {
35198
+ "S2d1": {
35034
35199
  "type": "list",
35035
35200
  "member": {
35036
35201
  "locationName": "item",
@@ -35050,7 +35215,7 @@
35050
35215
  }
35051
35216
  }
35052
35217
  },
35053
- "S2db": {
35218
+ "S2dr": {
35054
35219
  "type": "list",
35055
35220
  "member": {
35056
35221
  "locationName": "item",