aws-sdk-ec2 1.263.0 → 1.267.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.
@@ -177,6 +177,11 @@ module Aws::EC2
177
177
  CancelBatchErrorCode = Shapes::StringShape.new(name: 'CancelBatchErrorCode')
178
178
  CancelBundleTaskRequest = Shapes::StructureShape.new(name: 'CancelBundleTaskRequest')
179
179
  CancelBundleTaskResult = Shapes::StructureShape.new(name: 'CancelBundleTaskResult')
180
+ CancelCapacityReservationFleetError = Shapes::StructureShape.new(name: 'CancelCapacityReservationFleetError')
181
+ CancelCapacityReservationFleetErrorCode = Shapes::StringShape.new(name: 'CancelCapacityReservationFleetErrorCode')
182
+ CancelCapacityReservationFleetErrorMessage = Shapes::StringShape.new(name: 'CancelCapacityReservationFleetErrorMessage')
183
+ CancelCapacityReservationFleetsRequest = Shapes::StructureShape.new(name: 'CancelCapacityReservationFleetsRequest')
184
+ CancelCapacityReservationFleetsResult = Shapes::StructureShape.new(name: 'CancelCapacityReservationFleetsResult')
180
185
  CancelCapacityReservationRequest = Shapes::StructureShape.new(name: 'CancelCapacityReservationRequest')
181
186
  CancelCapacityReservationResult = Shapes::StructureShape.new(name: 'CancelCapacityReservationResult')
182
187
  CancelConversionRequest = Shapes::StructureShape.new(name: 'CancelConversionRequest')
@@ -198,6 +203,13 @@ module Aws::EC2
198
203
  CancelledSpotInstanceRequest = Shapes::StructureShape.new(name: 'CancelledSpotInstanceRequest')
199
204
  CancelledSpotInstanceRequestList = Shapes::ListShape.new(name: 'CancelledSpotInstanceRequestList')
200
205
  CapacityReservation = Shapes::StructureShape.new(name: 'CapacityReservation')
206
+ CapacityReservationFleet = Shapes::StructureShape.new(name: 'CapacityReservationFleet')
207
+ CapacityReservationFleetCancellationState = Shapes::StructureShape.new(name: 'CapacityReservationFleetCancellationState')
208
+ CapacityReservationFleetCancellationStateSet = Shapes::ListShape.new(name: 'CapacityReservationFleetCancellationStateSet')
209
+ CapacityReservationFleetId = Shapes::StringShape.new(name: 'CapacityReservationFleetId')
210
+ CapacityReservationFleetIdSet = Shapes::ListShape.new(name: 'CapacityReservationFleetIdSet')
211
+ CapacityReservationFleetSet = Shapes::ListShape.new(name: 'CapacityReservationFleetSet')
212
+ CapacityReservationFleetState = Shapes::StringShape.new(name: 'CapacityReservationFleetState')
201
213
  CapacityReservationGroup = Shapes::StructureShape.new(name: 'CapacityReservationGroup')
202
214
  CapacityReservationGroupSet = Shapes::ListShape.new(name: 'CapacityReservationGroupSet')
203
215
  CapacityReservationId = Shapes::StringShape.new(name: 'CapacityReservationId')
@@ -294,6 +306,8 @@ module Aws::EC2
294
306
  CoreCountList = Shapes::ListShape.new(name: 'CoreCountList')
295
307
  CpuOptions = Shapes::StructureShape.new(name: 'CpuOptions')
296
308
  CpuOptionsRequest = Shapes::StructureShape.new(name: 'CpuOptionsRequest')
309
+ CreateCapacityReservationFleetRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationFleetRequest')
310
+ CreateCapacityReservationFleetResult = Shapes::StructureShape.new(name: 'CreateCapacityReservationFleetResult')
297
311
  CreateCapacityReservationRequest = Shapes::StructureShape.new(name: 'CreateCapacityReservationRequest')
298
312
  CreateCapacityReservationResult = Shapes::StructureShape.new(name: 'CreateCapacityReservationResult')
299
313
  CreateCarrierGatewayRequest = Shapes::StructureShape.new(name: 'CreateCarrierGatewayRequest')
@@ -576,6 +590,9 @@ module Aws::EC2
576
590
  DescribeByoipCidrsMaxResults = Shapes::IntegerShape.new(name: 'DescribeByoipCidrsMaxResults')
577
591
  DescribeByoipCidrsRequest = Shapes::StructureShape.new(name: 'DescribeByoipCidrsRequest')
578
592
  DescribeByoipCidrsResult = Shapes::StructureShape.new(name: 'DescribeByoipCidrsResult')
593
+ DescribeCapacityReservationFleetsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityReservationFleetsMaxResults')
594
+ DescribeCapacityReservationFleetsRequest = Shapes::StructureShape.new(name: 'DescribeCapacityReservationFleetsRequest')
595
+ DescribeCapacityReservationFleetsResult = Shapes::StructureShape.new(name: 'DescribeCapacityReservationFleetsResult')
579
596
  DescribeCapacityReservationsMaxResults = Shapes::IntegerShape.new(name: 'DescribeCapacityReservationsMaxResults')
580
597
  DescribeCapacityReservationsRequest = Shapes::StructureShape.new(name: 'DescribeCapacityReservationsRequest')
581
598
  DescribeCapacityReservationsResult = Shapes::StructureShape.new(name: 'DescribeCapacityReservationsResult')
