aws-sdk 2.1421.0 → 2.1423.0

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 (56) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/README.md +1 -1
  3. package/apis/billingconductor-2021-07-30.min.json +96 -68
  4. package/apis/customer-profiles-2020-08-15.min.json +253 -57
  5. package/apis/datasync-2018-11-09.min.json +198 -102
  6. package/apis/ec2-2016-11-15.min.json +300 -278
  7. package/apis/emr-serverless-2021-07-13.min.json +25 -3
  8. package/apis/entityresolution-2018-05-10.examples.json +5 -0
  9. package/apis/entityresolution-2018-05-10.min.json +823 -0
  10. package/apis/entityresolution-2018-05-10.paginators.json +22 -0
  11. package/apis/glue-2017-03-31.min.json +390 -318
  12. package/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
  13. package/apis/managedblockchain-query-2023-05-04.min.json +438 -0
  14. package/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
  15. package/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
  16. package/apis/metadata.json +7 -0
  17. package/apis/rds-2014-10-31.min.json +2 -1
  18. package/apis/sagemaker-2017-07-24.min.json +4 -0
  19. package/apis/securityhub-2018-10-26.min.json +145 -108
  20. package/apis/sts-2011-06-15.min.json +21 -11
  21. package/apis/transfer-2018-11-05.min.json +117 -73
  22. package/apis/wisdom-2020-10-19.min.json +77 -59
  23. package/clients/all.d.ts +2 -0
  24. package/clients/all.js +3 -1
  25. package/clients/billingconductor.d.ts +102 -69
  26. package/clients/cloudcontrol.d.ts +1 -1
  27. package/clients/customerprofiles.d.ts +204 -4
  28. package/clients/datasync.d.ts +171 -27
  29. package/clients/dynamodb.d.ts +4 -4
  30. package/clients/ec2.d.ts +26 -0
  31. package/clients/emrserverless.d.ts +33 -2
  32. package/clients/entityresolution.d.ts +815 -0
  33. package/clients/entityresolution.js +18 -0
  34. package/clients/glue.d.ts +123 -1
  35. package/clients/healthlake.d.ts +70 -70
  36. package/clients/lambda.d.ts +1 -1
  37. package/clients/managedblockchainquery.d.ts +494 -0
  38. package/clients/managedblockchainquery.js +19 -0
  39. package/clients/mediaconvert.d.ts +421 -414
  40. package/clients/opensearchserverless.d.ts +1 -1
  41. package/clients/polly.d.ts +2 -2
  42. package/clients/rds.d.ts +14 -10
  43. package/clients/route53.d.ts +13 -13
  44. package/clients/sagemaker.d.ts +4 -4
  45. package/clients/securityhub.d.ts +69 -10
  46. package/clients/sts.d.ts +17 -1
  47. package/clients/transfer.d.ts +85 -19
  48. package/clients/wisdom.d.ts +24 -0
  49. package/dist/aws-sdk-core-react-native.js +2 -2
  50. package/dist/aws-sdk-react-native.js +97 -16
  51. package/dist/aws-sdk.js +333 -293
  52. package/dist/aws-sdk.min.js +67 -67
  53. package/lib/config_service_placeholders.d.ts +4 -0
  54. package/lib/core.js +1 -1
  55. package/lib/dynamodb/document_client.d.ts +2 -2
  56. package/package.json +1 -1
@@ -10818,6 +10818,14 @@
10818
10818
  "MaximumNetworkInterfaces": {
10819
10819
  "locationName": "maximumNetworkInterfaces",
10820
10820
  "type": "integer"
10821
+ },
10822
+ "BaselineBandwidthInGbps": {
10823
+ "locationName": "baselineBandwidthInGbps",
10824
+ "type": "double"
10825
+ },
10826
+ "PeakBandwidthInGbps": {
10827
+ "locationName": "peakBandwidthInGbps",
10828
+ "type": "double"
10821
10829
  }
10822
10830
  }
10823
10831
  }
@@ -10973,9 +10981,23 @@
10973
10981
  },
10974
10982
  "Manufacturer": {
10975
10983
  "locationName": "manufacturer"
10984
+ },
10985
+ "MemoryInfo": {
10986
+ "locationName": "memoryInfo",
10987
+ "type": "structure",
10988
+ "members": {
10989
+ "SizeInMiB": {
10990
+ "locationName": "sizeInMiB",
10991
+ "type": "integer"
10992
+ }
10993
+ }
10976
10994
  }
10977
10995
  }
10978
10996
  }
10997
+ },
10998
+ "TotalInferenceMemoryInMiB": {
10999
+ "locationName": "totalInferenceMemoryInMiB",
11000
+ "type": "integer"
10979
11001
  }
10980
11002
  }
10981
11003
  },
@@ -11062,7 +11084,7 @@
11062
11084
  "locationName": "reservationSet",
11063
11085
  "type": "list",
11064
11086
  "member": {
11065
- "shape": "S1cg",
11087
+ "shape": "S1cl",
11066
11088
  "locationName": "item"
11067
11089
  }
11068
11090
  },
@@ -11694,7 +11716,7 @@
11694
11716
  "locationName": "localGatewayVirtualInterfaceGroupId"
11695
11717
  },
11696
11718
  "LocalGatewayVirtualInterfaceIds": {
11697
- "shape": "S1f5",
11719
+ "shape": "S1fa",
11698
11720
  "locationName": "localGatewayVirtualInterfaceIdSet"
11699
11721
  },
11700
11722
  "LocalGatewayId": {
@@ -11721,7 +11743,7 @@
11721
11743
  "type": "structure",
11722
11744
  "members": {
11723
11745
  "LocalGatewayVirtualInterfaceIds": {
11724
- "shape": "S1f5",
11746
+ "shape": "S1fa",
11725
11747
  "locationName": "LocalGatewayVirtualInterfaceId"
11726
11748
  },
11727
11749
  "Filters": {
@@ -12054,7 +12076,7 @@
12054
12076
  "locationName": "networkInsightsAccessScopeAnalysisSet",
12055
12077
  "type": "list",
12056
12078
  "member": {
12057
- "shape": "S1g5",
12079
+ "shape": "S1ga",
12058
12080
  "locationName": "item"
12059
12081
  }
12060
12082
  },
@@ -12143,7 +12165,7 @@
12143
12165
  "locationName": "networkInsightsAnalysisSet",
12144
12166
  "type": "list",
12145
12167
  "member": {
12146
- "shape": "S1gg",
12168
+ "shape": "S1gl",
12147
12169
  "locationName": "item"
12148
12170
  }
12149
12171
  },
@@ -12496,7 +12518,7 @@
12496
12518
  "locationName": "poolAddressRangeSet",
12497
12519
  "type": "list",
12498
12520
  "member": {
12499
- "shape": "S1ij",
12521
+ "shape": "S1io",
12500
12522
  "locationName": "item"
12501
12523
  }
12502
12524
  },
@@ -12624,7 +12646,7 @@
12624
12646
  },
12625
12647
  "OfferingClass": {},
12626
12648
  "ReservedInstancesIds": {
12627
- "shape": "S1iw",
12649
+ "shape": "S1j1",
12628
12650
  "locationName": "ReservedInstancesId"
12629
12651
  },
12630
12652
  "DryRun": {
@@ -12698,7 +12720,7 @@
12698
12720
  "locationName": "offeringType"
12699
12721
  },
12700
12722
  "RecurringCharges": {
12701
- "shape": "S1j4",
12723
+ "shape": "S1j9",
12702
12724
  "locationName": "recurringCharges"
12703
12725
  },
12704
12726
  "Scope": {
@@ -12795,7 +12817,7 @@
12795
12817
  "locationName": "reservedInstancesId"
12796
12818
  },
12797
12819
  "TargetConfiguration": {
12798
- "shape": "S1ji",
12820
+ "shape": "S1jn",
12799
12821
  "locationName": "targetConfiguration"
12800
12822
  }
12801
12823
  }
@@ -12950,7 +12972,7 @@
12950
12972
  }
12951
12973
  },
12952
12974
  "RecurringCharges": {
12953
- "shape": "S1j4",
12975
+ "shape": "S1j9",
12954
12976
  "locationName": "recurringCharges"
12955
12977
  },
12956
12978
  "Scope": {
@@ -13118,7 +13140,7 @@
13118
13140
  "locationName": "purchaseToken"
13119
13141
  },
13120
13142
  "Recurrence": {
13121
- "shape": "S1k5",
13143
+ "shape": "S1ka",
13122
13144
  "locationName": "recurrence"
13123
13145
  },
13124
13146
  "SlotDurationInHours": {
@@ -13180,7 +13202,7 @@
13180
13202
  "locationName": "scheduledInstanceSet",
13181
13203
  "type": "list",
13182
13204
  "member": {
13183
- "shape": "S1kd",
13205
+ "shape": "S1ki",
13184
13206
  "locationName": "item"
13185
13207
  }
13186
13208
  }
@@ -13239,7 +13261,7 @@
13239
13261
  "locationName": "Filter"
13240
13262
  },
13241
13263
  "SecurityGroupRuleIds": {
13242
- "shape": "S1kk",
13264
+ "shape": "S1kp",
13243
13265
  "locationName": "SecurityGroupRuleId"
13244
13266
  },
13245
13267
  "DryRun": {
@@ -13277,7 +13299,7 @@
13277
13299
  "locationName": "GroupId"
13278
13300
  },
13279
13301
  "GroupNames": {
13280
- "shape": "S1ko",
13302
+ "shape": "S1kt",
13281
13303
  "locationName": "GroupName"
13282
13304
  },
