aws-sdk-ec2 1.518.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-ec2/client.rb +557 -105
- data/lib/aws-sdk-ec2/client_api.rb +173 -0
- 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 +1 -1
@@ -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')
|
@@ -5391,6 +5416,30 @@ 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"))
|
@@ -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
|
@@ -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"))
|
@@ -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")
|
@@ -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"))
|
@@ -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
|
|
@@ -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"
|
data/lib/aws-sdk-ec2/instance.rb
CHANGED
@@ -769,7 +769,7 @@ module Aws::EC2
|
|
769
769
|
# image = instance.create_image({
|
770
770
|
# tag_specifications: [
|
771
771
|
# {
|
772
|
-
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
|
772
|
+
# resource_type: "capacity-reservation", # accepts capacity-reservation, client-vpn-endpoint, customer-gateway, carrier-gateway, coip-pool, declarative-policies-report, dedicated-host, dhcp-options, egress-only-internet-gateway, elastic-ip, elastic-gpu, export-image-task, export-instance-task, fleet, fpga-image, host-reservation, image, import-image-task, import-snapshot-task, instance, instance-event-window, internet-gateway, ipam, ipam-pool, ipam-scope, ipv4pool-ec2, ipv6pool-ec2, key-pair, launch-template, local-gateway, local-gateway-route-table, local-gateway-virtual-interface, local-gateway-virtual-interface-group, local-gateway-route-table-vpc-association, local-gateway-route-table-virtual-interface-group-association, natgateway, network-acl, network-interface, network-insights-analysis, network-insights-path, network-insights-access-scope, network-insights-access-scope-analysis, outpost-lag, placement-group, prefix-list, replace-root-volume-task, reserved-instances, route-table, security-group, security-group-rule, service-link-virtual-interface, snapshot, spot-fleet-request, spot-instances-request, subnet, subnet-cidr-reservation, traffic-mirror-filter, traffic-mirror-session, traffic-mirror-target, transit-gateway, transit-gateway-attachment, transit-gateway-connect-peer, transit-gateway-multicast-domain, transit-gateway-policy-table, transit-gateway-route-table, transit-gateway-route-table-announcement, volume, vpc, vpc-endpoint, vpc-endpoint-connection, vpc-endpoint-service, vpc-endpoint-service-permission, vpc-peering-connection, vpn-connection, vpn-gateway, vpc-flow-log, capacity-reservation-fleet, traffic-mirror-filter-rule, vpc-endpoint-connection-device-type, verified-access-instance, verified-access-group, verified-access-endpoint, verified-access-policy, verified-access-trust-provider, vpn-connection-device-type, vpc-block-public-access-exclusion, route-server, route-server-endpoint, route-server-peer, ipam-resource-discovery, ipam-resource-discovery-association, instance-connect-endpoint, verified-access-endpoint-target, ipam-external-resource-verification-token
|
773
773
|
# tags: [
|
774
774
|
# {
|
775
775
|
# key: "String",
|