@@ -933,6 +950,7 @@ module Aws::EC2
933
950
  DnsSupportValue = Shapes::StringShape.new(name: 'DnsSupportValue')
934
951
  DomainType = Shapes::StringShape.new(name: 'DomainType')
935
952
  Double = Shapes::FloatShape.new(name: 'Double')
953
+ DoubleWithConstraints = Shapes::FloatShape.new(name: 'DoubleWithConstraints')
936
954
  EbsBlockDevice = Shapes::StructureShape.new(name: 'EbsBlockDevice')
937
955
  EbsEncryptionSupport = Shapes::StringShape.new(name: 'EbsEncryptionSupport')
938
956
  EbsInfo = Shapes::StructureShape.new(name: 'EbsInfo')
@@ -1028,6 +1046,8 @@ module Aws::EC2
1028
1046
  ExportTransitGatewayRoutesRequest = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesRequest')
1029
1047
  ExportTransitGatewayRoutesResult = Shapes::StructureShape.new(name: 'ExportTransitGatewayRoutesResult')
1030
1048
  ExportVmTaskId = Shapes::StringShape.new(name: 'ExportVmTaskId')
1049
+ FailedCapacityReservationFleetCancellationResult = Shapes::StructureShape.new(name: 'FailedCapacityReservationFleetCancellationResult')
1050
+ FailedCapacityReservationFleetCancellationResultSet = Shapes::ListShape.new(name: 'FailedCapacityReservationFleetCancellationResultSet')
1031
1051
  FailedQueuedPurchaseDeletion = Shapes::StructureShape.new(name: 'FailedQueuedPurchaseDeletion')
1032
1052
  FailedQueuedPurchaseDeletionSet = Shapes::ListShape.new(name: 'FailedQueuedPurchaseDeletionSet')
1033
1053
  FastSnapshotRestoreStateCode = Shapes::StringShape.new(name: 'FastSnapshotRestoreStateCode')
@@ -1036,12 +1056,16 @@ module Aws::EC2
1036
1056
  Filter = Shapes::StructureShape.new(name: 'Filter')
1037
1057
  FilterList = Shapes::ListShape.new(name: 'FilterList')
1038
1058
  FleetActivityStatus = Shapes::StringShape.new(name: 'FleetActivityStatus')
1059
+ FleetCapacityReservation = Shapes::StructureShape.new(name: 'FleetCapacityReservation')
1060
+ FleetCapacityReservationSet = Shapes::ListShape.new(name: 'FleetCapacityReservationSet')
1061
+ FleetCapacityReservationTenancy = Shapes::StringShape.new(name: 'FleetCapacityReservationTenancy')
1039
1062
  FleetCapacityReservationUsageStrategy = Shapes::StringShape.new(name: 'FleetCapacityReservationUsageStrategy')
1040
1063
  FleetData = Shapes::StructureShape.new(name: 'FleetData')
1041
1064
  FleetEventType = Shapes::StringShape.new(name: 'FleetEventType')
1042
1065
  FleetExcessCapacityTerminationPolicy = Shapes::StringShape.new(name: 'FleetExcessCapacityTerminationPolicy')
1043
1066
  FleetId = Shapes::StringShape.new(name: 'FleetId')
1044
1067
  FleetIdSet = Shapes::ListShape.new(name: 'FleetIdSet')
1068
+ FleetInstanceMatchCriteria = Shapes::StringShape.new(name: 'FleetInstanceMatchCriteria')
1045
1069
  FleetLaunchTemplateConfig = Shapes::StructureShape.new(name: 'FleetLaunchTemplateConfig')
1046
1070
  FleetLaunchTemplateConfigList = Shapes::ListShape.new(name: 'FleetLaunchTemplateConfigList')
1047
1071
  FleetLaunchTemplateConfigListRequest = Shapes::ListShape.new(name: 'FleetLaunchTemplateConfigListRequest')
@@ -1085,6 +1109,7 @@ module Aws::EC2
1085
1109
  FpgaImageStateCode = Shapes::StringShape.new(name: 'FpgaImageStateCode')
1086
1110
  FpgaInfo = Shapes::StructureShape.new(name: 'FpgaInfo')
1087
1111
  FreeTierEligibleFlag = Shapes::BooleanShape.new(name: 'FreeTierEligibleFlag')
1112
+ GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
1088
1113
  GatewayType = Shapes::StringShape.new(name: 'GatewayType')
1089
1114
  GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
1090
1115
  GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
@@ -1138,6 +1163,10 @@ module Aws::EC2
1138
1163
  GetTransitGatewayRouteTableAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAssociationsResult')
1139
1164
  GetTransitGatewayRouteTablePropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsRequest')
1140
1165
  GetTransitGatewayRouteTablePropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsResult')
1166
+ GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
1167
+ GetVpnConnectionDeviceSampleConfigurationResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationResult')
1168
+ GetVpnConnectionDeviceTypesRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesRequest')
1169
+ GetVpnConnectionDeviceTypesResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesResult')
1141
1170
  GpuDeviceCount = Shapes::IntegerShape.new(name: 'GpuDeviceCount')
1142
1171
  GpuDeviceInfo = Shapes::StructureShape.new(name: 'GpuDeviceInfo')
1143
1172
  GpuDeviceInfoList = Shapes::ListShape.new(name: 'GpuDeviceInfoList')
@@ -1329,6 +1358,7 @@ module Aws::EC2
1329
1358
  InstanceUsage = Shapes::StructureShape.new(name: 'InstanceUsage')
