aws-sdk-ec2 1.517.0 → 1.519.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +557 -105
- data/lib/aws-sdk-ec2/client_api.rb +239 -66
- data/lib/aws-sdk-ec2/instance.rb +1 -1
- data/lib/aws-sdk-ec2/resource.rb +17 -17
- data/lib/aws-sdk-ec2/security_group.rb +2 -2
- data/lib/aws-sdk-ec2/snapshot.rb +1 -1
- data/lib/aws-sdk-ec2/subnet.rb +2 -2
- data/lib/aws-sdk-ec2/types.rb +520 -5
- data/lib/aws-sdk-ec2/volume.rb +1 -1
- data/lib/aws-sdk-ec2/vpc.rb +5 -5
- data/lib/aws-sdk-ec2.rb +1 -1
- data/sig/client.rbs +210 -96
- data/sig/instance.rbs +1 -1
- data/sig/resource.rbs +17 -17
- data/sig/security_group.rbs +2 -2
- data/sig/snapshot.rbs +1 -1
- data/sig/subnet.rbs +2 -2
- data/sig/tag.rbs +1 -1
- data/sig/types.rbs +125 -5
- data/sig/volume.rbs +1 -1
- data/sig/vpc.rbs +5 -5
- metadata +3 -6
@@ -515,6 +515,10 @@ module Aws::EC2
|
|
515
515
|
CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult')
|
516
516
|
CreateLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationRequest')
|
517
517
|
CreateLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayRouteTableVpcAssociationResult')
|
518
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceGroupRequest')
|
519
|
+
CreateLocalGatewayVirtualInterfaceGroupResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceGroupResult')
|
520
|
+
CreateLocalGatewayVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceRequest')
|
521
|
+
CreateLocalGatewayVirtualInterfaceResult = Shapes::StructureShape.new(name: 'CreateLocalGatewayVirtualInterfaceResult')
|
518
522
|
CreateManagedPrefixListRequest = Shapes::StructureShape.new(name: 'CreateManagedPrefixListRequest')
|
519
523
|
CreateManagedPrefixListResult = Shapes::StructureShape.new(name: 'CreateManagedPrefixListResult')
|
520
524
|
CreateNatGatewayRequest = Shapes::StructureShape.new(name: 'CreateNatGatewayRequest')
|
@@ -726,6 +730,10 @@ module Aws::EC2
|
|
726
730
|
DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult')
|
727
731
|
DeleteLocalGatewayRouteTableVpcAssociationRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationRequest')
|
728
732
|
DeleteLocalGatewayRouteTableVpcAssociationResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayRouteTableVpcAssociationResult')
|
733
|
+
DeleteLocalGatewayVirtualInterfaceGroupRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayVirtualInterfaceGroupRequest')
|
734
|
+
DeleteLocalGatewayVirtualInterfaceGroupResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayVirtualInterfaceGroupResult')
|
735
|
+
DeleteLocalGatewayVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'DeleteLocalGatewayVirtualInterfaceRequest')
|
736
|
+
DeleteLocalGatewayVirtualInterfaceResult = Shapes::StructureShape.new(name: 'DeleteLocalGatewayVirtualInterfaceResult')
|
729
737
|
DeleteManagedPrefixListRequest = Shapes::StructureShape.new(name: 'DeleteManagedPrefixListRequest')
|
730
738
|
DeleteManagedPrefixListResult = Shapes::StructureShape.new(name: 'DeleteManagedPrefixListResult')
|
731
739
|
DeleteNatGatewayRequest = Shapes::StructureShape.new(name: 'DeleteNatGatewayRequest')
|
@@ -1065,6 +1073,8 @@ module Aws::EC2
|
|
1065
1073
|
DescribeNetworkInterfacesMaxResults = Shapes::IntegerShape.new(name: 'DescribeNetworkInterfacesMaxResults')
|
1066
1074
|
DescribeNetworkInterfacesRequest = Shapes::StructureShape.new(name: 'DescribeNetworkInterfacesRequest')
|
1067
1075
|
DescribeNetworkInterfacesResult = Shapes::StructureShape.new(name: 'DescribeNetworkInterfacesResult')
|
1076
|
+
DescribeOutpostLagsRequest = Shapes::StructureShape.new(name: 'DescribeOutpostLagsRequest')
|
1077
|
+
DescribeOutpostLagsResult = Shapes::StructureShape.new(name: 'DescribeOutpostLagsResult')
|
1068
1078
|
DescribePlacementGroupsRequest = Shapes::StructureShape.new(name: 'DescribePlacementGroupsRequest')
|
1069
1079
|
DescribePlacementGroupsResult = Shapes::StructureShape.new(name: 'DescribePlacementGroupsResult')
|
1070
1080
|
DescribePrefixListsRequest = Shapes::StructureShape.new(name: 'DescribePrefixListsRequest')
|
@@ -1112,6 +1122,8 @@ module Aws::EC2
|
|
1112
1122
|
DescribeSecurityGroupsMaxResults = Shapes::IntegerShape.new(name: 'DescribeSecurityGroupsMaxResults')
|
1113
1123
|
DescribeSecurityGroupsRequest = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsRequest')
|
1114
1124
|
DescribeSecurityGroupsResult = Shapes::StructureShape.new(name: 'DescribeSecurityGroupsResult')
|
1125
|
+
DescribeServiceLinkVirtualInterfacesRequest = Shapes::StructureShape.new(name: 'DescribeServiceLinkVirtualInterfacesRequest')
|
1126
|
+
DescribeServiceLinkVirtualInterfacesResult = Shapes::StructureShape.new(name: 'DescribeServiceLinkVirtualInterfacesResult')
|
1115
1127
|
DescribeSnapshotAttributeRequest = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeRequest')
|
1116
1128
|
DescribeSnapshotAttributeResult = Shapes::StructureShape.new(name: 'DescribeSnapshotAttributeResult')
|
1117
1129
|
DescribeSnapshotTierStatusMaxResults = Shapes::IntegerShape.new(name: 'DescribeSnapshotTierStatusMaxResults')
|
@@ -2204,7 +2216,9 @@ module Aws::EC2
|
|
2204
2216
|
LocalGatewayRoutetableId = Shapes::StringShape.new(name: 'LocalGatewayRoutetableId')
|
2205
2217
|
LocalGatewaySet = Shapes::ListShape.new(name: 'LocalGatewaySet')
|
2206
2218
|
LocalGatewayVirtualInterface = Shapes::StructureShape.new(name: 'LocalGatewayVirtualInterface')
|
2219
|
+
LocalGatewayVirtualInterfaceConfigurationState = Shapes::StringShape.new(name: 'LocalGatewayVirtualInterfaceConfigurationState')
|
2207
2220
|
LocalGatewayVirtualInterfaceGroup = Shapes::StructureShape.new(name: 'LocalGatewayVirtualInterfaceGroup')
|
2221
|
+
LocalGatewayVirtualInterfaceGroupConfigurationState = Shapes::StringShape.new(name: 'LocalGatewayVirtualInterfaceGroupConfigurationState')
|
2208
2222
|
LocalGatewayVirtualInterfaceGroupId = Shapes::StringShape.new(name: 'LocalGatewayVirtualInterfaceGroupId')
|
2209
2223
|
LocalGatewayVirtualInterfaceGroupIdSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceGroupIdSet')
|
2210
2224
|
LocalGatewayVirtualInterfaceGroupSet = Shapes::ListShape.new(name: 'LocalGatewayVirtualInterfaceGroupSet')
|
@@ -2525,6 +2539,11 @@ module Aws::EC2
|
|
2525
2539
|
OrganizationArnStringList = Shapes::ListShape.new(name: 'OrganizationArnStringList')
|
2526
2540
|
OrganizationalUnitArnStringList = Shapes::ListShape.new(name: 'OrganizationalUnitArnStringList')
|
2527
2541
|
OutpostArn = Shapes::StringShape.new(name: 'OutpostArn')
|
2542
|
+
OutpostLag = Shapes::StructureShape.new(name: 'OutpostLag')
|
2543
|
+
OutpostLagId = Shapes::StringShape.new(name: 'OutpostLagId')
|
2544
|
+
OutpostLagIdSet = Shapes::ListShape.new(name: 'OutpostLagIdSet')
|
2545
|
+
OutpostLagMaxResults = Shapes::IntegerShape.new(name: 'OutpostLagMaxResults')
|
2546
|
+
OutpostLagSet = Shapes::ListShape.new(name: 'OutpostLagSet')
|
2528
2547
|
OwnerStringList = Shapes::ListShape.new(name: 'OwnerStringList')
|
2529
2548
|
PacketHeaderStatement = Shapes::StructureShape.new(name: 'PacketHeaderStatement')
|
2530
2549
|
PacketHeaderStatementRequest = Shapes::StructureShape.new(name: 'PacketHeaderStatementRequest')
|
@@ -2977,6 +2996,12 @@ module Aws::EC2
|
|
2977
2996
|
ServiceConnectivityType = Shapes::StringShape.new(name: 'ServiceConnectivityType')
|
2978
2997
|
ServiceDetail = Shapes::StructureShape.new(name: 'ServiceDetail')
|
2979
2998
|
ServiceDetailSet = Shapes::ListShape.new(name: 'ServiceDetailSet')
|
2999
|
+
ServiceLinkMaxResults = Shapes::IntegerShape.new(name: 'ServiceLinkMaxResults')
|
3000
|
+
ServiceLinkVirtualInterface = Shapes::StructureShape.new(name: 'ServiceLinkVirtualInterface')
|
3001
|
+
ServiceLinkVirtualInterfaceConfigurationState = Shapes::StringShape.new(name: 'ServiceLinkVirtualInterfaceConfigurationState')
|
3002
|
+
ServiceLinkVirtualInterfaceId = Shapes::StringShape.new(name: 'ServiceLinkVirtualInterfaceId')
|
3003
|
+
ServiceLinkVirtualInterfaceIdSet = Shapes::ListShape.new(name: 'ServiceLinkVirtualInterfaceIdSet')
|
3004
|
+
ServiceLinkVirtualInterfaceSet = Shapes::ListShape.new(name: 'ServiceLinkVirtualInterfaceSet')
|
2980
3005
|
ServiceManaged = Shapes::StringShape.new(name: 'ServiceManaged')
|
2981
3006
|
ServiceNetworkArn = Shapes::StringShape.new(name: 'ServiceNetworkArn')
|
2982
3007
|
ServiceState = Shapes::StringShape.new(name: 'ServiceState')
|
@@ -3752,7 +3777,7 @@ module Aws::EC2
|
|
3752
3777
|
AllocateIpamPoolCidrRequest.add_member(:ipam_pool_id, Shapes::ShapeRef.new(shape: IpamPoolId, required: true, location_name: "IpamPoolId"))
|
3753
3778
|
AllocateIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
3754
3779
|
AllocateIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
|
3755
|
-
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3780
|
+
AllocateIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3756
3781
|
AllocateIpamPoolCidrRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
3757
3782
|
AllocateIpamPoolCidrRequest.add_member(:preview_next_cidr, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreviewNextCidr"))
|
3758
3783
|
AllocateIpamPoolCidrRequest.add_member(:allowed_cidrs, Shapes::ShapeRef.new(shape: IpamPoolAllocationAllowedCidrs, location_name: "AllowedCidr"))
|
@@ -3932,7 +3957,7 @@ module Aws::EC2
|
|
3932
3957
|
|
3933
3958
|
AssociateClientVpnTargetNetworkRequest.add_member(:client_vpn_endpoint_id, Shapes::ShapeRef.new(shape: ClientVpnEndpointId, required: true, location_name: "ClientVpnEndpointId"))
|
3934
3959
|
AssociateClientVpnTargetNetworkRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
3935
|
-
AssociateClientVpnTargetNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
3960
|
+
AssociateClientVpnTargetNetworkRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3936
3961
|
AssociateClientVpnTargetNetworkRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
3937
3962
|
AssociateClientVpnTargetNetworkRequest.struct_class = Types::AssociateClientVpnTargetNetworkRequest
|
3938
3963
|
|
@@ -3982,7 +4007,7 @@ module Aws::EC2
|
|
3982
4007
|
AssociateIpamResourceDiscoveryRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
3983
4008
|
AssociateIpamResourceDiscoveryRequest.add_member(:ipam_resource_discovery_id, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryId, required: true, location_name: "IpamResourceDiscoveryId"))
|
3984
4009
|
AssociateIpamResourceDiscoveryRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
3985
|
-
AssociateIpamResourceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4010
|
+
AssociateIpamResourceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
3986
4011
|
AssociateIpamResourceDiscoveryRequest.struct_class = Types::AssociateIpamResourceDiscoveryRequest
|
3987
4012
|
|
3988
4013
|
AssociateIpamResourceDiscoveryResult.add_member(:ipam_resource_discovery_association, Shapes::ShapeRef.new(shape: IpamResourceDiscoveryAssociation, location_name: "ipamResourceDiscoveryAssociation"))
|
@@ -4063,7 +4088,7 @@ module Aws::EC2
|
|
4063
4088
|
AssociateTrunkInterfaceRequest.add_member(:trunk_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, required: true, location_name: "TrunkInterfaceId"))
|
4064
4089
|
AssociateTrunkInterfaceRequest.add_member(:vlan_id, Shapes::ShapeRef.new(shape: Integer, location_name: "VlanId"))
|
4065
4090
|
AssociateTrunkInterfaceRequest.add_member(:gre_key, Shapes::ShapeRef.new(shape: Integer, location_name: "GreKey"))
|
4066
|
-
AssociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4091
|
+
AssociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4067
4092
|
AssociateTrunkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4068
4093
|
AssociateTrunkInterfaceRequest.struct_class = Types::AssociateTrunkInterfaceRequest
|
4069
4094
|
|
@@ -4144,7 +4169,7 @@ module Aws::EC2
|
|
4144
4169
|
|
4145
4170
|
AttachVerifiedAccessTrustProviderRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
4146
4171
|
AttachVerifiedAccessTrustProviderRequest.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProviderId, required: true, location_name: "VerifiedAccessTrustProviderId"))
|
4147
|
-
AttachVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4172
|
+
AttachVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4148
4173
|
AttachVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4149
4174
|
AttachVerifiedAccessTrustProviderRequest.struct_class = Types::AttachVerifiedAccessTrustProviderRequest
|
4150
4175
|
|
@@ -4203,7 +4228,7 @@ module Aws::EC2
|
|
4203
4228
|
AuthorizeClientVpnIngressRequest.add_member(:access_group_id, Shapes::ShapeRef.new(shape: String, location_name: "AccessGroupId"))
|
4204
4229
|
AuthorizeClientVpnIngressRequest.add_member(:authorize_all_groups, Shapes::ShapeRef.new(shape: Boolean, location_name: "AuthorizeAllGroups"))
|
4205
4230
|
AuthorizeClientVpnIngressRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4206
|
-
AuthorizeClientVpnIngressRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4231
|
+
AuthorizeClientVpnIngressRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4207
4232
|
AuthorizeClientVpnIngressRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4208
4233
|
AuthorizeClientVpnIngressRequest.struct_class = Types::AuthorizeClientVpnIngressRequest
|
4209
4234
|
|
@@ -4758,7 +4783,7 @@ module Aws::EC2
|
|
4758
4783
|
ClientVpnEndpoint.add_member(:vpn_protocol, Shapes::ShapeRef.new(shape: VpnProtocol, location_name: "vpnProtocol"))
|
4759
4784
|
ClientVpnEndpoint.add_member(:transport_protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "transportProtocol"))
|
4760
4785
|
ClientVpnEndpoint.add_member(:vpn_port, Shapes::ShapeRef.new(shape: Integer, location_name: "vpnPort"))
|
4761
|
-
ClientVpnEndpoint.add_member(:associated_target_networks, Shapes::ShapeRef.new(shape: AssociatedTargetNetworkSet, deprecated: true, location_name: "associatedTargetNetwork", metadata: {"deprecatedMessage"=>"This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element."}))
|
4786
|
+
ClientVpnEndpoint.add_member(:associated_target_networks, Shapes::ShapeRef.new(shape: AssociatedTargetNetworkSet, deprecated: true, location_name: "associatedTargetNetwork", metadata: {"deprecatedMessage" => "This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element."}))
|
4762
4787
|
ClientVpnEndpoint.add_member(:server_certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "serverCertificateArn"))
|
4763
4788
|
ClientVpnEndpoint.add_member(:authentication_options, Shapes::ShapeRef.new(shape: ClientVpnAuthenticationList, location_name: "authenticationOptions"))
|
4764
4789
|
ClientVpnEndpoint.add_member(:connection_log_options, Shapes::ShapeRef.new(shape: ConnectionLogResponseOptions, location_name: "connectionLogOptions"))
|
@@ -4909,7 +4934,7 @@ module Aws::EC2
|
|
4909
4934
|
CopyFpgaImageResult.add_member(:fpga_image_id, Shapes::ShapeRef.new(shape: String, location_name: "fpgaImageId"))
|
4910
4935
|
CopyFpgaImageResult.struct_class = Types::CopyFpgaImageResult
|
4911
4936
|
|
4912
|
-
CopyImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4937
|
+
CopyImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4913
4938
|
CopyImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
4914
4939
|
CopyImageRequest.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "encrypted"))
|
4915
4940
|
CopyImageRequest.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "kmsKeyId"))
|
@@ -4964,7 +4989,7 @@ module Aws::EC2
|
|
4964
4989
|
CpuPerformanceFactorRequest.struct_class = Types::CpuPerformanceFactorRequest
|
4965
4990
|
|
4966
4991
|
CreateCapacityReservationBySplittingRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
4967
|
-
CreateCapacityReservationBySplittingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
4992
|
+
CreateCapacityReservationBySplittingRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4968
4993
|
CreateCapacityReservationBySplittingRequest.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "SourceCapacityReservationId"))
|
4969
4994
|
CreateCapacityReservationBySplittingRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "InstanceCount"))
|
4970
4995
|
CreateCapacityReservationBySplittingRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -4976,7 +5001,7 @@ module Aws::EC2
|
|
4976
5001
|
CreateCapacityReservationBySplittingResult.struct_class = Types::CreateCapacityReservationBySplittingResult
|
4977
5002
|
|
4978
5003
|
CreateCapacityReservationFleetRequest.add_member(:allocation_strategy, Shapes::ShapeRef.new(shape: String, location_name: "AllocationStrategy"))
|
4979
|
-
CreateCapacityReservationFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5004
|
+
CreateCapacityReservationFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
4980
5005
|
CreateCapacityReservationFleetRequest.add_member(:instance_type_specifications, Shapes::ShapeRef.new(shape: ReservationFleetInstanceSpecificationList, required: true, location_name: "InstanceTypeSpecification"))
|
4981
5006
|
CreateCapacityReservationFleetRequest.add_member(:tenancy, Shapes::ShapeRef.new(shape: FleetCapacityReservationTenancy, location_name: "Tenancy"))
|
4982
5007
|
CreateCapacityReservationFleetRequest.add_member(:total_target_capacity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "TotalTargetCapacity"))
|
@@ -5026,7 +5051,7 @@ module Aws::EC2
|
|
5026
5051
|
CreateCarrierGatewayRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
|
5027
5052
|
CreateCarrierGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5028
5053
|
CreateCarrierGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5029
|
-
CreateCarrierGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5054
|
+
CreateCarrierGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5030
5055
|
CreateCarrierGatewayRequest.struct_class = Types::CreateCarrierGatewayRequest
|
5031
5056
|
|
5032
5057
|
CreateCarrierGatewayResult.add_member(:carrier_gateway, Shapes::ShapeRef.new(shape: CarrierGateway, location_name: "carrierGateway"))
|
@@ -5042,7 +5067,7 @@ module Aws::EC2
|
|
5042
5067
|
CreateClientVpnEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5043
5068
|
CreateClientVpnEndpointRequest.add_member(:split_tunnel, Shapes::ShapeRef.new(shape: Boolean, location_name: "SplitTunnel"))
|
5044
5069
|
CreateClientVpnEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5045
|
-
CreateClientVpnEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5070
|
+
CreateClientVpnEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5046
5071
|
CreateClientVpnEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5047
5072
|
CreateClientVpnEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: ClientVpnSecurityGroupIdSet, location_name: "SecurityGroupId"))
|
5048
5073
|
CreateClientVpnEndpointRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
|
@@ -5063,7 +5088,7 @@ module Aws::EC2
|
|
5063
5088
|
CreateClientVpnRouteRequest.add_member(:destination_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationCidrBlock"))
|
5064
5089
|
CreateClientVpnRouteRequest.add_member(:target_vpc_subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "TargetVpcSubnetId"))
|
5065
5090
|
CreateClientVpnRouteRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5066
|
-
CreateClientVpnRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5091
|
+
CreateClientVpnRouteRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5067
5092
|
CreateClientVpnRouteRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5068
5093
|
CreateClientVpnRouteRequest.struct_class = Types::CreateClientVpnRouteRequest
|
5069
5094
|
|
@@ -5150,7 +5175,7 @@ module Aws::EC2
|
|
5150
5175
|
CreateFleetInstancesSet.member = Shapes::ShapeRef.new(shape: CreateFleetInstance, location_name: "item")
|
5151
5176
|
|
5152
5177
|
CreateFleetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5153
|
-
CreateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5178
|
+
CreateFleetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5154
5179
|
CreateFleetRequest.add_member(:spot_options, Shapes::ShapeRef.new(shape: SpotOptionsRequest, location_name: "SpotOptions"))
|
5155
5180
|
CreateFleetRequest.add_member(:on_demand_options, Shapes::ShapeRef.new(shape: OnDemandOptionsRequest, location_name: "OnDemandOptions"))
|
5156
5181
|
CreateFleetRequest.add_member(:excess_capacity_termination_policy, Shapes::ShapeRef.new(shape: FleetExcessCapacityTerminationPolicy, location_name: "ExcessCapacityTerminationPolicy"))
|
@@ -5220,7 +5245,7 @@ module Aws::EC2
|
|
5220
5245
|
CreateInstanceConnectEndpointRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
5221
5246
|
CreateInstanceConnectEndpointRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIdStringListRequest, location_name: "SecurityGroupId"))
|
5222
5247
|
CreateInstanceConnectEndpointRequest.add_member(:preserve_client_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "PreserveClientIp"))
|
5223
|
-
CreateInstanceConnectEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5248
|
+
CreateInstanceConnectEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5224
5249
|
CreateInstanceConnectEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5225
5250
|
CreateInstanceConnectEndpointRequest.struct_class = Types::CreateInstanceConnectEndpointRequest
|
5226
5251
|
|
@@ -5258,7 +5283,7 @@ module Aws::EC2
|
|
5258
5283
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5259
5284
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
5260
5285
|
CreateIpamExternalResourceVerificationTokenRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5261
|
-
CreateIpamExternalResourceVerificationTokenRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5286
|
+
CreateIpamExternalResourceVerificationTokenRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5262
5287
|
CreateIpamExternalResourceVerificationTokenRequest.struct_class = Types::CreateIpamExternalResourceVerificationTokenRequest
|
5263
5288
|
|
5264
5289
|
CreateIpamExternalResourceVerificationTokenResult.add_member(:ipam_external_resource_verification_token, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationToken, location_name: "ipamExternalResourceVerificationToken"))
|
@@ -5277,7 +5302,7 @@ module Aws::EC2
|
|
5277
5302
|
CreateIpamPoolRequest.add_member(:allocation_default_netmask_length, Shapes::ShapeRef.new(shape: IpamNetmaskLength, location_name: "AllocationDefaultNetmaskLength"))
|
5278
5303
|
CreateIpamPoolRequest.add_member(:allocation_resource_tags, Shapes::ShapeRef.new(shape: RequestIpamResourceTagList, location_name: "AllocationResourceTag"))
|
5279
5304
|
CreateIpamPoolRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5280
|
-
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5305
|
+
CreateIpamPoolRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5281
5306
|
CreateIpamPoolRequest.add_member(:aws_service, Shapes::ShapeRef.new(shape: IpamPoolAwsService, location_name: "AwsService"))
|
5282
5307
|
CreateIpamPoolRequest.add_member(:public_ip_source, Shapes::ShapeRef.new(shape: IpamPoolPublicIpSource, location_name: "PublicIpSource"))
|
5283
5308
|
CreateIpamPoolRequest.add_member(:source_resource, Shapes::ShapeRef.new(shape: IpamPoolSourceResourceRequest, location_name: "SourceResource"))
|
@@ -5290,7 +5315,7 @@ module Aws::EC2
|
|
5290
5315
|
CreateIpamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5291
5316
|
CreateIpamRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
5292
5317
|
CreateIpamRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5293
|
-
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5318
|
+
CreateIpamRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5294
5319
|
CreateIpamRequest.add_member(:tier, Shapes::ShapeRef.new(shape: IpamTier, location_name: "Tier"))
|
5295
5320
|
CreateIpamRequest.add_member(:enable_private_gua, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrivateGua"))
|
5296
5321
|
CreateIpamRequest.add_member(:metered_account, Shapes::ShapeRef.new(shape: IpamMeteredAccount, location_name: "MeteredAccount"))
|
@@ -5300,7 +5325,7 @@ module Aws::EC2
|
|
5300
5325
|
CreateIpamResourceDiscoveryRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5301
5326
|
CreateIpamResourceDiscoveryRequest.add_member(:operating_regions, Shapes::ShapeRef.new(shape: AddIpamOperatingRegionSet, location_name: "OperatingRegion"))
|
5302
5327
|
CreateIpamResourceDiscoveryRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5303
|
-
CreateIpamResourceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5328
|
+
CreateIpamResourceDiscoveryRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5304
5329
|
CreateIpamResourceDiscoveryRequest.struct_class = Types::CreateIpamResourceDiscoveryRequest
|
5305
5330
|
|
5306
5331
|
CreateIpamResourceDiscoveryResult.add_member(:ipam_resource_discovery, Shapes::ShapeRef.new(shape: IpamResourceDiscovery, location_name: "ipamResourceDiscovery"))
|
@@ -5313,7 +5338,7 @@ module Aws::EC2
|
|
5313
5338
|
CreateIpamScopeRequest.add_member(:ipam_id, Shapes::ShapeRef.new(shape: IpamId, required: true, location_name: "IpamId"))
|
5314
5339
|
CreateIpamScopeRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5315
5340
|
CreateIpamScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5316
|
-
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5341
|
+
CreateIpamScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5317
5342
|
CreateIpamScopeRequest.struct_class = Types::CreateIpamScopeRequest
|
5318
5343
|
|
5319
5344
|
CreateIpamScopeResult.add_member(:ipam_scope, Shapes::ShapeRef.new(shape: IpamScope, location_name: "ipamScope"))
|
@@ -5327,7 +5352,7 @@ module Aws::EC2
|
|
5327
5352
|
CreateKeyPairRequest.struct_class = Types::CreateKeyPairRequest
|
5328
5353
|
|
5329
5354
|
CreateLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5330
|
-
CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5355
|
+
CreateLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5331
5356
|
CreateLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, required: true, location_name: "LaunchTemplateName"))
|
5332
5357
|
CreateLaunchTemplateRequest.add_member(:version_description, Shapes::ShapeRef.new(shape: VersionDescription, location_name: "VersionDescription"))
|
5333
5358
|
CreateLaunchTemplateRequest.add_member(:launch_template_data, Shapes::ShapeRef.new(shape: RequestLaunchTemplateData, required: true, location_name: "LaunchTemplateData"))
|
@@ -5340,7 +5365,7 @@ module Aws::EC2
|
|
5340
5365
|
CreateLaunchTemplateResult.struct_class = Types::CreateLaunchTemplateResult
|
5341
5366
|
|
5342
5367
|
CreateLaunchTemplateVersionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5343
|
-
CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5368
|
+
CreateLaunchTemplateVersionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5344
5369
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
5345
5370
|
CreateLaunchTemplateVersionRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
5346
5371
|
CreateLaunchTemplateVersionRequest.add_member(:source_version, Shapes::ShapeRef.new(shape: String, location_name: "SourceVersion"))
|
@@ -5391,20 +5416,44 @@ module Aws::EC2
|
|
5391
5416
|
CreateLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
|
5392
5417
|
CreateLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::CreateLocalGatewayRouteTableVpcAssociationResult
|
5393
5418
|
|
5419
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: LocalGatewayId, required: true, location_name: "LocalGatewayId"))
|
5420
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "LocalBgpAsn"))
|
5421
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.add_member(:local_bgp_asn_extended, Shapes::ShapeRef.new(shape: Long, location_name: "LocalBgpAsnExtended"))
|
5422
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5423
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5424
|
+
CreateLocalGatewayVirtualInterfaceGroupRequest.struct_class = Types::CreateLocalGatewayVirtualInterfaceGroupRequest
|
5425
|
+
|
5426
|
+
CreateLocalGatewayVirtualInterfaceGroupResult.add_member(:local_gateway_virtual_interface_group, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroup, location_name: "localGatewayVirtualInterfaceGroup"))
|
5427
|
+
CreateLocalGatewayVirtualInterfaceGroupResult.struct_class = Types::CreateLocalGatewayVirtualInterfaceGroupResult
|
5428
|
+
|
5429
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
5430
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:outpost_lag_id, Shapes::ShapeRef.new(shape: OutpostLagId, required: true, location_name: "OutpostLagId"))
|
5431
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:vlan, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "Vlan"))
|
5432
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:local_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LocalAddress"))
|
5433
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PeerAddress"))
|
5434
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "PeerBgpAsn"))
|
5435
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5436
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5437
|
+
CreateLocalGatewayVirtualInterfaceRequest.add_member(:peer_bgp_asn_extended, Shapes::ShapeRef.new(shape: Long, location_name: "PeerBgpAsnExtended"))
|
5438
|
+
CreateLocalGatewayVirtualInterfaceRequest.struct_class = Types::CreateLocalGatewayVirtualInterfaceRequest
|
5439
|
+
|
5440
|
+
CreateLocalGatewayVirtualInterfaceResult.add_member(:local_gateway_virtual_interface, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "localGatewayVirtualInterface"))
|
5441
|
+
CreateLocalGatewayVirtualInterfaceResult.struct_class = Types::CreateLocalGatewayVirtualInterfaceResult
|
5442
|
+
|
5394
5443
|
CreateManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5395
5444
|
CreateManagedPrefixListRequest.add_member(:prefix_list_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PrefixListName"))
|
5396
5445
|
CreateManagedPrefixListRequest.add_member(:entries, Shapes::ShapeRef.new(shape: AddPrefixListEntries, location_name: "Entry"))
|
5397
5446
|
CreateManagedPrefixListRequest.add_member(:max_entries, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "MaxEntries"))
|
5398
5447
|
CreateManagedPrefixListRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5399
5448
|
CreateManagedPrefixListRequest.add_member(:address_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AddressFamily"))
|
5400
|
-
CreateManagedPrefixListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5449
|
+
CreateManagedPrefixListRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5401
5450
|
CreateManagedPrefixListRequest.struct_class = Types::CreateManagedPrefixListRequest
|
5402
5451
|
|
5403
5452
|
CreateManagedPrefixListResult.add_member(:prefix_list, Shapes::ShapeRef.new(shape: ManagedPrefixList, location_name: "prefixList"))
|
5404
5453
|
CreateManagedPrefixListResult.struct_class = Types::CreateManagedPrefixListResult
|
5405
5454
|
|
5406
5455
|
CreateNatGatewayRequest.add_member(:allocation_id, Shapes::ShapeRef.new(shape: AllocationId, location_name: "AllocationId"))
|
5407
|
-
CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5456
|
+
CreateNatGatewayRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5408
5457
|
CreateNatGatewayRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5409
5458
|
CreateNatGatewayRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
5410
5459
|
CreateNatGatewayRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
@@ -5432,7 +5481,7 @@ module Aws::EC2
|
|
5432
5481
|
CreateNetworkAclEntryRequest.struct_class = Types::CreateNetworkAclEntryRequest
|
5433
5482
|
|
5434
5483
|
CreateNetworkAclRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5435
|
-
CreateNetworkAclRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5484
|
+
CreateNetworkAclRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5436
5485
|
CreateNetworkAclRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
5437
5486
|
CreateNetworkAclRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
5438
5487
|
CreateNetworkAclRequest.struct_class = Types::CreateNetworkAclRequest
|
@@ -5443,7 +5492,7 @@ module Aws::EC2
|
|
5443
5492
|
|
5444
5493
|
CreateNetworkInsightsAccessScopeRequest.add_member(:match_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "MatchPath"))
|
5445
5494
|
CreateNetworkInsightsAccessScopeRequest.add_member(:exclude_paths, Shapes::ShapeRef.new(shape: AccessScopePathListRequest, location_name: "ExcludePath"))
|
5446
|
-
CreateNetworkInsightsAccessScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5495
|
+
CreateNetworkInsightsAccessScopeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5447
5496
|
CreateNetworkInsightsAccessScopeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5448
5497
|
CreateNetworkInsightsAccessScopeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5449
5498
|
CreateNetworkInsightsAccessScopeRequest.struct_class = Types::CreateNetworkInsightsAccessScopeRequest
|
@@ -5460,7 +5509,7 @@ module Aws::EC2
|
|
5460
5509
|
CreateNetworkInsightsPathRequest.add_member(:destination_port, Shapes::ShapeRef.new(shape: Port, location_name: "DestinationPort"))
|
5461
5510
|
CreateNetworkInsightsPathRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5462
5511
|
CreateNetworkInsightsPathRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5463
|
-
CreateNetworkInsightsPathRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5512
|
+
CreateNetworkInsightsPathRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5464
5513
|
CreateNetworkInsightsPathRequest.add_member(:filter_at_source, Shapes::ShapeRef.new(shape: PathRequestFilter, location_name: "FilterAtSource"))
|
5465
5514
|
CreateNetworkInsightsPathRequest.add_member(:filter_at_destination, Shapes::ShapeRef.new(shape: PathRequestFilter, location_name: "FilterAtDestination"))
|
5466
5515
|
CreateNetworkInsightsPathRequest.struct_class = Types::CreateNetworkInsightsPathRequest
|
@@ -5484,7 +5533,7 @@ module Aws::EC2
|
|
5484
5533
|
CreateNetworkInterfaceRequest.add_member(:ipv_6_prefix_count, Shapes::ShapeRef.new(shape: Integer, location_name: "Ipv6PrefixCount"))
|
5485
5534
|
CreateNetworkInterfaceRequest.add_member(:interface_type, Shapes::ShapeRef.new(shape: NetworkInterfaceCreationType, location_name: "InterfaceType"))
|
5486
5535
|
CreateNetworkInterfaceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5487
|
-
CreateNetworkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5536
|
+
CreateNetworkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5488
5537
|
CreateNetworkInterfaceRequest.add_member(:enable_primary_ipv_6, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnablePrimaryIpv6"))
|
5489
5538
|
CreateNetworkInterfaceRequest.add_member(:connection_tracking_specification, Shapes::ShapeRef.new(shape: ConnectionTrackingSpecificationRequest, location_name: "ConnectionTrackingSpecification"))
|
5490
5539
|
CreateNetworkInterfaceRequest.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
|
@@ -5524,7 +5573,7 @@ module Aws::EC2
|
|
5524
5573
|
|
5525
5574
|
CreateReplaceRootVolumeTaskRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location_name: "InstanceId"))
|
5526
5575
|
CreateReplaceRootVolumeTaskRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, location_name: "SnapshotId"))
|
5527
|
-
CreateReplaceRootVolumeTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5576
|
+
CreateReplaceRootVolumeTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5528
5577
|
CreateReplaceRootVolumeTaskRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5529
5578
|
CreateReplaceRootVolumeTaskRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5530
5579
|
CreateReplaceRootVolumeTaskRequest.add_member(:image_id, Shapes::ShapeRef.new(shape: ImageId, location_name: "ImageId"))
|
@@ -5576,7 +5625,7 @@ module Aws::EC2
|
|
5576
5625
|
|
5577
5626
|
CreateRouteServerEndpointRequest.add_member(:route_server_id, Shapes::ShapeRef.new(shape: RouteServerId, required: true, location_name: "RouteServerId"))
|
5578
5627
|
CreateRouteServerEndpointRequest.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, required: true, location_name: "SubnetId"))
|
5579
|
-
CreateRouteServerEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5628
|
+
CreateRouteServerEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5580
5629
|
CreateRouteServerEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5581
5630
|
CreateRouteServerEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5582
5631
|
CreateRouteServerEndpointRequest.struct_class = Types::CreateRouteServerEndpointRequest
|
@@ -5595,7 +5644,7 @@ module Aws::EC2
|
|
5595
5644
|
CreateRouteServerPeerResult.struct_class = Types::CreateRouteServerPeerResult
|
5596
5645
|
|
5597
5646
|
CreateRouteServerRequest.add_member(:amazon_side_asn, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "AmazonSideAsn"))
|
5598
|
-
CreateRouteServerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5647
|
+
CreateRouteServerRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5599
5648
|
CreateRouteServerRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5600
5649
|
CreateRouteServerRequest.add_member(:persist_routes, Shapes::ShapeRef.new(shape: RouteServerPersistRoutesAction, location_name: "PersistRoutes"))
|
5601
5650
|
CreateRouteServerRequest.add_member(:persist_routes_duration, Shapes::ShapeRef.new(shape: BoxedLong, location_name: "PersistRoutesDuration"))
|
@@ -5607,7 +5656,7 @@ module Aws::EC2
|
|
5607
5656
|
CreateRouteServerResult.struct_class = Types::CreateRouteServerResult
|
5608
5657
|
|
5609
5658
|
CreateRouteTableRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5610
|
-
CreateRouteTableRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5659
|
+
CreateRouteTableRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5611
5660
|
CreateRouteTableRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
5612
5661
|
CreateRouteTableRequest.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "vpcId"))
|
5613
5662
|
CreateRouteTableRequest.struct_class = Types::CreateRouteTableRequest
|
@@ -5702,7 +5751,7 @@ module Aws::EC2
|
|
5702
5751
|
CreateTrafficMirrorFilterRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5703
5752
|
CreateTrafficMirrorFilterRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5704
5753
|
CreateTrafficMirrorFilterRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5705
|
-
CreateTrafficMirrorFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5754
|
+
CreateTrafficMirrorFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5706
5755
|
CreateTrafficMirrorFilterRequest.struct_class = Types::CreateTrafficMirrorFilterRequest
|
5707
5756
|
|
5708
5757
|
CreateTrafficMirrorFilterResult.add_member(:traffic_mirror_filter, Shapes::ShapeRef.new(shape: TrafficMirrorFilter, location_name: "trafficMirrorFilter"))
|
@@ -5720,7 +5769,7 @@ module Aws::EC2
|
|
5720
5769
|
CreateTrafficMirrorFilterRuleRequest.add_member(:source_cidr_block, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceCidrBlock"))
|
5721
5770
|
CreateTrafficMirrorFilterRuleRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5722
5771
|
CreateTrafficMirrorFilterRuleRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5723
|
-
CreateTrafficMirrorFilterRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5772
|
+
CreateTrafficMirrorFilterRuleRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5724
5773
|
CreateTrafficMirrorFilterRuleRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5725
5774
|
CreateTrafficMirrorFilterRuleRequest.struct_class = Types::CreateTrafficMirrorFilterRuleRequest
|
5726
5775
|
|
@@ -5737,7 +5786,7 @@ module Aws::EC2
|
|
5737
5786
|
CreateTrafficMirrorSessionRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5738
5787
|
CreateTrafficMirrorSessionRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5739
5788
|
CreateTrafficMirrorSessionRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5740
|
-
CreateTrafficMirrorSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5789
|
+
CreateTrafficMirrorSessionRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5741
5790
|
CreateTrafficMirrorSessionRequest.struct_class = Types::CreateTrafficMirrorSessionRequest
|
5742
5791
|
|
5743
5792
|
CreateTrafficMirrorSessionResult.add_member(:traffic_mirror_session, Shapes::ShapeRef.new(shape: TrafficMirrorSession, location_name: "trafficMirrorSession"))
|
@@ -5749,7 +5798,7 @@ module Aws::EC2
|
|
5749
5798
|
CreateTrafficMirrorTargetRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5750
5799
|
CreateTrafficMirrorTargetRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5751
5800
|
CreateTrafficMirrorTargetRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5752
|
-
CreateTrafficMirrorTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5801
|
+
CreateTrafficMirrorTargetRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5753
5802
|
CreateTrafficMirrorTargetRequest.add_member(:gateway_load_balancer_endpoint_id, Shapes::ShapeRef.new(shape: VpcEndpointId, location_name: "GatewayLoadBalancerEndpointId"))
|
5754
5803
|
CreateTrafficMirrorTargetRequest.struct_class = Types::CreateTrafficMirrorTargetRequest
|
5755
5804
|
|
@@ -5927,7 +5976,7 @@ module Aws::EC2
|
|
5927
5976
|
CreateVerifiedAccessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5928
5977
|
CreateVerifiedAccessEndpointRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
5929
5978
|
CreateVerifiedAccessEndpointRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5930
|
-
CreateVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5979
|
+
CreateVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5931
5980
|
CreateVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5932
5981
|
CreateVerifiedAccessEndpointRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5933
5982
|
CreateVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
@@ -5943,7 +5992,7 @@ module Aws::EC2
|
|
5943
5992
|
CreateVerifiedAccessGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5944
5993
|
CreateVerifiedAccessGroupRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
5945
5994
|
CreateVerifiedAccessGroupRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5946
|
-
CreateVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
5995
|
+
CreateVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5947
5996
|
CreateVerifiedAccessGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5948
5997
|
CreateVerifiedAccessGroupRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5949
5998
|
CreateVerifiedAccessGroupRequest.struct_class = Types::CreateVerifiedAccessGroupRequest
|
@@ -5953,7 +6002,7 @@ module Aws::EC2
|
|
5953
6002
|
|
5954
6003
|
CreateVerifiedAccessInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5955
6004
|
CreateVerifiedAccessInstanceRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5956
|
-
CreateVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6005
|
+
CreateVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5957
6006
|
CreateVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5958
6007
|
CreateVerifiedAccessInstanceRequest.add_member(:fips_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "FIPSEnabled"))
|
5959
6008
|
CreateVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
@@ -5993,7 +6042,7 @@ module Aws::EC2
|
|
5993
6042
|
CreateVerifiedAccessTrustProviderRequest.add_member(:policy_reference_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "PolicyReferenceName"))
|
5994
6043
|
CreateVerifiedAccessTrustProviderRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
5995
6044
|
CreateVerifiedAccessTrustProviderRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
5996
|
-
CreateVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6045
|
+
CreateVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
5997
6046
|
CreateVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
5998
6047
|
CreateVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
5999
6048
|
CreateVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: CreateVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
@@ -6023,7 +6072,7 @@ module Aws::EC2
|
|
6023
6072
|
CreateVolumeRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
6024
6073
|
CreateVolumeRequest.add_member(:multi_attach_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAttachEnabled"))
|
6025
6074
|
CreateVolumeRequest.add_member(:throughput, Shapes::ShapeRef.new(shape: Integer, location_name: "Throughput"))
|
6026
|
-
CreateVolumeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6075
|
+
CreateVolumeRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6027
6076
|
CreateVolumeRequest.add_member(:operator, Shapes::ShapeRef.new(shape: OperatorRequest, location_name: "Operator"))
|
6028
6077
|
CreateVolumeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
6029
6078
|
CreateVolumeRequest.struct_class = Types::CreateVolumeRequest
|
@@ -6419,6 +6468,20 @@ module Aws::EC2
|
|
6419
6468
|
DeleteLocalGatewayRouteTableVpcAssociationResult.add_member(:local_gateway_route_table_vpc_association, Shapes::ShapeRef.new(shape: LocalGatewayRouteTableVpcAssociation, location_name: "localGatewayRouteTableVpcAssociation"))
|
6420
6469
|
DeleteLocalGatewayRouteTableVpcAssociationResult.struct_class = Types::DeleteLocalGatewayRouteTableVpcAssociationResult
|
6421
6470
|
|
6471
|
+
DeleteLocalGatewayVirtualInterfaceGroupRequest.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, required: true, location_name: "LocalGatewayVirtualInterfaceGroupId"))
|
6472
|
+
DeleteLocalGatewayVirtualInterfaceGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6473
|
+
DeleteLocalGatewayVirtualInterfaceGroupRequest.struct_class = Types::DeleteLocalGatewayVirtualInterfaceGroupRequest
|
6474
|
+
|
6475
|
+
DeleteLocalGatewayVirtualInterfaceGroupResult.add_member(:local_gateway_virtual_interface_group, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroup, location_name: "localGatewayVirtualInterfaceGroup"))
|
6476
|
+
DeleteLocalGatewayVirtualInterfaceGroupResult.struct_class = Types::DeleteLocalGatewayVirtualInterfaceGroupResult
|
6477
|
+
|
6478
|
+
DeleteLocalGatewayVirtualInterfaceRequest.add_member(:local_gateway_virtual_interface_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceId, required: true, location_name: "LocalGatewayVirtualInterfaceId"))
|
6479
|
+
DeleteLocalGatewayVirtualInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6480
|
+
DeleteLocalGatewayVirtualInterfaceRequest.struct_class = Types::DeleteLocalGatewayVirtualInterfaceRequest
|
6481
|
+
|
6482
|
+
DeleteLocalGatewayVirtualInterfaceResult.add_member(:local_gateway_virtual_interface, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterface, location_name: "localGatewayVirtualInterface"))
|
6483
|
+
DeleteLocalGatewayVirtualInterfaceResult.struct_class = Types::DeleteLocalGatewayVirtualInterfaceResult
|
6484
|
+
|
6422
6485
|
DeleteManagedPrefixListRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6423
6486
|
DeleteManagedPrefixListRequest.add_member(:prefix_list_id, Shapes::ShapeRef.new(shape: PrefixListResourceId, required: true, location_name: "PrefixListId"))
|
6424
6487
|
DeleteManagedPrefixListRequest.struct_class = Types::DeleteManagedPrefixListRequest
|
@@ -6681,7 +6744,7 @@ module Aws::EC2
|
|
6681
6744
|
DeleteTransitGatewayVpcAttachmentResult.struct_class = Types::DeleteTransitGatewayVpcAttachmentResult
|
6682
6745
|
|
6683
6746
|
DeleteVerifiedAccessEndpointRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
6684
|
-
DeleteVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6747
|
+
DeleteVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6685
6748
|
DeleteVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6686
6749
|
DeleteVerifiedAccessEndpointRequest.struct_class = Types::DeleteVerifiedAccessEndpointRequest
|
6687
6750
|
|
@@ -6689,7 +6752,7 @@ module Aws::EC2
|
|
6689
6752
|
DeleteVerifiedAccessEndpointResult.struct_class = Types::DeleteVerifiedAccessEndpointResult
|
6690
6753
|
|
6691
6754
|
DeleteVerifiedAccessGroupRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
6692
|
-
DeleteVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6755
|
+
DeleteVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6693
6756
|
DeleteVerifiedAccessGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6694
6757
|
DeleteVerifiedAccessGroupRequest.struct_class = Types::DeleteVerifiedAccessGroupRequest
|
6695
6758
|
|
@@ -6698,7 +6761,7 @@ module Aws::EC2
|
|
6698
6761
|
|
6699
6762
|
DeleteVerifiedAccessInstanceRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
6700
6763
|
DeleteVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6701
|
-
DeleteVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6764
|
+
DeleteVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6702
6765
|
DeleteVerifiedAccessInstanceRequest.struct_class = Types::DeleteVerifiedAccessInstanceRequest
|
6703
6766
|
|
6704
6767
|
DeleteVerifiedAccessInstanceResult.add_member(:verified_access_instance, Shapes::ShapeRef.new(shape: VerifiedAccessInstance, location_name: "verifiedAccessInstance"))
|
@@ -6706,7 +6769,7 @@ module Aws::EC2
|
|
6706
6769
|
|
6707
6770
|
DeleteVerifiedAccessTrustProviderRequest.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProviderId, required: true, location_name: "VerifiedAccessTrustProviderId"))
|
6708
6771
|
DeleteVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
6709
|
-
DeleteVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
6772
|
+
DeleteVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
6710
6773
|
DeleteVerifiedAccessTrustProviderRequest.struct_class = Types::DeleteVerifiedAccessTrustProviderRequest
|
6711
6774
|
|
6712
6775
|
DeleteVerifiedAccessTrustProviderResult.add_member(:verified_access_trust_provider, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProvider, location_name: "verifiedAccessTrustProvider"))
|
@@ -7853,6 +7916,17 @@ module Aws::EC2
|
|
7853
7916
|
DescribeNetworkInterfacesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7854
7917
|
DescribeNetworkInterfacesResult.struct_class = Types::DescribeNetworkInterfacesResult
|
7855
7918
|
|
7919
|
+
DescribeOutpostLagsRequest.add_member(:outpost_lag_ids, Shapes::ShapeRef.new(shape: OutpostLagIdSet, location_name: "OutpostLagId"))
|
7920
|
+
DescribeOutpostLagsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
7921
|
+
DescribeOutpostLagsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: OutpostLagMaxResults, location_name: "MaxResults"))
|
7922
|
+
DescribeOutpostLagsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
7923
|
+
DescribeOutpostLagsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
7924
|
+
DescribeOutpostLagsRequest.struct_class = Types::DescribeOutpostLagsRequest
|
7925
|
+
|
7926
|
+
DescribeOutpostLagsResult.add_member(:outpost_lags, Shapes::ShapeRef.new(shape: OutpostLagSet, location_name: "outpostLagSet"))
|
7927
|
+
DescribeOutpostLagsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
7928
|
+
DescribeOutpostLagsResult.struct_class = Types::DescribeOutpostLagsResult
|
7929
|
+
|
7856
7930
|
DescribePlacementGroupsRequest.add_member(:group_ids, Shapes::ShapeRef.new(shape: PlacementGroupIdStringList, location_name: "GroupId"))
|
7857
7931
|
DescribePlacementGroupsRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
7858
7932
|
DescribePlacementGroupsRequest.add_member(:group_names, Shapes::ShapeRef.new(shape: PlacementGroupStringList, location_name: "groupName"))
|
@@ -8071,6 +8145,17 @@ module Aws::EC2
|
|
8071
8145
|
DescribeSecurityGroupsResult.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroupList, location_name: "securityGroupInfo"))
|
8072
8146
|
DescribeSecurityGroupsResult.struct_class = Types::DescribeSecurityGroupsResult
|
8073
8147
|
|
8148
|
+
DescribeServiceLinkVirtualInterfacesRequest.add_member(:service_link_virtual_interface_ids, Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceIdSet, location_name: "ServiceLinkVirtualInterfaceId"))
|
8149
|
+
DescribeServiceLinkVirtualInterfacesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filter"))
|
8150
|
+
DescribeServiceLinkVirtualInterfacesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ServiceLinkMaxResults, location_name: "MaxResults"))
|
8151
|
+
DescribeServiceLinkVirtualInterfacesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
8152
|
+
DescribeServiceLinkVirtualInterfacesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8153
|
+
DescribeServiceLinkVirtualInterfacesRequest.struct_class = Types::DescribeServiceLinkVirtualInterfacesRequest
|
8154
|
+
|
8155
|
+
DescribeServiceLinkVirtualInterfacesResult.add_member(:service_link_virtual_interfaces, Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceSet, location_name: "serviceLinkVirtualInterfaceSet"))
|
8156
|
+
DescribeServiceLinkVirtualInterfacesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
|
8157
|
+
DescribeServiceLinkVirtualInterfacesResult.struct_class = Types::DescribeServiceLinkVirtualInterfacesResult
|
8158
|
+
|
8074
8159
|
DescribeSnapshotAttributeRequest.add_member(:attribute, Shapes::ShapeRef.new(shape: SnapshotAttributeName, required: true, location_name: "Attribute"))
|
8075
8160
|
DescribeSnapshotAttributeRequest.add_member(:snapshot_id, Shapes::ShapeRef.new(shape: SnapshotId, required: true, location_name: "SnapshotId"))
|
8076
8161
|
DescribeSnapshotAttributeRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "dryRun"))
|
@@ -8672,7 +8757,7 @@ module Aws::EC2
|
|
8672
8757
|
|
8673
8758
|
DetachVerifiedAccessTrustProviderRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
8674
8759
|
DetachVerifiedAccessTrustProviderRequest.add_member(:verified_access_trust_provider_id, Shapes::ShapeRef.new(shape: VerifiedAccessTrustProviderId, required: true, location_name: "VerifiedAccessTrustProviderId"))
|
8675
|
-
DetachVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
8760
|
+
DetachVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
8676
8761
|
DetachVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
8677
8762
|
DetachVerifiedAccessTrustProviderRequest.struct_class = Types::DetachVerifiedAccessTrustProviderRequest
|
8678
8763
|
|
@@ -9010,7 +9095,7 @@ module Aws::EC2
|
|
9010
9095
|
DisassociateTransitGatewayRouteTableResult.struct_class = Types::DisassociateTransitGatewayRouteTableResult
|
9011
9096
|
|
9012
9097
|
DisassociateTrunkInterfaceRequest.add_member(:association_id, Shapes::ShapeRef.new(shape: TrunkInterfaceAssociationId, required: true, location_name: "AssociationId"))
|
9013
|
-
DisassociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
9098
|
+
DisassociateTrunkInterfaceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
9014
9099
|
DisassociateTrunkInterfaceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
9015
9100
|
DisassociateTrunkInterfaceRequest.struct_class = Types::DisassociateTrunkInterfaceRequest
|
9016
9101
|
|
@@ -9503,7 +9588,7 @@ module Aws::EC2
|
|
9503
9588
|
ExportClientVpnClientConfigurationResult.add_member(:client_configuration, Shapes::ShapeRef.new(shape: String, location_name: "clientConfiguration"))
|
9504
9589
|
ExportClientVpnClientConfigurationResult.struct_class = Types::ExportClientVpnClientConfigurationResult
|
9505
9590
|
|
9506
|
-
ExportImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
9591
|
+
ExportImageRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
9507
9592
|
ExportImageRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
9508
9593
|
ExportImageRequest.add_member(:disk_image_format, Shapes::ShapeRef.new(shape: DiskImageFormat, required: true, location_name: "DiskImageFormat"))
|
9509
9594
|
ExportImageRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
@@ -11188,10 +11273,10 @@ module Aws::EC2
|
|
11188
11273
|
InstanceNetworkInterfaceSpecification.add_member(:device_index, Shapes::ShapeRef.new(shape: Integer, location_name: "deviceIndex"))
|
11189
11274
|
InstanceNetworkInterfaceSpecification.add_member(:groups, Shapes::ShapeRef.new(shape: SecurityGroupIdStringList, location_name: "SecurityGroupId"))
|
11190
11275
|
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ipv6AddressCount"))
|
11191
|
-
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet", metadata: {"queryName"=>"Ipv6Addresses"}))
|
11276
|
+
InstanceNetworkInterfaceSpecification.add_member(:ipv_6_addresses, Shapes::ShapeRef.new(shape: InstanceIpv6AddressList, location_name: "ipv6AddressesSet", metadata: {"queryName" => "Ipv6Addresses"}))
|
11192
11277
|
InstanceNetworkInterfaceSpecification.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: NetworkInterfaceId, location_name: "networkInterfaceId"))
|
11193
11278
|
InstanceNetworkInterfaceSpecification.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
11194
|
-
InstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet", metadata: {"queryName"=>"PrivateIpAddresses"}))
|
11279
|
+
InstanceNetworkInterfaceSpecification.add_member(:private_ip_addresses, Shapes::ShapeRef.new(shape: PrivateIpAddressSpecificationList, location_name: "privateIpAddressesSet", metadata: {"queryName" => "PrivateIpAddresses"}))
|
11195
11280
|
InstanceNetworkInterfaceSpecification.add_member(:secondary_private_ip_address_count, Shapes::ShapeRef.new(shape: Integer, location_name: "secondaryPrivateIpAddressCount"))
|
11196
11281
|
InstanceNetworkInterfaceSpecification.add_member(:subnet_id, Shapes::ShapeRef.new(shape: String, location_name: "subnetId"))
|
11197
11282
|
InstanceNetworkInterfaceSpecification.add_member(:associate_carrier_ip_address, Shapes::ShapeRef.new(shape: Boolean, location_name: "AssociateCarrierIpAddress"))
|
@@ -12275,20 +12360,29 @@ module Aws::EC2
|
|
12275
12360
|
|
12276
12361
|
LocalGatewayVirtualInterface.add_member(:local_gateway_virtual_interface_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceId, location_name: "localGatewayVirtualInterfaceId"))
|
12277
12362
|
LocalGatewayVirtualInterface.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
12363
|
+
LocalGatewayVirtualInterface.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "localGatewayVirtualInterfaceGroupId"))
|
12364
|
+
LocalGatewayVirtualInterface.add_member(:local_gateway_virtual_interface_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayVirtualInterfaceArn"))
|
12365
|
+
LocalGatewayVirtualInterface.add_member(:outpost_lag_id, Shapes::ShapeRef.new(shape: String, location_name: "outpostLagId"))
|
12278
12366
|
LocalGatewayVirtualInterface.add_member(:vlan, Shapes::ShapeRef.new(shape: Integer, location_name: "vlan"))
|
12279
12367
|
LocalGatewayVirtualInterface.add_member(:local_address, Shapes::ShapeRef.new(shape: String, location_name: "localAddress"))
|
12280
12368
|
LocalGatewayVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
|
12281
12369
|
LocalGatewayVirtualInterface.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
|
12282
12370
|
LocalGatewayVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "peerBgpAsn"))
|
12371
|
+
LocalGatewayVirtualInterface.add_member(:peer_bgp_asn_extended, Shapes::ShapeRef.new(shape: Long, location_name: "peerBgpAsnExtended"))
|
12283
12372
|
LocalGatewayVirtualInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
12284
12373
|
LocalGatewayVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
12374
|
+
LocalGatewayVirtualInterface.add_member(:configuration_state, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceConfigurationState, location_name: "configurationState"))
|
12285
12375
|
LocalGatewayVirtualInterface.struct_class = Types::LocalGatewayVirtualInterface
|
12286
12376
|
|
12287
12377
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_id, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "localGatewayVirtualInterfaceGroupId"))
|
12288
12378
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
|
12289
12379
|
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_id, Shapes::ShapeRef.new(shape: String, location_name: "localGatewayId"))
|
12290
12380
|
LocalGatewayVirtualInterfaceGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
12381
|
+
LocalGatewayVirtualInterfaceGroup.add_member(:local_bgp_asn, Shapes::ShapeRef.new(shape: Integer, location_name: "localBgpAsn"))
|
12382
|
+
LocalGatewayVirtualInterfaceGroup.add_member(:local_bgp_asn_extended, Shapes::ShapeRef.new(shape: Long, location_name: "localBgpAsnExtended"))
|
12383
|
+
LocalGatewayVirtualInterfaceGroup.add_member(:local_gateway_virtual_interface_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "localGatewayVirtualInterfaceGroupArn"))
|
12291
12384
|
LocalGatewayVirtualInterfaceGroup.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
12385
|
+
LocalGatewayVirtualInterfaceGroup.add_member(:configuration_state, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupConfigurationState, location_name: "configurationState"))
|
12292
12386
|
LocalGatewayVirtualInterfaceGroup.struct_class = Types::LocalGatewayVirtualInterfaceGroup
|
12293
12387
|
|
12294
12388
|
LocalGatewayVirtualInterfaceGroupIdSet.member = Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceGroupId, location_name: "item")
|
@@ -12719,7 +12813,7 @@ module Aws::EC2
|
|
12719
12813
|
ModifyIpamScopeResult.struct_class = Types::ModifyIpamScopeResult
|
12720
12814
|
|
12721
12815
|
ModifyLaunchTemplateRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12722
|
-
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
12816
|
+
ModifyLaunchTemplateRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
12723
12817
|
ModifyLaunchTemplateRequest.add_member(:launch_template_id, Shapes::ShapeRef.new(shape: LaunchTemplateId, location_name: "LaunchTemplateId"))
|
12724
12818
|
ModifyLaunchTemplateRequest.add_member(:launch_template_name, Shapes::ShapeRef.new(shape: LaunchTemplateName, location_name: "LaunchTemplateName"))
|
12725
12819
|
ModifyLaunchTemplateRequest.add_member(:default_version, Shapes::ShapeRef.new(shape: String, location_name: "SetDefaultVersion"))
|
@@ -12946,7 +13040,7 @@ module Aws::EC2
|
|
12946
13040
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:verified_access_endpoint_id, Shapes::ShapeRef.new(shape: VerifiedAccessEndpointId, required: true, location_name: "VerifiedAccessEndpointId"))
|
12947
13041
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:policy_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PolicyEnabled"))
|
12948
13042
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
12949
|
-
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13043
|
+
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
12950
13044
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12951
13045
|
ModifyVerifiedAccessEndpointPolicyRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
12952
13046
|
ModifyVerifiedAccessEndpointPolicyRequest.struct_class = Types::ModifyVerifiedAccessEndpointPolicyRequest
|
@@ -12972,7 +13066,7 @@ module Aws::EC2
|
|
12972
13066
|
ModifyVerifiedAccessEndpointRequest.add_member(:load_balancer_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointLoadBalancerOptions, location_name: "LoadBalancerOptions"))
|
12973
13067
|
ModifyVerifiedAccessEndpointRequest.add_member(:network_interface_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointEniOptions, location_name: "NetworkInterfaceOptions"))
|
12974
13068
|
ModifyVerifiedAccessEndpointRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
12975
|
-
ModifyVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13069
|
+
ModifyVerifiedAccessEndpointRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
12976
13070
|
ModifyVerifiedAccessEndpointRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12977
13071
|
ModifyVerifiedAccessEndpointRequest.add_member(:rds_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointRdsOptions, location_name: "RdsOptions"))
|
12978
13072
|
ModifyVerifiedAccessEndpointRequest.add_member(:cidr_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessEndpointCidrOptions, location_name: "CidrOptions"))
|
@@ -12986,7 +13080,7 @@ module Aws::EC2
|
|
12986
13080
|
ModifyVerifiedAccessGroupPolicyRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
12987
13081
|
ModifyVerifiedAccessGroupPolicyRequest.add_member(:policy_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "PolicyEnabled"))
|
12988
13082
|
ModifyVerifiedAccessGroupPolicyRequest.add_member(:policy_document, Shapes::ShapeRef.new(shape: String, location_name: "PolicyDocument"))
|
12989
|
-
ModifyVerifiedAccessGroupPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13083
|
+
ModifyVerifiedAccessGroupPolicyRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
12990
13084
|
ModifyVerifiedAccessGroupPolicyRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
12991
13085
|
ModifyVerifiedAccessGroupPolicyRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
12992
13086
|
ModifyVerifiedAccessGroupPolicyRequest.struct_class = Types::ModifyVerifiedAccessGroupPolicyRequest
|
@@ -12999,7 +13093,7 @@ module Aws::EC2
|
|
12999
13093
|
ModifyVerifiedAccessGroupRequest.add_member(:verified_access_group_id, Shapes::ShapeRef.new(shape: VerifiedAccessGroupId, required: true, location_name: "VerifiedAccessGroupId"))
|
13000
13094
|
ModifyVerifiedAccessGroupRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, location_name: "VerifiedAccessInstanceId"))
|
13001
13095
|
ModifyVerifiedAccessGroupRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
13002
|
-
ModifyVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13096
|
+
ModifyVerifiedAccessGroupRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13003
13097
|
ModifyVerifiedAccessGroupRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13004
13098
|
ModifyVerifiedAccessGroupRequest.struct_class = Types::ModifyVerifiedAccessGroupRequest
|
13005
13099
|
|
@@ -13009,7 +13103,7 @@ module Aws::EC2
|
|
13009
13103
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
13010
13104
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.add_member(:access_logs, Shapes::ShapeRef.new(shape: VerifiedAccessLogOptions, required: true, location_name: "AccessLogs"))
|
13011
13105
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13012
|
-
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13106
|
+
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13013
13107
|
ModifyVerifiedAccessInstanceLoggingConfigurationRequest.struct_class = Types::ModifyVerifiedAccessInstanceLoggingConfigurationRequest
|
13014
13108
|
|
13015
13109
|
ModifyVerifiedAccessInstanceLoggingConfigurationResult.add_member(:logging_configuration, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceLoggingConfiguration, location_name: "loggingConfiguration"))
|
@@ -13018,7 +13112,7 @@ module Aws::EC2
|
|
13018
13112
|
ModifyVerifiedAccessInstanceRequest.add_member(:verified_access_instance_id, Shapes::ShapeRef.new(shape: VerifiedAccessInstanceId, required: true, location_name: "VerifiedAccessInstanceId"))
|
13019
13113
|
ModifyVerifiedAccessInstanceRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
13020
13114
|
ModifyVerifiedAccessInstanceRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13021
|
-
ModifyVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13115
|
+
ModifyVerifiedAccessInstanceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13022
13116
|
ModifyVerifiedAccessInstanceRequest.add_member(:cidr_endpoints_custom_sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "CidrEndpointsCustomSubDomain"))
|
13023
13117
|
ModifyVerifiedAccessInstanceRequest.struct_class = Types::ModifyVerifiedAccessInstanceRequest
|
13024
13118
|
|
@@ -13052,7 +13146,7 @@ module Aws::EC2
|
|
13052
13146
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:device_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessTrustProviderDeviceOptions, location_name: "DeviceOptions"))
|
13053
13147
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
13054
13148
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13055
|
-
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13149
|
+
ModifyVerifiedAccessTrustProviderRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13056
13150
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:sse_specification, Shapes::ShapeRef.new(shape: VerifiedAccessSseSpecificationRequest, location_name: "SseSpecification"))
|
13057
13151
|
ModifyVerifiedAccessTrustProviderRequest.add_member(:native_application_oidc_options, Shapes::ShapeRef.new(shape: ModifyVerifiedAccessNativeApplicationOidcOptions, location_name: "NativeApplicationOidcOptions"))
|
13058
13152
|
ModifyVerifiedAccessTrustProviderRequest.struct_class = Types::ModifyVerifiedAccessTrustProviderRequest
|
@@ -13269,7 +13363,7 @@ module Aws::EC2
|
|
13269
13363
|
MoveByoipCidrToIpamResult.struct_class = Types::MoveByoipCidrToIpamResult
|
13270
13364
|
|
13271
13365
|
MoveCapacityReservationInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
13272
|
-
MoveCapacityReservationInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
13366
|
+
MoveCapacityReservationInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13273
13367
|
MoveCapacityReservationInstancesRequest.add_member(:source_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "SourceCapacityReservationId"))
|
13274
13368
|
MoveCapacityReservationInstancesRequest.add_member(:destination_capacity_reservation_id, Shapes::ShapeRef.new(shape: CapacityReservationId, required: true, location_name: "DestinationCapacityReservationId"))
|
13275
13369
|
MoveCapacityReservationInstancesRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "InstanceCount"))
|
@@ -13635,6 +13729,19 @@ module Aws::EC2
|
|
13635
13729
|
|
13636
13730
|
OrganizationalUnitArnStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "OrganizationalUnitArn")
|
13637
13731
|
|
13732
|
+
OutpostLag.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
13733
|
+
OutpostLag.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
13734
|
+
OutpostLag.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "state"))
|
13735
|
+
OutpostLag.add_member(:outpost_lag_id, Shapes::ShapeRef.new(shape: OutpostLagId, location_name: "outpostLagId"))
|
13736
|
+
OutpostLag.add_member(:local_gateway_virtual_interface_ids, Shapes::ShapeRef.new(shape: LocalGatewayVirtualInterfaceIdSet, location_name: "localGatewayVirtualInterfaceIdSet"))
|
13737
|
+
OutpostLag.add_member(:service_link_virtual_interface_ids, Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceIdSet, location_name: "serviceLinkVirtualInterfaceIdSet"))
|
13738
|
+
OutpostLag.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
13739
|
+
OutpostLag.struct_class = Types::OutpostLag
|
13740
|
+
|
13741
|
+
OutpostLagIdSet.member = Shapes::ShapeRef.new(shape: OutpostLagId, location_name: "item")
|
13742
|
+
|
13743
|
+
OutpostLagSet.member = Shapes::ShapeRef.new(shape: OutpostLag, location_name: "item")
|
13744
|
+
|
13638
13745
|
OwnerStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "Owner")
|
13639
13746
|
|
13640
13747
|
PacketHeaderStatement.add_member(:source_addresses, Shapes::ShapeRef.new(shape: ValueStringList, location_name: "sourceAddressSet"))
|
@@ -13985,7 +14092,7 @@ module Aws::EC2
|
|
13985
14092
|
ProvisionIpamPoolCidrRequest.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "Cidr"))
|
13986
14093
|
ProvisionIpamPoolCidrRequest.add_member(:cidr_authorization_context, Shapes::ShapeRef.new(shape: IpamCidrAuthorizationContext, location_name: "CidrAuthorizationContext"))
|
13987
14094
|
ProvisionIpamPoolCidrRequest.add_member(:netmask_length, Shapes::ShapeRef.new(shape: Integer, location_name: "NetmaskLength"))
|
13988
|
-
ProvisionIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
14095
|
+
ProvisionIpamPoolCidrRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
13989
14096
|
ProvisionIpamPoolCidrRequest.add_member(:verification_method, Shapes::ShapeRef.new(shape: VerificationMethod, location_name: "VerificationMethod"))
|
13990
14097
|
ProvisionIpamPoolCidrRequest.add_member(:ipam_external_resource_verification_token_id, Shapes::ShapeRef.new(shape: IpamExternalResourceVerificationTokenId, location_name: "IpamExternalResourceVerificationTokenId"))
|
13991
14098
|
ProvisionIpamPoolCidrRequest.struct_class = Types::ProvisionIpamPoolCidrRequest
|
@@ -14097,7 +14204,7 @@ module Aws::EC2
|
|
14097
14204
|
PurchaseReservedInstancesOfferingResult.add_member(:reserved_instances_id, Shapes::ShapeRef.new(shape: String, location_name: "reservedInstancesId"))
|
14098
14205
|
PurchaseReservedInstancesOfferingResult.struct_class = Types::PurchaseReservedInstancesOfferingResult
|
14099
14206
|
|
14100
|
-
PurchaseScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
14207
|
+
PurchaseScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
14101
14208
|
PurchaseScheduledInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
14102
14209
|
PurchaseScheduledInstancesRequest.add_member(:purchase_requests, Shapes::ShapeRef.new(shape: PurchaseRequestSet, required: true, location_name: "PurchaseRequest"))
|
14103
14210
|
PurchaseScheduledInstancesRequest.struct_class = Types::PurchaseScheduledInstancesRequest
|
@@ -14382,7 +14489,7 @@ module Aws::EC2
|
|
14382
14489
|
ReportInstanceStatusRequest.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "startTime"))
|
14383
14490
|
ReportInstanceStatusRequest.add_member(:end_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "endTime"))
|
14384
14491
|
ReportInstanceStatusRequest.add_member(:reason_codes, Shapes::ShapeRef.new(shape: ReasonCodesList, required: true, location_name: "reasonCode"))
|
14385
|
-
ReportInstanceStatusRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReportInstanceStatusRequestDescription, deprecated: true, location_name: "description", metadata: {"deprecatedMessage"=>"This member has been deprecated"}))
|
14492
|
+
ReportInstanceStatusRequest.add_member(:description, Shapes::ShapeRef.new(shape: ReportInstanceStatusRequestDescription, deprecated: true, location_name: "description", metadata: {"deprecatedMessage" => "This member has been deprecated"}))
|
14386
14493
|
ReportInstanceStatusRequest.struct_class = Types::ReportInstanceStatusRequest
|
14387
14494
|
|
14388
14495
|
RequestFilterPortRange.add_member(:from_port, Shapes::ShapeRef.new(shape: Port, location_name: "FromPort"))
|
@@ -15030,14 +15137,14 @@ module Aws::EC2
|
|
15030
15137
|
RunInstancesRequest.add_member(:disable_api_termination, Shapes::ShapeRef.new(shape: Boolean, location_name: "disableApiTermination"))
|
15031
15138
|
RunInstancesRequest.add_member(:instance_initiated_shutdown_behavior, Shapes::ShapeRef.new(shape: ShutdownBehavior, location_name: "instanceInitiatedShutdownBehavior"))
|
15032
15139
|
RunInstancesRequest.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
|
15033
|
-
RunInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
|
15140
|
+
RunInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
15034
15141
|
RunInstancesRequest.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "additionalInfo"))
|
15035
15142
|
RunInstancesRequest.add_member(:network_interfaces, Shapes::ShapeRef.new(shape: InstanceNetworkInterfaceSpecificationList, location_name: "networkInterface"))
|
15036
15143
|
RunInstancesRequest.add_member(:iam_instance_profile, Shapes::ShapeRef.new(shape: IamInstanceProfileSpecification, location_name: "iamInstanceProfile"))
|
15037
15144
|
RunInstancesRequest.add_member(:ebs_optimized, Shapes::ShapeRef.new(shape: Boolean, location_name: "ebsOptimized"))
|
15038
15145
|
RunInstancesRequest.struct_class = Types::RunInstancesRequest
|
15039
15146
|
|
15040
|
-
RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
15147
|
+
RunScheduledInstancesRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
15041
15148
|
RunScheduledInstancesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
15042
15149
|
RunScheduledInstancesRequest.add_member(:instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "InstanceCount"))
|
15043
15150
|
RunScheduledInstancesRequest.add_member(:launch_specification, Shapes::ShapeRef.new(shape: ScheduledInstancesLaunchSpecification, required: true, location_name: "LaunchSpecification"))
|
@@ -15355,6 +15462,24 @@ module Aws::EC2
|
|
15355
15462
|
|
15356
15463
|
ServiceDetailSet.member = Shapes::ShapeRef.new(shape: ServiceDetail, location_name: "item")
|
15357
15464
|
|
15465
|
+
ServiceLinkVirtualInterface.add_member(:service_link_virtual_interface_id, Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceId, location_name: "serviceLinkVirtualInterfaceId"))
|
15466
|
+
ServiceLinkVirtualInterface.add_member(:service_link_virtual_interface_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "serviceLinkVirtualInterfaceArn"))
|
15467
|
+
ServiceLinkVirtualInterface.add_member(:outpost_id, Shapes::ShapeRef.new(shape: String, location_name: "outpostId"))
|
15468
|
+
ServiceLinkVirtualInterface.add_member(:outpost_arn, Shapes::ShapeRef.new(shape: String, location_name: "outpostArn"))
|
15469
|
+
ServiceLinkVirtualInterface.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "ownerId"))
|
15470
|
+
ServiceLinkVirtualInterface.add_member(:local_address, Shapes::ShapeRef.new(shape: String, location_name: "localAddress"))
|
15471
|
+
ServiceLinkVirtualInterface.add_member(:peer_address, Shapes::ShapeRef.new(shape: String, location_name: "peerAddress"))
|
15472
|
+
ServiceLinkVirtualInterface.add_member(:peer_bgp_asn, Shapes::ShapeRef.new(shape: Long, location_name: "peerBgpAsn"))
|
15473
|
+
ServiceLinkVirtualInterface.add_member(:vlan, Shapes::ShapeRef.new(shape: Integer, location_name: "vlan"))
|
15474
|
+
ServiceLinkVirtualInterface.add_member(:outpost_lag_id, Shapes::ShapeRef.new(shape: OutpostLagId, location_name: "outpostLagId"))
|
15475
|
+
ServiceLinkVirtualInterface.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tagSet"))
|
15476
|
+
ServiceLinkVirtualInterface.add_member(:configuration_state, Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceConfigurationState, location_name: "configurationState"))
|
15477
|
+
ServiceLinkVirtualInterface.struct_class = Types::ServiceLinkVirtualInterface
|
15478
|
+
|
15479
|
+
ServiceLinkVirtualInterfaceIdSet.member = Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterfaceId, location_name: "item")
|
15480
|
+
|
15481
|
+
ServiceLinkVirtualInterfaceSet.member = Shapes::ShapeRef.new(shape: ServiceLinkVirtualInterface, location_name: "item")
|
15482
|
+
|
15358
15483
|
ServiceTypeDetail.add_member(:service_type, Shapes::ShapeRef.new(shape: ServiceType, location_name: "serviceType"))
|
15359
15484
|
ServiceTypeDetail.struct_class = Types::ServiceTypeDetail
|
15360
15485
|
|
@@ -15677,7 +15802,7 @@ module Aws::EC2
|
|
15677
15802
|
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:network_insights_access_scope_id, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeId, required: true, location_name: "NetworkInsightsAccessScopeId"))
|
15678
15803
|
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
15679
15804
|
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
15680
|
-
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
15805
|
+
StartNetworkInsightsAccessScopeAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
15681
15806
|
StartNetworkInsightsAccessScopeAnalysisRequest.struct_class = Types::StartNetworkInsightsAccessScopeAnalysisRequest
|
15682
15807
|
|
15683
15808
|
StartNetworkInsightsAccessScopeAnalysisResult.add_member(:network_insights_access_scope_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAccessScopeAnalysis, location_name: "networkInsightsAccessScopeAnalysis"))
|
@@ -15688,7 +15813,7 @@ module Aws::EC2
|
|
15688
15813
|
StartNetworkInsightsAnalysisRequest.add_member(:filter_in_arns, Shapes::ShapeRef.new(shape: ArnList, location_name: "FilterInArn"))
|
15689
15814
|
StartNetworkInsightsAnalysisRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
|
15690
15815
|
StartNetworkInsightsAnalysisRequest.add_member(:tag_specifications, Shapes::ShapeRef.new(shape: TagSpecificationList, location_name: "TagSpecification"))
|
15691
|
-
StartNetworkInsightsAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
15816
|
+
StartNetworkInsightsAnalysisRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
15692
15817
|
StartNetworkInsightsAnalysisRequest.struct_class = Types::StartNetworkInsightsAnalysisRequest
|
15693
15818
|
|
15694
15819
|
StartNetworkInsightsAnalysisResult.add_member(:network_insights_analysis, Shapes::ShapeRef.new(shape: NetworkInsightsAnalysis, location_name: "networkInsightsAnalysis"))
|
@@ -17982,6 +18107,22 @@ module Aws::EC2
|
|
17982
18107
|
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayRouteTableVpcAssociationResult)
|
17983
18108
|
end)
|
17984
18109
|
|
18110
|
+
api.add_operation(:create_local_gateway_virtual_interface, Seahorse::Model::Operation.new.tap do |o|
|
18111
|
+
o.name = "CreateLocalGatewayVirtualInterface"
|
18112
|
+
o.http_method = "POST"
|
18113
|
+
o.http_request_uri = "/"
|
18114
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayVirtualInterfaceRequest)
|
18115
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayVirtualInterfaceResult)
|
18116
|
+
end)
|
18117
|
+
|
18118
|
+
api.add_operation(:create_local_gateway_virtual_interface_group, Seahorse::Model::Operation.new.tap do |o|
|
18119
|
+
o.name = "CreateLocalGatewayVirtualInterfaceGroup"
|
18120
|
+
o.http_method = "POST"
|
18121
|
+
o.http_request_uri = "/"
|
18122
|
+
o.input = Shapes::ShapeRef.new(shape: CreateLocalGatewayVirtualInterfaceGroupRequest)
|
18123
|
+
o.output = Shapes::ShapeRef.new(shape: CreateLocalGatewayVirtualInterfaceGroupResult)
|
18124
|
+
end)
|
18125
|
+
|
17985
18126
|
api.add_operation(:create_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
|
17986
18127
|
o.name = "CreateManagedPrefixList"
|
17987
18128
|
o.http_method = "POST"
|
@@ -18630,6 +18771,22 @@ module Aws::EC2
|
|
18630
18771
|
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayRouteTableVpcAssociationResult)
|
18631
18772
|
end)
|
18632
18773
|
|
18774
|
+
api.add_operation(:delete_local_gateway_virtual_interface, Seahorse::Model::Operation.new.tap do |o|
|
18775
|
+
o.name = "DeleteLocalGatewayVirtualInterface"
|
18776
|
+
o.http_method = "POST"
|
18777
|
+
o.http_request_uri = "/"
|
18778
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayVirtualInterfaceRequest)
|
18779
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayVirtualInterfaceResult)
|
18780
|
+
end)
|
18781
|
+
|
18782
|
+
api.add_operation(:delete_local_gateway_virtual_interface_group, Seahorse::Model::Operation.new.tap do |o|
|
18783
|
+
o.name = "DeleteLocalGatewayVirtualInterfaceGroup"
|
18784
|
+
o.http_method = "POST"
|
18785
|
+
o.http_request_uri = "/"
|
18786
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteLocalGatewayVirtualInterfaceGroupRequest)
|
18787
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteLocalGatewayVirtualInterfaceGroupResult)
|
18788
|
+
end)
|
18789
|
+
|
18633
18790
|
api.add_operation(:delete_managed_prefix_list, Seahorse::Model::Operation.new.tap do |o|
|
18634
18791
|
o.name = "DeleteManagedPrefixList"
|
18635
18792
|
o.http_method = "POST"
|
@@ -20254,6 +20411,14 @@ module Aws::EC2
|
|
20254
20411
|
)
|
20255
20412
|
end)
|
20256
20413
|
|
20414
|
+
api.add_operation(:describe_outpost_lags, Seahorse::Model::Operation.new.tap do |o|
|
20415
|
+
o.name = "DescribeOutpostLags"
|
20416
|
+
o.http_method = "POST"
|
20417
|
+
o.http_request_uri = "/"
|
20418
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOutpostLagsRequest)
|
20419
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeOutpostLagsResult)
|
20420
|
+
end)
|
20421
|
+
|
20257
20422
|
api.add_operation(:describe_placement_groups, Seahorse::Model::Operation.new.tap do |o|
|
20258
20423
|
o.name = "DescribePlacementGroups"
|
20259
20424
|
o.http_method = "POST"
|
@@ -20503,6 +20668,14 @@ module Aws::EC2
|
|
20503
20668
|
)
|
20504
20669
|
end)
|
20505
20670
|
|
20671
|
+
api.add_operation(:describe_service_link_virtual_interfaces, Seahorse::Model::Operation.new.tap do |o|
|
20672
|
+
o.name = "DescribeServiceLinkVirtualInterfaces"
|
20673
|
+
o.http_method = "POST"
|
20674
|
+
o.http_request_uri = "/"
|
20675
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeServiceLinkVirtualInterfacesRequest)
|
20676
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeServiceLinkVirtualInterfacesResult)
|
20677
|
+
end)
|
20678
|
+
|
20506
20679
|
api.add_operation(:describe_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
|
20507
20680
|
o.name = "DescribeSnapshotAttribute"
|
20508
20681
|
o.http_method = "POST"
|