@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,9 +1,339 @@
|
|
|
1
1
|
import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostnameType, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
|
|
2
2
|
import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SnapshotState, SpotInstanceType } from "./models_1";
|
|
3
|
-
import { InstanceTagNotificationAttribute, IpamPoolCidr, TransitGatewayRoute, VpnConnection } from "./models_2";
|
|
3
|
+
import { IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, TransitGatewayRoute, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
|
|
4
4
|
import { ArchitectureValues, BootModeValues, ClientVpnConnectionStatus, Filter, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, Monitoring, TpmSupportValues } from "./models_3";
|
|
5
5
|
import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
|
|
6
|
-
import { CapacityReservationSpecification, Purchase } from "./models_5";
|
|
6
|
+
import { CapacityReservationSpecification, Purchase, VpcTenancy } from "./models_5";
|
|
7
|
+
export interface ModifyVpcTenancyRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The ID of the VPC.</p>
|
|
10
|
+
*/
|
|
11
|
+
VpcId: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The instance tenancy attribute for the VPC. </p>
|
|
14
|
+
*/
|
|
15
|
+
InstanceTenancy: VpcTenancy | string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
18
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
19
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
20
|
+
*/
|
|
21
|
+
DryRun?: boolean;
|
|
22
|
+
}
|
|
23
|
+
export interface ModifyVpcTenancyResult {
|
|
24
|
+
/**
|
|
25
|
+
* <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
|
|
26
|
+
* error.</p>
|
|
27
|
+
*/
|
|
28
|
+
ReturnValue?: boolean;
|
|
29
|
+
}
|
|
30
|
+
export interface ModifyVpnConnectionRequest {
|
|
31
|
+
/**
|
|
32
|
+
* <p>The ID of the VPN connection.</p>
|
|
33
|
+
*/
|
|
34
|
+
VpnConnectionId: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>The ID of the transit gateway.</p>
|
|
37
|
+
*/
|
|
38
|
+
TransitGatewayId?: string;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The ID of the customer gateway at your end of the VPN connection.</p>
|
|
41
|
+
*/
|
|
42
|
+
CustomerGatewayId?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
|
|
45
|
+
* connection.</p>
|
|
46
|
+
*/
|
|
47
|
+
VpnGatewayId?: string;
|
|
48
|
+
/**
|
|
49
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
50
|
+
* making the request, and provides an error response. If you have the required
|
|
51
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
52
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
53
|
+
*/
|
|
54
|
+
DryRun?: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface ModifyVpnConnectionResult {
|
|
57
|
+
/**
|
|
58
|
+
* <p>Describes a VPN connection.</p>
|
|
59
|
+
*/
|
|
60
|
+
VpnConnection?: VpnConnection;
|
|
61
|
+
}
|
|
62
|
+
export interface ModifyVpnConnectionOptionsRequest {
|
|
63
|
+
/**
|
|
64
|
+
* <p>The ID of the Site-to-Site VPN connection. </p>
|
|
65
|
+
*/
|
|
66
|
+
VpnConnectionId: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
69
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
70
|
+
* </p>
|
|
71
|
+
*/
|
|
72
|
+
LocalIpv4NetworkCidr?: string;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
75
|
+
* <p>Default: <code>0.0.0.0/0</code>
|
|
76
|
+
* </p>
|
|
77
|
+
*/
|
|
78
|
+
RemoteIpv4NetworkCidr?: string;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
|
|
81
|
+
* <p>Default: <code>::/0</code>
|
|
82
|
+
* </p>
|
|
83
|
+
*/
|
|
84
|
+
LocalIpv6NetworkCidr?: string;
|
|
85
|
+
/**
|
|
86
|
+
* <p>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</p>
|
|
87
|
+
* <p>Default: <code>::/0</code>
|
|
88
|
+
* </p>
|
|
89
|
+
*/
|
|
90
|
+
RemoteIpv6NetworkCidr?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
93
|
+
*/
|
|
94
|
+
DryRun?: boolean;
|
|
95
|
+
}
|
|
96
|
+
export interface ModifyVpnConnectionOptionsResult {
|
|
97
|
+
/**
|
|
98
|
+
* <p>Describes a VPN connection.</p>
|
|
99
|
+
*/
|
|
100
|
+
VpnConnection?: VpnConnection;
|
|
101
|
+
}
|
|
102
|
+
export interface ModifyVpnTunnelCertificateRequest {
|
|
103
|
+
/**
|
|
104
|
+
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
105
|
+
*/
|
|
106
|
+
VpnConnectionId: string | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* <p>The external IP address of the VPN tunnel.</p>
|
|
109
|
+
*/
|
|
110
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
113
|
+
* making the request, and provides an error response. If you have the required
|
|
114
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
115
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
116
|
+
*/
|
|
117
|
+
DryRun?: boolean;
|
|
118
|
+
}
|
|
119
|
+
export interface ModifyVpnTunnelCertificateResult {
|
|
120
|
+
/**
|
|
121
|
+
* <p>Describes a VPN connection.</p>
|
|
122
|
+
*/
|
|
123
|
+
VpnConnection?: VpnConnection;
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
|
|
127
|
+
*/
|
|
128
|
+
export interface ModifyVpnTunnelOptionsSpecification {
|
|
129
|
+
/**
|
|
130
|
+
* <p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be
|
|
131
|
+
* unique across all VPN connections that use the same virtual private gateway. </p>
|
|
132
|
+
* <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The
|
|
133
|
+
* following CIDR blocks are reserved and cannot be used:</p>
|
|
134
|
+
* <ul>
|
|
135
|
+
* <li>
|
|
136
|
+
* <p>
|
|
137
|
+
* <code>169.254.0.0/30</code>
|
|
138
|
+
* </p>
|
|
139
|
+
* </li>
|
|
140
|
+
* <li>
|
|
141
|
+
* <p>
|
|
142
|
+
* <code>169.254.1.0/30</code>
|
|
143
|
+
* </p>
|
|
144
|
+
* </li>
|
|
145
|
+
* <li>
|
|
146
|
+
* <p>
|
|
147
|
+
* <code>169.254.2.0/30</code>
|
|
148
|
+
* </p>
|
|
149
|
+
* </li>
|
|
150
|
+
* <li>
|
|
151
|
+
* <p>
|
|
152
|
+
* <code>169.254.3.0/30</code>
|
|
153
|
+
* </p>
|
|
154
|
+
* </li>
|
|
155
|
+
* <li>
|
|
156
|
+
* <p>
|
|
157
|
+
* <code>169.254.4.0/30</code>
|
|
158
|
+
* </p>
|
|
159
|
+
* </li>
|
|
160
|
+
* <li>
|
|
161
|
+
* <p>
|
|
162
|
+
* <code>169.254.5.0/30</code>
|
|
163
|
+
* </p>
|
|
164
|
+
* </li>
|
|
165
|
+
* <li>
|
|
166
|
+
* <p>
|
|
167
|
+
* <code>169.254.169.252/30</code>
|
|
168
|
+
* </p>
|
|
169
|
+
* </li>
|
|
170
|
+
* </ul>
|
|
171
|
+
*/
|
|
172
|
+
TunnelInsideCidr?: string;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be
|
|
175
|
+
* unique across all VPN connections that use the same transit gateway.</p>
|
|
176
|
+
* <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>
|
|
177
|
+
*/
|
|
178
|
+
TunnelInsideIpv6Cidr?: string;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The pre-shared key (PSK) to establish initial authentication between the virtual
|
|
181
|
+
* private gateway and the customer gateway.</p>
|
|
182
|
+
* <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and
|
|
183
|
+
* underscores (_). Must be between 8 and 64 characters in length and cannot start with
|
|
184
|
+
* zero (0).</p>
|
|
185
|
+
*/
|
|
186
|
+
PreSharedKey?: string;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
|
|
189
|
+
* <p>Constraints: A value between 900 and 28,800.</p>
|
|
190
|
+
* <p>Default: <code>28800</code>
|
|
191
|
+
* </p>
|
|
192
|
+
*/
|
|
193
|
+
Phase1LifetimeSeconds?: number;
|
|
194
|
+
/**
|
|
195
|
+
* <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
|
|
196
|
+
* <p>Constraints: A value between 900 and 3,600. The value must be less than the value for
|
|
197
|
+
* <code>Phase1LifetimeSeconds</code>.</p>
|
|
198
|
+
* <p>Default: <code>3600</code>
|
|
199
|
+
* </p>
|
|
200
|
+
*/
|
|
201
|
+
Phase2LifetimeSeconds?: number;
|
|
202
|
+
/**
|
|
203
|
+
* <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the
|
|
204
|
+
* Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time
|
|
205
|
+
* of the rekey is randomly selected based on the value for
|
|
206
|
+
* <code>RekeyFuzzPercentage</code>.</p>
|
|
207
|
+
* <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
|
|
208
|
+
* <p>Default: <code>540</code>
|
|
209
|
+
* </p>
|
|
210
|
+
*/
|
|
211
|
+
RekeyMarginTimeSeconds?: number;
|
|
212
|
+
/**
|
|
213
|
+
* <p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>)
|
|
214
|
+
* during which the rekey time is randomly selected.</p>
|
|
215
|
+
* <p>Constraints: A value between 0 and 100.</p>
|
|
216
|
+
* <p>Default: <code>100</code>
|
|
217
|
+
* </p>
|
|
218
|
+
*/
|
|
219
|
+
RekeyFuzzPercentage?: number;
|
|
220
|
+
/**
|
|
221
|
+
* <p>The number of packets in an IKE replay window.</p>
|
|
222
|
+
* <p>Constraints: A value between 64 and 2048.</p>
|
|
223
|
+
* <p>Default: <code>1024</code>
|
|
224
|
+
* </p>
|
|
225
|
+
*/
|
|
226
|
+
ReplayWindowSize?: number;
|
|
227
|
+
/**
|
|
228
|
+
* <p>The number of seconds after which a DPD timeout occurs.</p>
|
|
229
|
+
* <p>Constraints: A value greater than or equal to 30.</p>
|
|
230
|
+
* <p>Default: <code>30</code>
|
|
231
|
+
* </p>
|
|
232
|
+
*/
|
|
233
|
+
DPDTimeoutSeconds?: number;
|
|
234
|
+
/**
|
|
235
|
+
* <p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart
|
|
236
|
+
* the IKE initiation. Specify <code>clear</code> to end the IKE session.</p>
|
|
237
|
+
* <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code>
|
|
238
|
+
* </p>
|
|
239
|
+
* <p>Default: <code>clear</code>
|
|
240
|
+
* </p>
|
|
241
|
+
*/
|
|
242
|
+
DPDTimeoutAction?: string;
|
|
243
|
+
/**
|
|
244
|
+
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1
|
|
245
|
+
* IKE negotiations.</p>
|
|
246
|
+
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
247
|
+
* <code>AES256-GCM-16</code>
|
|
248
|
+
* </p>
|
|
249
|
+
*/
|
|
250
|
+
Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[];
|
|
251
|
+
/**
|
|
252
|
+
* <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2
|
|
253
|
+
* IKE negotiations.</p>
|
|
254
|
+
* <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
|
|
255
|
+
* <code>AES256-GCM-16</code>
|
|
256
|
+
* </p>
|
|
257
|
+
*/
|
|
258
|
+
Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[];
|
|
259
|
+
/**
|
|
260
|
+
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE
|
|
261
|
+
* negotiations.</p>
|
|
262
|
+
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
263
|
+
* <code>SHA2-512</code>
|
|
264
|
+
* </p>
|
|
265
|
+
*/
|
|
266
|
+
Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[];
|
|
267
|
+
/**
|
|
268
|
+
* <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE
|
|
269
|
+
* negotiations.</p>
|
|
270
|
+
* <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
|
|
271
|
+
* <code>SHA2-512</code>
|
|
272
|
+
* </p>
|
|
273
|
+
*/
|
|
274
|
+
Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[];
|
|
275
|
+
/**
|
|
276
|
+
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
277
|
+
* phase 1 IKE negotiations.</p>
|
|
278
|
+
* <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> |
|
|
279
|
+
* <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> |
|
|
280
|
+
* <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code>
|
|
281
|
+
* </p>
|
|
282
|
+
*/
|
|
283
|
+
Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[];
|
|
284
|
+
/**
|
|
285
|
+
* <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
|
|
286
|
+
* phase 2 IKE negotiations.</p>
|
|
287
|
+
* <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> |
|
|
288
|
+
* <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> |
|
|
289
|
+
* <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> |
|
|
290
|
+
* <code>24</code>
|
|
291
|
+
* </p>
|
|
292
|
+
*/
|
|
293
|
+
Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[];
|
|
294
|
+
/**
|
|
295
|
+
* <p>The IKE versions that are permitted for the VPN tunnel.</p>
|
|
296
|
+
* <p>Valid values: <code>ikev1</code> | <code>ikev2</code>
|
|
297
|
+
* </p>
|
|
298
|
+
*/
|
|
299
|
+
IKEVersions?: IKEVersionsRequestListValue[];
|
|
300
|
+
/**
|
|
301
|
+
* <p>The action to take when the establishing the tunnel for the VPN connection. By
|
|
302
|
+
* default, your customer gateway device must initiate the IKE negotiation and bring up the
|
|
303
|
+
* tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE
|
|
304
|
+
* negotiation.</p>
|
|
305
|
+
* <p>Valid Values: <code>add</code> | <code>start</code>
|
|
306
|
+
* </p>
|
|
307
|
+
* <p>Default: <code>add</code>
|
|
308
|
+
* </p>
|
|
309
|
+
*/
|
|
310
|
+
StartupAction?: string;
|
|
311
|
+
/**
|
|
312
|
+
* <p>Options for logging VPN tunnel activity.</p>
|
|
313
|
+
*/
|
|
314
|
+
LogOptions?: VpnTunnelLogOptionsSpecification;
|
|
315
|
+
}
|
|
316
|
+
export interface ModifyVpnTunnelOptionsRequest {
|
|
317
|
+
/**
|
|
318
|
+
* <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
|
|
319
|
+
*/
|
|
320
|
+
VpnConnectionId: string | undefined;
|
|
321
|
+
/**
|
|
322
|
+
* <p>The external IP address of the VPN tunnel.</p>
|
|
323
|
+
*/
|
|
324
|
+
VpnTunnelOutsideIpAddress: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The tunnel options to modify.</p>
|
|
327
|
+
*/
|
|
328
|
+
TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>Checks whether you have the required permissions for the action, without actually
|
|
331
|
+
* making the request, and provides an error response. If you have the required
|
|
332
|
+
* permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
|
|
333
|
+
* <code>UnauthorizedOperation</code>.</p>
|
|
334
|
+
*/
|
|
335
|
+
DryRun?: boolean;
|
|
336
|
+
}
|
|
7
337
|
export interface ModifyVpnTunnelOptionsResult {
|
|
8
338
|
/**
|
|
9
339
|
* <p>Describes a VPN connection.</p>
|
|
@@ -90,8 +420,7 @@ export interface MoveByoipCidrToIpamRequest {
|
|
|
90
420
|
}
|
|
91
421
|
export interface MoveByoipCidrToIpamResult {
|
|
92
422
|
/**
|
|
93
|
-
* <p>
|
|
94
|
-
* through bring your own IP addresses (BYOIP).</p>
|
|
423
|
+
* <p>The BYOIP CIDR.</p>
|
|
95
424
|
*/
|
|
96
425
|
ByoipCidr?: ByoipCidr;
|
|
97
426
|
}
|
|
@@ -217,7 +546,7 @@ export interface ProvisionPublicIpv4PoolCidrResult {
|
|
|
217
546
|
*/
|
|
218
547
|
PoolId?: string;
|
|
219
548
|
/**
|
|
220
|
-
* <p>
|
|
549
|
+
* <p>Information about the address range of the public IPv4 pool.</p>
|
|
221
550
|
*/
|
|
222
551
|
PoolAddressRange?: PublicIpv4PoolRange;
|
|
223
552
|
}
|
|
@@ -3271,6 +3600,46 @@ export interface WithdrawByoipCidrResult {
|
|
|
3271
3600
|
*/
|
|
3272
3601
|
ByoipCidr?: ByoipCidr;
|
|
3273
3602
|
}
|
|
3603
|
+
/**
|
|
3604
|
+
* @internal
|
|
3605
|
+
*/
|
|
3606
|
+
export declare const ModifyVpcTenancyRequestFilterSensitiveLog: (obj: ModifyVpcTenancyRequest) => any;
|
|
3607
|
+
/**
|
|
3608
|
+
* @internal
|
|
3609
|
+
*/
|
|
3610
|
+
export declare const ModifyVpcTenancyResultFilterSensitiveLog: (obj: ModifyVpcTenancyResult) => any;
|
|
3611
|
+
/**
|
|
3612
|
+
* @internal
|
|
3613
|
+
*/
|
|
3614
|
+
export declare const ModifyVpnConnectionRequestFilterSensitiveLog: (obj: ModifyVpnConnectionRequest) => any;
|
|
3615
|
+
/**
|
|
3616
|
+
* @internal
|
|
3617
|
+
*/
|
|
3618
|
+
export declare const ModifyVpnConnectionResultFilterSensitiveLog: (obj: ModifyVpnConnectionResult) => any;
|
|
3619
|
+
/**
|
|
3620
|
+
* @internal
|
|
3621
|
+
*/
|
|
3622
|
+
export declare const ModifyVpnConnectionOptionsRequestFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsRequest) => any;
|
|
3623
|
+
/**
|
|
3624
|
+
* @internal
|
|
3625
|
+
*/
|
|
3626
|
+
export declare const ModifyVpnConnectionOptionsResultFilterSensitiveLog: (obj: ModifyVpnConnectionOptionsResult) => any;
|
|
3627
|
+
/**
|
|
3628
|
+
* @internal
|
|
3629
|
+
*/
|
|
3630
|
+
export declare const ModifyVpnTunnelCertificateRequestFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateRequest) => any;
|
|
3631
|
+
/**
|
|
3632
|
+
* @internal
|
|
3633
|
+
*/
|
|
3634
|
+
export declare const ModifyVpnTunnelCertificateResultFilterSensitiveLog: (obj: ModifyVpnTunnelCertificateResult) => any;
|
|
3635
|
+
/**
|
|
3636
|
+
* @internal
|
|
3637
|
+
*/
|
|
3638
|
+
export declare const ModifyVpnTunnelOptionsSpecificationFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsSpecification) => any;
|
|
3639
|
+
/**
|
|
3640
|
+
* @internal
|
|
3641
|
+
*/
|
|
3642
|
+
export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsRequest) => any;
|
|
3274
3643
|
/**
|
|
3275
3644
|
* @internal
|
|
3276
3645
|
*/
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { DescribeAddressTransfersCommandInput, DescribeAddressTransfersCommandOutput } from "../commands/DescribeAddressTransfersCommand";
|
|
3
|
+
import { EC2PaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateDescribeAddressTransfers(config: EC2PaginationConfiguration, input: DescribeAddressTransfersCommandInput, ...additionalArguments: any): 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";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { AcceptAddressTransferCommandInput, AcceptAddressTransferCommandOutput } from "../commands/AcceptAddressTransferCommand";
|
|
3
4
|
import { AcceptReservedInstancesExchangeQuoteCommandInput, AcceptReservedInstancesExchangeQuoteCommandOutput } from "../commands/AcceptReservedInstancesExchangeQuoteCommand";
|
|
4
5
|
import { AcceptTransitGatewayMulticastDomainAssociationsCommandInput, AcceptTransitGatewayMulticastDomainAssociationsCommandOutput } from "../commands/AcceptTransitGatewayMulticastDomainAssociationsCommand";
|
|
5
6
|
import { AcceptTransitGatewayPeeringAttachmentCommandInput, AcceptTransitGatewayPeeringAttachmentCommandOutput } from "../commands/AcceptTransitGatewayPeeringAttachmentCommand";
|
|
@@ -202,6 +203,7 @@ import { DeregisterTransitGatewayMulticastGroupSourcesCommandInput, DeregisterTr
|
|
|
202
203
|
import { DescribeAccountAttributesCommandInput, DescribeAccountAttributesCommandOutput } from "../commands/DescribeAccountAttributesCommand";
|
|
203
204
|
import { DescribeAddressesAttributeCommandInput, DescribeAddressesAttributeCommandOutput } from "../commands/DescribeAddressesAttributeCommand";
|
|
204
205
|
import { DescribeAddressesCommandInput, DescribeAddressesCommandOutput } from "../commands/DescribeAddressesCommand";
|
|
206
|
+
import { DescribeAddressTransfersCommandInput, DescribeAddressTransfersCommandOutput } from "../commands/DescribeAddressTransfersCommand";
|
|
205
207
|
import { DescribeAggregateIdFormatCommandInput, DescribeAggregateIdFormatCommandOutput } from "../commands/DescribeAggregateIdFormatCommand";
|
|
206
208
|
import { DescribeAvailabilityZonesCommandInput, DescribeAvailabilityZonesCommandOutput } from "../commands/DescribeAvailabilityZonesCommand";
|
|
207
209
|
import { DescribeBundleTasksCommandInput, DescribeBundleTasksCommandOutput } from "../commands/DescribeBundleTasksCommand";
|
|
@@ -339,6 +341,7 @@ import { DetachInternetGatewayCommandInput, DetachInternetGatewayCommandOutput }
|
|
|
339
341
|
import { DetachNetworkInterfaceCommandInput, DetachNetworkInterfaceCommandOutput } from "../commands/DetachNetworkInterfaceCommand";
|
|
340
342
|
import { DetachVolumeCommandInput, DetachVolumeCommandOutput } from "../commands/DetachVolumeCommand";
|
|
341
343
|
import { DetachVpnGatewayCommandInput, DetachVpnGatewayCommandOutput } from "../commands/DetachVpnGatewayCommand";
|
|
344
|
+
import { DisableAddressTransferCommandInput, DisableAddressTransferCommandOutput } from "../commands/DisableAddressTransferCommand";
|
|
342
345
|
import { DisableEbsEncryptionByDefaultCommandInput, DisableEbsEncryptionByDefaultCommandOutput } from "../commands/DisableEbsEncryptionByDefaultCommand";
|
|
343
346
|
import { DisableFastLaunchCommandInput, DisableFastLaunchCommandOutput } from "../commands/DisableFastLaunchCommand";
|
|
344
347
|
import { DisableFastSnapshotRestoresCommandInput, DisableFastSnapshotRestoresCommandOutput } from "../commands/DisableFastSnapshotRestoresCommand";
|
|
@@ -361,6 +364,7 @@ import { DisassociateTransitGatewayPolicyTableCommandInput, DisassociateTransitG
|
|
|
361
364
|
import { DisassociateTransitGatewayRouteTableCommandInput, DisassociateTransitGatewayRouteTableCommandOutput } from "../commands/DisassociateTransitGatewayRouteTableCommand";
|
|
362
365
|
import { DisassociateTrunkInterfaceCommandInput, DisassociateTrunkInterfaceCommandOutput } from "../commands/DisassociateTrunkInterfaceCommand";
|
|
363
366
|
import { DisassociateVpcCidrBlockCommandInput, DisassociateVpcCidrBlockCommandOutput } from "../commands/DisassociateVpcCidrBlockCommand";
|
|
367
|
+
import { EnableAddressTransferCommandInput, EnableAddressTransferCommandOutput } from "../commands/EnableAddressTransferCommand";
|
|
364
368
|
import { EnableEbsEncryptionByDefaultCommandInput, EnableEbsEncryptionByDefaultCommandOutput } from "../commands/EnableEbsEncryptionByDefaultCommand";
|
|
365
369
|
import { EnableFastLaunchCommandInput, EnableFastLaunchCommandOutput } from "../commands/EnableFastLaunchCommand";
|
|
366
370
|
import { EnableFastSnapshotRestoresCommandInput, EnableFastSnapshotRestoresCommandOutput } from "../commands/EnableFastSnapshotRestoresCommand";
|
|
@@ -542,6 +546,7 @@ import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from
|
|
|
542
546
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
543
547
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
544
548
|
import { WithdrawByoipCidrCommandInput, WithdrawByoipCidrCommandOutput } from "../commands/WithdrawByoipCidrCommand";
|
|
549
|
+
export declare const serializeAws_ec2AcceptAddressTransferCommand: (input: AcceptAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
545
550
|
export declare const serializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (input: AcceptReservedInstancesExchangeQuoteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
546
551
|
export declare const serializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand: (input: AcceptTransitGatewayMulticastDomainAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
547
552
|
export declare const serializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand: (input: AcceptTransitGatewayPeeringAttachmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -744,6 +749,7 @@ export declare const serializeAws_ec2DeregisterTransitGatewayMulticastGroupSourc
|
|
|
744
749
|
export declare const serializeAws_ec2DescribeAccountAttributesCommand: (input: DescribeAccountAttributesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
745
750
|
export declare const serializeAws_ec2DescribeAddressesCommand: (input: DescribeAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
746
751
|
export declare const serializeAws_ec2DescribeAddressesAttributeCommand: (input: DescribeAddressesAttributeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
752
|
+
export declare const serializeAws_ec2DescribeAddressTransfersCommand: (input: DescribeAddressTransfersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
747
753
|
export declare const serializeAws_ec2DescribeAggregateIdFormatCommand: (input: DescribeAggregateIdFormatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
748
754
|
export declare const serializeAws_ec2DescribeAvailabilityZonesCommand: (input: DescribeAvailabilityZonesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
749
755
|
export declare const serializeAws_ec2DescribeBundleTasksCommand: (input: DescribeBundleTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -881,6 +887,7 @@ export declare const serializeAws_ec2DetachInternetGatewayCommand: (input: Detac
|
|
|
881
887
|
export declare const serializeAws_ec2DetachNetworkInterfaceCommand: (input: DetachNetworkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
882
888
|
export declare const serializeAws_ec2DetachVolumeCommand: (input: DetachVolumeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
883
889
|
export declare const serializeAws_ec2DetachVpnGatewayCommand: (input: DetachVpnGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
890
|
+
export declare const serializeAws_ec2DisableAddressTransferCommand: (input: DisableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
884
891
|
export declare const serializeAws_ec2DisableEbsEncryptionByDefaultCommand: (input: DisableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
885
892
|
export declare const serializeAws_ec2DisableFastLaunchCommand: (input: DisableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
886
893
|
export declare const serializeAws_ec2DisableFastSnapshotRestoresCommand: (input: DisableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -903,6 +910,7 @@ export declare const serializeAws_ec2DisassociateTransitGatewayPolicyTableComman
|
|
|
903
910
|
export declare const serializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (input: DisassociateTransitGatewayRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
904
911
|
export declare const serializeAws_ec2DisassociateTrunkInterfaceCommand: (input: DisassociateTrunkInterfaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
905
912
|
export declare const serializeAws_ec2DisassociateVpcCidrBlockCommand: (input: DisassociateVpcCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
913
|
+
export declare const serializeAws_ec2EnableAddressTransferCommand: (input: EnableAddressTransferCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
906
914
|
export declare const serializeAws_ec2EnableEbsEncryptionByDefaultCommand: (input: EnableEbsEncryptionByDefaultCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
907
915
|
export declare const serializeAws_ec2EnableFastLaunchCommand: (input: EnableFastLaunchCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
908
916
|
export declare const serializeAws_ec2EnableFastSnapshotRestoresCommand: (input: EnableFastSnapshotRestoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1084,6 +1092,7 @@ export declare const serializeAws_ec2UnmonitorInstancesCommand: (input: Unmonito
|
|
|
1084
1092
|
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand: (input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1085
1093
|
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand: (input: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1086
1094
|
export declare const serializeAws_ec2WithdrawByoipCidrCommand: (input: WithdrawByoipCidrCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1095
|
+
export declare const deserializeAws_ec2AcceptAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptAddressTransferCommandOutput>;
|
|
1087
1096
|
export declare const deserializeAws_ec2AcceptReservedInstancesExchangeQuoteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptReservedInstancesExchangeQuoteCommandOutput>;
|
|
1088
1097
|
export declare const deserializeAws_ec2AcceptTransitGatewayMulticastDomainAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptTransitGatewayMulticastDomainAssociationsCommandOutput>;
|
|
1089
1098
|
export declare const deserializeAws_ec2AcceptTransitGatewayPeeringAttachmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptTransitGatewayPeeringAttachmentCommandOutput>;
|
|
@@ -1286,6 +1295,7 @@ export declare const deserializeAws_ec2DeregisterTransitGatewayMulticastGroupSou
|
|
|
1286
1295
|
export declare const deserializeAws_ec2DescribeAccountAttributesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountAttributesCommandOutput>;
|
|
1287
1296
|
export declare const deserializeAws_ec2DescribeAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressesCommandOutput>;
|
|
1288
1297
|
export declare const deserializeAws_ec2DescribeAddressesAttributeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressesAttributeCommandOutput>;
|
|
1298
|
+
export declare const deserializeAws_ec2DescribeAddressTransfersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAddressTransfersCommandOutput>;
|
|
1289
1299
|
export declare const deserializeAws_ec2DescribeAggregateIdFormatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAggregateIdFormatCommandOutput>;
|
|
1290
1300
|
export declare const deserializeAws_ec2DescribeAvailabilityZonesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAvailabilityZonesCommandOutput>;
|
|
1291
1301
|
export declare const deserializeAws_ec2DescribeBundleTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBundleTasksCommandOutput>;
|
|
@@ -1423,6 +1433,7 @@ export declare const deserializeAws_ec2DetachInternetGatewayCommand: (output: __
|
|
|
1423
1433
|
export declare const deserializeAws_ec2DetachNetworkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachNetworkInterfaceCommandOutput>;
|
|
1424
1434
|
export declare const deserializeAws_ec2DetachVolumeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVolumeCommandOutput>;
|
|
1425
1435
|
export declare const deserializeAws_ec2DetachVpnGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DetachVpnGatewayCommandOutput>;
|
|
1436
|
+
export declare const deserializeAws_ec2DisableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableAddressTransferCommandOutput>;
|
|
1426
1437
|
export declare const deserializeAws_ec2DisableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableEbsEncryptionByDefaultCommandOutput>;
|
|
1427
1438
|
export declare const deserializeAws_ec2DisableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastLaunchCommandOutput>;
|
|
1428
1439
|
export declare const deserializeAws_ec2DisableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableFastSnapshotRestoresCommandOutput>;
|
|
@@ -1445,6 +1456,7 @@ export declare const deserializeAws_ec2DisassociateTransitGatewayPolicyTableComm
|
|
|
1445
1456
|
export declare const deserializeAws_ec2DisassociateTransitGatewayRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayRouteTableCommandOutput>;
|
|
1446
1457
|
export declare const deserializeAws_ec2DisassociateTrunkInterfaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTrunkInterfaceCommandOutput>;
|
|
1447
1458
|
export declare const deserializeAws_ec2DisassociateVpcCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVpcCidrBlockCommandOutput>;
|
|
1459
|
+
export declare const deserializeAws_ec2EnableAddressTransferCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableAddressTransferCommandOutput>;
|
|
1448
1460
|
export declare const deserializeAws_ec2EnableEbsEncryptionByDefaultCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableEbsEncryptionByDefaultCommandOutput>;
|
|
1449
1461
|
export declare const deserializeAws_ec2EnableFastLaunchCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastLaunchCommandOutput>;
|
|
1450
1462
|
export declare const deserializeAws_ec2EnableFastSnapshotRestoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableFastSnapshotRestoresCommandOutput>;
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AcceptAddressTransferCommandInput,
|
|
4
|
+
AcceptAddressTransferCommandOutput,
|
|
5
|
+
} from "./commands/AcceptAddressTransferCommand";
|
|
2
6
|
import {
|
|
3
7
|
AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
4
8
|
AcceptReservedInstancesExchangeQuoteCommandOutput,
|
|
@@ -807,6 +811,10 @@ import {
|
|
|
807
811
|
DescribeAddressesCommandInput,
|
|
808
812
|
DescribeAddressesCommandOutput,
|
|
809
813
|
} from "./commands/DescribeAddressesCommand";
|
|
814
|
+
import {
|
|
815
|
+
DescribeAddressTransfersCommandInput,
|
|
816
|
+
DescribeAddressTransfersCommandOutput,
|
|
817
|
+
} from "./commands/DescribeAddressTransfersCommand";
|
|
810
818
|
import {
|
|
811
819
|
DescribeAggregateIdFormatCommandInput,
|
|
812
820
|
DescribeAggregateIdFormatCommandOutput,
|
|
@@ -1355,6 +1363,10 @@ import {
|
|
|
1355
1363
|
DetachVpnGatewayCommandInput,
|
|
1356
1364
|
DetachVpnGatewayCommandOutput,
|
|
1357
1365
|
} from "./commands/DetachVpnGatewayCommand";
|
|
1366
|
+
import {
|
|
1367
|
+
DisableAddressTransferCommandInput,
|
|
1368
|
+
DisableAddressTransferCommandOutput,
|
|
1369
|
+
} from "./commands/DisableAddressTransferCommand";
|
|
1358
1370
|
import {
|
|
1359
1371
|
DisableEbsEncryptionByDefaultCommandInput,
|
|
1360
1372
|
DisableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -1443,6 +1455,10 @@ import {
|
|
|
1443
1455
|
DisassociateVpcCidrBlockCommandInput,
|
|
1444
1456
|
DisassociateVpcCidrBlockCommandOutput,
|
|
1445
1457
|
} from "./commands/DisassociateVpcCidrBlockCommand";
|
|
1458
|
+
import {
|
|
1459
|
+
EnableAddressTransferCommandInput,
|
|
1460
|
+
EnableAddressTransferCommandOutput,
|
|
1461
|
+
} from "./commands/EnableAddressTransferCommand";
|
|
1446
1462
|
import {
|
|
1447
1463
|
EnableEbsEncryptionByDefaultCommandInput,
|
|
1448
1464
|
EnableEbsEncryptionByDefaultCommandOutput,
|
|
@@ -2169,6 +2185,19 @@ import {
|
|
|
2169
2185
|
} from "./commands/WithdrawByoipCidrCommand";
|
|
2170
2186
|
import { EC2Client } from "./EC2Client";
|
|
2171
2187
|
export declare class EC2 extends EC2Client {
|
|
2188
|
+
acceptAddressTransfer(
|
|
2189
|
+
args: AcceptAddressTransferCommandInput,
|
|
2190
|
+
options?: __HttpHandlerOptions
|
|
2191
|
+
): Promise<AcceptAddressTransferCommandOutput>;
|
|
2192
|
+
acceptAddressTransfer(
|
|
2193
|
+
args: AcceptAddressTransferCommandInput,
|
|
2194
|
+
cb: (err: any, data?: AcceptAddressTransferCommandOutput) => void
|
|
2195
|
+
): void;
|
|
2196
|
+
acceptAddressTransfer(
|
|
2197
|
+
args: AcceptAddressTransferCommandInput,
|
|
2198
|
+
options: __HttpHandlerOptions,
|
|
2199
|
+
cb: (err: any, data?: AcceptAddressTransferCommandOutput) => void
|
|
2200
|
+
): void;
|
|
2172
2201
|
acceptReservedInstancesExchangeQuote(
|
|
2173
2202
|
args: AcceptReservedInstancesExchangeQuoteCommandInput,
|
|
2174
2203
|
options?: __HttpHandlerOptions
|
|
@@ -4981,6 +5010,19 @@ export declare class EC2 extends EC2Client {
|
|
|
4981
5010
|
options: __HttpHandlerOptions,
|
|
4982
5011
|
cb: (err: any, data?: DescribeAddressesAttributeCommandOutput) => void
|
|
4983
5012
|
): void;
|
|
5013
|
+
describeAddressTransfers(
|
|
5014
|
+
args: DescribeAddressTransfersCommandInput,
|
|
5015
|
+
options?: __HttpHandlerOptions
|
|
5016
|
+
): Promise<DescribeAddressTransfersCommandOutput>;
|
|
5017
|
+
describeAddressTransfers(
|
|
5018
|
+
args: DescribeAddressTransfersCommandInput,
|
|
5019
|
+
cb: (err: any, data?: DescribeAddressTransfersCommandOutput) => void
|
|
5020
|
+
): void;
|
|
5021
|
+
describeAddressTransfers(
|
|
5022
|
+
args: DescribeAddressTransfersCommandInput,
|
|
5023
|
+
options: __HttpHandlerOptions,
|
|
5024
|
+
cb: (err: any, data?: DescribeAddressTransfersCommandOutput) => void
|
|
5025
|
+
): void;
|
|
4984
5026
|
describeAggregateIdFormat(
|
|
4985
5027
|
args: DescribeAggregateIdFormatCommandInput,
|
|
4986
5028
|
options?: __HttpHandlerOptions
|
|
@@ -6942,6 +6984,19 @@ export declare class EC2 extends EC2Client {
|
|
|
6942
6984
|
options: __HttpHandlerOptions,
|
|
6943
6985
|
cb: (err: any, data?: DetachVpnGatewayCommandOutput) => void
|
|
6944
6986
|
): void;
|
|
6987
|
+
disableAddressTransfer(
|
|
6988
|
+
args: DisableAddressTransferCommandInput,
|
|
6989
|
+
options?: __HttpHandlerOptions
|
|
6990
|
+
): Promise<DisableAddressTransferCommandOutput>;
|
|
6991
|
+
disableAddressTransfer(
|
|
6992
|
+
args: DisableAddressTransferCommandInput,
|
|
6993
|
+
cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
|
|
6994
|
+
): void;
|
|
6995
|
+
disableAddressTransfer(
|
|
6996
|
+
args: DisableAddressTransferCommandInput,
|
|
6997
|
+
options: __HttpHandlerOptions,
|
|
6998
|
+
cb: (err: any, data?: DisableAddressTransferCommandOutput) => void
|
|
6999
|
+
): void;
|
|
6945
7000
|
disableEbsEncryptionByDefault(
|
|
6946
7001
|
args: DisableEbsEncryptionByDefaultCommandInput,
|
|
6947
7002
|
options?: __HttpHandlerOptions
|
|
@@ -7270,6 +7325,19 @@ export declare class EC2 extends EC2Client {
|
|
|
7270
7325
|
options: __HttpHandlerOptions,
|
|
7271
7326
|
cb: (err: any, data?: DisassociateVpcCidrBlockCommandOutput) => void
|
|
7272
7327
|
): void;
|
|
7328
|
+
enableAddressTransfer(
|
|
7329
|
+
args: EnableAddressTransferCommandInput,
|
|
7330
|
+
options?: __HttpHandlerOptions
|
|
7331
|
+
): Promise<EnableAddressTransferCommandOutput>;
|
|
7332
|
+
enableAddressTransfer(
|
|
7333
|
+
args: EnableAddressTransferCommandInput,
|
|
7334
|
+
cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
|
|
7335
|
+
): void;
|
|
7336
|
+
enableAddressTransfer(
|
|
7337
|
+
args: EnableAddressTransferCommandInput,
|
|
7338
|
+
options: __HttpHandlerOptions,
|
|
7339
|
+
cb: (err: any, data?: EnableAddressTransferCommandOutput) => void
|
|
7340
|
+
): void;
|
|
7273
7341
|
enableEbsEncryptionByDefault(
|
|
7274
7342
|
args: EnableEbsEncryptionByDefaultCommandInput,
|
|
7275
7343
|
options?: __HttpHandlerOptions
|