1330
1359
  InstanceUsageSet = Shapes::ListShape.new(name: 'InstanceUsageSet')
1331
1360
  Integer = Shapes::IntegerShape.new(name: 'Integer')
1361
+ IntegerWithConstraints = Shapes::IntegerShape.new(name: 'IntegerWithConstraints')
1332
1362
  IntegrateServices = Shapes::StructureShape.new(name: 'IntegrateServices')
1333
1363
  InterfacePermissionType = Shapes::StringShape.new(name: 'InterfacePermissionType')
1334
1364
  InterfaceProtocolType = Shapes::StringShape.new(name: 'InterfaceProtocolType')
@@ -1518,6 +1548,8 @@ module Aws::EC2
1518
1548
  ModifyAvailabilityZoneGroupRequest = Shapes::StructureShape.new(name: 'ModifyAvailabilityZoneGroupRequest')
1519
1549
  ModifyAvailabilityZoneGroupResult = Shapes::StructureShape.new(name: 'ModifyAvailabilityZoneGroupResult')
1520
1550
  ModifyAvailabilityZoneOptInStatus = Shapes::StringShape.new(name: 'ModifyAvailabilityZoneOptInStatus')
1551
+ ModifyCapacityReservationFleetRequest = Shapes::StructureShape.new(name: 'ModifyCapacityReservationFleetRequest')
1552
+ ModifyCapacityReservationFleetResult = Shapes::StructureShape.new(name: 'ModifyCapacityReservationFleetResult')
1521
1553
  ModifyCapacityReservationRequest = Shapes::StructureShape.new(name: 'ModifyCapacityReservationRequest')
1522
1554
  ModifyCapacityReservationResult = Shapes::StructureShape.new(name: 'ModifyCapacityReservationResult')
1523
1555
  ModifyClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'ModifyClientVpnEndpointRequest')
@@ -1858,6 +1890,8 @@ module Aws::EC2
1858
1890
  RequestSpotLaunchSpecificationSecurityGroupIdList = Shapes::ListShape.new(name: 'RequestSpotLaunchSpecificationSecurityGroupIdList')
1859
1891
  RequestSpotLaunchSpecificationSecurityGroupList = Shapes::ListShape.new(name: 'RequestSpotLaunchSpecificationSecurityGroupList')
1860
1892
  Reservation = Shapes::StructureShape.new(name: 'Reservation')
1893
+ ReservationFleetInstanceSpecification = Shapes::StructureShape.new(name: 'ReservationFleetInstanceSpecification')
1894
+ ReservationFleetInstanceSpecificationList = Shapes::ListShape.new(name: 'ReservationFleetInstanceSpecificationList')
1861
1895
  ReservationId = Shapes::StringShape.new(name: 'ReservationId')
1862
1896
  ReservationList = Shapes::ListShape.new(name: 'ReservationList')
1863
1897
  ReservationState = Shapes::StringShape.new(name: 'ReservationState')
@@ -2336,6 +2370,10 @@ module Aws::EC2
2336
2370
  VpcState = Shapes::StringShape.new(name: 'VpcState')
2337
2371
  VpcTenancy = Shapes::StringShape.new(name: 'VpcTenancy')
2338
2372
  VpnConnection = Shapes::StructureShape.new(name: 'VpnConnection')
2373
+ VpnConnectionDeviceSampleConfiguration = Shapes::StringShape.new(name: 'VpnConnectionDeviceSampleConfiguration')
2374
+ VpnConnectionDeviceType = Shapes::StructureShape.new(name: 'VpnConnectionDeviceType')
2375
+ VpnConnectionDeviceTypeId = Shapes::StringShape.new(name: 'VpnConnectionDeviceTypeId')
2376
+ VpnConnectionDeviceTypeList = Shapes::ListShape.new(name: 'VpnConnectionDeviceTypeList')
2339
2377
  VpnConnectionId = Shapes::StringShape.new(name: 'VpnConnectionId')
2340
2378
  VpnConnectionIdStringList = Shapes::ListShape.new(name: 'VpnConnectionIdStringList')
2341
2379
  VpnConnectionList = Shapes::ListShape.new(name: 'VpnConnectionList')
@@ -2936,6 +2974,18 @@ module Aws::EC2
2936
2974
  CancelBundleTaskResult.add_member(:bundle_task, Shapes::ShapeRef.new(shape: BundleTask, location_name: "bundleInstanceTask"))
2937
2975
  CancelBundleTaskResult.struct_class = Types::CancelBundleTaskResult
2938
2976
 
2977
+ CancelCapacityReservationFleetError.add_member(:code, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetErrorCode, location_name: "code"))
2978
+ CancelCapacityReservationFleetError.add_member(:message, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetErrorMessage, location_name: "message"))
2979
+ CancelCapacityReservationFleetError.struct_class = Types::CancelCapacityReservationFleetError
2980
+
2981
+ CancelCapacityReservationFleetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2982
+ CancelCapacityReservationFleetsRequest.add_member(:capacity_reservation_fleet_ids, Shapes::ShapeRef.new(shape: CapacityReservationFleetIdSet, required: true, location_name: "CapacityReservationFleetId"))
2983
+ CancelCapacityReservationFleetsRequest.struct_class = Types::CancelCapacityReservationFleetsRequest
2984
+
2985
+ CancelCapacityReservationFleetsResult.add_member(:successful_fleet_cancellations, Shapes::ShapeRef.new(shape: CapacityReservationFleetCancellationStateSet, location_name: "successfulFleetCancellationSet"))
2986
+ CancelCapacityReservationFleetsResult.add_member(:failed_fleet_cancellations, Shapes::ShapeRef.new(shape: FailedCapacityReservationFleetCancellationResultSet, location_name: "failedFleetCancellationSet"))
2987
+ CancelCapacityReservationFleetsResult.struct_class = Types::CancelCapacityReservationFleetsResult
2988
+
2939
2989
  CancelCapacityReservationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
