aws-sdk-ec2 1.265.0 → 1.269.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/classic_address.rb +8 -15
- data/lib/aws-sdk-ec2/client.rb +531 -129
- data/lib/aws-sdk-ec2/client_api.rb +189 -5
- data/lib/aws-sdk-ec2/resource.rb +7 -7
- data/lib/aws-sdk-ec2/subnet.rb +1 -1
- data/lib/aws-sdk-ec2/types.rb +1015 -209
- data/lib/aws-sdk-ec2/vpc.rb +6 -6
- data/lib/aws-sdk-ec2/vpc_address.rb +8 -15
- data/lib/aws-sdk-ec2/waiters.rb +14 -6
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
|
@@ -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')
|
|
@@ -1320,6 +1344,7 @@ module Aws::EC2
|
|
|
1320
1344
|
InstanceStatusEventList = Shapes::ListShape.new(name: 'InstanceStatusEventList')
|
|
1321
1345
|
InstanceStatusList = Shapes::ListShape.new(name: 'InstanceStatusList')
|
|
1322
1346
|
InstanceStatusSummary = Shapes::StructureShape.new(name: 'InstanceStatusSummary')
|
|
1347
|
+
InstanceStorageEncryptionSupport = Shapes::StringShape.new(name: 'InstanceStorageEncryptionSupport')
|
|
1323
1348
|
InstanceStorageFlag = Shapes::BooleanShape.new(name: 'InstanceStorageFlag')
|
|
1324
1349
|
InstanceStorageInfo = Shapes::StructureShape.new(name: 'InstanceStorageInfo')
|
|
1325
1350
|
InstanceTagKeySet = Shapes::ListShape.new(name: 'InstanceTagKeySet')
|
|
@@ -1334,6 +1359,7 @@ module Aws::EC2
|
|
|
1334
1359
|
InstanceUsage = Shapes::StructureShape.new(name: 'InstanceUsage')
|
|
1335
1360
|
InstanceUsageSet = Shapes::ListShape.new(name: 'InstanceUsageSet')
|
|
1336
1361
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
1362
|
+
IntegerWithConstraints = Shapes::IntegerShape.new(name: 'IntegerWithConstraints')
|
|
1337
1363
|
IntegrateServices = Shapes::StructureShape.new(name: 'IntegrateServices')
|
|
1338
1364
|
InterfacePermissionType = Shapes::StringShape.new(name: 'InterfacePermissionType')
|
|
1339
1365
|
InterfaceProtocolType = Shapes::StringShape.new(name: 'InterfaceProtocolType')
|
|
@@ -1523,6 +1549,8 @@ module Aws::EC2
|
|
|
1523
1549
|
ModifyAvailabilityZoneGroupRequest = Shapes::StructureShape.new(name: 'ModifyAvailabilityZoneGroupRequest')
|
|
1524
1550
|
ModifyAvailabilityZoneGroupResult = Shapes::StructureShape.new(name: 'ModifyAvailabilityZoneGroupResult')
|
|
1525
1551
|
ModifyAvailabilityZoneOptInStatus = Shapes::StringShape.new(name: 'ModifyAvailabilityZoneOptInStatus')
|
|
1552
|
+
ModifyCapacityReservationFleetRequest = Shapes::StructureShape.new(name: 'ModifyCapacityReservationFleetRequest')
|
|
1553
|
+
ModifyCapacityReservationFleetResult = Shapes::StructureShape.new(name: 'ModifyCapacityReservationFleetResult')
|
|
1526
1554
|
ModifyCapacityReservationRequest = Shapes::StructureShape.new(name: 'ModifyCapacityReservationRequest')
|
|
1527
1555
|
ModifyCapacityReservationResult = Shapes::StructureShape.new(name: 'ModifyCapacityReservationResult')
|
|
1528
1556
|
ModifyClientVpnEndpointRequest = Shapes::StructureShape.new(name: 'ModifyClientVpnEndpointRequest')
|
|
@@ -1863,6 +1891,8 @@ module Aws::EC2
|
|
|
1863
1891
|
RequestSpotLaunchSpecificationSecurityGroupIdList = Shapes::ListShape.new(name: 'RequestSpotLaunchSpecificationSecurityGroupIdList')
|
|
1864
1892
|
RequestSpotLaunchSpecificationSecurityGroupList = Shapes::ListShape.new(name: 'RequestSpotLaunchSpecificationSecurityGroupList')
|
|
1865
1893
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
|
1894
|
+
ReservationFleetInstanceSpecification = Shapes::StructureShape.new(name: 'ReservationFleetInstanceSpecification')
|
|
1895
|
+
ReservationFleetInstanceSpecificationList = Shapes::ListShape.new(name: 'ReservationFleetInstanceSpecificationList')
|
|
1866
1896
|
ReservationId = Shapes::StringShape.new(name: 'ReservationId')
|
|
1867
1897
|
ReservationList = Shapes::ListShape.new(name: 'ReservationList')
|
|
1868
1898
|
ReservationState = Shapes::StringShape.new(name: 'ReservationState')
|
|
@@ -2945,6 +2975,18 @@ module Aws::EC2
|
|
|
2945
2975
|
CancelBundleTaskResult.add_member(:bundle_task, Shapes::ShapeRef.new(shape: BundleTask, location_name: "bundleInstanceTask"))
|
|
2946
2976
|
CancelBundleTaskResult.struct_class = Types::CancelBundleTaskResult
|
|
2947
2977
|
|
|
2978
|
+
CancelCapacityReservationFleetError.add_member(:code, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetErrorCode, location_name: "code"))
|
|
2979
|
+
CancelCapacityReservationFleetError.add_member(:message, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetErrorMessage, location_name: "message"))
|
|
2980
|
+
CancelCapacityReservationFleetError.struct_class = Types::CancelCapacityReservationFleetError
|
|
2981
|
+
|
|
2982
|
+
CancelCapacityReservationFleetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
2983
|
+
CancelCapacityReservationFleetsRequest.add_member(:capacity_reservation_fleet_ids, Shapes::ShapeRef.new(shape: CapacityReservationFleetIdSet, required: true, location_name: "CapacityReservationFleetId"))
|
|
2984
|
+
CancelCapacityReservationFleetsRequest.struct_class = Types::CancelCapacityReservationFleetsRequest
|
|
2985
|
+
|
|
2986
|
+
CancelCapacityReservationFleetsResult.add_member(:successful_fleet_cancellations, Shapes::ShapeRef.new(shape: CapacityReservationFleetCancellationStateSet, location_name: "successfulFleetCancellationSet"))
|
|
2987
|
+
CancelCapacityReservationFleetsResult.add_member(:failed_fleet_cancellations, Shapes::ShapeRef.new(shape: FailedCapacityReservationFleetCancellationResultSet, location_name: "failedFleetCancellationSet"))
|
|
2988
|
+
CancelCapacityReservationFleetsResult.struct_class = Types::CancelCapacityReservationFleetsResult
|
|
2989
|
+
|
|
2948
2990
|
CancelCapacityReservationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
|
2949
2991
|
CancelCapacityReservationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
2950
2992
|
CancelCapacityReservationRequest.struct_class = Types::CancelCapacityReservationRequest
|
|
@@ -3035,8 +3077,34 @@ module Aws::EC2
|
|
|
3035
3077
|
CapacityReservation.add_member(:create_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "createDate"))
|
|
3036
3078
|
CapacityReservation.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
3037
3079
|
CapacityReservation.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: OutpostArn, location_name: "outpostArn"))
|
|
3080
|
+
CapacityReservation.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetId"))
|
|
3038
3081
|
CapacityReservation.struct_class = Types::CapacityReservation
|
|
3039
3082
|
|
|
3083
|
+
CapacityReservationFleet.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
|
3084
|
+
CapacityReservationFleet.add_member(:capacity_reservation_fleet_arn, Shapes::ShapeRef.new(shape: String, location_name: "capacityReservationFleetArn"))
|
|
3085
|
+
CapacityReservationFleet.add_member(:state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "state"))
|
|
3086
|
+
CapacityReservationFleet.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTargetCapacity"))
|
|
3087
|
+
CapacityReservationFleet.add_member(:total_fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "totalFulfilledCapacity"))
|
|
3088
|
+
CapacityReservationFleet.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "tenancy"))
|
|
3089
|
+
CapacityReservationFleet.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
|
3090
|
+
CapacityReservationFleet.add_member(:create_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createTime"))
|
|
3091
|
+
CapacityReservationFleet.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "instanceMatchCriteria"))
|
|
3092
|
+
CapacityReservationFleet.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "allocationStrategy"))
|
|
3093
|
+
CapacityReservationFleet.add_member(:instance_type_specifications, Shapes::ShapeRef.new(shape: FleetCapacityReservationSet, location_name: "instanceTypeSpecificationSet"))
|
|
3094
|
+
CapacityReservationFleet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
3095
|
+
CapacityReservationFleet.struct_class = Types::CapacityReservationFleet
|
|
3096
|
+
|
|
3097
|
+
CapacityReservationFleetCancellationState.add_member(:current_fleet_state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "currentFleetState"))
|
|
3098
|
+
CapacityReservationFleetCancellationState.add_member(:previous_fleet_state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "previousFleetState"))
|
|
3099
|
+
CapacityReservationFleetCancellationState.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
|
3100
|
+
CapacityReservationFleetCancellationState.struct_class = Types::CapacityReservationFleetCancellationState
|
|
3101
|
+
|
|
3102
|
+
CapacityReservationFleetCancellationStateSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleetCancellationState, location_name: "item")
|
|
3103
|
+
|
|
3104
|
+
CapacityReservationFleetIdSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "item")
|
|
3105
|
+
|
|
3106
|
+
CapacityReservationFleetSet.member = Shapes::ShapeRef.new(shape: CapacityReservationFleet, location_name: "item")
|
|
3107
|
+
|
|
3040
3108
|
CapacityReservationGroup.add_member(:group_arn, Shapes::ShapeRef.new(shape: String, location_name: "groupArn"))
|
|
3041
3109
|
CapacityReservationGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
|
3042
3110
|
CapacityReservationGroup.struct_class = Types::CapacityReservationGroup
|
|
@@ -3341,6 +3409,30 @@ module Aws::EC2
|
|
|
3341
3409
|
CpuOptionsRequest.add_member(:threads_per_core, Shapes::ShapeRef.new(shape: Integer, location_name: "ThreadsPerCore"))
|
|
3342
3410
|
CpuOptionsRequest.struct_class = Types::CpuOptionsRequest
|
|
3343
3411
|
|
|
3412
|
+
CreateCapacityReservationFleetRequest.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "AllocationStrategy"))
|
|
3413
|
+
CreateCapacityReservationFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
|
3414
|
+
CreateCapacityReservationFleetRequest.add_member(:instance_type_specifications, Shapes::ShapeRef.new(shape: ReservationFleetInstanceSpecificationList, required: true, location_name: "InstanceTypeSpecification"))
|
|
3415
|
+
CreateCapacityReservationFleetRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "Tenancy"))
|
|
3416
|
+
CreateCapacityReservationFleetRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalTargetCapacity"))
|
|
3417
|
+
CreateCapacityReservationFleetRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndDate"))
|
|
3418
|
+
CreateCapacityReservationFleetRequest.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "InstanceMatchCriteria"))
|
|
3419
|
+
CreateCapacityReservationFleetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
3420
|
+
CreateCapacityReservationFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
3421
|
+
CreateCapacityReservationFleetRequest.struct_class = Types::CreateCapacityReservationFleetRequest
|
|
3422
|
+
|
|
3423
|
+
CreateCapacityReservationFleetResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
|
3424
|
+
CreateCapacityReservationFleetResult.add_member(:state, Shapes::ShapeRef.new(shape: CapacityReservationFleetState, location_name: "state"))
|
|
3425
|
+
CreateCapacityReservationFleetResult.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "totalTargetCapacity"))
|
|
3426
|
+
CreateCapacityReservationFleetResult.add_member(:total_fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "totalFulfilledCapacity"))
|
|
3427
|
+
CreateCapacityReservationFleetResult.add_member(:instance_match_criteria, Shapes::ShapeRef.new(shape: FleetInstanceMatchCriteria, location_name: "instanceMatchCriteria"))
|
|
3428
|
+
CreateCapacityReservationFleetResult.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "allocationStrategy"))
|
|
3429
|
+
CreateCapacityReservationFleetResult.add_member(:create_time, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createTime"))
|
|
3430
|
+
CreateCapacityReservationFleetResult.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "endDate"))
|
|
3431
|
+
CreateCapacityReservationFleetResult.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "tenancy"))
|
|
3432
|
+
CreateCapacityReservationFleetResult.add_member(:fleet_capacity_reservations, Shapes::ShapeRef.new(shape: FleetCapacityReservationSet, location_name: "fleetCapacityReservationSet"))
|
|
3433
|
+
CreateCapacityReservationFleetResult.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
|
3434
|
+
CreateCapacityReservationFleetResult.struct_class = Types::CreateCapacityReservationFleetResult
|
|
3435
|
+
|
|
3344
3436
|
CreateCapacityReservationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
|
3345
3437
|
CreateCapacityReservationRequest.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstanceType"))
|
|
3346
3438
|
CreateCapacityReservationRequest.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, required: true, location_name: "InstancePlatform"))
|
|
@@ -3589,8 +3681,8 @@ module Aws::EC2
|
|
|
3589
3681
|
|
|
3590
3682
|
CreateLocalGatewayRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
|
|
3591
3683
|
CreateLocalGatewayRouteRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
|
3592
|
-
CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
3593
3684
|
CreateLocalGatewayRouteRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
|
3685
|
+
CreateLocalGatewayRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
3594
3686
|
CreateLocalGatewayRouteRequest.struct_class = Types::CreateLocalGatewayRouteRequest
|
|
3595
3687
|
|
|
3596
3688
|
CreateLocalGatewayRouteResult.add_member(:route, Shapes::ShapeRef.new(shape: LocalGatewayRoute, location_name: "route"))
|
|
@@ -3822,11 +3914,11 @@ module Aws::EC2
|
|
|
3822
3914
|
CreateSubnetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
|
3823
3915
|
CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
3824
3916
|
CreateSubnetRequest.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
|
|
3917
|
+
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
|
|
3825
3918
|
CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
|
3826
3919
|
CreateSubnetRequest.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "OutpostArn"))
|
|
3827
3920
|
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
|
3828
3921
|
CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
|
3829
|
-
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
|
|
3830
3922
|
CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
|
|
3831
3923
|
|
|
3832
3924
|
CreateSubnetResult.add_member(:subnet, Shapes::ShapeRef.new(shape: Subnet, location_name: "subnet"))
|
|
@@ -4626,6 +4718,17 @@ module Aws::EC2
|
|
|
4626
4718
|
DescribeByoipCidrsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
4627
4719
|
DescribeByoipCidrsResult.struct_class = Types::DescribeByoipCidrsResult
|
|
4628
4720
|
|
|
4721
|
+
DescribeCapacityReservationFleetsRequest.add_member(:capacity_reservation_fleet_ids, Shapes::ShapeRef.new(shape: CapacityReservationFleetIdSet, location_name: "CapacityReservationFleetId"))
|
|
4722
|
+
DescribeCapacityReservationFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
4723
|
+
DescribeCapacityReservationFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsMaxResults, location_name: "MaxResults"))
|
|
4724
|
+
DescribeCapacityReservationFleetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
4725
|
+
DescribeCapacityReservationFleetsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
4726
|
+
DescribeCapacityReservationFleetsRequest.struct_class = Types::DescribeCapacityReservationFleetsRequest
|
|
4727
|
+
|
|
4728
|
+
DescribeCapacityReservationFleetsResult.add_member(:capacity_reservation_fleets, Shapes::ShapeRef.new(shape: CapacityReservationFleetSet, location_name: "capacityReservationFleetSet"))
|
|
4729
|
+
DescribeCapacityReservationFleetsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
|
4730
|
+
DescribeCapacityReservationFleetsResult.struct_class = Types::DescribeCapacityReservationFleetsResult
|
|
4731
|
+
|
|
4629
4732
|
DescribeCapacityReservationsRequest.add_member(:capacity_reservation_ids, Shapes::ShapeRef.new(shape: CapacityReservationIdSet, location_name: "CapacityReservationId"))
|
|
4630
4733
|
DescribeCapacityReservationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
4631
4734
|
DescribeCapacityReservationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeCapacityReservationsMaxResults, location_name: "MaxResults"))
|
|
@@ -6522,6 +6625,12 @@ module Aws::EC2
|
|
|
6522
6625
|
ExportTransitGatewayRoutesResult.add_member(:s3_location, Shapes::ShapeRef.new(shape: String, location_name: "s3Location"))
|
|
6523
6626
|
ExportTransitGatewayRoutesResult.struct_class = Types::ExportTransitGatewayRoutesResult
|
|
6524
6627
|
|
|
6628
|
+
FailedCapacityReservationFleetCancellationResult.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, location_name: "capacityReservationFleetId"))
|
|
6629
|
+
FailedCapacityReservationFleetCancellationResult.add_member(:cancel_capacity_reservation_fleet_error, Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetError, location_name: "cancelCapacityReservationFleetError"))
|
|
6630
|
+
FailedCapacityReservationFleetCancellationResult.struct_class = Types::FailedCapacityReservationFleetCancellationResult
|
|
6631
|
+
|
|
6632
|
+
FailedCapacityReservationFleetCancellationResultSet.member = Shapes::ShapeRef.new(shape: FailedCapacityReservationFleetCancellationResult, location_name: "item")
|
|
6633
|
+
|
|
6525
6634
|
FailedQueuedPurchaseDeletion.add_member(:error, Shapes::ShapeRef.new(shape: DeleteQueuedReservedInstancesError, location_name: "error"))
|
|
6526
6635
|
FailedQueuedPurchaseDeletion.add_member(:reserved_instances_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesId"))
|
|
6527
6636
|
FailedQueuedPurchaseDeletion.struct_class = Types::FailedQueuedPurchaseDeletion
|
|
@@ -6542,6 +6651,21 @@ module Aws::EC2
|
|
|
6542
6651
|
|
|
6543
6652
|
FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
|
|
6544
6653
|
|
|
6654
|
+
FleetCapacityReservation.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, location_name: "capacityReservationId"))
|
|
6655
|
+
FleetCapacityReservation.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
|
|
6656
|
+
FleetCapacityReservation.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
|
6657
|
+
FleetCapacityReservation.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, location_name: "instancePlatform"))
|
|
6658
|
+
FleetCapacityReservation.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
|
6659
|
+
FleetCapacityReservation.add_member(:total_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalInstanceCount"))
|
|
6660
|
+
FleetCapacityReservation.add_member(:fulfilled_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "fulfilledCapacity"))
|
|
6661
|
+
FleetCapacityReservation.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsOptimized"))
|
|
6662
|
+
FleetCapacityReservation.add_member(:create_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "createDate"))
|
|
6663
|
+
FleetCapacityReservation.add_member(:weight, Shapes::ShapeRef.new(shape: DoubleWithConstraints, location_name: "weight"))
|
|
6664
|
+
FleetCapacityReservation.add_member(:priority, Shapes::ShapeRef.new(shape: IntegerWithConstraints, location_name: "priority"))
|
|
6665
|
+
FleetCapacityReservation.struct_class = Types::FleetCapacityReservation
|
|
6666
|
+
|
|
6667
|
+
FleetCapacityReservationSet.member = Shapes::ShapeRef.new(shape: FleetCapacityReservation, location_name: "item")
|
|
6668
|
+
|
|
6545
6669
|
FleetData.add_member(:activity_status, Shapes::ShapeRef.new(shape: FleetActivityStatus, location_name: "activityStatus"))
|
|
6546
6670
|
FleetData.add_member(:create_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "createTime"))
|
|
6547
6671
|
FleetData.add_member(:fleet_id, Shapes::ShapeRef.new(shape: FleetId, location_name: "fleetId"))
|
|
@@ -7605,7 +7729,7 @@ module Aws::EC2
|
|
|
7605
7729
|
InstanceNetworkInterfaceSpecification.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
|
|
7606
7730
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
|
7607
7731
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet", metadata: {"queryName"=>"Ipv6Addresses"}))
|
|
7608
|
-
InstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape:
|
|
7732
|
+
InstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
|
7609
7733
|
InstanceNetworkInterfaceSpecification.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
|
7610
7734
|
InstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet", metadata: {"queryName"=>"PrivateIpAddresses"}))
|
|
7611
7735
|
InstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
|
|
@@ -7679,6 +7803,7 @@ module Aws::EC2
|
|
|
7679
7803
|
InstanceStorageInfo.add_member(:total_size_in_gb, Shapes::ShapeRef.new(shape: DiskSize, location_name: "totalSizeInGB"))
|
|
7680
7804
|
InstanceStorageInfo.add_member(:disks, Shapes::ShapeRef.new(shape: DiskInfoList, location_name: "disks"))
|
|
7681
7805
|
InstanceStorageInfo.add_member(:nvme_support, Shapes::ShapeRef.new(shape: EphemeralNvmeSupport, location_name: "nvmeSupport"))
|
|
7806
|
+
InstanceStorageInfo.add_member(:encryption_support, Shapes::ShapeRef.new(shape: InstanceStorageEncryptionSupport, location_name: "encryptionSupport"))
|
|
7682
7807
|
InstanceStorageInfo.struct_class = Types::InstanceStorageInfo
|
|
7683
7808
|
|
|
7684
7809
|
InstanceTagKeySet.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
|
@@ -8070,7 +8195,7 @@ module Aws::EC2
|
|
|
8070
8195
|
|
|
8071
8196
|
LaunchTemplateOverrides.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
|
8072
8197
|
LaunchTemplateOverrides.add_member(:spot_price, Shapes::ShapeRef.new(shape: String, location_name: "spotPrice"))
|
|
8073
|
-
LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape:
|
|
8198
|
+
LaunchTemplateOverrides.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
|
|
8074
8199
|
LaunchTemplateOverrides.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
|
8075
8200
|
LaunchTemplateOverrides.add_member(:weighted_capacity, Shapes::ShapeRef.new(shape: Double, location_name: "weightedCapacity"))
|
|
8076
8201
|
LaunchTemplateOverrides.add_member(:priority, Shapes::ShapeRef.new(shape: Double, location_name: "priority"))
|
|
@@ -8301,6 +8426,16 @@ module Aws::EC2
|
|
|
8301
8426
|
ModifyAvailabilityZoneGroupResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
8302
8427
|
ModifyAvailabilityZoneGroupResult.struct_class = Types::ModifyAvailabilityZoneGroupResult
|
|
8303
8428
|
|
|
8429
|
+
ModifyCapacityReservationFleetRequest.add_member(:capacity_reservation_fleet_id, Shapes::ShapeRef.new(shape: CapacityReservationFleetId, required: true, location_name: "CapacityReservationFleetId"))
|
|
8430
|
+
ModifyCapacityReservationFleetRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, location_name: "TotalTargetCapacity"))
|
|
8431
|
+
ModifyCapacityReservationFleetRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: MillisecondDateTime, location_name: "EndDate"))
|
|
8432
|
+
ModifyCapacityReservationFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
8433
|
+
ModifyCapacityReservationFleetRequest.add_member(:remove_end_date, Shapes::ShapeRef.new(shape: Boolean, location_name: "RemoveEndDate"))
|
|
8434
|
+
ModifyCapacityReservationFleetRequest.struct_class = Types::ModifyCapacityReservationFleetRequest
|
|
8435
|
+
|
|
8436
|
+
ModifyCapacityReservationFleetResult.add_member(:return, Shapes::ShapeRef.new(shape: Boolean, location_name: "return"))
|
|
8437
|
+
ModifyCapacityReservationFleetResult.struct_class = Types::ModifyCapacityReservationFleetResult
|
|
8438
|
+
|
|
8304
8439
|
ModifyCapacityReservationRequest.add_member(:capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "CapacityReservationId"))
|
|
8305
8440
|
ModifyCapacityReservationRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
|
|
8306
8441
|
ModifyCapacityReservationRequest.add_member(:end_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "EndDate"))
|
|
@@ -9676,6 +9811,17 @@ module Aws::EC2
|
|
|
9676
9811
|
Reservation.add_member(:reservation_id, Shapes::ShapeRef.new(shape: String, location_name: "reservationId"))
|
|
9677
9812
|
Reservation.struct_class = Types::Reservation
|
|
9678
9813
|
|
|
9814
|
+
ReservationFleetInstanceSpecification.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "InstanceType"))
|
|
9815
|
+
ReservationFleetInstanceSpecification.add_member(:instance_platform, Shapes::ShapeRef.new(shape: CapacityReservationInstancePlatform, location_name: "InstancePlatform"))
|
|
9816
|
+
ReservationFleetInstanceSpecification.add_member(:weight, Shapes::ShapeRef.new(shape: DoubleWithConstraints, location_name: "Weight"))
|
|
9817
|
+
ReservationFleetInstanceSpecification.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
|
9818
|
+
ReservationFleetInstanceSpecification.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZoneId"))
|
|
9819
|
+
ReservationFleetInstanceSpecification.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "EbsOptimized"))
|
|
9820
|
+
ReservationFleetInstanceSpecification.add_member(:priority, Shapes::ShapeRef.new(shape: IntegerWithConstraints, location_name: "Priority"))
|
|
9821
|
+
ReservationFleetInstanceSpecification.struct_class = Types::ReservationFleetInstanceSpecification
|
|
9822
|
+
|
|
9823
|
+
ReservationFleetInstanceSpecificationList.member = Shapes::ShapeRef.new(shape: ReservationFleetInstanceSpecification)
|
|
9824
|
+
|
|
9679
9825
|
ReservationList.member = Shapes::ShapeRef.new(shape: Reservation, location_name: "item")
|
|
9680
9826
|
|
|
9681
9827
|
ReservationValue.add_member(:hourly_price, Shapes::ShapeRef.new(shape: String, location_name: "hourlyPrice"))
|
|
@@ -10170,10 +10316,10 @@ module Aws::EC2
|
|
|
10170
10316
|
ScheduledInstancesSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupId")
|
|
10171
10317
|
|
|
10172
10318
|
SearchLocalGatewayRoutesRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
|
|
10319
|
+
SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
|
10173
10320
|
SearchLocalGatewayRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
|
|
10174
10321
|
SearchLocalGatewayRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
10175
10322
|
SearchLocalGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
|
10176
|
-
SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
|
|
10177
10323
|
SearchLocalGatewayRoutesRequest.struct_class = Types::SearchLocalGatewayRoutesRequest
|
|
10178
10324
|
|
|
10179
10325
|
SearchLocalGatewayRoutesResult.add_member(:routes, Shapes::ShapeRef.new(shape: LocalGatewayRouteList, location_name: "routeSet"))
|
|
@@ -11915,6 +12061,14 @@ module Aws::EC2
|
|
|
11915
12061
|
o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationResult)
|
|
11916
12062
|
end)
|
|
11917
12063
|
|
|
12064
|
+
api.add_operation(:cancel_capacity_reservation_fleets, Seahorse::Model::Operation.new.tap do |o|
|
|
12065
|
+
o.name = "CancelCapacityReservationFleets"
|
|
12066
|
+
o.http_method = "POST"
|
|
12067
|
+
o.http_request_uri = "/"
|
|
12068
|
+
o.input = Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetsRequest)
|
|
12069
|
+
o.output = Shapes::ShapeRef.new(shape: CancelCapacityReservationFleetsResult)
|
|
12070
|
+
end)
|
|
12071
|
+
|
|
11918
12072
|
api.add_operation(:cancel_conversion_task, Seahorse::Model::Operation.new.tap do |o|
|
|
11919
12073
|
o.name = "CancelConversionTask"
|
|
11920
12074
|
o.http_method = "POST"
|
|
@@ -12003,6 +12157,14 @@ module Aws::EC2
|
|
|
12003
12157
|
o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationResult)
|
|
12004
12158
|
end)
|
|
12005
12159
|
|
|
12160
|
+
api.add_operation(:create_capacity_reservation_fleet, Seahorse::Model::Operation.new.tap do |o|
|
|
12161
|
+
o.name = "CreateCapacityReservationFleet"
|
|
12162
|
+
o.http_method = "POST"
|
|
12163
|
+
o.http_request_uri = "/"
|
|
12164
|
+
o.input = Shapes::ShapeRef.new(shape: CreateCapacityReservationFleetRequest)
|
|
12165
|
+
o.output = Shapes::ShapeRef.new(shape: CreateCapacityReservationFleetResult)
|
|
12166
|
+
end)
|
|
12167
|
+
|
|
12006
12168
|
api.add_operation(:create_carrier_gateway, Seahorse::Model::Operation.new.tap do |o|
|
|
12007
12169
|
o.name = "CreateCarrierGateway"
|
|
12008
12170
|
o.http_method = "POST"
|
|
@@ -13063,6 +13225,20 @@ module Aws::EC2
|
|
|
13063
13225
|
)
|
|
13064
13226
|
end)
|
|
13065
13227
|
|
|
13228
|
+
api.add_operation(:describe_capacity_reservation_fleets, Seahorse::Model::Operation.new.tap do |o|
|
|
13229
|
+
o.name = "DescribeCapacityReservationFleets"
|
|
13230
|
+
o.http_method = "POST"
|
|
13231
|
+
o.http_request_uri = "/"
|
|
13232
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsRequest)
|
|
13233
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeCapacityReservationFleetsResult)
|
|
13234
|
+
o[:pager] = Aws::Pager.new(
|
|
13235
|
+
limit_key: "max_results",
|
|
13236
|
+
tokens: {
|
|
13237
|
+
"next_token" => "next_token"
|
|
13238
|
+
}
|
|
13239
|
+
)
|
|
13240
|
+
end)
|
|
13241
|
+
|
|
13066
13242
|
api.add_operation(:describe_capacity_reservations, Seahorse::Model::Operation.new.tap do |o|
|
|
13067
13243
|
o.name = "DescribeCapacityReservations"
|
|
13068
13244
|
o.http_method = "POST"
|
|
@@ -15170,6 +15346,14 @@ module Aws::EC2
|
|
|
15170
15346
|
o.output = Shapes::ShapeRef.new(shape: ModifyCapacityReservationResult)
|
|
15171
15347
|
end)
|
|
15172
15348
|
|
|
15349
|
+
api.add_operation(:modify_capacity_reservation_fleet, Seahorse::Model::Operation.new.tap do |o|
|
|
15350
|
+
o.name = "ModifyCapacityReservationFleet"
|
|
15351
|
+
o.http_method = "POST"
|
|
15352
|
+
o.http_request_uri = "/"
|
|
15353
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyCapacityReservationFleetRequest)
|
|
15354
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyCapacityReservationFleetResult)
|
|
15355
|
+
end)
|
|
15356
|
+
|
|
15173
15357
|
api.add_operation(:modify_client_vpn_endpoint, Seahorse::Model::Operation.new.tap do |o|
|
|
15174
15358
|
o.name = "ModifyClientVpnEndpoint"
|
|
15175
15359
|
o.http_method = "POST"
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
|
@@ -151,7 +151,7 @@ module Aws::EC2
|
|
|
151
151
|
# ipv_6_address: "String",
|
|
152
152
|
# },
|
|
153
153
|
# ],
|
|
154
|
-
# network_interface_id: "
|
|
154
|
+
# network_interface_id: "NetworkInterfaceId",
|
|
155
155
|
# private_ip_address: "String",
|
|
156
156
|
# private_ip_addresses: [
|
|
157
157
|
# {
|
|
@@ -1096,11 +1096,11 @@ module Aws::EC2
|
|
|
1096
1096
|
# ],
|
|
1097
1097
|
# availability_zone: "String",
|
|
1098
1098
|
# availability_zone_id: "String",
|
|
1099
|
+
# cidr_block: "String", # required
|
|
1099
1100
|
# ipv_6_cidr_block: "String",
|
|
1100
1101
|
# outpost_arn: "String",
|
|
1101
1102
|
# vpc_id: "VpcId", # required
|
|
1102
1103
|
# dry_run: false,
|
|
1103
|
-
# cidr_block: "String", # required
|
|
1104
1104
|
# })
|
|
1105
1105
|
# @param [Hash] options ({})
|
|
1106
1106
|
# @option options [Array<Types::TagSpecification>] :tag_specifications
|
|
@@ -1125,6 +1125,11 @@ module Aws::EC2
|
|
|
1125
1125
|
# [1]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-regions-availability-zones.html#concepts-available-regions
|
|
1126
1126
|
# @option options [String] :availability_zone_id
|
|
1127
1127
|
# The AZ ID or the Local Zone ID of the subnet.
|
|
1128
|
+
# @option options [required, String] :cidr_block
|
|
1129
|
+
# The IPv4 network range for the subnet, in CIDR notation. For example,
|
|
1130
|
+
# `10.0.0.0/24`. We modify the specified CIDR block to its canonical
|
|
1131
|
+
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
|
1132
|
+
# `100.68.0.0/18`.
|
|
1128
1133
|
# @option options [String] :ipv_6_cidr_block
|
|
1129
1134
|
# The IPv6 network range for the subnet, in CIDR notation. The subnet
|
|
1130
1135
|
# size must use a /64 prefix length.
|
|
@@ -1139,11 +1144,6 @@ module Aws::EC2
|
|
|
1139
1144
|
# without actually making the request, and provides an error response.
|
|
1140
1145
|
# If you have the required permissions, the error response is
|
|
1141
1146
|
# `DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
|
|
1142
|
-
# @option options [required, String] :cidr_block
|
|
1143
|
-
# The IPv4 network range for the subnet, in CIDR notation. For example,
|
|
1144
|
-
# `10.0.0.0/24`. We modify the specified CIDR block to its canonical
|
|
1145
|
-
# form; for example, if you specify `100.68.0.18/18`, we modify it to
|
|
1146
|
-
# `100.68.0.0/18`.
|
|
1147
1147
|
# @return [Subnet]
|
|
1148
1148
|
def create_subnet(options = {})
|
|
1149
1149
|
resp = @client.create_subnet(options)
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED