@aws-sdk/client-ec2 3.199.0 → 3.201.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.
- package/CHANGELOG.md +22 -0
- package/README.md +7 -7
- package/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AcceptAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-cjs/commands/DescribeAccountAttributesCommand.js +3 -3
- package/dist-cjs/commands/DescribeAddressTransfersCommand.js +46 -0
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +3 -3
- package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +3 -3
- package/dist-cjs/commands/DisableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-cjs/commands/EnableAddressTransferCommand.js +46 -0
- package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +3 -3
- package/dist-cjs/commands/EnableFastLaunchCommand.js +3 -3
- package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-cjs/commands/ModifyVpcTenancyCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +3 -3
- package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/endpoint/EndpointParameters.js +2 -3
- package/dist-cjs/models/models_0.js +112 -113
- package/dist-cjs/models/models_1.js +25 -24
- package/dist-cjs/models/models_2.js +24 -22
- package/dist-cjs/models/models_3.js +29 -29
- package/dist-cjs/models/models_4.js +38 -38
- package/dist-cjs/models/models_5.js +46 -46
- package/dist-cjs/models/models_6.js +44 -4
- package/dist-cjs/pagination/DescribeAddressTransfersPaginator.js +36 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_ec2.js +332 -33
- package/dist-cjs/runtimeConfig.browser.js +16 -16
- package/dist-cjs/runtimeConfig.js +20 -19
- package/dist-cjs/runtimeConfig.native.js +1 -2
- package/dist-cjs/runtimeConfig.shared.js +8 -11
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AcceptAddressTransferCommand.js +42 -0
- package/dist-es/commands/CreateDefaultVpcCommand.js +1 -2
- package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +2 -1
- package/dist-es/commands/DescribeAccountAttributesCommand.js +1 -1
- package/dist-es/commands/DescribeAddressTransfersCommand.js +42 -0
- package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +1 -1
- package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +1 -1
- package/dist-es/commands/DisableAddressTransferCommand.js +42 -0
- package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +2 -1
- package/dist-es/commands/EnableAddressTransferCommand.js +42 -0
- package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +1 -1
- package/dist-es/commands/EnableFastLaunchCommand.js +1 -1
- package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +1 -2
- package/dist-es/commands/ModifyVpcTenancyCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -2
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +101 -103
- package/dist-es/models/models_1.js +17 -16
- package/dist-es/models/models_2.js +16 -12
- package/dist-es/models/models_3.js +18 -18
- package/dist-es/models/models_4.js +24 -24
- package/dist-es/models/models_5.js +30 -30
- package/dist-es/models/models_6.js +30 -0
- package/dist-es/pagination/DescribeAddressTransfersPaginator.js +32 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_ec2.js +295 -0
- package/dist-types/EC2.d.ts +28 -0
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -2
- package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +37 -0
- package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/commands/DisableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -1
- package/dist-types/commands/EnableAddressTransferCommand.d.ts +37 -0
- package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -2
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +194 -192
- package/dist-types/models/models_1.d.ts +67 -75
- package/dist-types/models/models_2.d.ts +78 -57
- package/dist-types/models/models_3.d.ts +97 -222
- package/dist-types/models/models_4.d.ts +244 -178
- package/dist-types/models/models_5.d.ts +214 -374
- package/dist-types/models/models_6.d.ts +374 -5
- package/dist-types/pagination/DescribeAddressTransfersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_ec2.d.ts +12 -0
- package/dist-types/ts3.4/EC2.d.ts +68 -0
- package/dist-types/ts3.4/EC2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAddressTransfersCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +121 -119
- package/dist-types/ts3.4/models/models_1.d.ts +30 -33
- package/dist-types/ts3.4/models/models_2.d.ts +33 -34
- package/dist-types/ts3.4/models/models_3.d.ts +46 -54
- package/dist-types/ts3.4/models/models_4.d.ts +70 -71
- package/dist-types/ts3.4/models/models_5.d.ts +91 -106
- package/dist-types/ts3.4/models/models_6.d.ts +107 -1
- package/dist-types/ts3.4/pagination/DescribeAddressTransfersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +35 -35
|
@@ -1,5 +1,75 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation,
|
|
1
|
+
import { ApplianceModeSupportValue, ByoipCidr, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, DnsSupportValue, DynamicRoutingValue, GatewayType, InstanceEventWindowState, Ipv6SupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VolumeAttachment, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
|
+
import { Ipam, IpamPool, IpamScope, LaunchTemplate, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, ManagedPrefixList, SubnetCidrReservation, Tenancy, VolumeType, Vpc } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Describes the Traffic Mirror port range.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface TrafficMirrorPortRange {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>
|
|
9
|
+
*/
|
|
10
|
+
FromPort?: number;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.</p>
|
|
13
|
+
*/
|
|
14
|
+
ToPort?: number;
|
|
15
|
+
}
|
|
16
|
+
export declare enum TrafficMirrorRuleAction {
|
|
17
|
+
accept = "accept",
|
|
18
|
+
reject = "reject"
|
|
19
|
+
}
|
|
20
|
+
export declare enum TrafficDirection {
|
|
21
|
+
egress = "egress",
|
|
22
|
+
ingress = "ingress"
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Describes the Traffic Mirror rule.</p>
|
|
26
|
+
*/
|
|
27
|
+
export interface TrafficMirrorFilterRule {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The ID of the Traffic Mirror rule.</p>
|
|
30
|
+
*/
|
|
31
|
+
TrafficMirrorFilterRuleId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The ID of the Traffic Mirror filter that the rule is associated with.</p>
|
|
34
|
+
*/
|
|
35
|
+
TrafficMirrorFilterId?: string;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The traffic direction assigned to the Traffic Mirror rule.</p>
|
|
38
|
+
*/
|
|
39
|
+
TrafficDirection?: TrafficDirection | string;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The rule number of the Traffic Mirror rule.</p>
|
|
42
|
+
*/
|
|
43
|
+
RuleNumber?: number;
|
|
44
|
+
/**
|
|
45
|
+
* <p>The action assigned to the Traffic Mirror rule.</p>
|
|
46
|
+
*/
|
|
47
|
+
RuleAction?: TrafficMirrorRuleAction | string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The protocol assigned to the Traffic Mirror rule.</p>
|
|
50
|
+
*/
|
|
51
|
+
Protocol?: number;
|
|
52
|
+
/**
|
|
53
|
+
* <p>The destination port range assigned to the Traffic Mirror rule.</p>
|
|
54
|
+
*/
|
|
55
|
+
DestinationPortRange?: TrafficMirrorPortRange;
|
|
56
|
+
/**
|
|
57
|
+
* <p>The source port range assigned to the Traffic Mirror rule.</p>
|
|
58
|
+
*/
|
|
59
|
+
SourcePortRange?: TrafficMirrorPortRange;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The destination CIDR block assigned to the Traffic Mirror rule.</p>
|
|
62
|
+
*/
|
|
63
|
+
DestinationCidrBlock?: string;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The source CIDR block assigned to the Traffic Mirror rule.</p>
|
|
66
|
+
*/
|
|
67
|
+
SourceCidrBlock?: string;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The description of the Traffic Mirror rule.</p>
|
|
70
|
+
*/
|
|
71
|
+
Description?: string;
|
|
72
|
+
}
|
|
3
73
|
export declare enum TrafficMirrorNetworkService {
|
|
4
74
|
amazon_dns = "amazon-dns"
|
|
5
75
|
}
|
|
@@ -4720,46 +4790,13 @@ export interface DeregisterTransitGatewayMulticastGroupSourcesRequest {
|
|
|
4720
4790
|
DryRun?: boolean;
|
|
4721
4791
|
}
|
|
4722
4792
|
/**
|
|
4723
|
-
*
|
|
4793
|
+
* @internal
|
|
4724
4794
|
*/
|
|
4725
|
-
export
|
|
4726
|
-
|
|
4727
|
-
|
|
4728
|
-
|
|
4729
|
-
|
|
4730
|
-
/**
|
|
4731
|
-
* <p>The network interface IDs of the non-registered members.</p>
|
|
4732
|
-
*/
|
|
4733
|
-
DeregisteredNetworkInterfaceIds?: string[];
|
|
4734
|
-
/**
|
|
4735
|
-
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
4736
|
-
*/
|
|
4737
|
-
GroupIpAddress?: string;
|
|
4738
|
-
}
|
|
4739
|
-
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
4740
|
-
/**
|
|
4741
|
-
* <p>Information about the deregistered group sources.</p>
|
|
4742
|
-
*/
|
|
4743
|
-
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
4744
|
-
}
|
|
4745
|
-
export interface DescribeAccountAttributesRequest {
|
|
4746
|
-
/**
|
|
4747
|
-
* <p>The account attribute names.</p>
|
|
4748
|
-
*/
|
|
4749
|
-
AttributeNames?: (AccountAttributeName | string)[];
|
|
4750
|
-
/**
|
|
4751
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
4752
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
4753
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
4754
|
-
*/
|
|
4755
|
-
DryRun?: boolean;
|
|
4756
|
-
}
|
|
4757
|
-
export interface DescribeAccountAttributesResult {
|
|
4758
|
-
/**
|
|
4759
|
-
* <p>Information about the account attributes.</p>
|
|
4760
|
-
*/
|
|
4761
|
-
AccountAttributes?: AccountAttribute[];
|
|
4762
|
-
}
|
|
4795
|
+
export declare const TrafficMirrorPortRangeFilterSensitiveLog: (obj: TrafficMirrorPortRange) => any;
|
|
4796
|
+
/**
|
|
4797
|
+
* @internal
|
|
4798
|
+
*/
|
|
4799
|
+
export declare const TrafficMirrorFilterRuleFilterSensitiveLog: (obj: TrafficMirrorFilterRule) => any;
|
|
4763
4800
|
/**
|
|
4764
4801
|
* @internal
|
|
4765
4802
|
*/
|
|
@@ -5764,19 +5801,3 @@ export declare const DeregisterTransitGatewayMulticastGroupMembersResultFilterSe
|
|
|
5764
5801
|
* @internal
|
|
5765
5802
|
*/
|
|
5766
5803
|
export declare const DeregisterTransitGatewayMulticastGroupSourcesRequestFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesRequest) => any;
|
|
5767
|
-
/**
|
|
5768
|
-
* @internal
|
|
5769
|
-
*/
|
|
5770
|
-
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupSources) => any;
|
|
5771
|
-
/**
|
|
5772
|
-
* @internal
|
|
5773
|
-
*/
|
|
5774
|
-
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
5775
|
-
/**
|
|
5776
|
-
* @internal
|
|
5777
|
-
*/
|
|
5778
|
-
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (obj: DescribeAccountAttributesRequest) => any;
|
|
5779
|
-
/**
|
|
5780
|
-
* @internal
|
|
5781
|
-
*/
|
|
5782
|
-
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
|
|
@@ -1,6 +1,47 @@
|
|
|
1
|
-
import { _InstanceType, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion,
|
|
1
|
+
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CarrierGateway, ClientVpnAuthenticationType, ClientVpnAuthorizationRuleStatus, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CurrencyCodeValues, CustomerGateway, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostnameType, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag, TransportProtocol } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTargetResponse, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceIpv6Address, InstanceLifecycle, InternetGateway, Ipam, IpamPool, IpamScope, KeyType, LaunchTemplate, LaunchTemplateAndOverridesResponse, LaunchTemplateVersion, LogDestinationType, NetworkInterfaceStatus, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType } from "./models_1";
|
|
3
3
|
import { FleetStateCode, InstanceTagNotificationAttribute } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Describes the deregistered transit gateway multicast group sources.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface TransitGatewayMulticastDeregisteredGroupSources {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the transit gateway multicast domain.</p>
|
|
10
|
+
*/
|
|
11
|
+
TransitGatewayMulticastDomainId?: string;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The network interface IDs of the non-registered members.</p>
|
|
14
|
+
*/
|
|
15
|
+
DeregisteredNetworkInterfaceIds?: string[];
|
|
16
|
+
/**
|
|
17
|
+
* <p>The IP address assigned to the transit gateway multicast group.</p>
|
|
18
|
+
*/
|
|
19
|
+
GroupIpAddress?: string;
|
|
20
|
+
}
|
|
21
|
+
export interface DeregisterTransitGatewayMulticastGroupSourcesResult {
|
|
22
|
+
/**
|
|
23
|
+
* <p>Information about the deregistered group sources.</p>
|
|
24
|
+
*/
|
|
25
|
+
DeregisteredMulticastGroupSources?: TransitGatewayMulticastDeregisteredGroupSources;
|
|
26
|
+
}
|
|
27
|
+
export interface DescribeAccountAttributesRequest {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The account attribute names.</p>
|
|
30
|
+
*/
|
|
31
|
+
AttributeNames?: (AccountAttributeName | string)[];
|
|
32
|
+
/**
|
|
33
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
34
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
35
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
36
|
+
*/
|
|
37
|
+
DryRun?: boolean;
|
|
38
|
+
}
|
|
39
|
+
export interface DescribeAccountAttributesResult {
|
|
40
|
+
/**
|
|
41
|
+
* <p>Information about the account attributes.</p>
|
|
42
|
+
*/
|
|
43
|
+
AccountAttributes?: AccountAttribute[];
|
|
44
|
+
}
|
|
4
45
|
/**
|
|
5
46
|
* <p>A filter name and value pair that is used to return a more specific list of results from a describe operation.
|
|
6
47
|
* Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>
|
|
@@ -129,6 +170,36 @@ export interface DescribeAddressesAttributeResult {
|
|
|
129
170
|
*/
|
|
130
171
|
NextToken?: string;
|
|
131
172
|
}
|
|
173
|
+
export interface DescribeAddressTransfersRequest {
|
|
174
|
+
/**
|
|
175
|
+
* <p>The allocation IDs of Elastic IP addresses.</p>
|
|
176
|
+
*/
|
|
177
|
+
AllocationIds?: string[];
|
|
178
|
+
/**
|
|
179
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
180
|
+
*/
|
|
181
|
+
NextToken?: string;
|
|
182
|
+
/**
|
|
183
|
+
* <p>The maximum number of address transfers to return in one page of results.</p>
|
|
184
|
+
*/
|
|
185
|
+
MaxResults?: number;
|
|
186
|
+
/**
|
|
187
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
188
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
189
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
190
|
+
*/
|
|
191
|
+
DryRun?: boolean;
|
|
192
|
+
}
|
|
193
|
+
export interface DescribeAddressTransfersResult {
|
|
194
|
+
/**
|
|
195
|
+
* <p>The Elastic IP address transfer.</p>
|
|
196
|
+
*/
|
|
197
|
+
AddressTransfers?: AddressTransfer[];
|
|
198
|
+
/**
|
|
199
|
+
* <p>Specify the pagination token from a previous request to retrieve the next page of results.</p>
|
|
200
|
+
*/
|
|
201
|
+
NextToken?: string;
|
|
202
|
+
}
|
|
132
203
|
export interface DescribeAggregateIdFormatRequest {
|
|
133
204
|
/**
|
|
134
205
|
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
@@ -8290,202 +8361,22 @@ export interface DescribeLaunchTemplateVersionsResult {
|
|
|
8290
8361
|
*/
|
|
8291
8362
|
NextToken?: string;
|
|
8292
8363
|
}
|
|
8293
|
-
|
|
8294
|
-
|
|
8295
|
-
|
|
8296
|
-
|
|
8297
|
-
|
|
8298
|
-
|
|
8299
|
-
|
|
8300
|
-
|
|
8301
|
-
|
|
8302
|
-
|
|
8303
|
-
|
|
8304
|
-
|
|
8305
|
-
|
|
8306
|
-
|
|
8307
|
-
|
|
8308
|
-
|
|
8309
|
-
* </li>
|
|
8310
|
-
* <li>
|
|
8311
|
-
* <p>
|
|
8312
|
-
* <code>local-gateway-route-table-id</code> - The ID of a local gateway route table.</p>
|
|
8313
|
-
* </li>
|
|
8314
|
-
* <li>
|
|
8315
|
-
* <p>
|
|
8316
|
-
* <code>outpost-arn</code> - The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
8317
|
-
* </li>
|
|
8318
|
-
* <li>
|
|
8319
|
-
* <p>
|
|
8320
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table.</p>
|
|
8321
|
-
* </li>
|
|
8322
|
-
* <li>
|
|
8323
|
-
* <p>
|
|
8324
|
-
* <code>state</code> - The state of the local gateway route table.</p>
|
|
8325
|
-
* </li>
|
|
8326
|
-
* </ul>
|
|
8327
|
-
*/
|
|
8328
|
-
Filters?: Filter[];
|
|
8329
|
-
/**
|
|
8330
|
-
* <p>The maximum number of results to return with a single call.
|
|
8331
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8332
|
-
*/
|
|
8333
|
-
MaxResults?: number;
|
|
8334
|
-
/**
|
|
8335
|
-
* <p>The token for the next page of results.</p>
|
|
8336
|
-
*/
|
|
8337
|
-
NextToken?: string;
|
|
8338
|
-
/**
|
|
8339
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8340
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8341
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8342
|
-
*/
|
|
8343
|
-
DryRun?: boolean;
|
|
8344
|
-
}
|
|
8345
|
-
export interface DescribeLocalGatewayRouteTablesResult {
|
|
8346
|
-
/**
|
|
8347
|
-
* <p>Information about the local gateway route tables.</p>
|
|
8348
|
-
*/
|
|
8349
|
-
LocalGatewayRouteTables?: LocalGatewayRouteTable[];
|
|
8350
|
-
/**
|
|
8351
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8352
|
-
*/
|
|
8353
|
-
NextToken?: string;
|
|
8354
|
-
}
|
|
8355
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
8356
|
-
/**
|
|
8357
|
-
* <p>The IDs of the associations.</p>
|
|
8358
|
-
*/
|
|
8359
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
|
|
8360
|
-
/**
|
|
8361
|
-
* <p>One or more filters.</p>
|
|
8362
|
-
* <ul>
|
|
8363
|
-
* <li>
|
|
8364
|
-
* <p>
|
|
8365
|
-
* <code>local-gateway-id</code> - The ID of a local gateway.</p>
|
|
8366
|
-
* </li>
|
|
8367
|
-
* <li>
|
|
8368
|
-
* <p>
|
|
8369
|
-
* <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
|
|
8370
|
-
* gateway route table for the virtual interface group.</p>
|
|
8371
|
-
* </li>
|
|
8372
|
-
* <li>
|
|
8373
|
-
* <p>
|
|
8374
|
-
* <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
|
|
8375
|
-
* </li>
|
|
8376
|
-
* <li>
|
|
8377
|
-
* <p>
|
|
8378
|
-
* <code>local-gateway-route-table-virtual-interface-group-association-id</code> - The ID of the association.</p>
|
|
8379
|
-
* </li>
|
|
8380
|
-
* <li>
|
|
8381
|
-
* <p>
|
|
8382
|
-
* <code>local-gateway-route-table-virtual-interface-group-id</code> - The ID of the virtual interface group.</p>
|
|
8383
|
-
* </li>
|
|
8384
|
-
* <li>
|
|
8385
|
-
* <p>
|
|
8386
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway virtual
|
|
8387
|
-
* interface group association.</p>
|
|
8388
|
-
* </li>
|
|
8389
|
-
* <li>
|
|
8390
|
-
* <p>
|
|
8391
|
-
* <code>state</code> - The state of the association.</p>
|
|
8392
|
-
* </li>
|
|
8393
|
-
* </ul>
|
|
8394
|
-
*/
|
|
8395
|
-
Filters?: Filter[];
|
|
8396
|
-
/**
|
|
8397
|
-
* <p>The maximum number of results to return with a single call.
|
|
8398
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8399
|
-
*/
|
|
8400
|
-
MaxResults?: number;
|
|
8401
|
-
/**
|
|
8402
|
-
* <p>The token for the next page of results.</p>
|
|
8403
|
-
*/
|
|
8404
|
-
NextToken?: string;
|
|
8405
|
-
/**
|
|
8406
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8407
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8408
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8409
|
-
*/
|
|
8410
|
-
DryRun?: boolean;
|
|
8411
|
-
}
|
|
8412
|
-
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
8413
|
-
/**
|
|
8414
|
-
* <p>Information about the associations.</p>
|
|
8415
|
-
*/
|
|
8416
|
-
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
|
|
8417
|
-
/**
|
|
8418
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8419
|
-
*/
|
|
8420
|
-
NextToken?: string;
|
|
8421
|
-
}
|
|
8422
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
8423
|
-
/**
|
|
8424
|
-
* <p>The IDs of the associations.</p>
|
|
8425
|
-
*/
|
|
8426
|
-
LocalGatewayRouteTableVpcAssociationIds?: string[];
|
|
8427
|
-
/**
|
|
8428
|
-
* <p>One or more filters.</p>
|
|
8429
|
-
* <ul>
|
|
8430
|
-
* <li>
|
|
8431
|
-
* <p>
|
|
8432
|
-
* <code>local-gateway-id</code> - The ID of a local gateway.</p>
|
|
8433
|
-
* </li>
|
|
8434
|
-
* <li>
|
|
8435
|
-
* <p>
|
|
8436
|
-
* <code>local-gateway-route-table-arn</code> - The Amazon Resource Name (ARN) of the local
|
|
8437
|
-
* gateway route table for the association.</p>
|
|
8438
|
-
* </li>
|
|
8439
|
-
* <li>
|
|
8440
|
-
* <p>
|
|
8441
|
-
* <code>local-gateway-route-table-id</code> - The ID of the local gateway route table.</p>
|
|
8442
|
-
* </li>
|
|
8443
|
-
* <li>
|
|
8444
|
-
* <p>
|
|
8445
|
-
* <code>local-gateway-route-table-vpc-association-id</code> - The ID of the association.</p>
|
|
8446
|
-
* </li>
|
|
8447
|
-
* <li>
|
|
8448
|
-
* <p>
|
|
8449
|
-
* <code>owner-id</code> - The ID of the Amazon Web Services account that owns the local gateway route table
|
|
8450
|
-
* for the association.</p>
|
|
8451
|
-
* </li>
|
|
8452
|
-
* <li>
|
|
8453
|
-
* <p>
|
|
8454
|
-
* <code>state</code> - The state of the association.</p>
|
|
8455
|
-
* </li>
|
|
8456
|
-
* <li>
|
|
8457
|
-
* <p>
|
|
8458
|
-
* <code>vpc-id</code> - The ID of the VPC.</p>
|
|
8459
|
-
* </li>
|
|
8460
|
-
* </ul>
|
|
8461
|
-
*/
|
|
8462
|
-
Filters?: Filter[];
|
|
8463
|
-
/**
|
|
8464
|
-
* <p>The maximum number of results to return with a single call.
|
|
8465
|
-
* To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
|
|
8466
|
-
*/
|
|
8467
|
-
MaxResults?: number;
|
|
8468
|
-
/**
|
|
8469
|
-
* <p>The token for the next page of results.</p>
|
|
8470
|
-
*/
|
|
8471
|
-
NextToken?: string;
|
|
8472
|
-
/**
|
|
8473
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8474
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8475
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8476
|
-
*/
|
|
8477
|
-
DryRun?: boolean;
|
|
8478
|
-
}
|
|
8479
|
-
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
8480
|
-
/**
|
|
8481
|
-
* <p>Information about the associations.</p>
|
|
8482
|
-
*/
|
|
8483
|
-
LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
|
|
8484
|
-
/**
|
|
8485
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
8486
|
-
*/
|
|
8487
|
-
NextToken?: string;
|
|
8488
|
-
}
|
|
8364
|
+
/**
|
|
8365
|
+
* @internal
|
|
8366
|
+
*/
|
|
8367
|
+
export declare const TransitGatewayMulticastDeregisteredGroupSourcesFilterSensitiveLog: (obj: TransitGatewayMulticastDeregisteredGroupSources) => any;
|
|
8368
|
+
/**
|
|
8369
|
+
* @internal
|
|
8370
|
+
*/
|
|
8371
|
+
export declare const DeregisterTransitGatewayMulticastGroupSourcesResultFilterSensitiveLog: (obj: DeregisterTransitGatewayMulticastGroupSourcesResult) => any;
|
|
8372
|
+
/**
|
|
8373
|
+
* @internal
|
|
8374
|
+
*/
|
|
8375
|
+
export declare const DescribeAccountAttributesRequestFilterSensitiveLog: (obj: DescribeAccountAttributesRequest) => any;
|
|
8376
|
+
/**
|
|
8377
|
+
* @internal
|
|
8378
|
+
*/
|
|
8379
|
+
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (obj: DescribeAccountAttributesResult) => any;
|
|
8489
8380
|
/**
|
|
8490
8381
|
* @internal
|
|
8491
8382
|
*/
|
|
@@ -8506,6 +8397,14 @@ export declare const DescribeAddressesAttributeRequestFilterSensitiveLog: (obj:
|
|
|
8506
8397
|
* @internal
|
|
8507
8398
|
*/
|
|
8508
8399
|
export declare const DescribeAddressesAttributeResultFilterSensitiveLog: (obj: DescribeAddressesAttributeResult) => any;
|
|
8400
|
+
/**
|
|
8401
|
+
* @internal
|
|
8402
|
+
*/
|
|
8403
|
+
export declare const DescribeAddressTransfersRequestFilterSensitiveLog: (obj: DescribeAddressTransfersRequest) => any;
|
|
8404
|
+
/**
|
|
8405
|
+
* @internal
|
|
8406
|
+
*/
|
|
8407
|
+
export declare const DescribeAddressTransfersResultFilterSensitiveLog: (obj: DescribeAddressTransfersResult) => any;
|
|
8509
8408
|
/**
|
|
8510
8409
|
* @internal
|
|
8511
8410
|
*/
|
|
@@ -9430,27 +9329,3 @@ export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (o
|
|
|
9430
9329
|
* @internal
|
|
9431
9330
|
*/
|
|
9432
9331
|
export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (obj: DescribeLaunchTemplateVersionsResult) => any;
|
|
9433
|
-
/**
|
|
9434
|
-
* @internal
|
|
9435
|
-
*/
|
|
9436
|
-
export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesRequest) => any;
|
|
9437
|
-
/**
|
|
9438
|
-
* @internal
|
|
9439
|
-
*/
|
|
9440
|
-
export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTablesResult) => any;
|
|
9441
|
-
/**
|
|
9442
|
-
* @internal
|
|
9443
|
-
*/
|
|
9444
|
-
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest) => any;
|
|
9445
|
-
/**
|
|
9446
|
-
* @internal
|
|
9447
|
-
*/
|
|
9448
|
-
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult) => any;
|
|
9449
|
-
/**
|
|
9450
|
-
* @internal
|
|
9451
|
-
*/
|
|
9452
|
-
export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest) => any;
|
|
9453
|
-
/**
|
|
9454
|
-
* @internal
|
|
9455
|
-
*/
|
|
9456
|
-
export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (obj: DescribeLocalGatewayRouteTableVpcAssociationsResult) => any;
|