2940
2990
  CancelCapacityReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
2941
2991
  CancelCapacityReservationRequest.struct_class = Types::CancelCapacityReservationRequest
@@ -3026,8 +3076,34 @@ module Aws::EC2
3026
3076
  CapacityReservation.add_member(:create_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "createDate"))
3027
3077
  CapacityReservation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3028
3078
  CapacityReservation.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "outpostArn"))
3079
+ CapacityReservation.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetId"))
3029
3080
  CapacityReservation.struct_class = Types::CapacityReservation
3030
3081
 
3082
+ CapacityReservationFleet.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
3083
+ CapacityReservationFleet.add_member(:capacity_reservation_fleet_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetArn"))
3084
+ CapacityReservationFleet.add_member(:state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "state"))
3085
+ CapacityReservationFleet.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTargetCapacity"))
3086
+ CapacityReservationFleet.add_member(:total_fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "totalFulfilledCapacity"))
3087
+ CapacityReservationFleet.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "tenancy"))
3088
+ CapacityReservationFleet.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
3089
+ CapacityReservationFleet.add_member(:create_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createTime"))
3090
+ CapacityReservationFleet.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "instanceMatchCriteria"))
3091
+ CapacityReservationFleet.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "allocationStrategy"))
3092
+ CapacityReservationFleet.add_member(:instance_type_specifications, Shapes::ShapeRef.new(shape: FleetCapacityReservationSet, location_name: "instanceTypeSpecificationSet"))
3093
+ CapacityReservationFleet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3094
+ CapacityReservationFleet.struct_class = Types::CapacityReservationFleet
3095
+
3096
+ CapacityReservationFleetCancellationState.add_member(:current_fleet_state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "currentFleetState"))
3097
+ CapacityReservationFleetCancellationState.add_member(:previous_fleet_state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "previousFleetState"))
3098
+ CapacityReservationFleetCancellationState.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
3099
+ CapacityReservationFleetCancellationState.struct_class = Types::CapacityReservationFleetCancellationState
3100
+
3101
+ CapacityReservationFleetCancellationStateSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleetCancellationState, location_name: "item")
3102
+
3103
+ CapacityReservationFleetIdSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "item")
3104
+
3105
+ CapacityReservationFleetSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleet, location_name: "item")
3106
+
3031
3107
  CapacityReservationGroup.add_member(:group_arn, Shapes::ShapeRef.new(shape: String, location_name: "groupArn"))
3032
3108
  CapacityReservationGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
3033
3109
  CapacityReservationGroup.struct_class = Types::CapacityReservationGroup
@@ -3332,6 +3408,30 @@ module Aws::EC2
3332
3408
  CpuOptionsRequest.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: Integer, location_name: "ThreadsPerCore"))
3333
3409
  CpuOptionsRequest.struct_class = Types::CpuOptionsRequest
3334
3410
 
3411
+ CreateCapacityReservationFleetRequest.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "AllocationStrategy"))
3412
+ CreateCapacityReservationFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
3413
+ CreateCapacityReservationFleetRequest.add_member(:instance_type_specifications, Shapes::ShapeRef.new(shape: ReservationFleetInstanceSpecificationList, required: true, location_name: "InstanceTypeSpecification"))
3414
+ CreateCapacityReservationFleetRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "Tenancy"))
3415
+ CreateCapacityReservationFleetRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalTargetCapacity"))
3416
+ CreateCapacityReservationFleetRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndDate"))
3417
+ CreateCapacityReservationFleetRequest.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "InstanceMatchCriteria"))
3418
+ CreateCapacityReservationFleetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3419
+ CreateCapacityReservationFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3420
+ CreateCapacityReservationFleetRequest.struct_class = Types::CreateCapacityReservationFleetRequest
3421
+
3422
+ CreateCapacityReservationFleetResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
3423
+ CreateCapacityReservationFleetResult.add_member(:state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "state"))
3424
+ CreateCapacityReservationFleetResult.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTargetCapacity"))
3425
+ CreateCapacityReservationFleetResult.add_member(:total_fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "totalFulfilledCapacity"))
3426
+ CreateCapacityReservationFleetResult.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "instanceMatchCriteria"))
3427
+ CreateCapacityReservationFleetResult.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "allocationStrategy"))
3428
+ CreateCapacityReservationFleetResult.add_member(:create_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createTime"))
3429
+ CreateCapacityReservationFleetResult.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
3430
+ CreateCapacityReservationFleetResult.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "tenancy"))
3431
+ CreateCapacityReservationFleetResult.add_member(:fleet_capacity_reservations, Shapes::ShapeRef.new(shape: FleetCapacityReservationSet, location_name: "fleetCapacityReservationSet"))
3432
+ CreateCapacityReservationFleetResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
3433
+ CreateCapacityReservationFleetResult.struct_class = Types::CreateCapacityReservationFleetResult
3434
+
3335
3435
  CreateCapacityReservationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