13283
13305
  "DryRun": {
@@ -13356,7 +13378,7 @@
13356
13378
  "type": "structure",
13357
13379
  "members": {
13358
13380
  "CreateVolumePermissions": {
13359
- "shape": "S1kw",
13381
+ "shape": "S1l1",
13360
13382
  "locationName": "createVolumePermission"
13361
13383
  },
13362
13384
  "ProductCodes": {
@@ -13468,7 +13490,7 @@
13468
13490
  "member": {}
13469
13491
  },
13470
13492
  "SnapshotIds": {
13471
- "shape": "S1l6",
13493
+ "shape": "S1lb",
13472
13494
  "locationName": "SnapshotId"
13473
13495
  },
13474
13496
  "DryRun": {
@@ -13667,7 +13689,7 @@
13667
13689
  "type": "timestamp"
13668
13690
  },
13669
13691
  "SpotFleetRequestConfig": {
13670
- "shape": "S1lp",
13692
+ "shape": "S1lu",
13671
13693
  "locationName": "spotFleetRequestConfig"
13672
13694
  },
13673
13695
  "SpotFleetRequestId": {
@@ -13712,7 +13734,7 @@
13712
13734
  "type": "structure",
13713
13735
  "members": {
13714
13736
  "SpotInstanceRequests": {
13715
- "shape": "S1mh",
13737
+ "shape": "S1mm",
13716
13738
  "locationName": "spotInstanceRequestSet"
13717
13739
  },
13718
13740
  "NextToken": {
@@ -13838,11 +13860,11 @@
13838
13860
  "locationName": "groupName"
13839
13861
  },
13840
13862
  "StaleIpPermissions": {
13841
- "shape": "S1mz",
13863
+ "shape": "S1n4",
13842
13864
  "locationName": "staleIpPermissions"
13843
13865
  },
13844
13866
  "StaleIpPermissionsEgress": {
13845
- "shape": "S1mz",
13867
+ "shape": "S1n4",
13846
13868
  "locationName": "staleIpPermissionsEgress"
13847
13869
  },
13848
13870
  "VpcId": {
@@ -14142,7 +14164,7 @@
14142
14164
  "type": "structure",
14143
14165
  "members": {
14144
14166
  "TransitGatewayAttachmentIds": {
14145
- "shape": "S1nx"
14167
+ "shape": "S1o2"
14146
14168
  },
14147
14169
  "Filters": {
14148
14170
  "shape": "Szi",
@@ -14262,7 +14284,7 @@
14262
14284
  "type": "structure",
14263
14285
  "members": {
14264
14286
  "TransitGatewayAttachmentIds": {
14265
- "shape": "S1nx"
14287
+ "shape": "S1o2"
14266
14288
  },
14267
14289
  "Filters": {
14268
14290
  "shape": "Szi",
@@ -14339,7 +14361,7 @@
14339
14361
  "type": "structure",
14340
14362
  "members": {
14341
14363
  "TransitGatewayAttachmentIds": {
14342
- "shape": "S1nx"
14364
+ "shape": "S1o2"
14343
14365
  },
14344
14366
  "Filters": {
14345
14367
  "shape": "Szi",
@@ -14496,7 +14518,7 @@
14496
14518
  "type": "structure",
14497
14519
  "members": {
14498
14520
  "TransitGatewayAttachmentIds": {
14499
- "shape": "S1nx"
14521
+ "shape": "S1o2"
14500
14522
  },
14501
14523
  "Filters": {
14502
14524
  "shape": "Szi",
@@ -14699,7 +14721,7 @@
14699
14721
  "type": "structure",
14700
14722
  "members": {
14701
14723
  "VerifiedAccessInstanceIds": {
14702
- "shape": "S1pg",
14724
+ "shape": "S1pl",
14703
14725
  "locationName": "VerifiedAccessInstanceId"
14704
14726
  },
14705
14727
  "MaxResults": {
@@ -14722,7 +14744,7 @@
14722
14744
  "locationName": "loggingConfigurationSet",
14723
14745
  "type": "list",
14724
14746
  "member": {
14725
- "shape": "S1pk",
14747
+ "shape": "S1pp",
14726
14748
  "locationName": "item"
14727
14749
  }
14728
14750
  },
@@ -14737,7 +14759,7 @@
14737
14759
  "type": "structure",
14738
14760
  "members": {
14739
14761
  "VerifiedAccessInstanceIds": {
14740
- "shape": "S1pg",
14762
+ "shape": "S1pl",
14741
14763
  "locationName": "VerifiedAccessInstanceId"
14742
14764
  },
14743
14765
  "MaxResults": {
@@ -15057,7 +15079,7 @@
15057
15079
  "locationName": "volumeModificationSet",
15058
15080
  "type": "list",
15059
15081
  "member": {
15060
- "shape": "S1qo",
15082
+ "shape": "S1qt",
15061
15083
  "locationName": "item"
15062
15084
  }
15063
15085
  },
@@ -15117,7 +15139,7 @@
15117
15139
  "type": "boolean"
15118
15140
  },
15119
15141
  "VpcIds": {
15120
- "shape": "S1qu",
15142
+ "shape": "S1qz",
15121
15143
  "locationName": "VpcId"
15122
15144
  }
15123
15145
  }
@@ -15161,7 +15183,7 @@
15161
15183
  "locationName": "nextToken"
15162
15184
  },
15163
15185
  "VpcIds": {
15164
- "shape": "S1qu"
15186
+ "shape": "S1qz"
15165
15187
  }
15166
15188
  }
15167
15189
  },
@@ -15964,11 +15986,11 @@
15964
15986
  ],
15965
15987
  "members": {
15966
15988
  "AvailabilityZones": {
15967
- "shape": "S1su",
15989
+ "shape": "S1sz",
15968
15990
  "locationName": "AvailabilityZone"
15969
15991
  },
15970
15992
  "SourceSnapshotIds": {
15971
- "shape": "S1l6",
15993
+ "shape": "S1lb",
15972
15994
  "locationName": "SourceSnapshotId"
15973
15995
  },
15974
15996
  "DryRun": {
@@ -16152,7 +16174,7 @@
16152
16174
  "type": "structure",
16153
16175
  "members": {
16154
16176
  "Propagation": {
16155
- "shape": "S1tb",
16177
+ "shape": "S1tg",
16156
16178
  "locationName": "propagation"
16157
16179
  }
16158
16180
  }
@@ -16732,11 +16754,11 @@
16732
16754
  ],
16733
16755
  "members": {
16734
16756
  "AvailabilityZones": {
16735
- "shape": "S1su",
16757
+ "shape": "S1sz",
16736
16758
  "locationName": "AvailabilityZone"
16737
16759
  },
16738
16760
  "SourceSnapshotIds": {
16739
- "shape": "S1l6",
16761
+ "shape": "S1lb",
16740
16762
  "locationName": "SourceSnapshotId"
16741
16763
  },
16742
16764
  "DryRun": {
@@ -16943,7 +16965,7 @@
16943
16965
  "type": "structure",
16944
16966
  "members": {
16945
16967
  "Propagation": {
16946
- "shape": "S1tb",
16968
+ "shape": "S1tg",
16947
16969
  "locationName": "propagation"
16948
16970
  }
16949
16971
  }
@@ -17554,7 +17576,7 @@
17554
17576
  "type": "structure",
17555
17577
  "members": {
17556
17578
  "InstanceFamilyCreditSpecification": {
17557
- "shape": "S1wl",
17579
+ "shape": "S1wq",
17558
17580
  "locationName": "instanceFamilyCreditSpecification"
17559
17581
  }
17560
17582
  }
@@ -17701,7 +17723,7 @@
17701
17723
  ],
17702
17724
  "members": {
17703
17725
  "HostIdSet": {
17704
- "shape": "S1x2"
17726
+ "shape": "S1x7"
17705
17727
  },
17706
17728
  "OfferingId": {}
17707
17729
  }
@@ -17713,7 +17735,7 @@
17713
17735
  "locationName": "currencyCode"
17714
17736
  },
17715
17737
  "Purchase": {
17716
- "shape": "S1x4",
17738
+ "shape": "S1x9",
17717
17739
  "locationName": "purchase"
17718
17740
  },
17719
17741
  "TotalHourlyPrice": {
@@ -17738,11 +17760,11 @@
17738
17760
  "type": "boolean"
17739
17761
  },
17740
17762
  "ArchitectureTypes": {
17741
- "shape": "S1x7",
17763
+ "shape": "S1xc",
17742
17764
  "locationName": "ArchitectureType"
17743
17765
  },
17744
17766
  "VirtualizationTypes": {
17745
- "shape": "S1x8",
17767
+ "shape": "S1xd",
17746
17768
  "locationName": "VirtualizationType"
17747
17769
  },
17748
17770
  "InstanceRequirements": {
@@ -18139,7 +18161,7 @@
18139
18161
  "locationName": "ipamResourceCidrSet",
18140
18162
  "type": "list",
18141
18163
  "member": {
18142
- "shape": "S1y8",
18164
+ "shape": "S1yd",
18143
18165
  "locationName": "item"
18144
18166
  }
18145
18167
  }
@@ -18299,7 +18321,7 @@
18299
18321
  "locationName": "findingId"
18300
18322
  },
18301
18323
  "FindingComponents": {
18302
- "shape": "S1gi",
18324
+ "shape": "S1gn",
18303
18325
  "locationName": "findingComponentSet"
18304
18326
  }
18305
18327
  }
@@ -18402,7 +18424,7 @@
18402
18424
  "locationName": "paymentDue"
18403
18425
  },
18404
18426
  "ReservedInstanceValueRollup": {
18405
- "shape": "S1yv",
18427
+ "shape": "S1z0",
18406
18428
  "locationName": "reservedInstanceValueRollup"
18407
18429
  },
18408
18430
  "ReservedInstanceValueSet": {
@@ -18413,7 +18435,7 @@
18413
18435
  "type": "structure",
18414
18436
  "members": {
18415
18437
  "ReservationValue": {
18416
- "shape": "S1yv",
18438
+ "shape": "S1z0",
18417
18439
  "locationName": "reservationValue"
18418
18440
  },
18419
18441
  "ReservedInstanceId": {
@@ -18423,7 +18445,7 @@
18423
18445
  }
18424
18446
  },
18425
18447
  "TargetConfigurationValueRollup": {
18426
- "shape": "S1yv",
18448
+ "shape": "S1z0",
18427
18449
  "locationName": "targetConfigurationValueRollup"
18428
18450
  },
18429
18451
  "TargetConfigurationValueSet": {
@@ -18434,7 +18456,7 @@
18434
18456
  "type": "structure",
18435
18457
  "members": {
18436
18458
  "ReservationValue": {
18437
- "shape": "S1yv",
18459
+ "shape": "S1z0",
18438
18460
  "locationName": "reservationValue"
18439
18461
  },
18440
18462
  "TargetConfiguration": {
@@ -18506,11 +18528,11 @@
18506
18528
  "type": "structure",
18507
18529
  "members": {
18508
18530
  "ArchitectureTypes": {
18509
- "shape": "S1x7",
18531
+ "shape": "S1xc",
18510
18532
  "locationName": "ArchitectureType"
18511
18533
  },
18512
18534
  "VirtualizationTypes": {
18513
- "shape": "S1x8",
18535
+ "shape": "S1xd",
18514
18536
  "locationName": "VirtualizationType"
18515
18537
  },
18516
18538
  "InstanceRequirements": {
@@ -18581,11 +18603,11 @@
18581
18603
  "type": "structure",
18582
18604
  "members": {
18583
18605
  "SubnetIpv4CidrReservations": {
18584
- "shape": "S1zf",
18606
+ "shape": "S1zk",
18585
18607
  "locationName": "subnetIpv4CidrReservationSet"
18586
18608
  },
18587
18609
  "SubnetIpv6CidrReservations": {
18588
- "shape": "S1zf",
18610
+ "shape": "S1zk",
18589
18611
  "locationName": "subnetIpv6CidrReservationSet"
18590
18612
  },
18591
18613
  "NextToken": {
@@ -19162,7 +19184,7 @@
19162
19184
  "members": {
19163
19185
  "Architecture": {},
19164
19186
  "ClientData": {
19165
- "shape": "S20r"
19187
+ "shape": "S20w"
19166
19188
  },
19167
19189
  "ClientToken": {},
19168
19190
  "Description": {},
@@ -19181,7 +19203,7 @@
19181
19203
  "shape": "S17v"
19182
19204
  },
19183
19205
  "UserBucket": {
19184
- "shape": "S20u"
19206
+ "shape": "S20z"
19185
19207
  }
19186
19208
  }
19187
19209
  }
@@ -19291,10 +19313,10 @@
19291
19313
  "members": {
19292
19314
  "Description": {},
19293
19315
  "Image": {
19294
- "shape": "S211"
19316
+ "shape": "S216"
19295
19317
  },
19296
19318
  "Volume": {
19297
- "shape": "S212"
19319
+ "shape": "S217"
19298
19320
  }
19299
19321
  }
19300
19322
  }
@@ -19417,7 +19439,7 @@
19417
19439
  "type": "structure",
19418
19440
  "members": {
19419
19441
  "ClientData": {
19420
- "shape": "S20r"
19442
+ "shape": "S20w"
19421
19443
  },
19422
19444
  "ClientToken": {},
19423
19445
  "Description": {},
@@ -19430,7 +19452,7 @@
19430
19452
  "shape": "S17v"
19431
19453
  },
19432
19454
  "UserBucket": {
19433
- "shape": "S20u"
19455
+ "shape": "S20z"
19434
19456
  }
19435
19457
  }
19436
19458
  },
@@ -19488,11 +19510,11 @@
19488
19510
  "type": "boolean"
19489
19511
  },
19490
19512
  "Image": {
19491
- "shape": "S211",
19513
+ "shape": "S216",
19492
19514
  "locationName": "image"
19493
19515
  },
19494
19516
  "Volume": {
19495
- "shape": "S212",
19517
+ "shape": "S217",
19496
19518
  "locationName": "volume"
19497
19519
  }
19498
19520
  }
@@ -19569,7 +19591,7 @@
19569
19591
  },
19570
19592
  "NextToken": {},
19571
19593
  "SnapshotIds": {
19572
- "shape": "S1l6",
19594
+ "shape": "S1lb",
19573
19595
  "locationName": "SnapshotId"
19574
19596
  },
19575
19597
  "DryRun": {
@@ -19807,7 +19829,7 @@
19807
19829
  "type": "structure",
19808
19830
  "members": {
19809
19831
  "InstanceFamilyCreditSpecification": {
19810
- "shape": "S1wl",
19832
+ "shape": "S1wq",
19811
19833
  "locationName": "instanceFamilyCreditSpecification"
19812
19834
  }
19813
19835
  }
@@ -19881,25 +19903,25 @@
19881
19903
  "Attribute": {},
19882
19904
  "OperationType": {},
19883
19905
  "UserIds": {
19884
- "shape": "S227",
19906
+ "shape": "S22c",
19885
19907
  "locationName": "UserId"
19886
19908
  },
19887
19909
  "UserGroups": {
19888
- "shape": "S228",
19910
+ "shape": "S22d",
19889
19911
  "locationName": "UserGroup"
19890
19912
  },
19891
19913
  "ProductCodes": {
19892
- "shape": "S229",
19914
+ "shape": "S22e",
19893
19915
  "locationName": "ProductCode"
19894
19916
  },
19895
19917
  "LoadPermission": {
19896
19918
  "type": "structure",
19897
19919
  "members": {
19898
19920
  "Add": {
19899
- "shape": "S22b"
19921
+ "shape": "S22g"
19900
19922
  },
19901
19923
  "Remove": {
19902
- "shape": "S22b"
19924
+ "shape": "S22g"
19903
19925
  }
19904
19926
  }
19905
19927
  },
@@ -19945,7 +19967,7 @@
19945
19967
  "locationName": "successful"
19946
19968
  },
19947
19969
  "Unsuccessful": {
19948
- "shape": "S22g",
19970
+ "shape": "S22l",
19949
19971
  "locationName": "unsuccessful"
19950
19972
  }
19951
19973
  }
@@ -20013,15 +20035,15 @@
20013
20035
  },
20014
20036
  "OperationType": {},
20015
20037
  "ProductCodes": {
20016
- "shape": "S229",
20038
+ "shape": "S22e",
20017
20039
  "locationName": "ProductCode"
20018
20040
  },
20019
20041
  "UserGroups": {
20020
- "shape": "S228",
20042
+ "shape": "S22d",
20021
20043
  "locationName": "UserGroup"
20022
20044
  },
20023
20045
  "UserIds": {
20024
- "shape": "S227",
20046
+ "shape": "S22c",
20025
20047
  "locationName": "UserId"
20026
20048
  },
20027
20049
  "Value": {},
@@ -20166,7 +20188,7 @@
20166
20188
  "members": {
20167
20189
  "InstanceId": {},
20168
20190
  "CapacityReservationSpecification": {
20169
- "shape": "S22t"
20191
+ "shape": "S22y"
20170
20192
  },
20171
20193
  "DryRun": {
20172
20194
  "type": "boolean"
@@ -20366,7 +20388,7 @@
20366
20388
  "locationName": "instanceId"
20367
20389
  },
20368
20390
  "InstanceMetadataOptions": {
20369
- "shape": "S1d5",
20391
+ "shape": "S1da",
20370
20392
  "locationName": "instanceMetadataOptions"
20371
20393
  }
20372
20394
  }
@@ -20426,7 +20448,7 @@
20426
20448
  "locationName": "AddOperatingRegion"
20427
20449
  },
20428
20450
  "RemoveOperatingRegions": {
20429
- "shape": "S23i",
20451
+ "shape": "S23n",
20430
20452
  "locationName": "RemoveOperatingRegion"
20431
20453
  }
20432
20454
  }
@@ -20516,7 +20538,7 @@
20516
20538
  "type": "structure",
20517
20539
  "members": {
20518
20540
  "IpamResourceCidr": {
20519
- "shape": "S1y8",
20541
+ "shape": "S1yd",
20520
20542
  "locationName": "ipamResourceCidr"
20521
20543
  }
20522
20544
  }
@@ -20539,7 +20561,7 @@
20539
20561
  "locationName": "AddOperatingRegion"
20540
20562
  },
20541
20563
  "RemoveOperatingRegions": {
20542
- "shape": "S23i",
20564
+ "shape": "S23n",
20543
20565
  "locationName": "RemoveOperatingRegion"
20544
20566
  }
20545
20567
  }
@@ -20761,7 +20783,7 @@
20761
20783
  ],
