aws-sdk-ec2 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +888 -317
- data/lib/aws-sdk-ec2/client_api.rb +280 -8
- data/lib/aws-sdk-ec2/instance.rb +16 -11
- data/lib/aws-sdk-ec2/network_acl.rb +37 -12
- data/lib/aws-sdk-ec2/network_interface.rb +8 -2
- data/lib/aws-sdk-ec2/placement_group.rb +100 -95
- data/lib/aws-sdk-ec2/resource.rb +242 -156
- data/lib/aws-sdk-ec2/route.rb +24 -1
- data/lib/aws-sdk-ec2/route_table.rb +11 -4
- data/lib/aws-sdk-ec2/security_group.rb +34 -10
- data/lib/aws-sdk-ec2/subnet.rb +202 -143
- data/lib/aws-sdk-ec2/types.rb +1191 -340
- data/lib/aws-sdk-ec2/vpc.rb +164 -122
- metadata +2 -2
@@ -36,12 +36,18 @@ module Aws
|
|
36
36
|
AllocationState = Shapes::StringShape.new(name: 'AllocationState')
|
37
37
|
AllocationStrategy = Shapes::StringShape.new(name: 'AllocationStrategy')
|
38
38
|
ArchitectureValues = Shapes::StringShape.new(name: 'ArchitectureValues')
|
39
|
+
AssignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'AssignIpv6AddressesRequest')
|
40
|
+
AssignIpv6AddressesResult = Shapes::StructureShape.new(name: 'AssignIpv6AddressesResult')
|
39
41
|
AssignPrivateIpAddressesRequest = Shapes::StructureShape.new(name: 'AssignPrivateIpAddressesRequest')
|
40
42
|
AssociateAddressRequest = Shapes::StructureShape.new(name: 'AssociateAddressRequest')
|
41
43
|
AssociateAddressResult = Shapes::StructureShape.new(name: 'AssociateAddressResult')
|
42
44
|
AssociateDhcpOptionsRequest = Shapes::StructureShape.new(name: 'AssociateDhcpOptionsRequest')
|
43
45
|
AssociateRouteTableRequest = Shapes::StructureShape.new(name: 'AssociateRouteTableRequest')
|
44
46
|
AssociateRouteTableResult = Shapes::StructureShape.new(name: 'AssociateRouteTableResult')
|
47
|
+
AssociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateSubnetCidrBlockRequest')
|
48
|
+
AssociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'AssociateSubnetCidrBlockResult')
|
49
|
+
AssociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockRequest')
|
50
|
+
AssociateVpcCidrBlockResult = Shapes::StructureShape.new(name: 'AssociateVpcCidrBlockResult')
|
45
51
|
AttachClassicLinkVpcRequest = Shapes::StructureShape.new(name: 'AttachClassicLinkVpcRequest')
|
46
52
|
AttachClassicLinkVpcResult = Shapes::StructureShape.new(name: 'AttachClassicLinkVpcResult')
|
47
53
|
AttachInternetGatewayRequest = Shapes::StructureShape.new(name: 'AttachInternetGatewayRequest')
|
@@ -117,6 +123,8 @@ module Aws
|
|
117
123
|
CreateCustomerGatewayResult = Shapes::StructureShape.new(name: 'CreateCustomerGatewayResult')
|
118
124
|
CreateDhcpOptionsRequest = Shapes::StructureShape.new(name: 'CreateDhcpOptionsRequest')
|
119
125
|
CreateDhcpOptionsResult = Shapes::StructureShape.new(name: 'CreateDhcpOptionsResult')
|
126
|
+
CreateEgressOnlyInternetGatewayRequest = Shapes::StructureShape.new(name: 'CreateEgressOnlyInternetGatewayRequest')
|
127
|
+
CreateEgressOnlyInternetGatewayResult = Shapes::StructureShape.new(name: 'CreateEgressOnlyInternetGatewayResult')
|
120
128
|
CreateFlowLogsRequest = Shapes::StructureShape.new(name: 'CreateFlowLogsRequest')
|
121
129
|
CreateFlowLogsResult = Shapes::StructureShape.new(name: 'CreateFlowLogsResult')
|
122
130
|
CreateImageRequest = Shapes::StructureShape.new(name: 'CreateImageRequest')
|
@@ -171,6 +179,8 @@ module Aws
|
|
171
179
|
DateTime = Shapes::TimestampShape.new(name: 'DateTime')
|
172
180
|
DeleteCustomerGatewayRequest = Shapes::StructureShape.new(name: 'DeleteCustomerGatewayRequest')
|
173
181
|
DeleteDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DeleteDhcpOptionsRequest')
|
182
|
+
DeleteEgressOnlyInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteEgressOnlyInternetGatewayRequest')
|
183
|
+
DeleteEgressOnlyInternetGatewayResult = Shapes::StructureShape.new(name: 'DeleteEgressOnlyInternetGatewayResult')
|
174
184
|
DeleteFlowLogsRequest = Shapes::StructureShape.new(name: 'DeleteFlowLogsRequest')
|
175
185
|
DeleteFlowLogsResult = Shapes::StructureShape.new(name: 'DeleteFlowLogsResult')
|
176
186
|
DeleteInternetGatewayRequest = Shapes::StructureShape.new(name: 'DeleteInternetGatewayRequest')
|
@@ -215,6 +225,8 @@ module Aws
|
|
215
225
|
DescribeCustomerGatewaysResult = Shapes::StructureShape.new(name: 'DescribeCustomerGatewaysResult')
|
216
226
|
DescribeDhcpOptionsRequest = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsRequest')
|
217
227
|
DescribeDhcpOptionsResult = Shapes::StructureShape.new(name: 'DescribeDhcpOptionsResult')
|
228
|
+
DescribeEgressOnlyInternetGatewaysRequest = Shapes::StructureShape.new(name: 'DescribeEgressOnlyInternetGatewaysRequest')
|
229
|
+
DescribeEgressOnlyInternetGatewaysResult = Shapes::StructureShape.new(name: 'DescribeEgressOnlyInternetGatewaysResult')
|
218
230
|
DescribeExportTasksRequest = Shapes::StructureShape.new(name: 'DescribeExportTasksRequest')
|
219
231
|
DescribeExportTasksResult = Shapes::StructureShape.new(name: 'DescribeExportTasksResult')
|
220
232
|
DescribeFlowLogsRequest = Shapes::StructureShape.new(name: 'DescribeFlowLogsRequest')
|
@@ -345,6 +357,10 @@ module Aws
|
|
345
357
|
DisableVpcClassicLinkResult = Shapes::StructureShape.new(name: 'DisableVpcClassicLinkResult')
|
346
358
|
DisassociateAddressRequest = Shapes::StructureShape.new(name: 'DisassociateAddressRequest')
|
347
359
|
DisassociateRouteTableRequest = Shapes::StructureShape.new(name: 'DisassociateRouteTableRequest')
|
360
|
+
DisassociateSubnetCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockRequest')
|
361
|
+
DisassociateSubnetCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateSubnetCidrBlockResult')
|
362
|
+
DisassociateVpcCidrBlockRequest = Shapes::StructureShape.new(name: 'DisassociateVpcCidrBlockRequest')
|
363
|
+
DisassociateVpcCidrBlockResult = Shapes::StructureShape.new(name: 'DisassociateVpcCidrBlockResult')
|
348
364
|
DiskImage = Shapes::StructureShape.new(name: 'DiskImage')
|
349
365
|
DiskImageDescription = Shapes::StructureShape.new(name: 'DiskImageDescription')
|
350
366
|
DiskImageDetail = Shapes::StructureShape.new(name: 'DiskImageDetail')
|
@@ -356,6 +372,10 @@ module Aws
|
|
356
372
|
EbsBlockDevice = Shapes::StructureShape.new(name: 'EbsBlockDevice')
|
357
373
|
EbsInstanceBlockDevice = Shapes::StructureShape.new(name: 'EbsInstanceBlockDevice')
|
358
374
|
EbsInstanceBlockDeviceSpecification = Shapes::StructureShape.new(name: 'EbsInstanceBlockDeviceSpecification')
|
375
|
+
EgressOnlyInternetGateway = Shapes::StructureShape.new(name: 'EgressOnlyInternetGateway')
|
376
|
+
EgressOnlyInternetGatewayId = Shapes::StringShape.new(name: 'EgressOnlyInternetGatewayId')
|
377
|
+
EgressOnlyInternetGatewayIdList = Shapes::ListShape.new(name: 'EgressOnlyInternetGatewayIdList')
|
378
|
+
EgressOnlyInternetGatewayList = Shapes::ListShape.new(name: 'EgressOnlyInternetGatewayList')
|
359
379
|
EnableVgwRoutePropagationRequest = Shapes::StructureShape.new(name: 'EnableVgwRoutePropagationRequest')
|
360
380
|
EnableVolumeIORequest = Shapes::StructureShape.new(name: 'EnableVolumeIORequest')
|
361
381
|
EnableVpcClassicLinkDnsSupportRequest = Shapes::StructureShape.new(name: 'EnableVpcClassicLinkDnsSupportRequest')
|
@@ -458,6 +478,8 @@ module Aws
|
|
458
478
|
InstanceExportDetails = Shapes::StructureShape.new(name: 'InstanceExportDetails')
|
459
479
|
InstanceIdSet = Shapes::ListShape.new(name: 'InstanceIdSet')
|
460
480
|
InstanceIdStringList = Shapes::ListShape.new(name: 'InstanceIdStringList')
|
481
|
+
InstanceIpv6Address = Shapes::StructureShape.new(name: 'InstanceIpv6Address')
|
482
|
+
InstanceIpv6AddressList = Shapes::ListShape.new(name: 'InstanceIpv6AddressList')
|
461
483
|
InstanceLifecycleType = Shapes::StringShape.new(name: 'InstanceLifecycleType')
|
462
484
|
InstanceList = Shapes::ListShape.new(name: 'InstanceList')
|
463
485
|
InstanceMonitoring = Shapes::StructureShape.new(name: 'InstanceMonitoring')
|
@@ -493,6 +515,12 @@ module Aws
|
|
493
515
|
IpRange = Shapes::StructureShape.new(name: 'IpRange')
|
494
516
|
IpRangeList = Shapes::ListShape.new(name: 'IpRangeList')
|
495
517
|
IpRanges = Shapes::ListShape.new(name: 'IpRanges')
|
518
|
+
Ipv6Address = Shapes::StringShape.new(name: 'Ipv6Address')
|
519
|
+
Ipv6AddressList = Shapes::ListShape.new(name: 'Ipv6AddressList')
|
520
|
+
Ipv6CidrBlock = Shapes::StructureShape.new(name: 'Ipv6CidrBlock')
|
521
|
+
Ipv6CidrBlockSet = Shapes::ListShape.new(name: 'Ipv6CidrBlockSet')
|
522
|
+
Ipv6Range = Shapes::StructureShape.new(name: 'Ipv6Range')
|
523
|
+
Ipv6RangeList = Shapes::ListShape.new(name: 'Ipv6RangeList')
|
496
524
|
KeyNameStringList = Shapes::ListShape.new(name: 'KeyNameStringList')
|
497
525
|
KeyPair = Shapes::StructureShape.new(name: 'KeyPair')
|
498
526
|
KeyPairInfo = Shapes::StructureShape.new(name: 'KeyPairInfo')
|
@@ -553,6 +581,8 @@ module Aws
|
|
553
581
|
NetworkInterfaceAttachmentChanges = Shapes::StructureShape.new(name: 'NetworkInterfaceAttachmentChanges')
|
554
582
|
NetworkInterfaceAttribute = Shapes::StringShape.new(name: 'NetworkInterfaceAttribute')
|
555
583
|
NetworkInterfaceIdList = Shapes::ListShape.new(name: 'NetworkInterfaceIdList')
|
584
|
+
NetworkInterfaceIpv6Address = Shapes::StructureShape.new(name: 'NetworkInterfaceIpv6Address')
|
585
|
+
NetworkInterfaceIpv6AddressesList = Shapes::ListShape.new(name: 'NetworkInterfaceIpv6AddressesList')
|
556
586
|
NetworkInterfaceList = Shapes::ListShape.new(name: 'NetworkInterfaceList')
|
557
587
|
NetworkInterfacePrivateIpAddress = Shapes::StructureShape.new(name: 'NetworkInterfacePrivateIpAddress')
|
558
588
|
NetworkInterfacePrivateIpAddressList = Shapes::ListShape.new(name: 'NetworkInterfacePrivateIpAddressList')
|
@@ -711,6 +741,8 @@ module Aws
|
|
711
741
|
ScheduledInstancesBlockDeviceMappingSet = Shapes::ListShape.new(name: 'ScheduledInstancesBlockDeviceMappingSet')
|
712
742
|
ScheduledInstancesEbs = Shapes::StructureShape.new(name: 'ScheduledInstancesEbs')
|
713
743
|
ScheduledInstancesIamInstanceProfile = Shapes::StructureShape.new(name: 'ScheduledInstancesIamInstanceProfile')
|
744
|
+
ScheduledInstancesIpv6Address = Shapes::StructureShape.new(name: 'ScheduledInstancesIpv6Address')
|
745
|
+
ScheduledInstancesIpv6AddressList = Shapes::ListShape.new(name: 'ScheduledInstancesIpv6AddressList')
|
714
746
|
ScheduledInstancesLaunchSpecification = Shapes::StructureShape.new(name: 'ScheduledInstancesLaunchSpecification')
|
715
747
|
ScheduledInstancesMonitoring = Shapes::StructureShape.new(name: 'ScheduledInstancesMonitoring')
|
716
748
|
ScheduledInstancesNetworkInterface = Shapes::StructureShape.new(name: 'ScheduledInstancesNetworkInterface')
|
@@ -768,7 +800,11 @@ module Aws
|
|
768
800
|
Storage = Shapes::StructureShape.new(name: 'Storage')
|
769
801
|
String = Shapes::StringShape.new(name: 'String')
|
770
802
|
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
803
|
+
SubnetCidrBlockState = Shapes::StructureShape.new(name: 'SubnetCidrBlockState')
|
804
|
+
SubnetCidrBlockStateCode = Shapes::StringShape.new(name: 'SubnetCidrBlockStateCode')
|
771
805
|
SubnetIdStringList = Shapes::ListShape.new(name: 'SubnetIdStringList')
|
806
|
+
SubnetIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'SubnetIpv6CidrBlockAssociation')
|
807
|
+
SubnetIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'SubnetIpv6CidrBlockAssociationSet')
|
772
808
|
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
773
809
|
SubnetState = Shapes::StringShape.new(name: 'SubnetState')
|
774
810
|
SummaryStatus = Shapes::StringShape.new(name: 'SummaryStatus')
|
@@ -786,6 +822,8 @@ module Aws
|
|
786
822
|
TerminateInstancesRequest = Shapes::StructureShape.new(name: 'TerminateInstancesRequest')
|
787
823
|
TerminateInstancesResult = Shapes::StructureShape.new(name: 'TerminateInstancesResult')
|
788
824
|
TrafficType = Shapes::StringShape.new(name: 'TrafficType')
|
825
|
+
UnassignIpv6AddressesRequest = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesRequest')
|
826
|
+
UnassignIpv6AddressesResult = Shapes::StructureShape.new(name: 'UnassignIpv6AddressesResult')
|
789
827
|
UnassignPrivateIpAddressesRequest = Shapes::StructureShape.new(name: 'UnassignPrivateIpAddressesRequest')
|
790
828
|
UnmonitorInstancesRequest = Shapes::StructureShape.new(name: 'UnmonitorInstancesRequest')
|
791
829
|
UnmonitorInstancesResult = Shapes::StructureShape.new(name: 'UnmonitorInstancesResult')
|
@@ -830,12 +868,16 @@ module Aws
|
|
830
868
|
VpcAttachment = Shapes::StructureShape.new(name: 'VpcAttachment')
|
831
869
|
VpcAttachmentList = Shapes::ListShape.new(name: 'VpcAttachmentList')
|
832
870
|
VpcAttributeName = Shapes::StringShape.new(name: 'VpcAttributeName')
|
871
|
+
VpcCidrBlockState = Shapes::StructureShape.new(name: 'VpcCidrBlockState')
|
872
|
+
VpcCidrBlockStateCode = Shapes::StringShape.new(name: 'VpcCidrBlockStateCode')
|
833
873
|
VpcClassicLink = Shapes::StructureShape.new(name: 'VpcClassicLink')
|
834
874
|
VpcClassicLinkIdList = Shapes::ListShape.new(name: 'VpcClassicLinkIdList')
|
835
875
|
VpcClassicLinkList = Shapes::ListShape.new(name: 'VpcClassicLinkList')
|
836
876
|
VpcEndpoint = Shapes::StructureShape.new(name: 'VpcEndpoint')
|
837
877
|
VpcEndpointSet = Shapes::ListShape.new(name: 'VpcEndpointSet')
|
838
878
|
VpcIdStringList = Shapes::ListShape.new(name: 'VpcIdStringList')
|
879
|
+
VpcIpv6CidrBlockAssociation = Shapes::StructureShape.new(name: 'VpcIpv6CidrBlockAssociation')
|
880
|
+
VpcIpv6CidrBlockAssociationSet = Shapes::ListShape.new(name: 'VpcIpv6CidrBlockAssociationSet')
|
839
881
|
VpcList = Shapes::ListShape.new(name: 'VpcList')
|
840
882
|
VpcPeeringConnection = Shapes::StructureShape.new(name: 'VpcPeeringConnection')
|
841
883
|
VpcPeeringConnectionList = Shapes::ListShape.new(name: 'VpcPeeringConnectionList')
|
@@ -927,6 +969,15 @@ module Aws
|
|
927
969
|
|
928
970
|
AllocationIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "AllocationId")
|
929
971
|
|
972
|
+
AssignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
|
973
|
+
AssignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "ipv6Addresses"))
|
974
|
+
AssignIpv6AddressesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
975
|
+
AssignIpv6AddressesRequest.struct_class = Types::AssignIpv6AddressesRequest
|
976
|
+
|
977
|
+
AssignIpv6AddressesResult.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
978
|
+
AssignIpv6AddressesResult.add_member(:assigned_ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "assignedIpv6Addresses"))
|
979
|
+
AssignIpv6AddressesResult.struct_class = Types::AssignIpv6AddressesResult
|
980
|
+
|
930
981
|
AssignPrivateIpAddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
|
931
982
|
AssignPrivateIpAddressesRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressStringList, location_name: "privateIpAddress"))
|
932
983
|
AssignPrivateIpAddressesRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
|
@@ -958,6 +1009,22 @@ module Aws
|
|
958
1009
|
AssociateRouteTableResult.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
959
1010
|
AssociateRouteTableResult.struct_class = Types::AssociateRouteTableResult
|
960
1011
|
|
1012
|
+
AssociateSubnetCidrBlockRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subnetId"))
|
1013
|
+
AssociateSubnetCidrBlockRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipv6CidrBlock"))
|
1014
|
+
AssociateSubnetCidrBlockRequest.struct_class = Types::AssociateSubnetCidrBlockRequest
|
1015
|
+
|
1016
|
+
AssociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
1017
|
+
AssociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
1018
|
+
AssociateSubnetCidrBlockResult.struct_class = Types::AssociateSubnetCidrBlockResult
|
1019
|
+
|
1020
|
+
AssociateVpcCidrBlockRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcId"))
|
1021
|
+
AssociateVpcCidrBlockRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
|
1022
|
+
AssociateVpcCidrBlockRequest.struct_class = Types::AssociateVpcCidrBlockRequest
|
1023
|
+
|
1024
|
+
AssociateVpcCidrBlockResult.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
1025
|
+
AssociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
1026
|
+
AssociateVpcCidrBlockResult.struct_class = Types::AssociateVpcCidrBlockResult
|
1027
|
+
|
961
1028
|
AttachClassicLinkVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
962
1029
|
AttachClassicLinkVpcRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "instanceId"))
|
963
1030
|
AttachClassicLinkVpcRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "vpcId"))
|
@@ -1234,6 +1301,15 @@ module Aws
|
|
1234
1301
|
CreateDhcpOptionsResult.add_member(:dhcp_options, Shapes::ShapeRef.new(shape: DhcpOptions, location_name: "dhcpOptions"))
|
1235
1302
|
CreateDhcpOptionsResult.struct_class = Types::CreateDhcpOptionsResult
|
1236
1303
|
|
1304
|
+
CreateEgressOnlyInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
1305
|
+
CreateEgressOnlyInternetGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
|
1306
|
+
CreateEgressOnlyInternetGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken"))
|
1307
|
+
CreateEgressOnlyInternetGatewayRequest.struct_class = Types::CreateEgressOnlyInternetGatewayRequest
|
1308
|
+
|
1309
|
+
CreateEgressOnlyInternetGatewayResult.add_member(:egress_only_internet_gateway, Shapes::ShapeRef.new(shape: EgressOnlyInternetGateway, location_name: "egressOnlyInternetGateway"))
|
1310
|
+
CreateEgressOnlyInternetGatewayResult.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
|
1311
|
+
CreateEgressOnlyInternetGatewayResult.struct_class = Types::CreateEgressOnlyInternetGatewayResult
|
1312
|
+
|
1237
1313
|
CreateFlowLogsRequest.add_member(:resource_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "ResourceId"))
|
1238
1314
|
CreateFlowLogsRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: FlowLogsResourceType, required: true, location_name: "ResourceType"))
|
1239
1315
|
CreateFlowLogsRequest.add_member(:traffic_type, Shapes::ShapeRef.new(shape: TrafficType, required: true, location_name: "TrafficType"))
|
@@ -1292,7 +1368,8 @@ module Aws
|
|
1292
1368
|
CreateNetworkAclEntryRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: String, required: true, location_name: "protocol"))
|
1293
1369
|
CreateNetworkAclEntryRequest.add_member(:rule_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "ruleAction"))
|
1294
1370
|
CreateNetworkAclEntryRequest.add_member(:egress, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "egress"))
|
1295
|
-
CreateNetworkAclEntryRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
1371
|
+
CreateNetworkAclEntryRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
1372
|
+
CreateNetworkAclEntryRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
1296
1373
|
CreateNetworkAclEntryRequest.add_member(:icmp_type_code, Shapes::ShapeRef.new(shape: IcmpTypeCode, location_name: "Icmp"))
|
1297
1374
|
CreateNetworkAclEntryRequest.add_member(:port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "portRange"))
|
1298
1375
|
CreateNetworkAclEntryRequest.struct_class = Types::CreateNetworkAclEntryRequest
|
@@ -1310,6 +1387,8 @@ module Aws
|
|
1310
1387
|
CreateNetworkInterfaceRequest.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
|
1311
1388
|
CreateNetworkInterfaceRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddresses"))
|
1312
1389
|
CreateNetworkInterfaceRequest.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
|
1390
|
+
CreateNetworkInterfaceRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6Addresses"))
|
1391
|
+
CreateNetworkInterfaceRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
1313
1392
|
CreateNetworkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
1314
1393
|
CreateNetworkInterfaceRequest.struct_class = Types::CreateNetworkInterfaceRequest
|
1315
1394
|
|
@@ -1332,8 +1411,10 @@ module Aws
|
|
1332
1411
|
|
1333
1412
|
CreateRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
1334
1413
|
CreateRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "routeTableId"))
|
1335
|
-
CreateRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String,
|
1414
|
+
CreateRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
|
1336
1415
|
CreateRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "gatewayId"))
|
1416
|
+
CreateRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
1417
|
+
CreateRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "egressOnlyInternetGatewayId"))
|
1337
1418
|
CreateRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
1338
1419
|
CreateRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
1339
1420
|
CreateRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
|
@@ -1375,6 +1456,7 @@ module Aws
|
|
1375
1456
|
CreateSubnetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
1376
1457
|
CreateSubnetRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "VpcId"))
|
1377
1458
|
CreateSubnetRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
|
1459
|
+
CreateSubnetRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "Ipv6CidrBlock"))
|
1378
1460
|
CreateSubnetRequest.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1379
1461
|
CreateSubnetRequest.struct_class = Types::CreateSubnetRequest
|
1380
1462
|
|
@@ -1430,6 +1512,7 @@ module Aws
|
|
1430
1512
|
CreateVpcRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
1431
1513
|
CreateVpcRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CidrBlock"))
|
1432
1514
|
CreateVpcRequest.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
1515
|
+
CreateVpcRequest.add_member(:amazon_provided_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: Boolean, location_name: "amazonProvidedIpv6CidrBlock"))
|
1433
1516
|
CreateVpcRequest.struct_class = Types::CreateVpcRequest
|
1434
1517
|
|
1435
1518
|
CreateVpcResult.add_member(:vpc, Shapes::ShapeRef.new(shape: Vpc, location_name: "vpc"))
|
@@ -1477,6 +1560,13 @@ module Aws
|
|
1477
1560
|
DeleteDhcpOptionsRequest.add_member(:dhcp_options_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DhcpOptionsId"))
|
1478
1561
|
DeleteDhcpOptionsRequest.struct_class = Types::DeleteDhcpOptionsRequest
|
1479
1562
|
|
1563
|
+
DeleteEgressOnlyInternetGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
1564
|
+
DeleteEgressOnlyInternetGatewayRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, required: true, location_name: "EgressOnlyInternetGatewayId"))
|
1565
|
+
DeleteEgressOnlyInternetGatewayRequest.struct_class = Types::DeleteEgressOnlyInternetGatewayRequest
|
1566
|
+
|
1567
|
+
DeleteEgressOnlyInternetGatewayResult.add_member(:return_code, Shapes::ShapeRef.new(shape: Boolean, location_name: "returnCode"))
|
1568
|
+
DeleteEgressOnlyInternetGatewayResult.struct_class = Types::DeleteEgressOnlyInternetGatewayResult
|
1569
|
+
|
1480
1570
|
DeleteFlowLogsRequest.add_member(:flow_log_ids, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "FlowLogId"))
|
1481
1571
|
DeleteFlowLogsRequest.struct_class = Types::DeleteFlowLogsRequest
|
1482
1572
|
|
@@ -1517,7 +1607,8 @@ module Aws
|
|
1517
1607
|
|
1518
1608
|
DeleteRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
1519
1609
|
DeleteRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "routeTableId"))
|
1520
|
-
DeleteRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String,
|
1610
|
+
DeleteRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
|
1611
|
+
DeleteRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
1521
1612
|
DeleteRouteRequest.struct_class = Types::DeleteRouteRequest
|
1522
1613
|
|
1523
1614
|
DeleteRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -1651,6 +1742,16 @@ module Aws
|
|
1651
1742
|
DescribeDhcpOptionsResult.add_member(:dhcp_options, Shapes::ShapeRef.new(shape: DhcpOptionsList, location_name: "dhcpOptionsSet"))
|
1652
1743
|
DescribeDhcpOptionsResult.struct_class = Types::DescribeDhcpOptionsResult
|
1653
1744
|
|
1745
|
+
DescribeEgressOnlyInternetGatewaysRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
1746
|
+
DescribeEgressOnlyInternetGatewaysRequest.add_member(:egress_only_internet_gateway_ids, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayIdList, location_name: "EgressOnlyInternetGatewayId"))
|
1747
|
+
DescribeEgressOnlyInternetGatewaysRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: Integer, location_name: "MaxResults"))
|
1748
|
+
DescribeEgressOnlyInternetGatewaysRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
1749
|
+
DescribeEgressOnlyInternetGatewaysRequest.struct_class = Types::DescribeEgressOnlyInternetGatewaysRequest
|
1750
|
+
|
1751
|
+
DescribeEgressOnlyInternetGatewaysResult.add_member(:egress_only_internet_gateways, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayList, location_name: "egressOnlyInternetGatewaySet"))
|
1752
|
+
DescribeEgressOnlyInternetGatewaysResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
1753
|
+
DescribeEgressOnlyInternetGatewaysResult.struct_class = Types::DescribeEgressOnlyInternetGatewaysResult
|
1754
|
+
|
1654
1755
|
DescribeExportTasksRequest.add_member(:export_task_ids, Shapes::ShapeRef.new(shape: ExportTaskIdStringList, location_name: "exportTaskId"))
|
1655
1756
|
DescribeExportTasksRequest.struct_class = Types::DescribeExportTasksRequest
|
1656
1757
|
|
@@ -2267,6 +2368,20 @@ module Aws
|
|
2267
2368
|
DisassociateRouteTableRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associationId"))
|
2268
2369
|
DisassociateRouteTableRequest.struct_class = Types::DisassociateRouteTableRequest
|
2269
2370
|
|
2371
|
+
DisassociateSubnetCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associationId"))
|
2372
|
+
DisassociateSubnetCidrBlockRequest.struct_class = Types::DisassociateSubnetCidrBlockRequest
|
2373
|
+
|
2374
|
+
DisassociateSubnetCidrBlockResult.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
2375
|
+
DisassociateSubnetCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
2376
|
+
DisassociateSubnetCidrBlockResult.struct_class = Types::DisassociateSubnetCidrBlockResult
|
2377
|
+
|
2378
|
+
DisassociateVpcCidrBlockRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "associationId"))
|
2379
|
+
DisassociateVpcCidrBlockRequest.struct_class = Types::DisassociateVpcCidrBlockRequest
|
2380
|
+
|
2381
|
+
DisassociateVpcCidrBlockResult.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
2382
|
+
DisassociateVpcCidrBlockResult.add_member(:ipv_6_cidr_block_association, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "ipv6CidrBlockAssociation"))
|
2383
|
+
DisassociateVpcCidrBlockResult.struct_class = Types::DisassociateVpcCidrBlockResult
|
2384
|
+
|
2270
2385
|
DiskImage.add_member(:image, Shapes::ShapeRef.new(shape: DiskImageDetail, location_name: "Image"))
|
2271
2386
|
DiskImage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
2272
2387
|
DiskImage.add_member(:volume, Shapes::ShapeRef.new(shape: VolumeDetail, location_name: "Volume"))
|
@@ -2307,6 +2422,14 @@ module Aws
|
|
2307
2422
|
EbsInstanceBlockDeviceSpecification.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "deleteOnTermination"))
|
2308
2423
|
EbsInstanceBlockDeviceSpecification.struct_class = Types::EbsInstanceBlockDeviceSpecification
|
2309
2424
|
|
2425
|
+
EgressOnlyInternetGateway.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "egressOnlyInternetGatewayId"))
|
2426
|
+
EgressOnlyInternetGateway.add_member(:attachments, Shapes::ShapeRef.new(shape: InternetGatewayAttachmentList, location_name: "attachmentSet"))
|
2427
|
+
EgressOnlyInternetGateway.struct_class = Types::EgressOnlyInternetGateway
|
2428
|
+
|
2429
|
+
EgressOnlyInternetGatewayIdList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGatewayId, location_name: "item")
|
2430
|
+
|
2431
|
+
EgressOnlyInternetGatewayList.member = Shapes::ShapeRef.new(shape: EgressOnlyInternetGateway, location_name: "item")
|
2432
|
+
|
2310
2433
|
EnableVgwRoutePropagationRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RouteTableId"))
|
2311
2434
|
EnableVgwRoutePropagationRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "GatewayId"))
|
2312
2435
|
EnableVgwRoutePropagationRequest.struct_class = Types::EnableVgwRoutePropagationRequest
|
@@ -2792,6 +2915,11 @@ module Aws
|
|
2792
2915
|
|
2793
2916
|
InstanceIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "InstanceId")
|
2794
2917
|
|
2918
|
+
InstanceIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
2919
|
+
InstanceIpv6Address.struct_class = Types::InstanceIpv6Address
|
2920
|
+
|
2921
|
+
InstanceIpv6AddressList.member = Shapes::ShapeRef.new(shape: InstanceIpv6Address, location_name: "item")
|
2922
|
+
|
2795
2923
|
InstanceList.member = Shapes::ShapeRef.new(shape: Instance, location_name: "item")
|
2796
2924
|
|
2797
2925
|
InstanceMonitoring.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
@@ -2814,6 +2942,7 @@ module Aws
|
|
2814
2942
|
InstanceNetworkInterface.add_member(:attachment, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceAttachment, location_name: "attachment"))
|
2815
2943
|
InstanceNetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceAssociation, location_name: "association"))
|
2816
2944
|
InstanceNetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: InstancePrivateIpAddressList, location_name: "privateIpAddressesSet"))
|
2945
|
+
InstanceNetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet"))
|
2817
2946
|
InstanceNetworkInterface.struct_class = Types::InstanceNetworkInterface
|
2818
2947
|
|
2819
2948
|
InstanceNetworkInterfaceAssociation.add_member(:public_ip, Shapes::ShapeRef.new(shape: String, location_name: "publicIp"))
|
@@ -2840,6 +2969,8 @@ module Aws
|
|
2840
2969
|
InstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet", metadata: {"queryName"=>"PrivateIpAddresses"}))
|
2841
2970
|
InstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
|
2842
2971
|
InstanceNetworkInterfaceSpecification.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "associatePublicIpAddress"))
|
2972
|
+
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet", metadata: {"queryName"=>"Ipv6Addresses"}))
|
2973
|
+
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
2843
2974
|
InstanceNetworkInterfaceSpecification.struct_class = Types::InstanceNetworkInterfaceSpecification
|
2844
2975
|
|
2845
2976
|
InstanceNetworkInterfaceSpecificationList.member = Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecification, location_name: "item")
|
@@ -2912,6 +3043,7 @@ module Aws
|
|
2912
3043
|
IpPermission.add_member(:to_port, Shapes::ShapeRef.new(shape: Integer, location_name: "toPort"))
|
2913
3044
|
IpPermission.add_member(:user_id_group_pairs, Shapes::ShapeRef.new(shape: UserIdGroupPairList, location_name: "groups"))
|
2914
3045
|
IpPermission.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: IpRangeList, location_name: "ipRanges"))
|
3046
|
+
IpPermission.add_member(:ipv_6_ranges, Shapes::ShapeRef.new(shape: Ipv6RangeList, location_name: "ipv6Ranges"))
|
2915
3047
|
IpPermission.add_member(:prefix_list_ids, Shapes::ShapeRef.new(shape: PrefixListIdList, location_name: "prefixListIds"))
|
2916
3048
|
IpPermission.struct_class = Types::IpPermission
|
2917
3049
|
|
@@ -2924,6 +3056,18 @@ module Aws
|
|
2924
3056
|
|
2925
3057
|
IpRanges.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
2926
3058
|
|
3059
|
+
Ipv6AddressList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
3060
|
+
|
3061
|
+
Ipv6CidrBlock.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
3062
|
+
Ipv6CidrBlock.struct_class = Types::Ipv6CidrBlock
|
3063
|
+
|
3064
|
+
Ipv6CidrBlockSet.member = Shapes::ShapeRef.new(shape: Ipv6CidrBlock, location_name: "item")
|
3065
|
+
|
3066
|
+
Ipv6Range.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: String, location_name: "cidrIpv6"))
|
3067
|
+
Ipv6Range.struct_class = Types::Ipv6Range
|
3068
|
+
|
3069
|
+
Ipv6RangeList.member = Shapes::ShapeRef.new(shape: Ipv6Range, location_name: "item")
|
3070
|
+
|
2927
3071
|
KeyNameStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "KeyName")
|
2928
3072
|
|
2929
3073
|
KeyPair.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "keyName"))
|
@@ -3057,6 +3201,7 @@ module Aws
|
|
3057
3201
|
|
3058
3202
|
ModifySubnetAttributeRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subnetId"))
|
3059
3203
|
ModifySubnetAttributeRequest.add_member(:map_public_ip_on_launch, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "MapPublicIpOnLaunch"))
|
3204
|
+
ModifySubnetAttributeRequest.add_member(:assign_ipv_6_address_on_creation, Shapes::ShapeRef.new(shape: AttributeBooleanValue, location_name: "AssignIpv6AddressOnCreation"))
|
3060
3205
|
ModifySubnetAttributeRequest.struct_class = Types::ModifySubnetAttributeRequest
|
3061
3206
|
|
3062
3207
|
ModifyVolumeAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -3156,6 +3301,7 @@ module Aws
|
|
3156
3301
|
NetworkAclEntry.add_member(:rule_action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "ruleAction"))
|
3157
3302
|
NetworkAclEntry.add_member(:egress, Shapes::ShapeRef.new(shape: Boolean, location_name: "egress"))
|
3158
3303
|
NetworkAclEntry.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
3304
|
+
NetworkAclEntry.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
3159
3305
|
NetworkAclEntry.add_member(:icmp_type_code, Shapes::ShapeRef.new(shape: IcmpTypeCode, location_name: "icmpTypeCode"))
|
3160
3306
|
NetworkAclEntry.add_member(:port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "portRange"))
|
3161
3307
|
NetworkAclEntry.struct_class = Types::NetworkAclEntry
|
@@ -3182,6 +3328,7 @@ module Aws
|
|
3182
3328
|
NetworkInterface.add_member(:association, Shapes::ShapeRef.new(shape: NetworkInterfaceAssociation, location_name: "association"))
|
3183
3329
|
NetworkInterface.add_member(:tag_set, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
3184
3330
|
NetworkInterface.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: NetworkInterfacePrivateIpAddressList, location_name: "privateIpAddressesSet"))
|
3331
|
+
NetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: NetworkInterfaceIpv6AddressesList, location_name: "ipv6AddressesSet"))
|
3185
3332
|
NetworkInterface.add_member(:interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceType, location_name: "interfaceType"))
|
3186
3333
|
NetworkInterface.struct_class = Types::NetworkInterface
|
3187
3334
|
|
@@ -3207,6 +3354,11 @@ module Aws
|
|
3207
3354
|
|
3208
3355
|
NetworkInterfaceIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "item")
|
3209
3356
|
|
3357
|
+
NetworkInterfaceIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: String, location_name: "ipv6Address"))
|
3358
|
+
NetworkInterfaceIpv6Address.struct_class = Types::NetworkInterfaceIpv6Address
|
3359
|
+
|
3360
|
+
NetworkInterfaceIpv6AddressesList.member = Shapes::ShapeRef.new(shape: NetworkInterfaceIpv6Address, location_name: "item")
|
3361
|
+
|
3210
3362
|
NetworkInterfaceList.member = Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "item")
|
3211
3363
|
|
3212
3364
|
NetworkInterfacePrivateIpAddress.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
@@ -3449,15 +3601,18 @@ module Aws
|
|
3449
3601
|
ReplaceNetworkAclEntryRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: String, required: true, location_name: "protocol"))
|
3450
3602
|
ReplaceNetworkAclEntryRequest.add_member(:rule_action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "ruleAction"))
|
3451
3603
|
ReplaceNetworkAclEntryRequest.add_member(:egress, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "egress"))
|
3452
|
-
ReplaceNetworkAclEntryRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String,
|
3604
|
+
ReplaceNetworkAclEntryRequest.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
3605
|
+
ReplaceNetworkAclEntryRequest.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
3453
3606
|
ReplaceNetworkAclEntryRequest.add_member(:icmp_type_code, Shapes::ShapeRef.new(shape: IcmpTypeCode, location_name: "Icmp"))
|
3454
3607
|
ReplaceNetworkAclEntryRequest.add_member(:port_range, Shapes::ShapeRef.new(shape: PortRange, location_name: "portRange"))
|
3455
3608
|
ReplaceNetworkAclEntryRequest.struct_class = Types::ReplaceNetworkAclEntryRequest
|
3456
3609
|
|
3457
3610
|
ReplaceRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
3458
3611
|
ReplaceRouteRequest.add_member(:route_table_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "routeTableId"))
|
3459
|
-
ReplaceRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String,
|
3612
|
+
ReplaceRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationCidrBlock"))
|
3460
3613
|
ReplaceRouteRequest.add_member(:gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "gatewayId"))
|
3614
|
+
ReplaceRouteRequest.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
3615
|
+
ReplaceRouteRequest.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "egressOnlyInternetGatewayId"))
|
3461
3616
|
ReplaceRouteRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: String, location_name: "instanceId"))
|
3462
3617
|
ReplaceRouteRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
3463
3618
|
ReplaceRouteRequest.add_member(:vpc_peering_connection_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcPeeringConnectionId"))
|
@@ -3715,6 +3870,8 @@ module Aws
|
|
3715
3870
|
Route.add_member(:nat_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "natGatewayId"))
|
3716
3871
|
Route.add_member(:state, Shapes::ShapeRef.new(shape: RouteState, location_name: "state"))
|
3717
3872
|
Route.add_member(:origin, Shapes::ShapeRef.new(shape: RouteOrigin, location_name: "origin"))
|
3873
|
+
Route.add_member(:destination_ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "destinationIpv6CidrBlock"))
|
3874
|
+
Route.add_member(:egress_only_internet_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "egressOnlyInternetGatewayId"))
|
3718
3875
|
Route.struct_class = Types::Route
|
3719
3876
|
|
3720
3877
|
RouteList.member = Shapes::ShapeRef.new(shape: Route, location_name: "item")
|
@@ -3758,6 +3915,8 @@ module Aws
|
|
3758
3915
|
RunInstancesRequest.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiTermination"))
|
3759
3916
|
RunInstancesRequest.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "instanceInitiatedShutdownBehavior"))
|
3760
3917
|
RunInstancesRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
3918
|
+
RunInstancesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "Ipv6Address"))
|
3919
|
+
RunInstancesRequest.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6AddressCount"))
|
3761
3920
|
RunInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
|
3762
3921
|
RunInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
|
3763
3922
|
RunInstancesRequest.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecificationList, location_name: "networkInterface"))
|
@@ -3854,6 +4013,11 @@ module Aws
|
|
3854
4013
|
ScheduledInstancesIamInstanceProfile.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
3855
4014
|
ScheduledInstancesIamInstanceProfile.struct_class = Types::ScheduledInstancesIamInstanceProfile
|
3856
4015
|
|
4016
|
+
ScheduledInstancesIpv6Address.add_member(:ipv_6_address, Shapes::ShapeRef.new(shape: Ipv6Address, location_name: "Ipv6Address"))
|
4017
|
+
ScheduledInstancesIpv6Address.struct_class = Types::ScheduledInstancesIpv6Address
|
4018
|
+
|
4019
|
+
ScheduledInstancesIpv6AddressList.member = Shapes::ShapeRef.new(shape: ScheduledInstancesIpv6Address, location_name: "Ipv6Address")
|
4020
|
+
|
3857
4021
|
ScheduledInstancesLaunchSpecification.add_member(:image_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ImageId"))
|
3858
4022
|
ScheduledInstancesLaunchSpecification.add_member(:key_name, Shapes::ShapeRef.new(shape: String, location_name: "KeyName"))
|
3859
4023
|
ScheduledInstancesLaunchSpecification.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ScheduledInstancesSecurityGroupIdSet, location_name: "SecurityGroupId"))
|
@@ -3883,6 +4047,8 @@ module Aws
|
|
3883
4047
|
ScheduledInstancesNetworkInterface.add_member(:associate_public_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "AssociatePublicIpAddress"))
|
3884
4048
|
ScheduledInstancesNetworkInterface.add_member(:groups, Shapes::ShapeRef.new(shape: ScheduledInstancesSecurityGroupIdSet, location_name: "Group"))
|
3885
4049
|
ScheduledInstancesNetworkInterface.add_member(:delete_on_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "DeleteOnTermination"))
|
4050
|
+
ScheduledInstancesNetworkInterface.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: ScheduledInstancesIpv6AddressList, location_name: "Ipv6Address"))
|
4051
|
+
ScheduledInstancesNetworkInterface.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6AddressCount"))
|
3886
4052
|
ScheduledInstancesNetworkInterface.struct_class = Types::ScheduledInstancesNetworkInterface
|
3887
4053
|
|
3888
4054
|
ScheduledInstancesNetworkInterfaceSet.member = Shapes::ShapeRef.new(shape: ScheduledInstancesNetworkInterface, location_name: "NetworkInterface")
|
@@ -4124,6 +4290,8 @@ module Aws
|
|
4124
4290
|
Subnet.add_member(:state, Shapes::ShapeRef.new(shape: SubnetState, location_name: "state"))
|
4125
4291
|
Subnet.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
4126
4292
|
Subnet.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
4293
|
+
Subnet.add_member(:ipv_6_cidr_block_association_set, Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociationSet, location_name: "ipv6CidrBlockAssociationSet"))
|
4294
|
+
Subnet.add_member(:assign_ipv_6_address_on_creation, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignIpv6AddressOnCreation"))
|
4127
4295
|
Subnet.add_member(:available_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableIpAddressCount"))
|
4128
4296
|
Subnet.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
|
4129
4297
|
Subnet.add_member(:default_for_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "defaultForAz"))
|
@@ -4131,8 +4299,19 @@ module Aws
|
|
4131
4299
|
Subnet.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
4132
4300
|
Subnet.struct_class = Types::Subnet
|
4133
4301
|
|
4302
|
+
SubnetCidrBlockState.add_member(:state, Shapes::ShapeRef.new(shape: SubnetCidrBlockStateCode, location_name: "state"))
|
4303
|
+
SubnetCidrBlockState.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
4304
|
+
SubnetCidrBlockState.struct_class = Types::SubnetCidrBlockState
|
4305
|
+
|
4134
4306
|
SubnetIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetId")
|
4135
4307
|
|
4308
|
+
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
4309
|
+
SubnetIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: SubnetCidrBlockState, location_name: "ipv6CidrBlockState"))
|
4310
|
+
SubnetIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
4311
|
+
SubnetIpv6CidrBlockAssociation.struct_class = Types::SubnetIpv6CidrBlockAssociation
|
4312
|
+
|
4313
|
+
SubnetIpv6CidrBlockAssociationSet.member = Shapes::ShapeRef.new(shape: SubnetIpv6CidrBlockAssociation, location_name: "item")
|
4314
|
+
|
4136
4315
|
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "item")
|
4137
4316
|
|
4138
4317
|
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
|
@@ -4172,6 +4351,14 @@ module Aws
|
|
4172
4351
|
TerminateInstancesResult.add_member(:terminating_instances, Shapes::ShapeRef.new(shape: InstanceStateChangeList, location_name: "instancesSet"))
|
4173
4352
|
TerminateInstancesResult.struct_class = Types::TerminateInstancesResult
|
4174
4353
|
|
4354
|
+
UnassignIpv6AddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
|
4355
|
+
UnassignIpv6AddressesRequest.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, required: true, location_name: "ipv6Addresses"))
|
4356
|
+
UnassignIpv6AddressesRequest.struct_class = Types::UnassignIpv6AddressesRequest
|
4357
|
+
|
4358
|
+
UnassignIpv6AddressesResult.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, location_name: "networkInterfaceId"))
|
4359
|
+
UnassignIpv6AddressesResult.add_member(:unassigned_ipv_6_addresses, Shapes::ShapeRef.new(shape: Ipv6AddressList, location_name: "unassignedIpv6Addresses"))
|
4360
|
+
UnassignIpv6AddressesResult.struct_class = Types::UnassignIpv6AddressesResult
|
4361
|
+
|
4175
4362
|
UnassignPrivateIpAddressesRequest.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "networkInterfaceId"))
|
4176
4363
|
UnassignPrivateIpAddressesRequest.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressStringList, required: true, location_name: "privateIpAddress"))
|
4177
4364
|
UnassignPrivateIpAddressesRequest.struct_class = Types::UnassignPrivateIpAddressesRequest
|
@@ -4183,8 +4370,8 @@ module Aws
|
|
4183
4370
|
UnmonitorInstancesResult.add_member(:instance_monitorings, Shapes::ShapeRef.new(shape: InstanceMonitoringList, location_name: "instancesSet"))
|
4184
4371
|
UnmonitorInstancesResult.struct_class = Types::UnmonitorInstancesResult
|
4185
4372
|
|
4186
|
-
UnsuccessfulItem.add_member(:error, Shapes::ShapeRef.new(shape: UnsuccessfulItemError, required: true, location_name: "error"))
|
4187
4373
|
UnsuccessfulItem.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, location_name: "resourceId"))
|
4374
|
+
UnsuccessfulItem.add_member(:error, Shapes::ShapeRef.new(shape: UnsuccessfulItemError, required: true, location_name: "error"))
|
4188
4375
|
UnsuccessfulItem.struct_class = Types::UnsuccessfulItem
|
4189
4376
|
|
4190
4377
|
UnsuccessfulItemError.add_member(:code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "code"))
|
@@ -4307,6 +4494,7 @@ module Aws
|
|
4307
4494
|
Vpc.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
4308
4495
|
Vpc.add_member(:instance_tenancy, Shapes::ShapeRef.new(shape: Tenancy, location_name: "instanceTenancy"))
|
4309
4496
|
Vpc.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDefault"))
|
4497
|
+
Vpc.add_member(:ipv_6_cidr_block_association_set, Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociationSet, location_name: "ipv6CidrBlockAssociationSet"))
|
4310
4498
|
Vpc.struct_class = Types::Vpc
|
4311
4499
|
|
4312
4500
|
VpcAttachment.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
@@ -4315,6 +4503,10 @@ module Aws
|
|
4315
4503
|
|
4316
4504
|
VpcAttachmentList.member = Shapes::ShapeRef.new(shape: VpcAttachment, location_name: "item")
|
4317
4505
|
|
4506
|
+
VpcCidrBlockState.add_member(:state, Shapes::ShapeRef.new(shape: VpcCidrBlockStateCode, location_name: "state"))
|
4507
|
+
VpcCidrBlockState.add_member(:status_message, Shapes::ShapeRef.new(shape: String, location_name: "statusMessage"))
|
4508
|
+
VpcCidrBlockState.struct_class = Types::VpcCidrBlockState
|
4509
|
+
|
4318
4510
|
VpcClassicLink.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
4319
4511
|
VpcClassicLink.add_member(:classic_link_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "classicLinkEnabled"))
|
4320
4512
|
VpcClassicLink.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
@@ -4337,6 +4529,13 @@ module Aws
|
|
4337
4529
|
|
4338
4530
|
VpcIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcId")
|
4339
4531
|
|
4532
|
+
VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "ipv6CidrBlock"))
|
4533
|
+
VpcIpv6CidrBlockAssociation.add_member(:ipv_6_cidr_block_state, Shapes::ShapeRef.new(shape: VpcCidrBlockState, location_name: "ipv6CidrBlockState"))
|
4534
|
+
VpcIpv6CidrBlockAssociation.add_member(:association_id, Shapes::ShapeRef.new(shape: String, location_name: "associationId"))
|
4535
|
+
VpcIpv6CidrBlockAssociation.struct_class = Types::VpcIpv6CidrBlockAssociation
|
4536
|
+
|
4537
|
+
VpcIpv6CidrBlockAssociationSet.member = Shapes::ShapeRef.new(shape: VpcIpv6CidrBlockAssociation, location_name: "item")
|
4538
|
+
|
4340
4539
|
VpcList.member = Shapes::ShapeRef.new(shape: Vpc, location_name: "item")
|
4341
4540
|
|
4342
4541
|
VpcPeeringConnection.add_member(:accepter_vpc_info, Shapes::ShapeRef.new(shape: VpcPeeringConnectionVpcInfo, location_name: "accepterVpcInfo"))
|
@@ -4361,6 +4560,7 @@ module Aws
|
|
4361
4560
|
VpcPeeringConnectionVpcInfo.add_member(:cidr_block, Shapes::ShapeRef.new(shape: String, location_name: "cidrBlock"))
|
4362
4561
|
VpcPeeringConnectionVpcInfo.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
4363
4562
|
VpcPeeringConnectionVpcInfo.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcId"))
|
4563
|
+
VpcPeeringConnectionVpcInfo.add_member(:ipv_6_cidr_block_set, Shapes::ShapeRef.new(shape: Ipv6CidrBlockSet, location_name: "ipv6CidrBlockSet"))
|
4364
4564
|
VpcPeeringConnectionVpcInfo.add_member(:peering_options, Shapes::ShapeRef.new(shape: VpcPeeringConnectionOptionsDescription, location_name: "peeringOptions"))
|
4365
4565
|
VpcPeeringConnectionVpcInfo.struct_class = Types::VpcPeeringConnectionVpcInfo
|
4366
4566
|
|
@@ -4411,14 +4611,14 @@ module Aws
|
|
4411
4611
|
# @api private
|
4412
4612
|
API = Seahorse::Model::Api.new.tap do |api|
|
4413
4613
|
|
4414
|
-
api.version = "2016-
|
4614
|
+
api.version = "2016-11-15"
|
4415
4615
|
|
4416
4616
|
api.metadata = {
|
4417
4617
|
"endpointPrefix" => "ec2",
|
4418
4618
|
"protocol" => "ec2",
|
4419
4619
|
"serviceFullName" => "Amazon Elastic Compute Cloud",
|
4420
4620
|
"signatureVersion" => "v4",
|
4421
|
-
"xmlNamespace" => "http://ec2.amazonaws.com/doc/2016-
|
4621
|
+
"xmlNamespace" => "http://ec2.amazonaws.com/doc/2016-11-15",
|
4422
4622
|
}
|
4423
4623
|
|
4424
4624
|
api.add_operation(:accept_reserved_instances_exchange_quote, Seahorse::Model::Operation.new.tap do |o|
|
@@ -4453,6 +4653,14 @@ module Aws
|
|
4453
4653
|
o.output = Shapes::ShapeRef.new(shape: AllocateHostsResult)
|
4454
4654
|
end)
|
4455
4655
|
|
4656
|
+
api.add_operation(:assign_ipv_6_addresses, Seahorse::Model::Operation.new.tap do |o|
|
4657
|
+
o.name = "AssignIpv6Addresses"
|
4658
|
+
o.http_method = "POST"
|
4659
|
+
o.http_request_uri = "/"
|
4660
|
+
o.input = Shapes::ShapeRef.new(shape: AssignIpv6AddressesRequest)
|
4661
|
+
o.output = Shapes::ShapeRef.new(shape: AssignIpv6AddressesResult)
|
4662
|
+
end)
|
4663
|
+
|
4456
4664
|
api.add_operation(:assign_private_ip_addresses, Seahorse::Model::Operation.new.tap do |o|
|
4457
4665
|
o.name = "AssignPrivateIpAddresses"
|
4458
4666
|
o.http_method = "POST"
|
@@ -4485,6 +4693,22 @@ module Aws
|
|
4485
4693
|
o.output = Shapes::ShapeRef.new(shape: AssociateRouteTableResult)
|
4486
4694
|
end)
|
4487
4695
|
|
4696
|
+
api.add_operation(:associate_subnet_cidr_block, Seahorse::Model::Operation.new.tap do |o|
|
4697
|
+
o.name = "AssociateSubnetCidrBlock"
|
4698
|
+
o.http_method = "POST"
|
4699
|
+
o.http_request_uri = "/"
|
4700
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateSubnetCidrBlockRequest)
|
4701
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateSubnetCidrBlockResult)
|
4702
|
+
end)
|
4703
|
+
|
4704
|
+
api.add_operation(:associate_vpc_cidr_block, Seahorse::Model::Operation.new.tap do |o|
|
4705
|
+
o.name = "AssociateVpcCidrBlock"
|
4706
|
+
o.http_method = "POST"
|
4707
|
+
o.http_request_uri = "/"
|
4708
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateVpcCidrBlockRequest)
|
4709
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateVpcCidrBlockResult)
|
4710
|
+
end)
|
4711
|
+
|
4488
4712
|
api.add_operation(:attach_classic_link_vpc, Seahorse::Model::Operation.new.tap do |o|
|
4489
4713
|
o.name = "AttachClassicLinkVpc"
|
4490
4714
|
o.http_method = "POST"
|
@@ -4645,6 +4869,14 @@ module Aws
|
|
4645
4869
|
o.output = Shapes::ShapeRef.new(shape: CreateDhcpOptionsResult)
|
4646
4870
|
end)
|
4647
4871
|
|
4872
|
+
api.add_operation(:create_egress_only_internet_gateway, Seahorse::Model::Operation.new.tap do |o|
|
4873
|
+
o.name = "CreateEgressOnlyInternetGateway"
|
4874
|
+
o.http_method = "POST"
|
4875
|
+
o.http_request_uri = "/"
|
4876
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEgressOnlyInternetGatewayRequest)
|
4877
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEgressOnlyInternetGatewayResult)
|
4878
|
+
end)
|
4879
|
+
|
4648
4880
|
api.add_operation(:create_flow_logs, Seahorse::Model::Operation.new.tap do |o|
|
4649
4881
|
o.name = "CreateFlowLogs"
|
4650
4882
|
o.http_method = "POST"
|
@@ -4861,6 +5093,14 @@ module Aws
|
|
4861
5093
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
4862
5094
|
end)
|
4863
5095
|
|
5096
|
+
api.add_operation(:delete_egress_only_internet_gateway, Seahorse::Model::Operation.new.tap do |o|
|
5097
|
+
o.name = "DeleteEgressOnlyInternetGateway"
|
5098
|
+
o.http_method = "POST"
|
5099
|
+
o.http_request_uri = "/"
|
5100
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEgressOnlyInternetGatewayRequest)
|
5101
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEgressOnlyInternetGatewayResult)
|
5102
|
+
end)
|
5103
|
+
|
4864
5104
|
api.add_operation(:delete_flow_logs, Seahorse::Model::Operation.new.tap do |o|
|
4865
5105
|
o.name = "DeleteFlowLogs"
|
4866
5106
|
o.http_method = "POST"
|
@@ -5109,6 +5349,14 @@ module Aws
|
|
5109
5349
|
o.output = Shapes::ShapeRef.new(shape: DescribeDhcpOptionsResult)
|
5110
5350
|
end)
|
5111
5351
|
|
5352
|
+
api.add_operation(:describe_egress_only_internet_gateways, Seahorse::Model::Operation.new.tap do |o|
|
5353
|
+
o.name = "DescribeEgressOnlyInternetGateways"
|
5354
|
+
o.http_method = "POST"
|
5355
|
+
o.http_request_uri = "/"
|
5356
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysRequest)
|
5357
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEgressOnlyInternetGatewaysResult)
|
5358
|
+
end)
|
5359
|
+
|
5112
5360
|
api.add_operation(:describe_export_tasks, Seahorse::Model::Operation.new.tap do |o|
|
5113
5361
|
o.name = "DescribeExportTasks"
|
5114
5362
|
o.http_method = "POST"
|
@@ -5696,6 +5944,22 @@ module Aws
|
|
5696
5944
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
5697
5945
|
end)
|
5698
5946
|
|
5947
|
+
api.add_operation(:disassociate_subnet_cidr_block, Seahorse::Model::Operation.new.tap do |o|
|
5948
|
+
o.name = "DisassociateSubnetCidrBlock"
|
5949
|
+
o.http_method = "POST"
|
5950
|
+
o.http_request_uri = "/"
|
5951
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateSubnetCidrBlockRequest)
|
5952
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateSubnetCidrBlockResult)
|
5953
|
+
end)
|
5954
|
+
|
5955
|
+
api.add_operation(:disassociate_vpc_cidr_block, Seahorse::Model::Operation.new.tap do |o|
|
5956
|
+
o.name = "DisassociateVpcCidrBlock"
|
5957
|
+
o.http_method = "POST"
|
5958
|
+
o.http_request_uri = "/"
|
5959
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateVpcCidrBlockRequest)
|
5960
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateVpcCidrBlockResult)
|
5961
|
+
end)
|
5962
|
+
|
5699
5963
|
api.add_operation(:enable_vgw_route_propagation, Seahorse::Model::Operation.new.tap do |o|
|
5700
5964
|
o.name = "EnableVgwRoutePropagation"
|
5701
5965
|
o.http_method = "POST"
|
@@ -6160,6 +6424,14 @@ module Aws
|
|
6160
6424
|
o.output = Shapes::ShapeRef.new(shape: TerminateInstancesResult)
|
6161
6425
|
end)
|
6162
6426
|
|
6427
|
+
api.add_operation(:unassign_ipv_6_addresses, Seahorse::Model::Operation.new.tap do |o|
|
6428
|
+
o.name = "UnassignIpv6Addresses"
|
6429
|
+
o.http_method = "POST"
|
6430
|
+
o.http_request_uri = "/"
|
6431
|
+
o.input = Shapes::ShapeRef.new(shape: UnassignIpv6AddressesRequest)
|
6432
|
+
o.output = Shapes::ShapeRef.new(shape: UnassignIpv6AddressesResult)
|
6433
|
+
end)
|
6434
|
+
|
6163
6435
|
api.add_operation(:unassign_private_ip_addresses, Seahorse::Model::Operation.new.tap do |o|
|
6164
6436
|
o.name = "UnassignPrivateIpAddresses"
|
6165
6437
|
o.http_method = "POST"
|