3336
3436
  CreateCapacityReservationRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
3337
3437
  CreateCapacityReservationRequest.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, required: true, location_name: "InstancePlatform"))
@@ -3580,8 +3680,8 @@ module Aws::EC2
3580
3680
 
3581
3681
  CreateLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
3582
3682
  CreateLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
3583
- CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3584
3683
  CreateLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
3684
+ CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
3585
3685
  CreateLocalGatewayRouteRequest.struct_class = Types::CreateLocalGatewayRouteRequest
3586
3686
 
3587
3687
  CreateLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
@@ -3813,11 +3913,11 @@ module Aws::EC2
3813
3913
  CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
3814
3914
  CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
3815
3915
  CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
3916
+ CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
3816
3917
  CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
3817
3918
  CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
3818
3919
  CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
3819
3920
  CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
3820
- CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
3821
3921
  CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
3822
3922
 
3823
3923
  CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
@@ -4617,6 +4717,17 @@ module Aws::EC2
4617
4717
  DescribeByoipCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4618
4718
  DescribeByoipCidrsResult.struct_class = Types::DescribeByoipCidrsResult
4619
4719
 
4720
+ DescribeCapacityReservationFleetsRequest.add_member(:capacity_reservation_fleet_ids, Shapes::ShapeRef.new(shape: CapacityReservationFleetIdSet, location_name: "CapacityReservationFleetId"))
4721
+ DescribeCapacityReservationFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4722
+ DescribeCapacityReservationFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsMaxResults, location_name: "MaxResults"))
4723
+ DescribeCapacityReservationFleetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
4724
+ DescribeCapacityReservationFleetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
4725
+ DescribeCapacityReservationFleetsRequest.struct_class = Types::DescribeCapacityReservationFleetsRequest
4726
+
4727
+ DescribeCapacityReservationFleetsResult.add_member(:capacity_reservation_fleets, Shapes::ShapeRef.new(shape: CapacityReservationFleetSet, location_name: "capacityReservationFleetSet"))
4728
+ DescribeCapacityReservationFleetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
4729
+ DescribeCapacityReservationFleetsResult.struct_class = Types::DescribeCapacityReservationFleetsResult
4730
+
4620
4731
  DescribeCapacityReservationsRequest.add_member(:capacity_reservation_ids, Shapes::ShapeRef.new(shape: CapacityReservationIdSet, location_name: "CapacityReservationId"))
4621
4732
  DescribeCapacityReservationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
4622
4733
  DescribeCapacityReservationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityReservationsMaxResults, location_name: "MaxResults"))
@@ -6513,6 +6624,12 @@ module Aws::EC2
6513
6624
  ExportTransitGatewayRoutesResult.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
6514
6625
  ExportTransitGatewayRoutesResult.struct_class = Types::ExportTransitGatewayRoutesResult
6515
6626
 
6627
+ FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
6628
+ FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
6629
+ FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
6630
+
6631
+ FailedCapacityReservationFleetCancellationResultSet.member = Shapes::ShapeRef.new(shape: FailedCapacityReservationFleetCancellationResult, location_name: "item")
6632
+
6516
6633
  FailedQueuedPurchaseDeletion.add_member(:error, Shapes::ShapeRef.new(shape: DeleteQueuedReservedInstancesError, location_name: "error"))
6517
6634
  FailedQueuedPurchaseDeletion.add_member(:reserved_instances_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesId"))
6518
6635
  FailedQueuedPurchaseDeletion.struct_class = Types::FailedQueuedPurchaseDeletion
@@ -6533,6 +6650,21 @@ module Aws::EC2
6533
6650
 
6534
6651
  FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
6535
6652
 
6653
+ FleetCapacityReservation.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "capacityReservationId"))
6654
+ FleetCapacityReservation.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
6655
+ FleetCapacityReservation.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
6656
+ FleetCapacityReservation.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, location_name: "instancePlatform"))
6657
+ FleetCapacityReservation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
6658
+ FleetCapacityReservation.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalInstanceCount"))
6659
+ FleetCapacityReservation.add_member(:fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "fulfilledCapacity"))
6660
+ FleetCapacityReservation.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsOptimized"))
6661
+ FleetCapacityReservation.add_member(:create_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createDate"))
6662
+ FleetCapacityReservation.add_member(:weight, Shapes::ShapeRef.new(shape: DoubleWithConstraints, location_name: "weight"))
6663
+ FleetCapacityReservation.add_member(:priority, Shapes::ShapeRef.new(shape: IntegerWithConstraints, location_name: "priority"))
6664
+ FleetCapacityReservation.struct_class = Types::FleetCapacityReservation
6665
+
6666
+ FleetCapacityReservationSet.member = Shapes::ShapeRef.new(shape: FleetCapacityReservation, location_name: "item")
6667
+
6536
6668
  FleetData.add_member(:activity_status, Shapes::ShapeRef.new(shape: FleetActivityStatus, location_name: "activityStatus"))
6537
6669
  FleetData.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
6538
6670
  FleetData.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "fleetId"))
@@ -6922,6 +7054,24 @@ module Aws::EC2
6922
7054
  GetTransitGatewayRouteTablePropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
6923
7055
  GetTransitGatewayRouteTablePropagationsResult.struct_class = Types::GetTransitGatewayRouteTablePropagationsResult
6924
7056
 
