@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
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
_InstanceType,
|
|
3
3
|
ActiveInstance,
|
|
4
4
|
ActivityStatus,
|
|
5
|
+
AddressTransfer,
|
|
5
6
|
AllocationStrategy,
|
|
6
7
|
AllowedPrincipal,
|
|
7
8
|
AlternatePathHint,
|
|
@@ -21,7 +22,6 @@ import {
|
|
|
21
22
|
SubnetIpv6CidrBlockAssociation,
|
|
22
23
|
Tag,
|
|
23
24
|
TagSpecification,
|
|
24
|
-
Tenancy,
|
|
25
25
|
TransitGatewayAssociation,
|
|
26
26
|
TransitGatewayAssociationState,
|
|
27
27
|
TransitGatewayAttachmentResourceType,
|
|
@@ -32,9 +32,6 @@ import {
|
|
|
32
32
|
TransitGatewayVpcAttachment,
|
|
33
33
|
TrunkInterfaceAssociation,
|
|
34
34
|
UserIdGroupPair,
|
|
35
|
-
Vpc,
|
|
36
|
-
VpcCidrBlockAssociation,
|
|
37
|
-
VpcIpv6CidrBlockAssociation,
|
|
38
35
|
VpcPeeringConnection,
|
|
39
36
|
} from "./models_0";
|
|
40
37
|
import {
|
|
@@ -48,6 +45,9 @@ import {
|
|
|
48
45
|
InstanceRequirements,
|
|
49
46
|
Ipv4PrefixSpecificationRequest,
|
|
50
47
|
Ipv6PrefixSpecificationRequest,
|
|
48
|
+
LocalGatewayRouteTable,
|
|
49
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
50
|
+
LocalGatewayRouteTableVpcAssociation,
|
|
51
51
|
ManagedPrefixList,
|
|
52
52
|
NatGateway,
|
|
53
53
|
NetworkAcl,
|
|
@@ -67,7 +67,9 @@ import {
|
|
|
67
67
|
SpotInstanceType,
|
|
68
68
|
StorageTier,
|
|
69
69
|
TargetCapacityUnitType,
|
|
70
|
+
Tenancy,
|
|
70
71
|
VolumeType,
|
|
72
|
+
Vpc,
|
|
71
73
|
} from "./models_1";
|
|
72
74
|
import {
|
|
73
75
|
ConnectionNotification,
|
|
@@ -107,6 +109,39 @@ import {
|
|
|
107
109
|
PermissionGroup,
|
|
108
110
|
ProductCode,
|
|
109
111
|
} from "./models_3";
|
|
112
|
+
export interface DescribeLocalGatewayRouteTablesRequest {
|
|
113
|
+
LocalGatewayRouteTableIds?: string[];
|
|
114
|
+
Filters?: Filter[];
|
|
115
|
+
MaxResults?: number;
|
|
116
|
+
NextToken?: string;
|
|
117
|
+
DryRun?: boolean;
|
|
118
|
+
}
|
|
119
|
+
export interface DescribeLocalGatewayRouteTablesResult {
|
|
120
|
+
LocalGatewayRouteTables?: LocalGatewayRouteTable[];
|
|
121
|
+
NextToken?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
|
|
124
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
|
|
125
|
+
Filters?: Filter[];
|
|
126
|
+
MaxResults?: number;
|
|
127
|
+
NextToken?: string;
|
|
128
|
+
DryRun?: boolean;
|
|
129
|
+
}
|
|
130
|
+
export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
|
|
131
|
+
LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
|
|
132
|
+
NextToken?: string;
|
|
133
|
+
}
|
|
134
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
|
|
135
|
+
LocalGatewayRouteTableVpcAssociationIds?: string[];
|
|
136
|
+
Filters?: Filter[];
|
|
137
|
+
MaxResults?: number;
|
|
138
|
+
NextToken?: string;
|
|
139
|
+
DryRun?: boolean;
|
|
140
|
+
}
|
|
141
|
+
export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
|
|
142
|
+
LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
|
|
143
|
+
NextToken?: string;
|
|
144
|
+
}
|
|
110
145
|
export interface DescribeLocalGatewaysRequest {
|
|
111
146
|
LocalGatewayIds?: string[];
|
|
112
147
|
Filters?: Filter[];
|
|
@@ -1630,6 +1665,13 @@ export interface DetachVpnGatewayRequest {
|
|
|
1630
1665
|
VpnGatewayId: string | undefined;
|
|
1631
1666
|
DryRun?: boolean;
|
|
1632
1667
|
}
|
|
1668
|
+
export interface DisableAddressTransferRequest {
|
|
1669
|
+
AllocationId: string | undefined;
|
|
1670
|
+
DryRun?: boolean;
|
|
1671
|
+
}
|
|
1672
|
+
export interface DisableAddressTransferResult {
|
|
1673
|
+
AddressTransfer?: AddressTransfer;
|
|
1674
|
+
}
|
|
1633
1675
|
export interface DisableEbsEncryptionByDefaultRequest {
|
|
1634
1676
|
DryRun?: boolean;
|
|
1635
1677
|
}
|
|
@@ -1836,49 +1878,24 @@ export interface DisassociateTrunkInterfaceResult {
|
|
|
1836
1878
|
export interface DisassociateVpcCidrBlockRequest {
|
|
1837
1879
|
AssociationId: string | undefined;
|
|
1838
1880
|
}
|
|
1839
|
-
export
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
}
|
|
1858
|
-
export interface EnableFastLaunchRequest {
|
|
1859
|
-
ImageId: string | undefined;
|
|
1860
|
-
ResourceType?: string;
|
|
1861
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
|
|
1862
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
|
|
1863
|
-
MaxParallelLaunches?: number;
|
|
1864
|
-
DryRun?: boolean;
|
|
1865
|
-
}
|
|
1866
|
-
export interface EnableFastLaunchResult {
|
|
1867
|
-
ImageId?: string;
|
|
1868
|
-
ResourceType?: FastLaunchResourceType | string;
|
|
1869
|
-
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
1870
|
-
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
1871
|
-
MaxParallelLaunches?: number;
|
|
1872
|
-
OwnerId?: string;
|
|
1873
|
-
State?: FastLaunchStateCode | string;
|
|
1874
|
-
StateTransitionReason?: string;
|
|
1875
|
-
StateTransitionTime?: Date;
|
|
1876
|
-
}
|
|
1877
|
-
export interface EnableFastSnapshotRestoresRequest {
|
|
1878
|
-
AvailabilityZones: string[] | undefined;
|
|
1879
|
-
SourceSnapshotIds: string[] | undefined;
|
|
1880
|
-
DryRun?: boolean;
|
|
1881
|
-
}
|
|
1881
|
+
export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (
|
|
1882
|
+
obj: DescribeLocalGatewayRouteTablesRequest
|
|
1883
|
+
) => any;
|
|
1884
|
+
export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (
|
|
1885
|
+
obj: DescribeLocalGatewayRouteTablesResult
|
|
1886
|
+
) => any;
|
|
1887
|
+
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (
|
|
1888
|
+
obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
|
|
1889
|
+
) => any;
|
|
1890
|
+
export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog: (
|
|
1891
|
+
obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
|
|
1892
|
+
) => any;
|
|
1893
|
+
export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog: (
|
|
1894
|
+
obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest
|
|
1895
|
+
) => any;
|
|
1896
|
+
export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (
|
|
1897
|
+
obj: DescribeLocalGatewayRouteTableVpcAssociationsResult
|
|
1898
|
+
) => any;
|
|
1882
1899
|
export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (
|
|
1883
1900
|
obj: DescribeLocalGatewaysRequest
|
|
1884
1901
|
) => any;
|
|
@@ -2538,6 +2555,12 @@ export declare const DetachVolumeRequestFilterSensitiveLog: (
|
|
|
2538
2555
|
export declare const DetachVpnGatewayRequestFilterSensitiveLog: (
|
|
2539
2556
|
obj: DetachVpnGatewayRequest
|
|
2540
2557
|
) => any;
|
|
2558
|
+
export declare const DisableAddressTransferRequestFilterSensitiveLog: (
|
|
2559
|
+
obj: DisableAddressTransferRequest
|
|
2560
|
+
) => any;
|
|
2561
|
+
export declare const DisableAddressTransferResultFilterSensitiveLog: (
|
|
2562
|
+
obj: DisableAddressTransferResult
|
|
2563
|
+
) => any;
|
|
2541
2564
|
export declare const DisableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
2542
2565
|
obj: DisableEbsEncryptionByDefaultRequest
|
|
2543
2566
|
) => any;
|
|
@@ -2676,27 +2699,3 @@ export declare const DisassociateTrunkInterfaceResultFilterSensitiveLog: (
|
|
|
2676
2699
|
export declare const DisassociateVpcCidrBlockRequestFilterSensitiveLog: (
|
|
2677
2700
|
obj: DisassociateVpcCidrBlockRequest
|
|
2678
2701
|
) => any;
|
|
2679
|
-
export declare const DisassociateVpcCidrBlockResultFilterSensitiveLog: (
|
|
2680
|
-
obj: DisassociateVpcCidrBlockResult
|
|
2681
|
-
) => any;
|
|
2682
|
-
export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
2683
|
-
obj: EnableEbsEncryptionByDefaultRequest
|
|
2684
|
-
) => any;
|
|
2685
|
-
export declare const EnableEbsEncryptionByDefaultResultFilterSensitiveLog: (
|
|
2686
|
-
obj: EnableEbsEncryptionByDefaultResult
|
|
2687
|
-
) => any;
|
|
2688
|
-
export declare const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog: (
|
|
2689
|
-
obj: FastLaunchLaunchTemplateSpecificationRequest
|
|
2690
|
-
) => any;
|
|
2691
|
-
export declare const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog: (
|
|
2692
|
-
obj: FastLaunchSnapshotConfigurationRequest
|
|
2693
|
-
) => any;
|
|
2694
|
-
export declare const EnableFastLaunchRequestFilterSensitiveLog: (
|
|
2695
|
-
obj: EnableFastLaunchRequest
|
|
2696
|
-
) => any;
|
|
2697
|
-
export declare const EnableFastLaunchResultFilterSensitiveLog: (
|
|
2698
|
-
obj: EnableFastLaunchResult
|
|
2699
|
-
) => any;
|
|
2700
|
-
export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (
|
|
2701
|
-
obj: EnableFastSnapshotRestoresRequest
|
|
2702
|
-
) => any;
|
|
@@ -5,6 +5,7 @@ import {
|
|
|
5
5
|
AddIpamOperatingRegion,
|
|
6
6
|
AddPrefixListEntry,
|
|
7
7
|
AddressAttribute,
|
|
8
|
+
AddressTransfer,
|
|
8
9
|
Affinity,
|
|
9
10
|
ApplianceModeSupportValue,
|
|
10
11
|
AutoPlacement,
|
|
@@ -30,6 +31,8 @@ import {
|
|
|
30
31
|
TransitGatewayPolicyTableAssociation,
|
|
31
32
|
TransitGatewayVpcAttachment,
|
|
32
33
|
UnsuccessfulItem,
|
|
34
|
+
VpcCidrBlockAssociation,
|
|
35
|
+
VpcIpv6CidrBlockAssociation,
|
|
33
36
|
} from "./models_0";
|
|
34
37
|
import {
|
|
35
38
|
AttributeValue,
|
|
@@ -56,9 +59,6 @@ import {
|
|
|
56
59
|
SubnetCidrReservation,
|
|
57
60
|
TargetCapacitySpecificationRequest,
|
|
58
61
|
TargetCapacityUnitType,
|
|
59
|
-
TrafficDirection,
|
|
60
|
-
TrafficMirrorFilterRule,
|
|
61
|
-
TrafficMirrorRuleAction,
|
|
62
62
|
VolumeType,
|
|
63
63
|
} from "./models_1";
|
|
64
64
|
import {
|
|
@@ -66,25 +66,19 @@ import {
|
|
|
66
66
|
DefaultRouteTableAssociationValue,
|
|
67
67
|
DefaultRouteTablePropagationValue,
|
|
68
68
|
DnsOptionsSpecification,
|
|
69
|
-
IKEVersionsRequestListValue,
|
|
70
69
|
IpAddressType,
|
|
71
70
|
IpamPoolCidr,
|
|
72
71
|
PayerResponsibility,
|
|
73
|
-
|
|
74
|
-
Phase1EncryptionAlgorithmsRequestListValue,
|
|
75
|
-
Phase1IntegrityAlgorithmsRequestListValue,
|
|
76
|
-
Phase2DHGroupNumbersRequestListValue,
|
|
77
|
-
Phase2EncryptionAlgorithmsRequestListValue,
|
|
78
|
-
Phase2IntegrityAlgorithmsRequestListValue,
|
|
72
|
+
TrafficDirection,
|
|
79
73
|
TrafficMirrorFilter,
|
|
74
|
+
TrafficMirrorFilterRule,
|
|
80
75
|
TrafficMirrorNetworkService,
|
|
81
76
|
TrafficMirrorPortRangeRequest,
|
|
77
|
+
TrafficMirrorRuleAction,
|
|
82
78
|
TrafficMirrorSession,
|
|
83
79
|
TransitGateway,
|
|
84
80
|
TransitGatewayPrefixListReference,
|
|
85
|
-
VpnConnection,
|
|
86
81
|
VpnEcmpSupportValue,
|
|
87
|
-
VpnTunnelLogOptionsSpecification,
|
|
88
82
|
} from "./models_2";
|
|
89
83
|
import {
|
|
90
84
|
ArchitectureType,
|
|
@@ -93,6 +87,10 @@ import {
|
|
|
93
87
|
BootModeValues,
|
|
94
88
|
ConversionTask,
|
|
95
89
|
ExportTaskS3Location,
|
|
90
|
+
FastLaunchLaunchTemplateSpecificationResponse,
|
|
91
|
+
FastLaunchResourceType,
|
|
92
|
+
FastLaunchSnapshotConfigurationResponse,
|
|
93
|
+
FastLaunchStateCode,
|
|
96
94
|
FastSnapshotRestoreStateCode,
|
|
97
95
|
Filter,
|
|
98
96
|
FpgaImageAttribute,
|
|
@@ -124,6 +122,57 @@ import {
|
|
|
124
122
|
TransitGatewayPropagationState,
|
|
125
123
|
VolumeModification,
|
|
126
124
|
} from "./models_4";
|
|
125
|
+
export interface DisassociateVpcCidrBlockResult {
|
|
126
|
+
Ipv6CidrBlockAssociation?: VpcIpv6CidrBlockAssociation;
|
|
127
|
+
CidrBlockAssociation?: VpcCidrBlockAssociation;
|
|
128
|
+
VpcId?: string;
|
|
129
|
+
}
|
|
130
|
+
export interface EnableAddressTransferRequest {
|
|
131
|
+
AllocationId: string | undefined;
|
|
132
|
+
TransferAccountId: string | undefined;
|
|
133
|
+
DryRun?: boolean;
|
|
134
|
+
}
|
|
135
|
+
export interface EnableAddressTransferResult {
|
|
136
|
+
AddressTransfer?: AddressTransfer;
|
|
137
|
+
}
|
|
138
|
+
export interface EnableEbsEncryptionByDefaultRequest {
|
|
139
|
+
DryRun?: boolean;
|
|
140
|
+
}
|
|
141
|
+
export interface EnableEbsEncryptionByDefaultResult {
|
|
142
|
+
EbsEncryptionByDefault?: boolean;
|
|
143
|
+
}
|
|
144
|
+
export interface FastLaunchLaunchTemplateSpecificationRequest {
|
|
145
|
+
LaunchTemplateId?: string;
|
|
146
|
+
LaunchTemplateName?: string;
|
|
147
|
+
Version: string | undefined;
|
|
148
|
+
}
|
|
149
|
+
export interface FastLaunchSnapshotConfigurationRequest {
|
|
150
|
+
TargetResourceCount?: number;
|
|
151
|
+
}
|
|
152
|
+
export interface EnableFastLaunchRequest {
|
|
153
|
+
ImageId: string | undefined;
|
|
154
|
+
ResourceType?: string;
|
|
155
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationRequest;
|
|
156
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationRequest;
|
|
157
|
+
MaxParallelLaunches?: number;
|
|
158
|
+
DryRun?: boolean;
|
|
159
|
+
}
|
|
160
|
+
export interface EnableFastLaunchResult {
|
|
161
|
+
ImageId?: string;
|
|
162
|
+
ResourceType?: FastLaunchResourceType | string;
|
|
163
|
+
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
|
|
164
|
+
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
|
|
165
|
+
MaxParallelLaunches?: number;
|
|
166
|
+
OwnerId?: string;
|
|
167
|
+
State?: FastLaunchStateCode | string;
|
|
168
|
+
StateTransitionReason?: string;
|
|
169
|
+
StateTransitionTime?: Date;
|
|
170
|
+
}
|
|
171
|
+
export interface EnableFastSnapshotRestoresRequest {
|
|
172
|
+
AvailabilityZones: string[] | undefined;
|
|
173
|
+
SourceSnapshotIds: string[] | undefined;
|
|
174
|
+
DryRun?: boolean;
|
|
175
|
+
}
|
|
127
176
|
export interface EnableFastSnapshotRestoreSuccessItem {
|
|
128
177
|
SnapshotId?: string;
|
|
129
178
|
AvailabilityZone?: string;
|
|
@@ -1714,70 +1763,36 @@ export interface ModifyVpcPeeringConnectionOptionsResult {
|
|
|
1714
1763
|
export declare enum VpcTenancy {
|
|
1715
1764
|
default = "default",
|
|
1716
1765
|
}
|
|
1717
|
-
export
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
export
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
VpnConnectionId: string | undefined;
|
|
1748
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1749
|
-
DryRun?: boolean;
|
|
1750
|
-
}
|
|
1751
|
-
export interface ModifyVpnTunnelCertificateResult {
|
|
1752
|
-
VpnConnection?: VpnConnection;
|
|
1753
|
-
}
|
|
1754
|
-
export interface ModifyVpnTunnelOptionsSpecification {
|
|
1755
|
-
TunnelInsideCidr?: string;
|
|
1756
|
-
TunnelInsideIpv6Cidr?: string;
|
|
1757
|
-
PreSharedKey?: string;
|
|
1758
|
-
Phase1LifetimeSeconds?: number;
|
|
1759
|
-
Phase2LifetimeSeconds?: number;
|
|
1760
|
-
RekeyMarginTimeSeconds?: number;
|
|
1761
|
-
RekeyFuzzPercentage?: number;
|
|
1762
|
-
ReplayWindowSize?: number;
|
|
1763
|
-
DPDTimeoutSeconds?: number;
|
|
1764
|
-
DPDTimeoutAction?: string;
|
|
1765
|
-
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
1766
|
-
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
1767
|
-
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
1768
|
-
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
1769
|
-
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
1770
|
-
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
1771
|
-
IKEVersions?: IKEVersionsRequestListValue[];
|
|
1772
|
-
StartupAction?: string;
|
|
1773
|
-
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
1774
|
-
}
|
|
1775
|
-
export interface ModifyVpnTunnelOptionsRequest {
|
|
1776
|
-
VpnConnectionId: string | undefined;
|
|
1777
|
-
VpnTunnelOutsideIpAddress: string | undefined;
|
|
1778
|
-
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
1779
|
-
DryRun?: boolean;
|
|
1780
|
-
}
|
|
1766
|
+
export declare const DisassociateVpcCidrBlockResultFilterSensitiveLog: (
|
|
1767
|
+
obj: DisassociateVpcCidrBlockResult
|
|
1768
|
+
) => any;
|
|
1769
|
+
export declare const EnableAddressTransferRequestFilterSensitiveLog: (
|
|
1770
|
+
obj: EnableAddressTransferRequest
|
|
1771
|
+
) => any;
|
|
1772
|
+
export declare const EnableAddressTransferResultFilterSensitiveLog: (
|
|
1773
|
+
obj: EnableAddressTransferResult
|
|
1774
|
+
) => any;
|
|
1775
|
+
export declare const EnableEbsEncryptionByDefaultRequestFilterSensitiveLog: (
|
|
1776
|
+
obj: EnableEbsEncryptionByDefaultRequest
|
|
1777
|
+
) => any;
|
|
1778
|
+
export declare const EnableEbsEncryptionByDefaultResultFilterSensitiveLog: (
|
|
1779
|
+
obj: EnableEbsEncryptionByDefaultResult
|
|
1780
|
+
) => any;
|
|
1781
|
+
export declare const FastLaunchLaunchTemplateSpecificationRequestFilterSensitiveLog: (
|
|
1782
|
+
obj: FastLaunchLaunchTemplateSpecificationRequest
|
|
1783
|
+
) => any;
|
|
1784
|
+
export declare const FastLaunchSnapshotConfigurationRequestFilterSensitiveLog: (
|
|
1785
|
+
obj: FastLaunchSnapshotConfigurationRequest
|
|
1786
|
+
) => any;
|
|
1787
|
+
export declare const EnableFastLaunchRequestFilterSensitiveLog: (
|
|
1788
|
+
obj: EnableFastLaunchRequest
|
|
1789
|
+
) => any;
|
|
1790
|
+
export declare const EnableFastLaunchResultFilterSensitiveLog: (
|
|
1791
|
+
obj: EnableFastLaunchResult
|
|
1792
|
+
) => any;
|
|
1793
|
+
export declare const EnableFastSnapshotRestoresRequestFilterSensitiveLog: (
|
|
1794
|
+
obj: EnableFastSnapshotRestoresRequest
|
|
1795
|
+
) => any;
|
|
1781
1796
|
export declare const EnableFastSnapshotRestoreSuccessItemFilterSensitiveLog: (
|
|
1782
1797
|
obj: EnableFastSnapshotRestoreSuccessItem
|
|
1783
1798
|
) => any;
|
|
@@ -2588,33 +2603,3 @@ export declare const PeeringConnectionOptionsFilterSensitiveLog: (
|
|
|
2588
2603
|
export declare const ModifyVpcPeeringConnectionOptionsResultFilterSensitiveLog: (
|
|
2589
2604
|
obj: ModifyVpcPeeringConnectionOptionsResult
|
|
2590
2605
|
) => any;
|
|
2591
|
-
export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (
|
|
2592
|
-
obj: ModifyVpcTenancyRequest
|
|
2593
|
-
) => any;
|
|
2594
|
-
export declare const ModifyVpcTenancyResultFilterSensitiveLog: (
|
|
2595
|
-
obj: ModifyVpcTenancyResult
|
|
2596
|
-
) => any;
|
|
2597
|
-
export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (
|
|
2598
|
-
obj: ModifyVpnConnectionRequest
|
|
2599
|
-
) => any;
|
|
2600
|
-
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
2601
|
-
obj: ModifyVpnConnectionResult
|
|
2602
|
-
) => any;
|
|
2603
|
-
export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (
|
|
2604
|
-
obj: ModifyVpnConnectionOptionsRequest
|
|
2605
|
-
) => any;
|
|
2606
|
-
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
|
|
2607
|
-
obj: ModifyVpnConnectionOptionsResult
|
|
2608
|
-
) => any;
|
|
2609
|
-
export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (
|
|
2610
|
-
obj: ModifyVpnTunnelCertificateRequest
|
|
2611
|
-
) => any;
|
|
2612
|
-
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
|
|
2613
|
-
obj: ModifyVpnTunnelCertificateResult
|
|
2614
|
-
) => any;
|
|
2615
|
-
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
2616
|
-
obj: ModifyVpnTunnelOptionsSpecification
|
|
2617
|
-
) => any;
|
|
2618
|
-
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
2619
|
-
obj: ModifyVpnTunnelOptionsRequest
|
|
2620
|
-
) => any;
|
|
@@ -35,10 +35,18 @@ import {
|
|
|
35
35
|
SpotInstanceType,
|
|
36
36
|
} from "./models_1";
|
|
37
37
|
import {
|
|
38
|
+
IKEVersionsRequestListValue,
|
|
38
39
|
InstanceTagNotificationAttribute,
|
|
39
40
|
IpamPoolCidr,
|
|
41
|
+
Phase1DHGroupNumbersRequestListValue,
|
|
42
|
+
Phase1EncryptionAlgorithmsRequestListValue,
|
|
43
|
+
Phase1IntegrityAlgorithmsRequestListValue,
|
|
44
|
+
Phase2DHGroupNumbersRequestListValue,
|
|
45
|
+
Phase2EncryptionAlgorithmsRequestListValue,
|
|
46
|
+
Phase2IntegrityAlgorithmsRequestListValue,
|
|
40
47
|
TransitGatewayRoute,
|
|
41
48
|
VpnConnection,
|
|
49
|
+
VpnTunnelLogOptionsSpecification,
|
|
42
50
|
} from "./models_2";
|
|
43
51
|
import {
|
|
44
52
|
ArchitectureValues,
|
|
@@ -68,7 +76,75 @@ import {
|
|
|
68
76
|
SpotInstanceRequest,
|
|
69
77
|
SpotPlacement,
|
|
70
78
|
} from "./models_4";
|
|
71
|
-
import {
|
|
79
|
+
import {
|
|
80
|
+
CapacityReservationSpecification,
|
|
81
|
+
Purchase,
|
|
82
|
+
VpcTenancy,
|
|
83
|
+
} from "./models_5";
|
|
84
|
+
export interface ModifyVpcTenancyRequest {
|
|
85
|
+
VpcId: string | undefined;
|
|
86
|
+
InstanceTenancy: VpcTenancy | string | undefined;
|
|
87
|
+
DryRun?: boolean;
|
|
88
|
+
}
|
|
89
|
+
export interface ModifyVpcTenancyResult {
|
|
90
|
+
ReturnValue?: boolean;
|
|
91
|
+
}
|
|
92
|
+
export interface ModifyVpnConnectionRequest {
|
|
93
|
+
VpnConnectionId: string | undefined;
|
|
94
|
+
TransitGatewayId?: string;
|
|
95
|
+
CustomerGatewayId?: string;
|
|
96
|
+
VpnGatewayId?: string;
|
|
97
|
+
DryRun?: boolean;
|
|
98
|
+
}
|
|
99
|
+
export interface ModifyVpnConnectionResult {
|
|
100
|
+
VpnConnection?: VpnConnection;
|
|
101
|
+
}
|
|
102
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
103
|
+
VpnConnectionId: string | undefined;
|
|
104
|
+
LocalIpv4NetworkCidr?: string;
|
|
105
|
+
RemoteIpv4NetworkCidr?: string;
|
|
106
|
+
LocalIpv6NetworkCidr?: string;
|
|
107
|
+
RemoteIpv6NetworkCidr?: string;
|
|
108
|
+
DryRun?: boolean;
|
|
109
|
+
}
|
|
110
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
111
|
+
VpnConnection?: VpnConnection;
|
|
112
|
+
}
|
|
113
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
114
|
+
VpnConnectionId: string | undefined;
|
|
115
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
116
|
+
DryRun?: boolean;
|
|
117
|
+
}
|
|
118
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
119
|
+
VpnConnection?: VpnConnection;
|
|
120
|
+
}
|
|
121
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
122
|
+
TunnelInsideCidr?: string;
|
|
123
|
+
TunnelInsideIpv6Cidr?: string;
|
|
124
|
+
PreSharedKey?: string;
|
|
125
|
+
Phase1LifetimeSeconds?: number;
|
|
126
|
+
Phase2LifetimeSeconds?: number;
|
|
127
|
+
RekeyMarginTimeSeconds?: number;
|
|
128
|
+
RekeyFuzzPercentage?: number;
|
|
129
|
+
ReplayWindowSize?: number;
|
|
130
|
+
DPDTimeoutSeconds?: number;
|
|
131
|
+
DPDTimeoutAction?: string;
|
|
132
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
133
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
134
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
135
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
136
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
137
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
138
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
139
|
+
StartupAction?: string;
|
|
140
|
+
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
141
|
+
}
|
|
142
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
143
|
+
VpnConnectionId: string | undefined;
|
|
144
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
145
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
146
|
+
DryRun?: boolean;
|
|
147
|
+
}
|
|
72
148
|
export interface ModifyVpnTunnelOptionsResult {
|
|
73
149
|
VpnConnection?: VpnConnection;
|
|
74
150
|
}
|
|
@@ -924,6 +1000,36 @@ export interface WithdrawByoipCidrRequest {
|
|
|
924
1000
|
export interface WithdrawByoipCidrResult {
|
|
925
1001
|
ByoipCidr?: ByoipCidr;
|
|
926
1002
|
}
|
|
1003
|
+
export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (
|
|
1004
|
+
obj: ModifyVpcTenancyRequest
|
|
1005
|
+
) => any;
|
|
1006
|
+
export declare const ModifyVpcTenancyResultFilterSensitiveLog: (
|
|
1007
|
+
obj: ModifyVpcTenancyResult
|
|
1008
|
+
) => any;
|
|
1009
|
+
export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (
|
|
1010
|
+
obj: ModifyVpnConnectionRequest
|
|
1011
|
+
) => any;
|
|
1012
|
+
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (
|
|
1013
|
+
obj: ModifyVpnConnectionResult
|
|
1014
|
+
) => any;
|
|
1015
|
+
export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (
|
|
1016
|
+
obj: ModifyVpnConnectionOptionsRequest
|
|
1017
|
+
) => any;
|
|
1018
|
+
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (
|
|
1019
|
+
obj: ModifyVpnConnectionOptionsResult
|
|
1020
|
+
) => any;
|
|
1021
|
+
export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (
|
|
1022
|
+
obj: ModifyVpnTunnelCertificateRequest
|
|
1023
|
+
) => any;
|
|
1024
|
+
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (
|
|
1025
|
+
obj: ModifyVpnTunnelCertificateResult
|
|
1026
|
+
) => any;
|
|
1027
|
+
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (
|
|
1028
|
+
obj: ModifyVpnTunnelOptionsSpecification
|
|
1029
|
+
) => any;
|
|
1030
|
+
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (
|
|
1031
|
+
obj: ModifyVpnTunnelOptionsRequest
|
|
1032
|
+
) => any;
|
|
927
1033
|
export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (
|
|
928
1034
|
obj: ModifyVpnTunnelOptionsResult
|
|
929
1035
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAddressTransfersCommandInput,
|
|
4
|
+
DescribeAddressTransfersCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAddressTransfersCommand";
|
|
6
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAddressTransfers(
|
|
8
|
+
config: EC2PaginationConfiguration,
|
|
9
|
+
input: DescribeAddressTransfersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAddressTransfersCommandOutput>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
export * from "./DescribeAddressTransfersPaginator";
|
|
1
2
|
export * from "./DescribeAddressesAttributePaginator";
|
|
2
3
|
export * from "./DescribeByoipCidrsPaginator";
|
|
3
4
|
export * from "./DescribeCapacityReservationFleetsPaginator";
|
|
@@ -7,8 +8,8 @@ export * from "./DescribeClassicLinkInstancesPaginator";
|
|
|
7
8
|
export * from "./DescribeClientVpnAuthorizationRulesPaginator";
|
|
8
9
|
export * from "./DescribeClientVpnConnectionsPaginator";
|
|
9
10
|
export * from "./DescribeClientVpnEndpointsPaginator";
|
|
10
|
-
export * from "./DescribeClientVpnRoutesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeClientVpnRoutesPaginator";
|
|
12
13
|
export * from "./DescribeClientVpnTargetNetworksPaginator";
|
|
13
14
|
export * from "./DescribeCoipPoolsPaginator";
|
|
14
15
|
export * from "./DescribeDhcpOptionsPaginator";
|