aws-sdk-ec2 1.417.0 → 1.420.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +431 -81
- data/lib/aws-sdk-ec2/client_api.rb +133 -2
- data/lib/aws-sdk-ec2/endpoints.rb +56 -0
- data/lib/aws-sdk-ec2/instance.rb +16 -3
- data/lib/aws-sdk-ec2/placement_group.rb +3 -2
- data/lib/aws-sdk-ec2/plugins/endpoints.rb +8 -0
- data/lib/aws-sdk-ec2/resource.rb +9 -2
- data/lib/aws-sdk-ec2/subnet.rb +9 -2
- data/lib/aws-sdk-ec2/types.rb +607 -146
- data/lib/aws-sdk-ec2/vpc.rb +3 -2
- data/lib/aws-sdk-ec2.rb +1 -1
- metadata +2 -2
@@ -317,7 +317,6 @@ module Aws::EC2
|
|
317
317
|
ClientLoginBannerOptions = Shapes::StructureShape.new(name: 'ClientLoginBannerOptions')
|
318
318
|
ClientLoginBannerResponseOptions = Shapes::StructureShape.new(name: 'ClientLoginBannerResponseOptions')
|
319
319
|
ClientSecretType = Shapes::StringShape.new(name: 'ClientSecretType')
|
320
|
-
ClientVpnAssociationId = Shapes::StringShape.new(name: 'ClientVpnAssociationId')
|
321
320
|
ClientVpnAuthentication = Shapes::StructureShape.new(name: 'ClientVpnAuthentication')
|
322
321
|
ClientVpnAuthenticationList = Shapes::ListShape.new(name: 'ClientVpnAuthenticationList')
|
323
322
|
ClientVpnAuthenticationRequest = Shapes::StructureShape.new(name: 'ClientVpnAuthenticationRequest')
|
@@ -870,6 +869,11 @@ module Aws::EC2
|
|
870
869
|
DescribeInstanceEventWindowsResult = Shapes::StructureShape.new(name: 'DescribeInstanceEventWindowsResult')
|
871
870
|
DescribeInstanceStatusRequest = Shapes::StructureShape.new(name: 'DescribeInstanceStatusRequest')
|
872
871
|
DescribeInstanceStatusResult = Shapes::StructureShape.new(name: 'DescribeInstanceStatusResult')
|
872
|
+
DescribeInstanceTopologyGroupNameSet = Shapes::ListShape.new(name: 'DescribeInstanceTopologyGroupNameSet')
|
873
|
+
DescribeInstanceTopologyInstanceIdSet = Shapes::ListShape.new(name: 'DescribeInstanceTopologyInstanceIdSet')
|
874
|
+
DescribeInstanceTopologyMaxResults = Shapes::IntegerShape.new(name: 'DescribeInstanceTopologyMaxResults')
|
875
|
+
DescribeInstanceTopologyRequest = Shapes::StructureShape.new(name: 'DescribeInstanceTopologyRequest')
|
876
|
+
DescribeInstanceTopologyResult = Shapes::StructureShape.new(name: 'DescribeInstanceTopologyResult')
|
873
877
|
DescribeInstanceTypeOfferingsRequest = Shapes::StructureShape.new(name: 'DescribeInstanceTypeOfferingsRequest')
|
874
878
|
DescribeInstanceTypeOfferingsResult = Shapes::StructureShape.new(name: 'DescribeInstanceTypeOfferingsResult')
|
875
879
|
DescribeInstanceTypesRequest = Shapes::StructureShape.new(name: 'DescribeInstanceTypesRequest')
|
@@ -1140,6 +1144,8 @@ module Aws::EC2
|
|
1140
1144
|
DisableIpamOrganizationAdminAccountResult = Shapes::StructureShape.new(name: 'DisableIpamOrganizationAdminAccountResult')
|
1141
1145
|
DisableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessRequest')
|
1142
1146
|
DisableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'DisableSerialConsoleAccessResult')
|
1147
|
+
DisableSnapshotBlockPublicAccessRequest = Shapes::StructureShape.new(name: 'DisableSnapshotBlockPublicAccessRequest')
|
1148
|
+
DisableSnapshotBlockPublicAccessResult = Shapes::StructureShape.new(name: 'DisableSnapshotBlockPublicAccessResult')
|
1143
1149
|
DisableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationRequest')
|
1144
1150
|
DisableTransitGatewayRouteTablePropagationResult = Shapes::StructureShape.new(name: 'DisableTransitGatewayRouteTablePropagationResult')
|
1145
1151
|
DisableVgwRoutePropagationRequest = Shapes::StructureShape.new(name: 'DisableVgwRoutePropagationRequest')
|
@@ -1236,8 +1242,10 @@ module Aws::EC2
|
|
1236
1242
|
ElasticInferenceAccelerators = Shapes::ListShape.new(name: 'ElasticInferenceAccelerators')
|
1237
1243
|
ElasticIpAssociationId = Shapes::StringShape.new(name: 'ElasticIpAssociationId')
|
1238
1244
|
EnaSrdSpecification = Shapes::StructureShape.new(name: 'EnaSrdSpecification')
|
1245
|
+
EnaSrdSpecificationRequest = Shapes::StructureShape.new(name: 'EnaSrdSpecificationRequest')
|
1239
1246
|
EnaSrdSupported = Shapes::BooleanShape.new(name: 'EnaSrdSupported')
|
1240
1247
|
EnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'EnaSrdUdpSpecification')
|
1248
|
+
EnaSrdUdpSpecificationRequest = Shapes::StructureShape.new(name: 'EnaSrdUdpSpecificationRequest')
|
1241
1249
|
EnaSupport = Shapes::StringShape.new(name: 'EnaSupport')
|
1242
1250
|
EnableAddressTransferRequest = Shapes::StructureShape.new(name: 'EnableAddressTransferRequest')
|
1243
1251
|
EnableAddressTransferResult = Shapes::StructureShape.new(name: 'EnableAddressTransferResult')
|
@@ -1268,6 +1276,8 @@ module Aws::EC2
|
|
1268
1276
|
EnableReachabilityAnalyzerOrganizationSharingResult = Shapes::StructureShape.new(name: 'EnableReachabilityAnalyzerOrganizationSharingResult')
|
1269
1277
|
EnableSerialConsoleAccessRequest = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessRequest')
|
1270
1278
|
EnableSerialConsoleAccessResult = Shapes::StructureShape.new(name: 'EnableSerialConsoleAccessResult')
|
1279
|
+
EnableSnapshotBlockPublicAccessRequest = Shapes::StructureShape.new(name: 'EnableSnapshotBlockPublicAccessRequest')
|
1280
|
+
EnableSnapshotBlockPublicAccessResult = Shapes::StructureShape.new(name: 'EnableSnapshotBlockPublicAccessResult')
|
1271
1281
|
EnableTransitGatewayRouteTablePropagationRequest = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationRequest')
|
1272
1282
|
EnableTransitGatewayRouteTablePropagationResult = Shapes::StructureShape.new(name: 'EnableTransitGatewayRouteTablePropagationResult')
|
1273
1283
|
EnableVgwRoutePropagationRequest = Shapes::StructureShape.new(name: 'EnableVgwRoutePropagationRequest')
|
@@ -1459,6 +1469,8 @@ module Aws::EC2
|
|
1459
1469
|
GetSecurityGroupsForVpcResult = Shapes::StructureShape.new(name: 'GetSecurityGroupsForVpcResult')
|
1460
1470
|
GetSerialConsoleAccessStatusRequest = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusRequest')
|
1461
1471
|
GetSerialConsoleAccessStatusResult = Shapes::StructureShape.new(name: 'GetSerialConsoleAccessStatusResult')
|
1472
|
+
GetSnapshotBlockPublicAccessStateRequest = Shapes::StructureShape.new(name: 'GetSnapshotBlockPublicAccessStateRequest')
|
1473
|
+
GetSnapshotBlockPublicAccessStateResult = Shapes::StructureShape.new(name: 'GetSnapshotBlockPublicAccessStateResult')
|
1462
1474
|
GetSpotPlacementScoresRequest = Shapes::StructureShape.new(name: 'GetSpotPlacementScoresRequest')
|
1463
1475
|
GetSpotPlacementScoresResult = Shapes::StructureShape.new(name: 'GetSpotPlacementScoresResult')
|
1464
1476
|
GetSubnetCidrReservationsMaxResults = Shapes::IntegerShape.new(name: 'GetSubnetCidrReservationsMaxResults')
|
@@ -1598,6 +1610,8 @@ module Aws::EC2
|
|
1598
1610
|
InferenceDeviceName = Shapes::StringShape.new(name: 'InferenceDeviceName')
|
1599
1611
|
InsideCidrBlocksStringList = Shapes::ListShape.new(name: 'InsideCidrBlocksStringList')
|
1600
1612
|
Instance = Shapes::StructureShape.new(name: 'Instance')
|
1613
|
+
InstanceAttachmentEnaSrdSpecification = Shapes::StructureShape.new(name: 'InstanceAttachmentEnaSrdSpecification')
|
1614
|
+
InstanceAttachmentEnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'InstanceAttachmentEnaSrdUdpSpecification')
|
1601
1615
|
InstanceAttribute = Shapes::StructureShape.new(name: 'InstanceAttribute')
|
1602
1616
|
InstanceAttributeName = Shapes::StringShape.new(name: 'InstanceAttributeName')
|
1603
1617
|
InstanceAutoRecoveryState = Shapes::StringShape.new(name: 'InstanceAutoRecoveryState')
|
@@ -1678,6 +1692,7 @@ module Aws::EC2
|
|
1678
1692
|
InstanceRequirements = Shapes::StructureShape.new(name: 'InstanceRequirements')
|
1679
1693
|
InstanceRequirementsRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsRequest')
|
1680
1694
|
InstanceRequirementsWithMetadataRequest = Shapes::StructureShape.new(name: 'InstanceRequirementsWithMetadataRequest')
|
1695
|
+
InstanceSet = Shapes::ListShape.new(name: 'InstanceSet')
|
1681
1696
|
InstanceSpecification = Shapes::StructureShape.new(name: 'InstanceSpecification')
|
1682
1697
|
InstanceState = Shapes::StructureShape.new(name: 'InstanceState')
|
1683
1698
|
InstanceStateChange = Shapes::StructureShape.new(name: 'InstanceStateChange')
|
@@ -1695,6 +1710,7 @@ module Aws::EC2
|
|
1695
1710
|
InstanceStorageInfo = Shapes::StructureShape.new(name: 'InstanceStorageInfo')
|
1696
1711
|
InstanceTagKeySet = Shapes::ListShape.new(name: 'InstanceTagKeySet')
|
1697
1712
|
InstanceTagNotificationAttribute = Shapes::StructureShape.new(name: 'InstanceTagNotificationAttribute')
|
1713
|
+
InstanceTopology = Shapes::StructureShape.new(name: 'InstanceTopology')
|
1698
1714
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
1699
1715
|
InstanceTypeHypervisor = Shapes::StringShape.new(name: 'InstanceTypeHypervisor')
|
1700
1716
|
InstanceTypeInfo = Shapes::StructureShape.new(name: 'InstanceTypeInfo')
|
@@ -1854,6 +1870,8 @@ module Aws::EC2
|
|
1854
1870
|
LaunchTemplateElasticInferenceAcceleratorList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorList')
|
1855
1871
|
LaunchTemplateElasticInferenceAcceleratorResponse = Shapes::StructureShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponse')
|
1856
1872
|
LaunchTemplateElasticInferenceAcceleratorResponseList = Shapes::ListShape.new(name: 'LaunchTemplateElasticInferenceAcceleratorResponseList')
|
1873
|
+
LaunchTemplateEnaSrdSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateEnaSrdSpecification')
|
1874
|
+
LaunchTemplateEnaSrdUdpSpecification = Shapes::StructureShape.new(name: 'LaunchTemplateEnaSrdUdpSpecification')
|
1857
1875
|
LaunchTemplateEnclaveOptions = Shapes::StructureShape.new(name: 'LaunchTemplateEnclaveOptions')
|
1858
1876
|
LaunchTemplateEnclaveOptionsRequest = Shapes::StructureShape.new(name: 'LaunchTemplateEnclaveOptionsRequest')
|
1859
1877
|
LaunchTemplateErrorCode = Shapes::StringShape.new(name: 'LaunchTemplateErrorCode')
|
@@ -2190,6 +2208,7 @@ module Aws::EC2
|
|
2190
2208
|
NetworkInterfacePrivateIpAddressList = Shapes::ListShape.new(name: 'NetworkInterfacePrivateIpAddressList')
|
2191
2209
|
NetworkInterfaceStatus = Shapes::StringShape.new(name: 'NetworkInterfaceStatus')
|
2192
2210
|
NetworkInterfaceType = Shapes::StringShape.new(name: 'NetworkInterfaceType')
|
2211
|
+
NetworkNodesList = Shapes::ListShape.new(name: 'NetworkNodesList')
|
2193
2212
|
NetworkPerformance = Shapes::StringShape.new(name: 'NetworkPerformance')
|
2194
2213
|
NewDhcpConfiguration = Shapes::StructureShape.new(name: 'NewDhcpConfiguration')
|
2195
2214
|
NewDhcpConfigurationList = Shapes::ListShape.new(name: 'NewDhcpConfigurationList')
|
@@ -2605,6 +2624,7 @@ module Aws::EC2
|
|
2605
2624
|
SlotStartTimeRangeRequest = Shapes::StructureShape.new(name: 'SlotStartTimeRangeRequest')
|
2606
2625
|
Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
|
2607
2626
|
SnapshotAttributeName = Shapes::StringShape.new(name: 'SnapshotAttributeName')
|
2627
|
+
SnapshotBlockPublicAccessState = Shapes::StringShape.new(name: 'SnapshotBlockPublicAccessState')
|
2608
2628
|
SnapshotDetail = Shapes::StructureShape.new(name: 'SnapshotDetail')
|
2609
2629
|
SnapshotDetailList = Shapes::ListShape.new(name: 'SnapshotDetailList')
|
2610
2630
|
SnapshotDiskContainer = Shapes::StructureShape.new(name: 'SnapshotDiskContainer')
|
@@ -6564,6 +6584,22 @@ module Aws::EC2
|
|
6564
6584
|
DescribeInstanceStatusResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6565
6585
|
DescribeInstanceStatusResult.struct_class = Types::DescribeInstanceStatusResult
|
6566
6586
|
|
6587
|
+
DescribeInstanceTopologyGroupNameSet.member = Shapes::ShapeRef.new(shape: PlacementGroupName)
|
6588
|
+
|
6589
|
+
DescribeInstanceTopologyInstanceIdSet.member = Shapes::ShapeRef.new(shape: InstanceId)
|
6590
|
+
|
6591
|
+
DescribeInstanceTopologyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6592
|
+
DescribeInstanceTopologyRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
6593
|
+
DescribeInstanceTopologyRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: DescribeInstanceTopologyMaxResults, location_name: "MaxResults"))
|
6594
|
+
DescribeInstanceTopologyRequest.add_member(:instance_ids, Shapes::ShapeRef.new(shape: DescribeInstanceTopologyInstanceIdSet, location_name: "InstanceId"))
|
6595
|
+
DescribeInstanceTopologyRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: DescribeInstanceTopologyGroupNameSet, location_name: "GroupName"))
|
6596
|
+
DescribeInstanceTopologyRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
6597
|
+
DescribeInstanceTopologyRequest.struct_class = Types::DescribeInstanceTopologyRequest
|
6598
|
+
|
6599
|
+
DescribeInstanceTopologyResult.add_member(:instances, Shapes::ShapeRef.new(shape: InstanceSet, location_name: "instanceSet"))
|
6600
|
+
DescribeInstanceTopologyResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
6601
|
+
DescribeInstanceTopologyResult.struct_class = Types::DescribeInstanceTopologyResult
|
6602
|
+
|
6567
6603
|
DescribeInstanceTypeOfferingsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6568
6604
|
DescribeInstanceTypeOfferingsRequest.add_member(:location_type, Shapes::ShapeRef.new(shape: LocationType, location_name: "LocationType"))
|
6569
6605
|
DescribeInstanceTypeOfferingsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
@@ -7799,6 +7835,12 @@ module Aws::EC2
|
|
7799
7835
|
DisableSerialConsoleAccessResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
7800
7836
|
DisableSerialConsoleAccessResult.struct_class = Types::DisableSerialConsoleAccessResult
|
7801
7837
|
|
7838
|
+
DisableSnapshotBlockPublicAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7839
|
+
DisableSnapshotBlockPublicAccessRequest.struct_class = Types::DisableSnapshotBlockPublicAccessRequest
|
7840
|
+
|
7841
|
+
DisableSnapshotBlockPublicAccessResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, location_name: "state"))
|
7842
|
+
DisableSnapshotBlockPublicAccessResult.struct_class = Types::DisableSnapshotBlockPublicAccessResult
|
7843
|
+
|
7802
7844
|
DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
|
7803
7845
|
DisableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
7804
7846
|
DisableTransitGatewayRouteTablePropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -7832,7 +7874,7 @@ module Aws::EC2
|
|
7832
7874
|
DisassociateAddressRequest.struct_class = Types::DisassociateAddressRequest
|
7833
7875
|
|
7834
7876
|
DisassociateClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
7835
|
-
DisassociateClientVpnTargetNetworkRequest.add_member(:association_id, Shapes::ShapeRef.new(shape:
|
7877
|
+
DisassociateClientVpnTargetNetworkRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AssociationId"))
|
7836
7878
|
DisassociateClientVpnTargetNetworkRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7837
7879
|
DisassociateClientVpnTargetNetworkRequest.struct_class = Types::DisassociateClientVpnTargetNetworkRequest
|
7838
7880
|
|
@@ -8099,9 +8141,16 @@ module Aws::EC2
|
|
8099
8141
|
EnaSrdSpecification.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: EnaSrdUdpSpecification, location_name: "EnaSrdUdpSpecification"))
|
8100
8142
|
EnaSrdSpecification.struct_class = Types::EnaSrdSpecification
|
8101
8143
|
|
8144
|
+
EnaSrdSpecificationRequest.add_member(:ena_srd_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnaSrdEnabled"))
|
8145
|
+
EnaSrdSpecificationRequest.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: EnaSrdUdpSpecificationRequest, location_name: "EnaSrdUdpSpecification"))
|
8146
|
+
EnaSrdSpecificationRequest.struct_class = Types::EnaSrdSpecificationRequest
|
8147
|
+
|
8102
8148
|
EnaSrdUdpSpecification.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnaSrdUdpEnabled"))
|
8103
8149
|
EnaSrdUdpSpecification.struct_class = Types::EnaSrdUdpSpecification
|
8104
8150
|
|
8151
|
+
EnaSrdUdpSpecificationRequest.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnaSrdUdpEnabled"))
|
8152
|
+
EnaSrdUdpSpecificationRequest.struct_class = Types::EnaSrdUdpSpecificationRequest
|
8153
|
+
|
8105
8154
|
EnableAddressTransferRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, required: true, location_name: "AllocationId"))
|
8106
8155
|
EnableAddressTransferRequest.add_member(:transfer_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TransferAccountId"))
|
8107
8156
|
EnableAddressTransferRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -8226,6 +8275,13 @@ module Aws::EC2
|
|
8226
8275
|
EnableSerialConsoleAccessResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
8227
8276
|
EnableSerialConsoleAccessResult.struct_class = Types::EnableSerialConsoleAccessResult
|
8228
8277
|
|
8278
|
+
EnableSnapshotBlockPublicAccessRequest.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, required: true, location_name: "State"))
|
8279
|
+
EnableSnapshotBlockPublicAccessRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8280
|
+
EnableSnapshotBlockPublicAccessRequest.struct_class = Types::EnableSnapshotBlockPublicAccessRequest
|
8281
|
+
|
8282
|
+
EnableSnapshotBlockPublicAccessResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, location_name: "state"))
|
8283
|
+
EnableSnapshotBlockPublicAccessResult.struct_class = Types::EnableSnapshotBlockPublicAccessResult
|
8284
|
+
|
8229
8285
|
EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_route_table_id, Shapes::ShapeRef.new(shape: TransitGatewayRouteTableId, required: true, location_name: "TransitGatewayRouteTableId"))
|
8230
8286
|
EnableTransitGatewayRouteTablePropagationRequest.add_member(:transit_gateway_attachment_id, Shapes::ShapeRef.new(shape: TransitGatewayAttachmentId, location_name: "TransitGatewayAttachmentId"))
|
8231
8287
|
EnableTransitGatewayRouteTablePropagationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -8724,6 +8780,7 @@ module Aws::EC2
|
|
8724
8780
|
GetCoipPoolUsageResult.add_member(:coip_pool_id, Shapes::ShapeRef.new(shape: String, location_name: "coipPoolId"))
|
8725
8781
|
GetCoipPoolUsageResult.add_member(:coip_address_usages, Shapes::ShapeRef.new(shape: CoipAddressUsageSet, location_name: "coipAddressUsageSet"))
|
8726
8782
|
GetCoipPoolUsageResult.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayRouteTableId"))
|
8783
|
+
GetCoipPoolUsageResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8727
8784
|
GetCoipPoolUsageResult.struct_class = Types::GetCoipPoolUsageResult
|
8728
8785
|
|
8729
8786
|
GetConsoleOutputRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
@@ -8986,6 +9043,12 @@ module Aws::EC2
|
|
8986
9043
|
GetSerialConsoleAccessStatusResult.add_member(:serial_console_access_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "serialConsoleAccessEnabled"))
|
8987
9044
|
GetSerialConsoleAccessStatusResult.struct_class = Types::GetSerialConsoleAccessStatusResult
|
8988
9045
|
|
9046
|
+
GetSnapshotBlockPublicAccessStateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9047
|
+
GetSnapshotBlockPublicAccessStateRequest.struct_class = Types::GetSnapshotBlockPublicAccessStateRequest
|
9048
|
+
|
9049
|
+
GetSnapshotBlockPublicAccessStateResult.add_member(:state, Shapes::ShapeRef.new(shape: SnapshotBlockPublicAccessState, location_name: "state"))
|
9050
|
+
GetSnapshotBlockPublicAccessStateResult.struct_class = Types::GetSnapshotBlockPublicAccessStateResult
|
9051
|
+
|
8989
9052
|
GetSpotPlacementScoresRequest.add_member(:instance_types, Shapes::ShapeRef.new(shape: InstanceTypes, location_name: "InstanceType"))
|
8990
9053
|
GetSpotPlacementScoresRequest.add_member(:target_capacity, Shapes::ShapeRef.new(shape: SpotPlacementScoresTargetCapacity, required: true, location_name: "TargetCapacity"))
|
8991
9054
|
GetSpotPlacementScoresRequest.add_member(:target_capacity_unit_type, Shapes::ShapeRef.new(shape: TargetCapacityUnitType, location_name: "TargetCapacityUnitType"))
|
@@ -9614,6 +9677,13 @@ module Aws::EC2
|
|
9614
9677
|
Instance.add_member(:current_instance_boot_mode, Shapes::ShapeRef.new(shape: InstanceBootModeValues, location_name: "currentInstanceBootMode"))
|
9615
9678
|
Instance.struct_class = Types::Instance
|
9616
9679
|
|
9680
|
+
InstanceAttachmentEnaSrdSpecification.add_member(:ena_srd_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdEnabled"))
|
9681
|
+
InstanceAttachmentEnaSrdSpecification.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: InstanceAttachmentEnaSrdUdpSpecification, location_name: "enaSrdUdpSpecification"))
|
9682
|
+
InstanceAttachmentEnaSrdSpecification.struct_class = Types::InstanceAttachmentEnaSrdSpecification
|
9683
|
+
|
9684
|
+
InstanceAttachmentEnaSrdUdpSpecification.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdUdpEnabled"))
|
9685
|
+
InstanceAttachmentEnaSrdUdpSpecification.struct_class = Types::InstanceAttachmentEnaSrdUdpSpecification
|
9686
|
+
|
9617
9687
|
InstanceAttribute.add_member(:groups, Shapes::ShapeRef.new(shape: GroupIdentifierList, location_name: "groupSet"))
|
9618
9688
|
InstanceAttribute.add_member(:block_device_mappings, Shapes::ShapeRef.new(shape: InstanceBlockDeviceMappingList, location_name: "blockDeviceMapping"))
|
9619
9689
|
InstanceAttribute.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "disableApiTermination"))
|
@@ -9825,6 +9895,7 @@ module Aws::EC2
|
|
9825
9895
|
InstanceNetworkInterfaceAttachment.add_member(:device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "deviceIndex"))
|
9826
9896
|
InstanceNetworkInterfaceAttachment.add_member(:status, Shapes::ShapeRef.new(shape: AttachmentStatus, location_name: "status"))
|
9827
9897
|
InstanceNetworkInterfaceAttachment.add_member(:network_card_index, Shapes::ShapeRef.new(shape: Integer, location_name: "networkCardIndex"))
|
9898
|
+
InstanceNetworkInterfaceAttachment.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: InstanceAttachmentEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
9828
9899
|
InstanceNetworkInterfaceAttachment.struct_class = Types::InstanceNetworkInterfaceAttachment
|
9829
9900
|
|
9830
9901
|
InstanceNetworkInterfaceList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterface, location_name: "item")
|
@@ -9849,6 +9920,7 @@ module Aws::EC2
|
|
9849
9920
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixList, location_name: "Ipv6Prefix"))
|
9850
9921
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
|
9851
9922
|
InstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
9923
|
+
InstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
9852
9924
|
InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
|
9853
9925
|
|
9854
9926
|
InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -9916,6 +9988,8 @@ module Aws::EC2
|
|
9916
9988
|
InstanceRequirementsWithMetadataRequest.add_member(:instance_requirements, Shapes::ShapeRef.new(shape: InstanceRequirementsRequest, location_name: "InstanceRequirements"))
|
9917
9989
|
InstanceRequirementsWithMetadataRequest.struct_class = Types::InstanceRequirementsWithMetadataRequest
|
9918
9990
|
|
9991
|
+
InstanceSet.member = Shapes::ShapeRef.new(shape: InstanceTopology, location_name: "item")
|
9992
|
+
|
9919
9993
|
InstanceSpecification.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceIdWithVolumeResolver, required: true, location_name: "InstanceId"))
|
9920
9994
|
InstanceSpecification.add_member(:exclude_boot_volume, Shapes::ShapeRef.new(shape: Boolean, location_name: "ExcludeBootVolume"))
|
9921
9995
|
InstanceSpecification.add_member(:exclude_data_volume_ids, Shapes::ShapeRef.new(shape: VolumeIdStringList, location_name: "ExcludeDataVolumeId"))
|
@@ -9976,6 +10050,14 @@ module Aws::EC2
|
|
9976
10050
|
InstanceTagNotificationAttribute.add_member(:include_all_tags_of_instance, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeAllTagsOfInstance"))
|
9977
10051
|
InstanceTagNotificationAttribute.struct_class = Types::InstanceTagNotificationAttribute
|
9978
10052
|
|
10053
|
+
InstanceTopology.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
10054
|
+
InstanceTopology.add_member(:instance_type, Shapes::ShapeRef.new(shape: String, location_name: "instanceType"))
|
10055
|
+
InstanceTopology.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
|
10056
|
+
InstanceTopology.add_member(:network_nodes, Shapes::ShapeRef.new(shape: NetworkNodesList, location_name: "networkNodeSet"))
|
10057
|
+
InstanceTopology.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
10058
|
+
InstanceTopology.add_member(:zone_id, Shapes::ShapeRef.new(shape: String, location_name: "zoneId"))
|
10059
|
+
InstanceTopology.struct_class = Types::InstanceTopology
|
10060
|
+
|
9979
10061
|
InstanceTypeInfo.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, location_name: "instanceType"))
|
9980
10062
|
InstanceTypeInfo.add_member(:current_generation, Shapes::ShapeRef.new(shape: CurrentGenerationFlag, location_name: "currentGeneration"))
|
9981
10063
|
InstanceTypeInfo.add_member(:free_tier_eligible, Shapes::ShapeRef.new(shape: FreeTierEligibleFlag, location_name: "freeTierEligible"))
|
@@ -10466,6 +10548,13 @@ module Aws::EC2
|
|
10466
10548
|
|
10467
10549
|
LaunchTemplateElasticInferenceAcceleratorResponseList.member = Shapes::ShapeRef.new(shape: LaunchTemplateElasticInferenceAcceleratorResponse, location_name: "item")
|
10468
10550
|
|
10551
|
+
LaunchTemplateEnaSrdSpecification.add_member(:ena_srd_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdEnabled"))
|
10552
|
+
LaunchTemplateEnaSrdSpecification.add_member(:ena_srd_udp_specification, Shapes::ShapeRef.new(shape: LaunchTemplateEnaSrdUdpSpecification, location_name: "enaSrdUdpSpecification"))
|
10553
|
+
LaunchTemplateEnaSrdSpecification.struct_class = Types::LaunchTemplateEnaSrdSpecification
|
10554
|
+
|
10555
|
+
LaunchTemplateEnaSrdUdpSpecification.add_member(:ena_srd_udp_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enaSrdUdpEnabled"))
|
10556
|
+
LaunchTemplateEnaSrdUdpSpecification.struct_class = Types::LaunchTemplateEnaSrdUdpSpecification
|
10557
|
+
|
10469
10558
|
LaunchTemplateEnclaveOptions.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
|
10470
10559
|
LaunchTemplateEnclaveOptions.struct_class = Types::LaunchTemplateEnclaveOptions
|
10471
10560
|
|
@@ -10537,6 +10626,7 @@ module Aws::EC2
|
|
10537
10626
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixListResponse, location_name: "ipv6PrefixSet"))
|
10538
10627
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6PrefixCount"))
|
10539
10628
|
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "primaryIpv6"))
|
10629
|
+
LaunchTemplateInstanceNetworkInterfaceSpecification.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: LaunchTemplateEnaSrdSpecification, location_name: "enaSrdSpecification"))
|
10540
10630
|
LaunchTemplateInstanceNetworkInterfaceSpecification.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecification
|
10541
10631
|
|
10542
10632
|
LaunchTemplateInstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -10561,6 +10651,7 @@ module Aws::EC2
|
|
10561
10651
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_prefixes, Shapes::ShapeRef.new(shape: Ipv6PrefixList, location_name: "Ipv6Prefix"))
|
10562
10652
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
|
10563
10653
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "PrimaryIpv6"))
|
10654
|
+
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.add_member(:ena_srd_specification, Shapes::ShapeRef.new(shape: EnaSrdSpecificationRequest, location_name: "EnaSrdSpecification"))
|
10564
10655
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequest.struct_class = Types::LaunchTemplateInstanceNetworkInterfaceSpecificationRequest
|
10565
10656
|
|
10566
10657
|
LaunchTemplateInstanceNetworkInterfaceSpecificationRequestList.member = Shapes::ShapeRef.new(shape: LaunchTemplateInstanceNetworkInterfaceSpecificationRequest, location_name: "InstanceNetworkInterfaceSpecification")
|
@@ -11899,6 +11990,8 @@ module Aws::EC2
|
|
11899
11990
|
|
11900
11991
|
NetworkInterfacePrivateIpAddressList.member = Shapes::ShapeRef.new(shape: NetworkInterfacePrivateIpAddress, location_name: "item")
|
11901
11992
|
|
11993
|
+
NetworkNodesList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
11994
|
+
|
11902
11995
|
NewDhcpConfiguration.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
11903
11996
|
NewDhcpConfiguration.add_member(:values, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "Value"))
|
11904
11997
|
NewDhcpConfiguration.struct_class = Types::NewDhcpConfiguration
|
@@ -17517,6 +17610,20 @@ module Aws::EC2
|
|
17517
17610
|
)
|
17518
17611
|
end)
|
17519
17612
|
|
17613
|
+
api.add_operation(:describe_instance_topology, Seahorse::Model::Operation.new.tap do |o|
|
17614
|
+
o.name = "DescribeInstanceTopology"
|
17615
|
+
o.http_method = "POST"
|
17616
|
+
o.http_request_uri = "/"
|
17617
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeInstanceTopologyRequest)
|
17618
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeInstanceTopologyResult)
|
17619
|
+
o[:pager] = Aws::Pager.new(
|
17620
|
+
limit_key: "max_results",
|
17621
|
+
tokens: {
|
17622
|
+
"next_token" => "next_token"
|
17623
|
+
}
|
17624
|
+
)
|
17625
|
+
end)
|
17626
|
+
|
17520
17627
|
api.add_operation(:describe_instance_type_offerings, Seahorse::Model::Operation.new.tap do |o|
|
17521
17628
|
o.name = "DescribeInstanceTypeOfferings"
|
17522
17629
|
o.http_method = "POST"
|
@@ -18872,6 +18979,14 @@ module Aws::EC2
|
|
18872
18979
|
o.output = Shapes::ShapeRef.new(shape: DisableSerialConsoleAccessResult)
|
18873
18980
|
end)
|
18874
18981
|
|
18982
|
+
api.add_operation(:disable_snapshot_block_public_access, Seahorse::Model::Operation.new.tap do |o|
|
18983
|
+
o.name = "DisableSnapshotBlockPublicAccess"
|
18984
|
+
o.http_method = "POST"
|
18985
|
+
o.http_request_uri = "/"
|
18986
|
+
o.input = Shapes::ShapeRef.new(shape: DisableSnapshotBlockPublicAccessRequest)
|
18987
|
+
o.output = Shapes::ShapeRef.new(shape: DisableSnapshotBlockPublicAccessResult)
|
18988
|
+
end)
|
18989
|
+
|
18875
18990
|
api.add_operation(:disable_transit_gateway_route_table_propagation, Seahorse::Model::Operation.new.tap do |o|
|
18876
18991
|
o.name = "DisableTransitGatewayRouteTablePropagation"
|
18877
18992
|
o.http_method = "POST"
|
@@ -19104,6 +19219,14 @@ module Aws::EC2
|
|
19104
19219
|
o.output = Shapes::ShapeRef.new(shape: EnableSerialConsoleAccessResult)
|
19105
19220
|
end)
|
19106
19221
|
|
19222
|
+
api.add_operation(:enable_snapshot_block_public_access, Seahorse::Model::Operation.new.tap do |o|
|
19223
|
+
o.name = "EnableSnapshotBlockPublicAccess"
|
19224
|
+
o.http_method = "POST"
|
19225
|
+
o.http_request_uri = "/"
|
19226
|
+
o.input = Shapes::ShapeRef.new(shape: EnableSnapshotBlockPublicAccessRequest)
|
19227
|
+
o.output = Shapes::ShapeRef.new(shape: EnableSnapshotBlockPublicAccessResult)
|
19228
|
+
end)
|
19229
|
+
|
19107
19230
|
api.add_operation(:enable_transit_gateway_route_table_propagation, Seahorse::Model::Operation.new.tap do |o|
|
19108
19231
|
o.name = "EnableTransitGatewayRouteTablePropagation"
|
19109
19232
|
o.http_method = "POST"
|
@@ -19508,6 +19631,14 @@ module Aws::EC2
|
|
19508
19631
|
o.output = Shapes::ShapeRef.new(shape: GetSerialConsoleAccessStatusResult)
|
19509
19632
|
end)
|
19510
19633
|
|
19634
|
+
api.add_operation(:get_snapshot_block_public_access_state, Seahorse::Model::Operation.new.tap do |o|
|
19635
|
+
o.name = "GetSnapshotBlockPublicAccessState"
|
19636
|
+
o.http_method = "POST"
|
19637
|
+
o.http_request_uri = "/"
|
19638
|
+
o.input = Shapes::ShapeRef.new(shape: GetSnapshotBlockPublicAccessStateRequest)
|
19639
|
+
o.output = Shapes::ShapeRef.new(shape: GetSnapshotBlockPublicAccessStateResult)
|
19640
|
+
end)
|
19641
|
+
|
19511
19642
|
api.add_operation(:get_spot_placement_scores, Seahorse::Model::Operation.new.tap do |o|
|
19512
19643
|
o.name = "GetSpotPlacementScores"
|
19513
19644
|
o.http_method = "POST"
|
@@ -3764,6 +3764,20 @@ module Aws::EC2
|
|
3764
3764
|
end
|
3765
3765
|
end
|
3766
3766
|
|
3767
|
+
class DescribeInstanceTopology
|
3768
|
+
def self.build(context)
|
3769
|
+
unless context.config.regional_endpoint
|
3770
|
+
endpoint = context.config.endpoint.to_s
|
3771
|
+
end
|
3772
|
+
Aws::EC2::EndpointParameters.new(
|
3773
|
+
region: context.config.region,
|
3774
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
3775
|
+
use_fips: context.config.use_fips_endpoint,
|
3776
|
+
endpoint: endpoint,
|
3777
|
+
)
|
3778
|
+
end
|
3779
|
+
end
|
3780
|
+
|
3767
3781
|
class DescribeInstanceTypeOfferings
|
3768
3782
|
def self.build(context)
|
3769
3783
|
unless context.config.regional_endpoint
|
@@ -5318,6 +5332,20 @@ module Aws::EC2
|
|
5318
5332
|
end
|
5319
5333
|
end
|
5320
5334
|
|
5335
|
+
class DisableSnapshotBlockPublicAccess
|
5336
|
+
def self.build(context)
|
5337
|
+
unless context.config.regional_endpoint
|
5338
|
+
endpoint = context.config.endpoint.to_s
|
5339
|
+
end
|
5340
|
+
Aws::EC2::EndpointParameters.new(
|
5341
|
+
region: context.config.region,
|
5342
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5343
|
+
use_fips: context.config.use_fips_endpoint,
|
5344
|
+
endpoint: endpoint,
|
5345
|
+
)
|
5346
|
+
end
|
5347
|
+
end
|
5348
|
+
|
5321
5349
|
class DisableTransitGatewayRouteTablePropagation
|
5322
5350
|
def self.build(context)
|
5323
5351
|
unless context.config.regional_endpoint
|
@@ -5724,6 +5752,20 @@ module Aws::EC2
|
|
5724
5752
|
end
|
5725
5753
|
end
|
5726
5754
|
|
5755
|
+
class EnableSnapshotBlockPublicAccess
|
5756
|
+
def self.build(context)
|
5757
|
+
unless context.config.regional_endpoint
|
5758
|
+
endpoint = context.config.endpoint.to_s
|
5759
|
+
end
|
5760
|
+
Aws::EC2::EndpointParameters.new(
|
5761
|
+
region: context.config.region,
|
5762
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
5763
|
+
use_fips: context.config.use_fips_endpoint,
|
5764
|
+
endpoint: endpoint,
|
5765
|
+
)
|
5766
|
+
end
|
5767
|
+
end
|
5768
|
+
|
5727
5769
|
class EnableTransitGatewayRouteTablePropagation
|
5728
5770
|
def self.build(context)
|
5729
5771
|
unless context.config.regional_endpoint
|
@@ -6284,6 +6326,20 @@ module Aws::EC2
|
|
6284
6326
|
end
|
6285
6327
|
end
|
6286
6328
|
|
6329
|
+
class GetSnapshotBlockPublicAccessState
|
6330
|
+
def self.build(context)
|
6331
|
+
unless context.config.regional_endpoint
|
6332
|
+
endpoint = context.config.endpoint.to_s
|
6333
|
+
end
|
6334
|
+
Aws::EC2::EndpointParameters.new(
|
6335
|
+
region: context.config.region,
|
6336
|
+
use_dual_stack: context.config.use_dualstack_endpoint,
|
6337
|
+
use_fips: context.config.use_fips_endpoint,
|
6338
|
+
endpoint: endpoint,
|
6339
|
+
)
|
6340
|
+
end
|
6341
|
+
end
|
6342
|
+
|
6287
6343
|
class GetSpotPlacementScores
|
6288
6344
|
def self.build(context)
|
6289
6345
|
unless context.config.regional_endpoint
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -779,9 +779,22 @@ module Aws::EC2
|
|
779
779
|
# })
|
780
780
|
# @param [Hash] options ({})
|
781
781
|
# @option options [Array<Types::BlockDeviceMapping>] :block_device_mappings
|
782
|
-
# The block device mappings.
|
783
|
-
#
|
784
|
-
#
|
782
|
+
# The block device mappings.
|
783
|
+
#
|
784
|
+
# When using the CreateImage action:
|
785
|
+
#
|
786
|
+
# * You can't change the volume size using the VolumeSize parameter. If
|
787
|
+
# you want a different volume size, you must first change the volume
|
788
|
+
# size of the source instance.
|
789
|
+
#
|
790
|
+
# * You can't modify the encryption status of existing volumes or
|
791
|
+
# snapshots. To create an AMI with volumes or snapshots that have a
|
792
|
+
# different encryption status (for example, where the source volume
|
793
|
+
# and snapshots are unencrypted, and you want to create an AMI with
|
794
|
+
# encrypted volumes or snapshots), use the CopyImage action.
|
795
|
+
#
|
796
|
+
# * The only option that can be changed for existing mappings or
|
797
|
+
# snapshots is `DeleteOnTermination`.
|
785
798
|
# @option options [String] :description
|
786
799
|
# A description for the new image.
|
787
800
|
# @option options [Boolean] :dry_run
|
@@ -334,8 +334,9 @@ module Aws::EC2
|
|
334
334
|
#
|
335
335
|
# * `instance-id` - The ID of the instance.
|
336
336
|
#
|
337
|
-
# * `instance-lifecycle` - Indicates whether this is a Spot Instance
|
338
|
-
#
|
337
|
+
# * `instance-lifecycle` - Indicates whether this is a Spot Instance, a
|
338
|
+
# Scheduled Instance, or a Capacity Block (`spot` \| `scheduled` \|
|
339
|
+
# `capacity-block`).
|
339
340
|
#
|
340
341
|
# * `instance-state-code` - The state of the instance, as a 16-bit
|
341
342
|
# unsigned integer. The high byte is used for internal purposes and
|
@@ -592,6 +592,8 @@ module Aws::EC2
|
|
592
592
|
Aws::EC2::Endpoints::DescribeInstanceEventWindows.build(context)
|
593
593
|
when :describe_instance_status
|
594
594
|
Aws::EC2::Endpoints::DescribeInstanceStatus.build(context)
|
595
|
+
when :describe_instance_topology
|
596
|
+
Aws::EC2::Endpoints::DescribeInstanceTopology.build(context)
|
595
597
|
when :describe_instance_type_offerings
|
596
598
|
Aws::EC2::Endpoints::DescribeInstanceTypeOfferings.build(context)
|
597
599
|
when :describe_instance_types
|
@@ -814,6 +816,8 @@ module Aws::EC2
|
|
814
816
|
Aws::EC2::Endpoints::DisableIpamOrganizationAdminAccount.build(context)
|
815
817
|
when :disable_serial_console_access
|
816
818
|
Aws::EC2::Endpoints::DisableSerialConsoleAccess.build(context)
|
819
|
+
when :disable_snapshot_block_public_access
|
820
|
+
Aws::EC2::Endpoints::DisableSnapshotBlockPublicAccess.build(context)
|
817
821
|
when :disable_transit_gateway_route_table_propagation
|
818
822
|
Aws::EC2::Endpoints::DisableTransitGatewayRouteTablePropagation.build(context)
|
819
823
|
when :disable_vgw_route_propagation
|
@@ -872,6 +876,8 @@ module Aws::EC2
|
|
872
876
|
Aws::EC2::Endpoints::EnableReachabilityAnalyzerOrganizationSharing.build(context)
|
873
877
|
when :enable_serial_console_access
|
874
878
|
Aws::EC2::Endpoints::EnableSerialConsoleAccess.build(context)
|
879
|
+
when :enable_snapshot_block_public_access
|
880
|
+
Aws::EC2::Endpoints::EnableSnapshotBlockPublicAccess.build(context)
|
875
881
|
when :enable_transit_gateway_route_table_propagation
|
876
882
|
Aws::EC2::Endpoints::EnableTransitGatewayRouteTablePropagation.build(context)
|
877
883
|
when :enable_vgw_route_propagation
|
@@ -952,6 +958,8 @@ module Aws::EC2
|
|
952
958
|
Aws::EC2::Endpoints::GetSecurityGroupsForVpc.build(context)
|
953
959
|
when :get_serial_console_access_status
|
954
960
|
Aws::EC2::Endpoints::GetSerialConsoleAccessStatus.build(context)
|
961
|
+
when :get_snapshot_block_public_access_state
|
962
|
+
Aws::EC2::Endpoints::GetSnapshotBlockPublicAccessState.build(context)
|
955
963
|
when :get_spot_placement_scores
|
956
964
|
Aws::EC2::Endpoints::GetSpotPlacementScores.build(context)
|
957
965
|
when :get_subnet_cidr_reservations
|
data/lib/aws-sdk-ec2/resource.rb
CHANGED
@@ -182,6 +182,12 @@ module Aws::EC2
|
|
182
182
|
# ],
|
183
183
|
# ipv_6_prefix_count: 1,
|
184
184
|
# primary_ipv_6: false,
|
185
|
+
# ena_srd_specification: {
|
186
|
+
# ena_srd_enabled: false,
|
187
|
+
# ena_srd_udp_specification: {
|
188
|
+
# ena_srd_udp_enabled: false,
|
189
|
+
# },
|
190
|
+
# },
|
185
191
|
# },
|
186
192
|
# ],
|
187
193
|
# private_ip_address: "String",
|
@@ -2459,8 +2465,9 @@ module Aws::EC2
|
|
2459
2465
|
#
|
2460
2466
|
# * `instance-id` - The ID of the instance.
|
2461
2467
|
#
|
2462
|
-
# * `instance-lifecycle` - Indicates whether this is a Spot Instance
|
2463
|
-
#
|
2468
|
+
# * `instance-lifecycle` - Indicates whether this is a Spot Instance, a
|
2469
|
+
# Scheduled Instance, or a Capacity Block (`spot` \| `scheduled` \|
|
2470
|
+
# `capacity-block`).
|
2464
2471
|
#
|
2465
2472
|
# * `instance-state-code` - The state of the instance, as a 16-bit
|
2466
2473
|
# unsigned integer. The high byte is used for internal purposes and
|
data/lib/aws-sdk-ec2/subnet.rb
CHANGED
@@ -408,6 +408,12 @@ module Aws::EC2
|
|
408
408
|
# ],
|
409
409
|
# ipv_6_prefix_count: 1,
|
410
410
|
# primary_ipv_6: false,
|
411
|
+
# ena_srd_specification: {
|
412
|
+
# ena_srd_enabled: false,
|
413
|
+
# ena_srd_udp_specification: {
|
414
|
+
# ena_srd_udp_enabled: false,
|
415
|
+
# },
|
416
|
+
# },
|
411
417
|
# },
|
412
418
|
# ],
|
413
419
|
# private_ip_address: "String",
|
@@ -1228,8 +1234,9 @@ module Aws::EC2
|
|
1228
1234
|
#
|
1229
1235
|
# * `instance-id` - The ID of the instance.
|
1230
1236
|
#
|
1231
|
-
# * `instance-lifecycle` - Indicates whether this is a Spot Instance
|
1232
|
-
#
|
1237
|
+
# * `instance-lifecycle` - Indicates whether this is a Spot Instance, a
|
1238
|
+
# Scheduled Instance, or a Capacity Block (`spot` \| `scheduled` \|
|
1239
|
+
# `capacity-block`).
|
1233
1240
|
#
|
1234
1241
|
# * `instance-state-code` - The state of the instance, as a 16-bit
|
1235
1242
|
# unsigned integer. The high byte is used for internal purposes and
|