7057
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
7058
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeId, required: true, location_name: "VpnConnectionDeviceTypeId"))
7059
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:internet_key_exchange_version, Shapes::ShapeRef.new(shape: String, location_name: "InternetKeyExchangeVersion"))
7060
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7061
+ GetVpnConnectionDeviceSampleConfigurationRequest.struct_class = Types::GetVpnConnectionDeviceSampleConfigurationRequest
7062
+
7063
+ GetVpnConnectionDeviceSampleConfigurationResult.add_member(:vpn_connection_device_sample_configuration, Shapes::ShapeRef.new(shape: VpnConnectionDeviceSampleConfiguration, location_name: "vpnConnectionDeviceSampleConfiguration"))
7064
+ GetVpnConnectionDeviceSampleConfigurationResult.struct_class = Types::GetVpnConnectionDeviceSampleConfigurationResult
7065
+
7066
+ GetVpnConnectionDeviceTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GVCDMaxResults, location_name: "MaxResults"))
7067
+ GetVpnConnectionDeviceTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
7068
+ GetVpnConnectionDeviceTypesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
7069
+ GetVpnConnectionDeviceTypesRequest.struct_class = Types::GetVpnConnectionDeviceTypesRequest
7070
+
7071
+ GetVpnConnectionDeviceTypesResult.add_member(:vpn_connection_device_types, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeList, location_name: "vpnConnectionDeviceTypeSet"))
7072
+ GetVpnConnectionDeviceTypesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
7073
+ GetVpnConnectionDeviceTypesResult.struct_class = Types::GetVpnConnectionDeviceTypesResult
7074
+
6925
7075
  GpuDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: GpuDeviceName, location_name: "name"))
6926
7076
  GpuDeviceInfo.add_member(:manufacturer, Shapes::ShapeRef.new(shape: GpuDeviceManufacturerName, location_name: "manufacturer"))
6927
7077
  GpuDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: GpuDeviceCount, location_name: "count"))
@@ -6937,7 +7087,7 @@ module Aws::EC2
6937
7087
  GpuInfo.add_member(:total_gpu_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalGpuMemory, location_name: "totalGpuMemoryInMiB"))
6938
7088
  GpuInfo.struct_class = Types::GpuInfo
6939
7089
 
6940
- GroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "groupId")
7090
+ GroupIdStringList.member = Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "groupId")
6941
7091
 
6942
7092
  GroupIdentifier.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
6943
7093
  GroupIdentifier.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
@@ -7366,6 +7516,9 @@ module Aws::EC2
7366
7516
  Instance.add_member(:metadata_options, Shapes::ShapeRef.new(shape: InstanceMetadataOptionsResponse, location_name: "metadataOptions"))
7367
7517
  Instance.add_member(:enclave_options, Shapes::ShapeRef.new(shape: EnclaveOptions, location_name: "enclaveOptions"))
7368
7518
  Instance.add_member(:boot_mode, Shapes::ShapeRef.new(shape: BootModeValues, location_name: "bootMode"))
7519
+ Instance.add_member(:platform_details, Shapes::ShapeRef.new(shape: String, location_name: "platformDetails"))
7520
+ Instance.add_member(:usage_operation, Shapes::ShapeRef.new(shape: String, location_name: "usageOperation"))
7521
+ Instance.add_member(:usage_operation_update_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "usageOperationUpdateTime"))
7369
7522
  Instance.struct_class = Types::Instance
7370
7523
 
7371
7524
  InstanceAttribute.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
@@ -7575,7 +7728,7 @@ module Aws::EC2
7575
7728
  InstanceNetworkInterfaceSpecification.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
7576
7729
  InstanceNetworkInterfaceSpecification.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
7577
7730
  InstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet", metadata: {"queryName"=>"Ipv6Addresses"}))
7578
- InstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
7731
+ InstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
7579
7732
  InstanceNetworkInterfaceSpecification.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
7580
7733
  InstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet", metadata: {"queryName"=>"PrivateIpAddresses"}))
7581
7734
  InstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
@@ -8040,7 +8193,7 @@ module Aws::EC2
8040
8193
 
8041
8194
  LaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
8042
8195
  LaunchTemplateOverrides.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
8043
- LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
8196
+ LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
8044
8197
  LaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
8045
8198
  LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
8046
8199
  LaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
@@ -8271,6 +8424,16 @@ module Aws::EC2
8271
8424
  ModifyAvailabilityZoneGroupResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8272
8425
  ModifyAvailabilityZoneGroupResult.struct_class = Types::ModifyAvailabilityZoneGroupResult
8273
8426
 
8427
+ ModifyCapacityReservationFleetRequest.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, required: true, location_name: "CapacityReservationFleetId"))
8428
+ ModifyCapacityReservationFleetRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalTargetCapacity"))
8429
+ ModifyCapacityReservationFleetRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndDate"))
8430
+ ModifyCapacityReservationFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
8431
+ ModifyCapacityReservationFleetRequest.add_member(:remove_end_date, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveEndDate"))
8432
+ ModifyCapacityReservationFleetRequest.struct_class = Types::ModifyCapacityReservationFleetRequest
8433
+
8434
+ ModifyCapacityReservationFleetResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
8435
+ ModifyCapacityReservationFleetResult.struct_class = Types::ModifyCapacityReservationFleetResult
8436
+
8274
8437
  ModifyCapacityReservationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
8275
8438
  ModifyCapacityReservationRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
8276
8439
  ModifyCapacityReservationRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndDate"))
@@ -9103,7 +9266,7 @@ module Aws::EC2
9103
9266
 
9104
9267
  Placement.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
9105
9268
  Placement.add_member(:affinity, Shapes::ShapeRef.new(shape: String, location_name: "affinity"))
9106
- Placement.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
9269
+ Placement.add_member(:group_name, Shapes::ShapeRef.new(shape: PlacementGroupName, location_name: "groupName"))
9107
9270
  Placement.add_member(:partition_number, Shapes::ShapeRef.new(shape: Integer, location_name: "partitionNumber"))
9108
9271
  Placement.add_member(:host_id, Shapes::ShapeRef.new(shape: String, location_name: "hostId"))
9109
9272
  Placement.add_member(:tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "tenancy"))