20762
20784
  "members": {
20763
20785
  "ReservedInstancesIds": {
20764
- "shape": "S1iw",
20786
+ "shape": "S1j1",
20765
20787
  "locationName": "ReservedInstancesId"
20766
20788
  },
20767
20789
  "ClientToken": {
@@ -20771,7 +20793,7 @@
20771
20793
  "locationName": "ReservedInstancesConfigurationSetItemType",
20772
20794
  "type": "list",
20773
20795
  "member": {
20774
- "shape": "S1ji",
20796
+ "shape": "S1jn",
20775
20797
  "locationName": "item"
20776
20798
  }
20777
20799
  }
@@ -20853,21 +20875,21 @@
20853
20875
  "type": "structure",
20854
20876
  "members": {
20855
20877
  "Add": {
20856
- "shape": "S1kw"
20878
+ "shape": "S1l1"
20857
20879
  },
20858
20880
  "Remove": {
20859
- "shape": "S1kw"
20881
+ "shape": "S1l1"
20860
20882
  }
20861
20883
  }
20862
20884
  },
20863
20885
  "GroupNames": {
20864
- "shape": "S1ko",
20886
+ "shape": "S1kt",
20865
20887
  "locationName": "UserGroup"
20866
20888
  },
20867
20889
  "OperationType": {},
20868
20890
  "SnapshotId": {},
20869
20891
  "UserIds": {
20870
- "shape": "S227",
20892
+ "shape": "S22c",
20871
20893
  "locationName": "UserId"
20872
20894
  },
20873
20895
  "DryRun": {
@@ -20915,7 +20937,7 @@
20915
20937
  "locationName": "excessCapacityTerminationPolicy"
20916
20938
  },
20917
20939
  "LaunchTemplateConfigs": {
20918
- "shape": "S1m4",
20940
+ "shape": "S1m9",
20919
20941
  "locationName": "LaunchTemplateConfig"
20920
20942
  },
20921
20943
  "SpotFleetRequestId": {
@@ -21451,7 +21473,7 @@
21451
21473
  "type": "structure",
21452
21474
  "members": {
21453
21475
  "LoggingConfiguration": {
21454
- "shape": "S1pk",
21476
+ "shape": "S1pp",
21455
21477
  "locationName": "loggingConfiguration"
21456
21478
  }
21457
21479
  }
@@ -21528,7 +21550,7 @@
21528
21550
  "type": "structure",
21529
21551
  "members": {
21530
21552
  "VolumeModification": {
21531
- "shape": "S1qo",
21553
+ "shape": "S1qt",
21532
21554
  "locationName": "volumeModification"
21533
21555
  }
21534
21556
  }
@@ -21797,13 +21819,13 @@
21797
21819
  ],
21798
21820
  "members": {
21799
21821
  "AccepterPeeringConnectionOptions": {
21800
- "shape": "S266"
21822
+ "shape": "S26b"
21801
21823
  },
21802
21824
  "DryRun": {
21803
21825
  "type": "boolean"
21804
21826
  },
21805
21827
  "RequesterPeeringConnectionOptions": {
21806
- "shape": "S266"
21828
+ "shape": "S26b"
21807
21829
  },
21808
21830
  "VpcPeeringConnectionId": {}
21809
21831
  }
@@ -21812,11 +21834,11 @@
21812
21834
  "type": "structure",
21813
21835
  "members": {
21814
21836
  "AccepterPeeringConnectionOptions": {
21815
- "shape": "S268",
21837
+ "shape": "S26d",
21816
21838
  "locationName": "accepterPeeringConnectionOptions"
21817
21839
  },
21818
21840
  "RequesterPeeringConnectionOptions": {
21819
- "shape": "S268",
21841
+ "shape": "S26d",
21820
21842
  "locationName": "requesterPeeringConnectionOptions"
21821
21843
  }
21822
21844
  }
@@ -22040,7 +22062,7 @@
22040
22062
  "type": "structure",
22041
22063
  "members": {
22042
22064
  "InstanceMonitorings": {
22043
- "shape": "S26n",
22065
+ "shape": "S26s",
22044
22066
  "locationName": "instancesSet"
22045
22067
  }
22046
22068
  }
@@ -22209,7 +22231,7 @@
22209
22231
  "locationName": "poolId"
22210
22232
  },
22211
22233
  "PoolAddressRange": {
22212
- "shape": "S1ij",
22234
+ "shape": "S1io",
22213
22235
  "locationName": "poolAddressRange"
22214
22236
  }
22215
22237
  }
@@ -22226,7 +22248,7 @@
22226
22248
  "ClientToken": {},
22227
22249
  "CurrencyCode": {},
22228
22250
  "HostIdSet": {
22229
- "shape": "S1x2"
22251
+ "shape": "S1x7"
22230
22252
  },
22231
22253
  "LimitPrice": {},
22232
22254
  "OfferingId": {},
@@ -22246,7 +22268,7 @@
22246
22268
  "locationName": "currencyCode"
22247
22269
  },
22248
22270
  "Purchase": {
22249
- "shape": "S1x4",
22271
+ "shape": "S1x9",
22250
22272
  "locationName": "purchase"
22251
22273
  },
22252
22274
  "TotalHourlyPrice": {
@@ -22341,7 +22363,7 @@
22341
22363
  "locationName": "scheduledInstanceSet",
22342
22364
  "type": "list",
22343
22365
  "member": {
22344
- "shape": "S1kd",
22366
+ "shape": "S1ki",
22345
22367
  "locationName": "item"
22346
22368
  }
22347
22369
  }
@@ -22705,7 +22727,7 @@
22705
22727
  "locationName": "successful"
22706
22728
  },
22707
22729
  "Unsuccessful": {
22708
- "shape": "S22g",
22730
+ "shape": "S22l",
22709
22731
  "locationName": "unsuccessful"
22710
22732
  }
22711
22733
  }
@@ -23033,7 +23055,7 @@
23033
23055
  "type": "boolean"
23034
23056
  },
23035
23057
  "SpotFleetRequestConfig": {
23036
- "shape": "S1lp",
23058
+ "shape": "S1lu",
23037
23059
  "locationName": "spotFleetRequestConfig"
23038
23060
  }
23039
23061
  }
@@ -23117,15 +23139,15 @@
23117
23139
  "locationName": "keyName"
23118
23140
  },
23119
23141
  "Monitoring": {
23120
- "shape": "S1mk",
23142
+ "shape": "S1mp",
23121
23143
  "locationName": "monitoring"
23122
23144
  },
23123
23145
  "NetworkInterfaces": {
23124
- "shape": "S1lz",
23146
+ "shape": "S1m4",
23125
23147
  "locationName": "NetworkInterface"
23126
23148
  },
23127
23149
  "Placement": {
23128
- "shape": "S1m1",
23150
+ "shape": "S1m6",
23129
23151
  "locationName": "placement"
23130
23152
  },
23131
23153
  "RamdiskId": {
@@ -23165,7 +23187,7 @@
23165
23187
  "type": "structure",
23166
23188
  "members": {
23167
23189
  "SpotInstanceRequests": {
23168
- "shape": "S1mh",
23190
+ "shape": "S1mm",
23169
23191
  "locationName": "spotInstanceRequestSet"
23170
23192
  }
23171
23193
  }
@@ -23535,7 +23557,7 @@
23535
23557
  "locationName": "ipPermissions"
23536
23558
  },
23537
23559
  "SecurityGroupRuleIds": {
23538
- "shape": "S1kk",
23560
+ "shape": "S1kp",
23539
23561
  "locationName": "SecurityGroupRuleId"
23540
23562
  },
23541
23563
  "CidrIp": {
@@ -23598,7 +23620,7 @@
23598
23620
  "type": "boolean"
23599
23621
  },
23600
23622
  "SecurityGroupRuleIds": {
23601
- "shape": "S1kk",
23623
+ "shape": "S1kp",
23602
23624
  "locationName": "SecurityGroupRuleId"
23603
23625
  }
23604
23626
  }
@@ -23647,7 +23669,7 @@
23647
23669
  "type": "integer"
23648
23670
  },
23649
23671
  "Monitoring": {
23650
- "shape": "S1mk"
23672
+ "shape": "S1mp"
23651
23673
  },
23652
23674
  "Placement": {
23653
23675
  "shape": "Scg"
@@ -23693,7 +23715,7 @@
23693
23715
  "locationName": "instanceInitiatedShutdownBehavior"
23694
23716
  },
23695
23717
  "NetworkInterfaces": {
23696
- "shape": "S1lz",
23718
+ "shape": "S1m4",
23697
23719
  "locationName": "networkInterface"
23698
23720
  },
23699
23721
  "PrivateIpAddress": {
@@ -23771,7 +23793,7 @@
23771
23793
  }
23772
23794
  },
23773
23795
  "CapacityReservationSpecification": {
23774
- "shape": "S22t"
23796
+ "shape": "S22y"
23775
23797
  },
23776
23798
  "HibernationOptions": {
23777
23799
  "type": "structure",
@@ -23836,7 +23858,7 @@
23836
23858
  }
23837
23859
  },
23838
23860
  "output": {
23839
- "shape": "S1cg"
23861
+ "shape": "S1cl"
23840
23862
  }
23841
23863
  },
23842
23864
  "RunScheduledInstances": {
@@ -23934,7 +23956,7 @@
23934
23956
  "type": "integer"
23935
23957
  },
23936
23958
  "Groups": {
23937
- "shape": "S2ac",
23959
+ "shape": "S2ah",
23938
23960
  "locationName": "Group"
23939
23961
  },
23940
23962
  "Ipv6AddressCount": {
@@ -23983,7 +24005,7 @@
23983
24005
  },
23984
24006
  "RamdiskId": {},
23985
24007
  "SecurityGroupIds": {
23986
- "shape": "S2ac",
24008
+ "shape": "S2ah",
23987
24009
  "locationName": "SecurityGroupId"
23988
24010
  },
23989
24011
  "SubnetId": {},
@@ -24197,7 +24219,7 @@
24197
24219
  "type": "structure",
24198
24220
  "members": {
24199
24221
  "StartingInstances": {
24200
- "shape": "S2b0",
24222
+ "shape": "S2b5",
24201
24223
  "locationName": "instancesSet"
24202
24224
  }
24203
24225
  }
@@ -24228,7 +24250,7 @@
24228
24250
  "type": "structure",
24229
24251
  "members": {
24230
24252
  "NetworkInsightsAccessScopeAnalysis": {
24231
- "shape": "S1g5",
24253
+ "shape": "S1ga",
24232
24254
  "locationName": "networkInsightsAccessScopeAnalysis"
24233
24255
  }
24234
24256
  }
@@ -24248,7 +24270,7 @@
24248
24270
  "locationName": "AdditionalAccount"
24249
24271
  },
24250
24272
  "FilterInArns": {
24251
- "shape": "S1gh",
24273
+ "shape": "S1gm",
24252
24274
  "locationName": "FilterInArn"
24253
24275
  },
24254
24276
  "DryRun": {
@@ -24267,7 +24289,7 @@
24267
24289
  "type": "structure",
24268
24290
  "members": {
24269
24291
  "NetworkInsightsAnalysis": {
24270
- "shape": "S1gg",
24292
+ "shape": "S1gl",
24271
24293
  "locationName": "networkInsightsAnalysis"
24272
24294
  }
24273
24295
  }
@@ -24324,7 +24346,7 @@
24324
24346
  "type": "structure",
24325
24347
  "members": {
24326
24348
  "StoppingInstances": {
24327
- "shape": "S2b0",
24349
+ "shape": "S2b5",
24328
24350
  "locationName": "instancesSet"
24329
24351
  }
24330
24352
  }
@@ -24399,7 +24421,7 @@
24399
24421
  "type": "structure",
24400
24422
  "members": {
24401
24423
  "TerminatingInstances": {
24402
- "shape": "S2b0",
24424
+ "shape": "S2b5",
24403
24425
  "locationName": "instancesSet"
24404
24426
  }
24405
24427
  }
@@ -24518,7 +24540,7 @@
24518
24540
  "type": "structure",
24519
24541
  "members": {
24520
24542
  "InstanceMonitorings": {
24521
- "shape": "S26n",
24543
+ "shape": "S26s",
24522
24544
  "locationName": "instancesSet"
24523
24545
  }
24524
24546
  }
@@ -24537,7 +24559,7 @@
24537
24559
  "shape": "S6o"
24538
24560
  },
24539
24561
  "SecurityGroupRuleDescriptions": {
24540
- "shape": "S2bo",
24562
+ "shape": "S2bt",
24541
24563
  "locationName": "SecurityGroupRuleDescription"
24542
24564
  }
24543
24565
  }
@@ -24565,7 +24587,7 @@
24565
24587
  "shape": "S6o"