@@ -9646,6 +9809,17 @@ module Aws::EC2
9646
9809
  Reservation.add_member(:reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "reservationId"))
9647
9810
  Reservation.struct_class = Types::Reservation
9648
9811
 
9812
+ ReservationFleetInstanceSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
9813
+ ReservationFleetInstanceSpecification.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, location_name: "InstancePlatform"))
9814
+ ReservationFleetInstanceSpecification.add_member(:weight, Shapes::ShapeRef.new(shape: DoubleWithConstraints, location_name: "Weight"))
9815
+ ReservationFleetInstanceSpecification.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
9816
+ ReservationFleetInstanceSpecification.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
9817
+ ReservationFleetInstanceSpecification.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
9818
+ ReservationFleetInstanceSpecification.add_member(:priority, Shapes::ShapeRef.new(shape: IntegerWithConstraints, location_name: "Priority"))
9819
+ ReservationFleetInstanceSpecification.struct_class = Types::ReservationFleetInstanceSpecification
9820
+
9821
+ ReservationFleetInstanceSpecificationList.member = Shapes::ShapeRef.new(shape: ReservationFleetInstanceSpecification)
9822
+
9649
9823
  ReservationList.member = Shapes::ShapeRef.new(shape: Reservation, location_name: "item")
9650
9824
 
9651
9825
  ReservationValue.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
@@ -10140,7 +10314,7 @@ module Aws::EC2
10140
10314
  ScheduledInstancesSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupId")
10141
10315
 
10142
10316
  SearchLocalGatewayRoutesRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
10143
- SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
10317
+ SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
10144
10318
  SearchLocalGatewayRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
10145
10319
  SearchLocalGatewayRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
10146
10320
  SearchLocalGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
@@ -11502,6 +11676,14 @@ module Aws::EC2
11502
11676
  VpnConnection.add_member(:vgw_telemetry, Shapes::ShapeRef.new(shape: VgwTelemetryList, location_name: "vgwTelemetry"))
11503
11677
  VpnConnection.struct_class = Types::VpnConnection
11504
11678
 
11679
+ VpnConnectionDeviceType.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnConnectionDeviceTypeId"))
11680
+ VpnConnectionDeviceType.add_member(:vendor, Shapes::ShapeRef.new(shape: String, location_name: "vendor"))
11681
+ VpnConnectionDeviceType.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
11682
+ VpnConnectionDeviceType.add_member(:software, Shapes::ShapeRef.new(shape: String, location_name: "software"))
11683
+ VpnConnectionDeviceType.struct_class = Types::VpnConnectionDeviceType
11684
+
11685
+ VpnConnectionDeviceTypeList.member = Shapes::ShapeRef.new(shape: VpnConnectionDeviceType, location_name: "item")
11686
+
11505
11687
  VpnConnectionIdStringList.member = Shapes::ShapeRef.new(shape: VpnConnectionId, location_name: "VpnConnectionId")
11506
11688
 
11507
11689
  VpnConnectionList.member = Shapes::ShapeRef.new(shape: VpnConnection, location_name: "item")
@@ -11877,6 +12059,14 @@ module Aws::EC2
11877
12059
  o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationResult)
11878
12060
  end)
11879
12061
 
12062
+ api.add_operation(:cancel_capacity_reservation_fleets, Seahorse::Model::Operation.new.tap do |o|
12063
+ o.name = "CancelCapacityReservationFleets"
12064
+ o.http_method = "POST"
12065
+ o.http_request_uri = "/"
12066
+ o.input = Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetsRequest)
12067
+ o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetsResult)
12068
+ end)
12069
+
11880
12070
  api.add_operation(:cancel_conversion_task, Seahorse::Model::Operation.new.tap do |o|
11881
12071
  o.name = "CancelConversionTask"
11882
12072
  o.http_method = "POST"
@@ -11965,6 +12155,14 @@ module Aws::EC2
11965
12155
  o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationResult)
11966
12156
  end)
11967
12157
 
12158
+ api.add_operation(:create_capacity_reservation_fleet, Seahorse::Model::Operation.new.tap do |o|
12159
+ o.name = "CreateCapacityReservationFleet"
12160
+ o.http_method = "POST"
12161
+ o.http_request_uri = "/"
12162
+ o.input = Shapes::ShapeRef.new(shape: CreateCapacityReservationFleetRequest)
12163
+ o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationFleetResult)
12164
+ end)
12165
+
11968
12166
  api.add_operation(:create_carrier_gateway, Seahorse::Model::Operation.new.tap do |o|
11969
12167
  o.name = "CreateCarrierGateway"
11970
12168
  o.http_method = "POST"
@@ -13025,6 +13223,20 @@ module Aws::EC2
13025
13223
  )
13026
13224
  end)
13027
13225
 
13226
+ api.add_operation(:describe_capacity_reservation_fleets, Seahorse::Model::Operation.new.tap do |o|
13227
+ o.name = "DescribeCapacityReservationFleets"
13228
+ o.http_method = "POST"
13229
+ o.http_request_uri = "/"
13230
+ o.input = Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsRequest)
13231
+ o.output = Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsResult)
13232
+ o[:pager] = Aws::Pager.new(
13233
+ limit_key: "max_results",
13234
+ tokens: {
13235
+ "next_token" => "next_token"
13236
+ }
13237
+ )
13238
+ end)
13239
+
13028
13240
  api.add_operation(:describe_capacity_reservations, Seahorse::Model::Operation.new.tap do |o|
13029
13241
  o.name = "DescribeCapacityReservations"
13030
13242
  o.http_method = "POST"
@@ -15038,6 +15250,28 @@ module Aws::EC2
15038
15250
  )
15039
15251
  end)
15040
15252
 
15253
+ api.add_operation(:get_vpn_connection_device_sample_configuration, Seahorse::Model::Operation.new.tap do |o|
15254
+ o.name = "GetVpnConnectionDeviceSampleConfiguration"
15255
+ o.http_method = "POST"
15256
+ o.http_request_uri = "/"
15257
+ o.input = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceSampleConfigurationRequest)
15258
+ o.output = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceSampleConfigurationResult)
15259
+ end)
15260
+
15261
+ api.add_operation(:get_vpn_connection_device_types, Seahorse::Model::Operation.new.tap do |o|
15262
+ o.name = "GetVpnConnectionDeviceTypes"
15263
+ o.http_method = "POST"
15264
+ o.http_request_uri = "/"
15265
+ o.input = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceTypesRequest)
15266
+ o.output = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceTypesResult)
15267
+ o[:pager] = Aws::Pager.new(
15268
+ limit_key: "max_results",
15269
+ tokens: {
15270
+ "next_token" => "next_token"
15271
+ }
15272
+ )
15273
+ end)
15274
+
15041
15275
  api.add_operation(:import_client_vpn_client_certificate_revocation_list, Seahorse::Model::Operation.new.tap do |o|
15042
15276
  o.name = "ImportClientVpnClientCertificateRevocationList"
15043
15277
  o.http_method = "POST"
@@ -15110,6 +15344,14 @@ module Aws::EC2
15110
15344
  o.output = Shapes::ShapeRef.new(shape: ModifyCapacityReservationResult)
15111
15345
  end)
15112
15346
 
15347
+ api.add_operation(:modify_capacity_reservation_fleet, Seahorse::Model::Operation.new.tap do |o|
15348
+ o.name = "ModifyCapacityReservationFleet"
15349
+ o.http_method = "POST"
15350
+ o.http_request_uri = "/"
15351
+ o.input = Shapes::ShapeRef.new(shape: ModifyCapacityReservationFleetRequest)
15352
+ o.output = Shapes::ShapeRef.new(shape: ModifyCapacityReservationFleetResult)
15353
+ end)
15354
+
15113
15355
  api.add_operation(:modify_client_vpn_endpoint, Seahorse::Model::Operation.new.tap do |o|
15114
15356
  o.name = "ModifyClientVpnEndpoint"
15115
15357
  o.http_method = "POST"
@@ -319,7 +319,7 @@ module Aws::EC2
319
319
  data[:hibernation_options]
320
320
  end
321
321
 
322
- # The license configurations.
322
+ # The license configurations for the instance.
323
323
  # @return [Array<Types::LicenseConfiguration>]
324
324
  def licenses
325
325
  data[:licenses]
@@ -349,6 +349,34 @@ module Aws::EC2
349
349
  data[:boot_mode]
350
350
  end
351
351
 
352
+ # The platform details value for the instance. For more information, see
353
+ # [AMI billing information fields][1] in the *Amazon EC2 User Guide*.
354
+ #
355
+ #
356
+ #
357
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
358
+ # @return [String]
359
+ def platform_details
360
+ data[:platform_details]
361
+ end
362
+
363
+ # The usage operation value for the instance. For more information, see
364
+ # [AMI billing information fields][1] in the *Amazon EC2 User Guide*.
365
+ #
366
+ #
367
+ #
368
+ # [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/billing-info-fields.html
369
+ # @return [String]
370
+ def usage_operation
371
+ data[:usage_operation]
372
+ end
373
+
374
+ # The time that the usage operation was last updated.
375
+ # @return [Time]
376
+ def usage_operation_update_time
377
+ data[:usage_operation_update_time]
378
+ end
379
+
352
380
  # @!endgroup
353
381
 
354
382
  # @return [Client]
@@ -573,7 +601,7 @@ module Aws::EC2
573
601
  #
574
602
  # instance.attach_classic_link_vpc({
575
603
  # dry_run: false,
576
- # groups: ["String"], # required
604
+ # groups: ["SecurityGroupId"], # required
577
605
  # vpc_id: "VpcId", # required
578
606
  # })
579
607
  # @param [Hash] options ({})
@@ -920,7 +948,7 @@ module Aws::EC2
920
948
  # ena_support: {
921
949
  # value: false,
922
950
  # },
923
- # groups: ["String"],
951
+ # groups: ["SecurityGroupId"],
924
952
  # instance_initiated_shutdown_behavior: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
925
953
  # instance_type: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
926
954
  # kernel: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>