24566
24588
  },
24567
24589
  "SecurityGroupRuleDescriptions": {
24568
- "shape": "S2bo",
24590
+ "shape": "S2bt",
24569
24591
  "locationName": "SecurityGroupRuleDescription"
24570
24592
  }
24571
24593
  }
@@ -31841,7 +31863,7 @@
31841
31863
  }
31842
31864
  }
31843
31865
  },
31844
- "S1cg": {
31866
+ "S1cl": {
31845
31867
  "type": "structure",
31846
31868
  "members": {
31847
31869
  "Groups": {
@@ -31879,7 +31901,7 @@
31879
31901
  "type": "timestamp"
31880
31902
  },
31881
31903
  "Monitoring": {
31882
- "shape": "S1cj",
31904
+ "shape": "S1co",
31883
31905
  "locationName": "monitoring"
31884
31906
  },
31885
31907
  "Placement": {
@@ -32002,7 +32024,7 @@
32002
32024
  "type": "structure",
32003
32025
  "members": {
32004
32026
  "Association": {
32005
- "shape": "S1cs",
32027
+ "shape": "S1cx",
32006
32028
  "locationName": "association"
32007
32029
  },
32008
32030
  "Attachment": {
@@ -32067,7 +32089,7 @@
32067
32089
  "type": "structure",
32068
32090
  "members": {
32069
32091
  "Association": {
32070
- "shape": "S1cs",
32092
+ "shape": "S1cx",
32071
32093
  "locationName": "association"
32072
32094
  },
32073
32095
  "Primary": {
@@ -32219,7 +32241,7 @@
32219
32241
  }
32220
32242
  },
32221
32243
  "MetadataOptions": {
32222
- "shape": "S1d5",
32244
+ "shape": "S1da",
32223
32245
  "locationName": "metadataOptions"
32224
32246
  },
32225
32247
  "EnclaveOptions": {
@@ -32288,7 +32310,7 @@
32288
32310
  }
32289
32311
  }
32290
32312
  },
32291
- "S1cj": {
32313
+ "S1co": {
32292
32314
  "type": "structure",
32293
32315
  "members": {
32294
32316
  "State": {
@@ -32296,7 +32318,7 @@
32296
32318
  }
32297
32319
  }
32298
32320
  },
32299
- "S1cs": {
32321
+ "S1cx": {
32300
32322
  "type": "structure",
32301
32323
  "members": {
32302
32324
  "CarrierIp": {
@@ -32316,7 +32338,7 @@
32316
32338
  }
32317
32339
  }
32318
32340
  },
32319
- "S1d5": {
32341
+ "S1da": {
32320
32342
  "type": "structure",
32321
32343
  "members": {
32322
32344
  "State": {
@@ -32340,13 +32362,13 @@
32340
32362
  }
32341
32363
  }
32342
32364
  },
32343
- "S1f5": {
32365
+ "S1fa": {
32344
32366
  "type": "list",
32345
32367
  "member": {
32346
32368
  "locationName": "item"
32347
32369
  }
32348
32370
  },
32349
- "S1g5": {
32371
+ "S1ga": {
32350
32372
  "type": "structure",
32351
32373
  "members": {
32352
32374
  "NetworkInsightsAccessScopeAnalysisId": {
@@ -32388,7 +32410,7 @@
32388
32410
  }
32389
32411
  }
32390
32412
  },
32391
- "S1gg": {
32413
+ "S1gl": {
32392
32414
  "type": "structure",
32393
32415
  "members": {
32394
32416
  "NetworkInsightsAnalysisId": {
@@ -32405,7 +32427,7 @@
32405
32427
  "locationName": "additionalAccountSet"
32406
32428
  },
32407
32429
  "FilterInArns": {
32408
- "shape": "S1gh",
32430
+ "shape": "S1gm",
32409
32431
  "locationName": "filterInArnSet"
32410
32432
  },
32411
32433
  "StartDate": {
@@ -32426,15 +32448,15 @@
32426
32448
  "type": "boolean"
32427
32449
  },
32428
32450
  "ForwardPathComponents": {
32429
- "shape": "S1gi",
32451
+ "shape": "S1gn",
32430
32452
  "locationName": "forwardPathComponentSet"
32431
32453
  },
32432
32454
  "ReturnPathComponents": {
32433
- "shape": "S1gi",
32455
+ "shape": "S1gn",
32434
32456
  "locationName": "returnPathComponentSet"
32435
32457
  },
32436
32458
  "Explanations": {
32437
- "shape": "S1h2",
32459
+ "shape": "S1h7",
32438
32460
  "locationName": "explanationSet"
32439
32461
  },
32440
32462
  "AlternatePathHints": {
@@ -32463,13 +32485,13 @@
32463
32485
  }
32464
32486
  }
32465
32487
  },
32466
- "S1gh": {
32488
+ "S1gm": {
32467
32489
  "type": "list",
32468
32490
  "member": {
32469
32491
  "locationName": "item"
32470
32492
  }
32471
32493
  },
32472
- "S1gi": {
32494
+ "S1gn": {
32473
32495
  "type": "list",
32474
32496
  "member": {
32475
32497
  "locationName": "item",
@@ -32480,47 +32502,47 @@
32480
32502
  "type": "integer"
32481
32503
  },
32482
32504
  "AclRule": {
32483
- "shape": "S1gk",
32505
+ "shape": "S1gp",
32484
32506
  "locationName": "aclRule"
32485
32507
  },
32486
32508
  "AttachedTo": {
32487
- "shape": "S1gl",
32509
+ "shape": "S1gq",
32488
32510
  "locationName": "attachedTo"
32489
32511
  },
32490
32512
  "Component": {
32491
- "shape": "S1gl",
32513
+ "shape": "S1gq",
32492
32514
  "locationName": "component"
32493
32515
  },
32494
32516
  "DestinationVpc": {
32495
- "shape": "S1gl",
32517
+ "shape": "S1gq",
32496
32518
  "locationName": "destinationVpc"
32497
32519
  },
32498
32520
  "OutboundHeader": {
32499
- "shape": "S1gm",
32521
+ "shape": "S1gr",
32500
32522
  "locationName": "outboundHeader"
32501
32523
  },
32502
32524
  "InboundHeader": {
32503
- "shape": "S1gm",
32525
+ "shape": "S1gr",
32504
32526
  "locationName": "inboundHeader"
32505
32527
  },
32506
32528
  "RouteTableRoute": {
32507
- "shape": "S1gp",
32529
+ "shape": "S1gu",
32508
32530
  "locationName": "routeTableRoute"
32509
32531
  },
32510
32532
  "SecurityGroupRule": {
32511
- "shape": "S1gq",
32533
+ "shape": "S1gv",
32512
32534
  "locationName": "securityGroupRule"
32513
32535
  },
32514
32536
  "SourceVpc": {
32515
- "shape": "S1gl",
32537
+ "shape": "S1gq",
32516
32538
  "locationName": "sourceVpc"
32517
32539
  },
32518
32540
  "Subnet": {
32519
- "shape": "S1gl",
32541
+ "shape": "S1gq",
32520
32542
  "locationName": "subnet"
32521
32543
  },
32522
32544
  "Vpc": {
32523
- "shape": "S1gl",
32545
+ "shape": "S1gq",
32524
32546
  "locationName": "vpc"
32525
32547
  },
32526
32548
  "AdditionalDetails": {
@@ -32534,15 +32556,15 @@
32534
32556
  "locationName": "additionalDetailType"
32535
32557
  },
32536
32558
  "Component": {
32537
- "shape": "S1gl",
32559
+ "shape": "S1gq",
32538
32560
  "locationName": "component"
32539
32561
  },
32540
32562
  "VpcEndpointService": {
32541
- "shape": "S1gl",
32563
+ "shape": "S1gq",
32542
32564
  "locationName": "vpcEndpointService"
32543
32565
  },
32544
32566
  "RuleOptions": {
32545
- "shape": "S1gt",
32567
+ "shape": "S1gy",
32546
32568
  "locationName": "ruleOptionSet"
32547
32569
  },
32548
32570
  "RuleGroupTypePairs": {
@@ -32572,7 +32594,7 @@
32572
32594
  "locationName": "ruleGroupArn"
32573
32595
  },
32574
32596
  "RuleOptions": {
32575
- "shape": "S1gt",
32597
+ "shape": "S1gy",
32576
32598
  "locationName": "ruleOptionSet"
32577
32599
  }
32578
32600
  }
@@ -32582,34 +32604,34 @@
32582
32604
  "locationName": "serviceName"
32583
32605
  },
32584
32606
  "LoadBalancers": {
32585
- "shape": "S1h0",
32607
+ "shape": "S1h5",
32586
32608
  "locationName": "loadBalancerSet"
32587
32609
  }
32588
32610
  }
32589
32611
  }
32590
32612
  },
32591
32613
  "TransitGateway": {
32592
- "shape": "S1gl",
32614
+ "shape": "S1gq",
32593
32615
  "locationName": "transitGateway"
32594
32616
  },
32595
32617
  "TransitGatewayRouteTableRoute": {
32596
- "shape": "S1h1",
32618
+ "shape": "S1h6",
32597
32619
  "locationName": "transitGatewayRouteTableRoute"
32598
32620
  },
32599
32621
  "Explanations": {
32600
- "shape": "S1h2",
32622
+ "shape": "S1h7",
32601
32623
  "locationName": "explanationSet"
32602
32624
  },
32603
32625
  "ElasticLoadBalancerListener": {
32604
- "shape": "S1gl",
32626
+ "shape": "S1gq",
32605
32627
  "locationName": "elasticLoadBalancerListener"
32606
32628
  },
32607
32629
  "FirewallStatelessRule": {
32608
- "shape": "S1h8",
32630
+ "shape": "S1hd",
32609
32631
  "locationName": "firewallStatelessRule"
32610
32632
  },
32611
32633
  "FirewallStatefulRule": {
32612
- "shape": "S1hc",
32634
+ "shape": "S1hh",
32613
32635
  "locationName": "firewallStatefulRule"
32614
32636
  },
32615
32637
  "ServiceName": {
@@ -32618,7 +32640,7 @@
32618
32640
  }
32619
32641
  }
32620
32642
  },
32621
- "S1gk": {
32643
+ "S1gp": {
32622
32644
  "type": "structure",
32623
32645
  "members": {
32624
32646
  "Cidr": {
@@ -32644,7 +32666,7 @@
32644
32666
  }
32645
32667
  }
32646
32668
  },
32647
- "S1gl": {
32669
+ "S1gq": {
32648
32670
  "type": "structure",
32649
32671
  "members": {
32650
32672
  "Id": {
@@ -32658,44 +32680,44 @@
32658
32680
  }
32659
32681
  }
32660
32682
  },
32661
- "S1gm": {
32683
+ "S1gr": {
32662
32684
  "type": "structure",
32663
32685
  "members": {
32664
32686
  "DestinationAddresses": {
32665
- "shape": "S1gn",
32687
+ "shape": "S1gs",
32666
32688
  "locationName": "destinationAddressSet"
32667
32689
  },
32668
32690
  "DestinationPortRanges": {
32669
- "shape": "S1go",
32691
+ "shape": "S1gt",
32670
32692
  "locationName": "destinationPortRangeSet"
32671
32693
  },
32672
32694
  "Protocol": {
32673
32695
  "locationName": "protocol"
32674
32696
  },
32675
32697
  "SourceAddresses": {
32676
- "shape": "S1gn",
32698
+ "shape": "S1gs",
32677
32699
  "locationName": "sourceAddressSet"
32678
32700
  },
32679
32701
  "SourcePortRanges": {
32680
- "shape": "S1go",
32702
+ "shape": "S1gt",
32681
32703
  "locationName": "sourcePortRangeSet"
32682
32704
  }
32683
32705
  }
32684
32706
  },
32685
- "S1gn": {
32707
+ "S1gs": {
32686
32708
  "type": "list",
32687
32709
  "member": {
32688
32710
  "locationName": "item"
32689
32711
  }
32690
32712
  },
32691
- "S1go": {
32713
+ "S1gt": {
32692
32714
  "type": "list",
32693
32715
  "member": {
32694
32716
  "shape": "Sk4",
32695
32717
  "locationName": "item"
32696
32718
  }
32697
32719
  },
32698
- "S1gp": {
32720
+ "S1gu": {
32699
32721
  "type": "structure",
32700
32722
  "members": {
32701
32723
  "DestinationCidr": {
@@ -32742,7 +32764,7 @@
32742
32764
  }
32743
32765
  }
32744
32766
  },
32745
- "S1gq": {
32767
+ "S1gv": {
32746
32768
  "type": "structure",
32747
32769
  "members": {
32748
32770
  "Cidr": {
@@ -32766,7 +32788,7 @@
32766
32788
  }
32767
32789
  }
32768
32790
  },
32769
- "S1gt": {
32791
+ "S1gy": {
32770
32792
  "type": "list",
32771
32793
  "member": {
32772
32794
  "locationName": "item",
@@ -32776,26 +32798,26 @@
32776
32798
  "locationName": "keyword"
32777
32799
  },
32778
32800
  "Settings": {
32779
- "shape": "S1gv",
32801
+ "shape": "S1h0",
32780
32802
  "locationName": "settingSet"
32781
32803
  }
32782
32804
  }
32783
32805
  }
32784
32806
  },
32785
- "S1gv": {
32807
+ "S1h0": {
32786
32808
  "type": "list",
32787
32809
  "member": {
32788
32810
  "locationName": "item"
32789
32811
  }
32790
32812
  },
32791
- "S1h0": {
32813
+ "S1h5": {
32792
32814
  "type": "list",
32793
32815
  "member": {
32794
- "shape": "S1gl",
32816
+ "shape": "S1gq",
32795
32817
  "locationName": "item"
32796
32818
  }
32797
32819
  },
32798
- "S1h1": {
32820
+ "S1h6": {
32799
32821
  "type": "structure",
32800
32822
  "members": {
32801
32823
  "DestinationCidr": {
@@ -32821,29 +32843,29 @@
32821
32843
  }
32822
32844
  }
32823
32845
  },
32824
- "S1h2": {
32846
+ "S1h7": {
32825
32847
  "type": "list",
32826
32848
  "member": {
32827
32849
  "locationName": "item",
32828
32850
  "type": "structure",
32829
32851
  "members": {
32830
32852
  "Acl": {
32831
- "shape": "S1gl",
32853
+ "shape": "S1gq",
32832
32854
  "locationName": "acl"
32833
32855
  },
32834
32856
  "AclRule": {
32835
- "shape": "S1gk",
32857
+ "shape": "S1gp",
32836
32858
  "locationName": "aclRule"
32837
32859
  },
32838
32860
  "Address": {
32839
32861
  "locationName": "address"
32840
32862
  },
32841
32863
  "Addresses": {
32842
- "shape": "S1gn",
32864
+ "shape": "S1gs",
32843
32865
  "locationName": "addressSet"
32844
32866
  },
32845
32867
  "AttachedTo": {
32846
- "shape": "S1gl",
32868
+ "shape": "S1gq",
32847
32869
  "locationName": "attachedTo"
32848
32870
  },
32849
32871
  "AvailabilityZones": {
@@ -32855,19 +32877,19 @@
32855
32877
  "locationName": "cidrSet"
32856
32878
  },
32857
32879
  "Component": {
32858
- "shape": "S1gl",
32880
+ "shape": "S1gq",
32859
32881
  "locationName": "component"
32860
32882
  },
32861
32883
  "CustomerGateway": {
32862
- "shape": "S1gl",
32884
+ "shape": "S1gq",
32863
32885
  "locationName": "customerGateway"
32864
32886
  },
32865
32887
  "Destination": {
32866
- "shape": "S1gl",
32888
+ "shape": "S1gq",
32867
32889
  "locationName": "destination"
32868
32890
  },
32869
32891
  "DestinationVpc": {
32870
- "shape": "S1gl",
32892
+ "shape": "S1gq",
32871
32893
  "locationName": "destinationVpc"
32872
32894
  },
32873
32895
  "Direction": {
@@ -32877,11 +32899,11 @@
32877
32899
  "locationName": "explanationCode"
32878
32900
  },
32879
32901
  "IngressRouteTable": {
32880
- "shape": "S1gl",
32902
+ "shape": "S1gq",
32881
32903
  "locationName": "ingressRouteTable"
32882
32904
  },
32883
32905
  "InternetGateway": {
32884
- "shape": "S1gl",
32906
+ "shape": "S1gq",
32885
32907
  "locationName": "internetGateway"
32886
32908
  },
32887
32909
  "LoadBalancerArn": {
@@ -32916,7 +32938,7 @@
32916
32938
  "locationName": "availabilityZone"
32917
32939
  },
32918
32940
  "Instance": {
32919
- "shape": "S1gl",
32941
+ "shape": "S1gq",
32920
32942
  "locationName": "instance"
32921
32943
  },
32922
32944
  "Port": {
@@ -32926,11 +32948,11 @@
32926
32948
  }
32927
32949
  },
32928
32950
  "LoadBalancerTargetGroup": {
32929
- "shape": "S1gl",
32951
+ "shape": "S1gq",
32930
32952
  "locationName": "loadBalancerTargetGroup"
32931
32953
  },
32932
32954
  "LoadBalancerTargetGroups": {
32933
- "shape": "S1h0",
32955
+ "shape": "S1h5",
32934
32956
  "locationName": "loadBalancerTargetGroupSet"
32935
32957
  },
32936
32958
  "LoadBalancerTargetPort": {
@@ -32938,25 +32960,25 @@
32938
32960
  "type": "integer"
32939
32961
  },
32940
32962
  "ElasticLoadBalancerListener": {
32941
- "shape": "S1gl",
32963
+ "shape": "S1gq",
32942
32964
  "locationName": "elasticLoadBalancerListener"
32943
32965
  },
32944
32966
  "MissingComponent": {
32945
32967
  "locationName": "missingComponent"
32946
32968
  },
32947
32969
  "NatGateway": {
32948
- "shape": "S1gl",
32970
+ "shape": "S1gq",
32949
32971
  "locationName": "natGateway"
32950
32972
  },
32951
32973
  "NetworkInterface": {
32952
- "shape": "S1gl",
32974
+ "shape": "S1gq",
32953
32975
  "locationName": "networkInterface"
32954
32976
  },
32955
32977
  "PacketField": {
32956
32978
  "locationName": "packetField"
32957
32979
  },
32958
32980
  "VpcPeeringConnection": {
32959
- "shape": "S1gl",
32981
+ "shape": "S1gq",
32960
32982
  "locationName": "vpcPeeringConnection"
32961
32983
  },
32962
32984
  "Port": {
@@ -32964,82 +32986,82 @@
32964
32986
  "type": "integer"
32965
32987
  },
32966
32988
  "PortRanges": {
32967
- "shape": "S1go",
32989
+ "shape": "S1gt",
32968
32990
  "locationName": "portRangeSet"
32969
32991
  },
32970
32992
  "PrefixList": {
32971
- "shape": "S1gl",
32993
+ "shape": "S1gq",
32972
32994
  "locationName": "prefixList"
32973
32995
  },
32974
32996
  "Protocols": {
32975
- "shape": "S1gv",
32997
+ "shape": "S1h0",
32976
32998
  "locationName": "protocolSet"
32977
32999
  },
32978
33000
  "RouteTableRoute": {
32979
- "shape": "S1gp",
33001
+ "shape": "S1gu",
32980
33002
  "locationName": "routeTableRoute"
32981
33003
  },
32982
33004
  "RouteTable": {
32983
- "shape": "S1gl",
33005
+ "shape": "S1gq",
32984
33006
  "locationName": "routeTable"
32985
33007
  },
32986
33008
  "SecurityGroup": {
32987
- "shape": "S1gl",
33009
+ "shape": "S1gq",
32988
33010
  "locationName": "securityGroup"
32989
33011
  },
32990
33012
  "SecurityGroupRule": {
32991
- "shape": "S1gq",
33013
+ "shape": "S1gv",
32992
33014
  "locationName": "securityGroupRule"
32993
33015
  },
32994
33016
  "SecurityGroups": {
32995
- "shape": "S1h0",
33017
+ "shape": "S1h5",
32996
33018
  "locationName": "securityGroupSet"
32997
33019
  },
32998
33020
  "SourceVpc": {
32999
- "shape": "S1gl",
33021
+ "shape": "S1gq",
33000
33022
  "locationName": "sourceVpc"
33001
33023
  },
33002
33024
  "State": {
33003
33025
  "locationName": "state"
33004
33026
  },
33005
33027
  "Subnet": {
33006
- "shape": "S1gl",
33028
+ "shape": "S1gq",
33007
33029
  "locationName": "subnet"
33008
33030
  },
33009
33031
  "SubnetRouteTable": {
33010
- "shape": "S1gl",
33032
+ "shape": "S1gq",
33011
33033
  "locationName": "subnetRouteTable"
33012
33034
  },
33013
33035
  "Vpc": {
33014
- "shape": "S1gl",
33036
+ "shape": "S1gq",
33015
33037
  "locationName": "vpc"
33016
33038
  },
33017
33039
  "VpcEndpoint": {
33018
- "shape": "S1gl",
33040
+ "shape": "S1gq",
33019
33041
  "locationName": "vpcEndpoint"
33020
33042
  },
33021
33043
  "VpnConnection": {
33022
- "shape": "S1gl",
33044
+ "shape": "S1gq",
33023
33045
  "locationName": "vpnConnection"
33024
33046
  },
33025
33047
  "VpnGateway": {
33026
- "shape": "S1gl",
33048
+ "shape": "S1gq",
33027
33049
  "locationName": "vpnGateway"
33028
33050
  },
33029
33051
  "TransitGateway": {
33030
- "shape": "S1gl",
33052
+ "shape": "S1gq",
33031
33053
  "locationName": "transitGateway"
33032
33054
  },
33033
33055
  "TransitGatewayRouteTable": {
33034
- "shape": "S1gl",
33056
+ "shape": "S1gq",
33035
33057
  "locationName": "transitGatewayRouteTable"
33036
33058
  },
33037
33059
  "TransitGatewayRouteTableRoute": {
33038
- "shape": "S1h1",
33060
+ "shape": "S1h6",
33039
33061
  "locationName": "transitGatewayRouteTableRoute"
33040
33062
  },
33041
33063
  "TransitGatewayAttachment": {
33042
- "shape": "S1gl",
33064
+ "shape": "S1gq",
33043
33065
  "locationName": "transitGatewayAttachment"
33044
33066
  },
33045
33067
  "ComponentAccount": {
@@ -33049,17 +33071,17 @@
33049
33071
  "locationName": "componentRegion"
33050
33072
  },
33051
33073
  "FirewallStatelessRule": {
33052
- "shape": "S1h8",
33074
+ "shape": "S1hd",
33053
33075
  "locationName": "firewallStatelessRule"
33054
33076
  },
33055
33077
  "FirewallStatefulRule": {
33056
- "shape": "S1hc",
33078
+ "shape": "S1hh",
33057
33079
  "locationName": "firewallStatefulRule"
33058
33080
  }
33059
33081
  }
33060
33082
  }
33061
33083
  },
33062
- "S1h8": {
33084
+ "S1hd": {
33063
33085
  "type": "structure",
33064
33086
  "members": {
33065
33087
  "RuleGroupArn": {
@@ -33074,11 +33096,11 @@
33074
33096
  "locationName": "destinationSet"
33075
33097
  },
33076
33098
  "SourcePorts": {
33077
- "shape": "S1go",
33099
+ "shape": "S1gt",
33078
33100
  "locationName": "sourcePortSet"
33079
33101
  },
33080
33102
  "DestinationPorts": {
33081
- "shape": "S1go",
33103
+ "shape": "S1gt",
33082
33104
  "locationName": "destinationPortSet"
33083
33105
  },
33084
33106
  "Protocols": {
@@ -33098,7 +33120,7 @@
33098
33120
  }
33099
33121
  }
33100
33122
  },
33101
- "S1hc": {
33123
+ "S1hh": {
33102
33124
  "type": "structure",
33103
33125
  "members": {
33104
33126
  "RuleGroupArn": {
@@ -33113,11 +33135,11 @@
33113
33135
  "locationName": "destinationSet"
33114
33136
  },
33115
33137
  "SourcePorts": {
33116
- "shape": "S1go",
33138
+ "shape": "S1gt",
33117
33139
  "locationName": "sourcePortSet"
33118
33140
  },
33119
33141
  "DestinationPorts": {
33120
- "shape": "S1go",
33142
+ "shape": "S1gt",
33121
33143
  "locationName": "destinationPortSet"
33122
33144
  },
33123
33145
  "Protocol": {
@@ -33131,7 +33153,7 @@
33131
33153
  }
33132
33154
  }
33133
33155
  },
33134
- "S1ij": {
33156
+ "S1io": {
33135
33157
  "type": "structure",
33136
33158
  "members": {
33137
33159
  "FirstAddress": {
@@ -33150,13 +33172,13 @@
33150
33172
  }
33151
33173
  }
33152
33174
  },
33153
- "S1iw": {
33175
+ "S1j1": {
33154
33176
  "type": "list",
33155
33177
  "member": {
33156
33178
  "locationName": "ReservedInstancesId"
33157
33179
  }
33158
33180
  },
33159
- "S1j4": {
33181
+ "S1j9": {
33160
33182
  "type": "list",
33161
33183
  "member": {
33162
33184
  "locationName": "item",
@@ -33172,7 +33194,7 @@
33172
33194
  }
33173
33195
  }
33174
33196
  },
33175
- "S1ji": {
33197
+ "S1jn": {
33176
33198
  "type": "structure",
33177
33199
  "members": {
33178
33200
  "AvailabilityZone": {
@@ -33193,7 +33215,7 @@
33193
33215
  }
33194
33216
  }
33195
33217
  },
33196
- "S1k5": {
33218
+ "S1ka": {
33197
33219
  "type": "structure",
33198
33220
  "members": {
33199
33221
  "Frequency": {
@@ -33220,7 +33242,7 @@
33220
33242
  }
33221
33243
  }
33222
33244
  },
33223
- "S1kd": {
33245
+ "S1ki": {
33224
33246
  "type": "structure",
33225
33247
  "members": {
33226
33248
  "AvailabilityZone": {
@@ -33255,7 +33277,7 @@
33255
33277
  "type": "timestamp"
33256
33278
  },
33257
33279
  "Recurrence": {
33258
- "shape": "S1k5",
33280
+ "shape": "S1ka",
33259
33281
  "locationName": "recurrence"
33260
33282
  },
33261
33283
  "ScheduledInstanceId": {
@@ -33279,19 +33301,19 @@
33279
33301
  }
33280
33302
  }
33281
33303
  },
33282
- "S1kk": {
33304
+ "S1kp": {
33283
33305
  "type": "list",
33284
33306
  "member": {
33285
33307
  "locationName": "item"
33286
33308
  }
33287
33309
  },
33288
- "S1ko": {
33310
+ "S1kt": {
33289
33311
  "type": "list",
33290
33312
  "member": {
33291
33313
  "locationName": "GroupName"
33292
33314
  }
33293
33315
  },
33294
- "S1kw": {
33316
+ "S1l1": {
33295
33317
  "type": "list",
33296
33318
  "member": {
33297
33319
  "locationName": "item",
@@ -33306,13 +33328,13 @@
33306
33328
  }
33307
33329
  }
33308
33330
  },
33309
- "S1l6": {
33331
+ "S1lb": {
33310
33332
  "type": "list",
33311
33333
  "member": {
33312
33334
  "locationName": "SnapshotId"
33313
33335
  }
33314
33336
  },
33315
- "S1lp": {
33337
+ "S1lu": {
33316
33338
  "type": "structure",
33317
33339
  "required": [
33318
33340
  "IamFleetRole",
@@ -33410,11 +33432,11 @@
33410
33432
  }
33411
33433
  },
33412
33434
  "NetworkInterfaces": {
33413
- "shape": "S1lz",
33435
+ "shape": "S1m4",
33414
33436
  "locationName": "networkInterfaceSet"
33415
33437
  },
33416
33438
  "Placement": {
33417
- "shape": "S1m1",
33439
+ "shape": "S1m6",
33418
33440
  "locationName": "placement"
33419
33441
  },
33420
33442
  "RamdiskId": {
@@ -33459,7 +33481,7 @@
33459
33481
  }
33460
33482
  },
33461
33483
  "LaunchTemplateConfigs": {
33462
- "shape": "S1m4",
33484
+ "shape": "S1m9",
33463
33485
  "locationName": "launchTemplateConfigs"
33464
33486
  },
33465
33487
  "SpotPrice": {
@@ -33561,7 +33583,7 @@
33561
33583
  }
33562
33584
  }
33563
33585
  },
33564
- "S1lz": {
33586
+ "S1m4": {
33565
33587
  "type": "list",
33566
33588
  "member": {
33567
33589
  "locationName": "item",
@@ -33637,7 +33659,7 @@
33637
33659
  }
33638
33660
  }
33639
33661
  },
33640
- "S1m1": {
33662
+ "S1m6": {
33641
33663
  "type": "structure",
33642
33664
  "members": {
33643
33665
  "AvailabilityZone": {
@@ -33651,7 +33673,7 @@
33651
33673
  }
33652
33674
  }
33653
33675
  },
33654
- "S1m4": {
33676
+ "S1m9": {
33655
33677
  "type": "list",
33656
33678
  "member": {
33657
33679
  "locationName": "item",
@@ -33698,7 +33720,7 @@
33698
33720
  }
33699
33721
  }
33700
33722
  },
33701
- "S1mh": {
33723
+ "S1mm": {
33702
33724
  "type": "list",
33703
33725
  "member": {
33704
33726
  "locationName": "item",
@@ -33768,11 +33790,11 @@
33768
33790
  "locationName": "keyName"
33769
33791
  },
33770
33792
  "NetworkInterfaces": {
33771
- "shape": "S1lz",
33793
+ "shape": "S1m4",
33772
33794
  "locationName": "networkInterfaceSet"
33773
33795
  },
33774
33796
  "Placement": {
33775
- "shape": "S1m1",
33797
+ "shape": "S1m6",
33776
33798
  "locationName": "placement"
33777
33799
  },
33778
33800
  "RamdiskId": {
@@ -33782,7 +33804,7 @@
33782
33804
  "locationName": "subnetId"
33783
33805
  },
33784
33806
  "Monitoring": {
33785
- "shape": "S1mk",
33807
+ "shape": "S1mp",
33786
33808
  "locationName": "monitoring"
33787
33809
  }
33788
33810
  }
@@ -33839,7 +33861,7 @@
33839
33861
  }
33840
33862
  }
33841
33863
  },
33842
- "S1mk": {
33864
+ "S1mp": {
33843
33865
  "type": "structure",
33844
33866
  "required": [
33845
33867
  "Enabled"
@@ -33851,7 +33873,7 @@
33851
33873
  }
33852
33874
  }
33853
33875
  },
33854
- "S1mz": {
33876
+ "S1n4": {
33855
33877
  "type": "list",
33856
33878
  "member": {
33857
33879
  "locationName": "item",
@@ -33893,17 +33915,17 @@
33893
33915
  }
33894
33916
  }
33895
33917
  },
33896
- "S1nx": {
33918
+ "S1o2": {
33897
33919
  "type": "list",
33898
33920
  "member": {}
33899
33921
  },
33900
- "S1pg": {
33922
+ "S1pl": {
33901
33923
  "type": "list",
33902
33924
  "member": {
33903
33925
  "locationName": "item"
33904
33926
  }
33905
33927
  },
33906
- "S1pk": {
33928
+ "S1pp": {
33907
33929
  "type": "structure",
33908
33930
  "members": {
33909
33931
  "VerifiedAccessInstanceId": {
@@ -33922,7 +33944,7 @@
33922
33944
  "type": "boolean"
33923
33945
  },
33924
33946
  "DeliveryStatus": {
33925
- "shape": "S1pn",
33947
+ "shape": "S1ps",
33926
33948
  "locationName": "deliveryStatus"
33927
33949
  },
33928
33950
  "BucketName": {
@@ -33945,7 +33967,7 @@
33945
33967
  "type": "boolean"
33946
33968
  },
33947
33969
  "DeliveryStatus": {
33948
- "shape": "S1pn",
33970
+ "shape": "S1ps",
33949
33971
  "locationName": "deliveryStatus"
33950
33972
  },
33951
33973
  "LogGroup": {
@@ -33962,7 +33984,7 @@
33962
33984
  "type": "boolean"
33963
33985
  },
33964
33986
  "DeliveryStatus": {
33965
- "shape": "S1pn",
33987
+ "shape": "S1ps",
33966
33988
  "locationName": "deliveryStatus"
33967
33989
  },
33968
33990
  "DeliveryStream": {
@@ -33981,7 +34003,7 @@
33981
34003
  }
33982
34004
  }
33983
34005
  },
33984
- "S1pn": {
34006
+ "S1ps": {
33985
34007
  "type": "structure",
33986
34008
  "members": {
33987
34009
  "Code": {
@@ -33992,7 +34014,7 @@
33992
34014
  }
33993
34015
  }
33994
34016
  },
33995
- "S1qo": {
34017
+ "S1qt": {
33996
34018
  "type": "structure",
33997
34019
  "members": {
33998
34020
  "VolumeId": {
@@ -34056,19 +34078,19 @@
34056
34078
  }
34057
34079
  }
34058
34080
  },
34059
- "S1qu": {
34081
+ "S1qz": {
34060
34082
  "type": "list",
34061
34083
  "member": {
34062
34084
  "locationName": "VpcId"
34063
34085
  }
34064
34086
  },
34065
- "S1su": {
34087
+ "S1sz": {
34066
34088
  "type": "list",
34067
34089
  "member": {
34068
34090
  "locationName": "AvailabilityZone"
34069
34091
  }
34070
34092
  },
34071
- "S1tb": {
34093
+ "S1tg": {
34072
34094
  "type": "structure",
34073
34095
  "members": {
34074
34096
  "TransitGatewayAttachmentId": {
@@ -34091,7 +34113,7 @@
34091
34113
  }
34092
34114
  }
34093
34115
  },
34094
- "S1wl": {
34116
+ "S1wq": {
34095
34117
  "type": "structure",
34096
34118
  "members": {
34097
34119
  "InstanceFamily": {
@@ -34102,13 +34124,13 @@
34102
34124
  }
34103
34125
  }
34104
34126
  },
34105
- "S1x2": {
34127
+ "S1x7": {
34106
34128
  "type": "list",
34107
34129
  "member": {
34108
34130
  "locationName": "item"
34109
34131
  }
34110
34132
  },
34111
- "S1x4": {
34133
+ "S1x9": {
34112
34134
  "type": "list",
34113
34135
  "member": {
34114
34136
  "locationName": "item",
@@ -34143,19 +34165,19 @@
34143
34165
  }
34144
34166
  }
34145
34167
  },
34146
- "S1x7": {
34168
+ "S1xc": {
34147
34169
  "type": "list",
34148
34170
  "member": {
34149
34171
  "locationName": "item"
34150
34172
  }
34151
34173
  },
34152
- "S1x8": {
34174
+ "S1xd": {
34153
34175
  "type": "list",
34154
34176
  "member": {
34155
34177
  "locationName": "item"
34156
34178
  }
34157
34179
  },
34158
- "S1y8": {
34180
+ "S1yd": {
34159
34181
  "type": "structure",
34160
34182
  "members": {
34161
34183
  "IpamId": {
@@ -34207,7 +34229,7 @@
34207
34229
  }
34208
34230
  }
34209
34231
  },
34210
- "S1yv": {
34232
+ "S1z0": {
34211
34233
  "type": "structure",
34212
34234
  "members": {
34213
34235
  "HourlyPrice": {
@@ -34221,14 +34243,14 @@
34221
34243
  }
34222
34244
  }
34223
34245
  },
34224
- "S1zf": {
34246
+ "S1zk": {
34225
34247
  "type": "list",
34226
34248
  "member": {
34227
34249
  "shape": "Snj",
34228
34250
  "locationName": "item"
34229
34251
  }
34230
34252
  },
34231
- "S20r": {
34253
+ "S20w": {
34232
34254
  "type": "structure",
34233
34255
  "members": {
34234
34256
  "Comment": {},
@@ -34243,14 +34265,14 @@
34243
34265
  }
34244
34266
  }
34245
34267
  },
34246
- "S20u": {
34268
+ "S20z": {
34247
34269
  "type": "structure",
34248
34270
  "members": {
34249
34271
  "S3Bucket": {},
34250
34272
  "S3Key": {}
34251
34273
  }
34252
34274
  },
34253
- "S211": {
34275
+ "S216": {
34254
34276
  "type": "structure",
34255
34277
  "required": [
34256
34278
  "Bytes",
@@ -34271,7 +34293,7 @@
34271
34293
  }
34272
34294
  }
34273
34295
  },
34274
- "S212": {
34296
+ "S217": {
34275
34297
  "type": "structure",
34276
34298
  "required": [
34277
34299
  "Size"
@@ -34283,25 +34305,25 @@
34283
34305
  }
34284
34306
  }
34285
34307
  },
34286
- "S227": {
34308
+ "S22c": {
34287
34309
  "type": "list",
34288
34310
  "member": {
34289
34311
  "locationName": "UserId"
34290
34312
  }
34291
34313
  },
34292
- "S228": {
34314
+ "S22d": {
34293
34315
  "type": "list",
34294
34316
  "member": {
34295
34317
  "locationName": "UserGroup"
34296
34318
  }
34297
34319
  },
34298
- "S229": {
34320
+ "S22e": {
34299
34321
  "type": "list",
34300
34322
  "member": {
34301
34323
  "locationName": "ProductCode"
34302
34324
  }
34303
34325
  },
34304
- "S22b": {
34326
+ "S22g": {
34305
34327
  "type": "list",
34306
34328
  "member": {
34307
34329
  "locationName": "item",
@@ -34312,14 +34334,14 @@
34312
34334
  }
34313
34335
  }
34314
34336
  },
34315
- "S22g": {
34337
+ "S22l": {
34316
34338
  "type": "list",
34317
34339
  "member": {
34318
34340
  "shape": "S1h",
34319
34341
  "locationName": "item"
34320
34342
  }
34321
34343
  },
34322
- "S22t": {
34344
+ "S22y": {
34323
34345
  "type": "structure",
34324
34346
  "members": {
34325
34347
  "CapacityReservationPreference": {},
@@ -34328,7 +34350,7 @@
34328
34350
  }
34329
34351
  }
34330
34352
  },
34331
- "S23i": {
34353
+ "S23n": {
34332
34354
  "type": "list",
34333
34355
  "member": {
34334
34356
  "type": "structure",
@@ -34337,7 +34359,7 @@
34337
34359
  }
34338
34360
  }
34339
34361
  },
34340
- "S266": {
34362
+ "S26b": {
34341
34363
  "type": "structure",
34342
34364
  "members": {
34343
34365
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34351,7 +34373,7 @@
34351
34373
  }
34352
34374
  }
34353
34375
  },
34354
- "S268": {
34376
+ "S26d": {
34355
34377
  "type": "structure",
34356
34378
  "members": {
34357
34379
  "AllowDnsResolutionFromRemoteVpc": {
@@ -34368,7 +34390,7 @@
34368
34390
  }
34369
34391
  }
34370
34392
  },
34371
- "S26n": {
34393
+ "S26s": {
34372
34394
  "type": "list",
34373
34395
  "member": {
34374
34396
  "locationName": "item",
@@ -34378,19 +34400,19 @@
34378
34400
  "locationName": "instanceId"
34379
34401
  },
34380
34402
  "Monitoring": {
34381
- "shape": "S1cj",
34403
+ "shape": "S1co",
34382
34404
  "locationName": "monitoring"
34383
34405
  }
34384
34406
  }
34385
34407
  }
34386
34408
  },
34387
- "S2ac": {
34409
+ "S2ah": {
34388
34410
  "type": "list",
34389
34411
  "member": {
34390
34412
  "locationName": "SecurityGroupId"
34391
34413
  }
34392
34414
  },
34393
- "S2b0": {
34415
+ "S2b5": {
34394
34416
  "type": "list",
34395
34417
  "member": {
34396
34418
  "locationName": "item",
@@ -34410,7 +34432,7 @@
34410
34432
  }
34411
34433
  }
34412
34434
  },
34413
- "S2bo": {
34435
+ "S2bt": {
34414
34436
  "type": "list",
34415
34437
  "member": {
34416
34438
  "locationName": "item",