@aws-sdk/client-ec2 3.261.0 → 3.264.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/dist-cjs/EC2.js +60 -0
- package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
- package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
- package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
- package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
- package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
- package/dist-cjs/commands/RunInstancesCommand.js +2 -2
- package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
- package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
- package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
- package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +37 -34
- package/dist-cjs/models/models_1.js +34 -33
- package/dist-cjs/models/models_2.js +29 -26
- package/dist-cjs/models/models_3.js +26 -30
- package/dist-cjs/models/models_4.js +30 -30
- package/dist-cjs/models/models_5.js +38 -34
- package/dist-cjs/models/models_6.js +34 -34
- package/dist-cjs/models/models_7.js +37 -1
- package/dist-cjs/protocols/Aws_ec2.js +551 -161
- package/dist-es/EC2.js +60 -0
- package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
- package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
- package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
- package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
- package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
- package/dist-es/commands/DescribeInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
- package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
- package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
- package/dist-es/commands/RunInstancesCommand.js +1 -1
- package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
- package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
- package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
- package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
- package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +26 -24
- package/dist-es/models/models_1.js +24 -23
- package/dist-es/models/models_2.js +20 -15
- package/dist-es/models/models_3.js +15 -20
- package/dist-es/models/models_4.js +20 -21
- package/dist-es/models/models_5.js +27 -21
- package/dist-es/models/models_6.js +21 -21
- package/dist-es/models/models_7.js +27 -0
- package/dist-es/protocols/Aws_ec2.js +520 -138
- package/dist-types/EC2.d.ts +50 -7
- package/dist-types/EC2Client.d.ts +6 -2
- package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
- package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
- package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
- package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +134 -234
- package/dist-types/models/models_1.d.ts +236 -166
- package/dist-types/models/models_2.d.ts +154 -71
- package/dist-types/models/models_3.d.ts +68 -205
- package/dist-types/models/models_4.d.ts +208 -81
- package/dist-types/models/models_5.d.ts +124 -177
- package/dist-types/models/models_6.d.ts +181 -136
- package/dist-types/models/models_7.d.ts +167 -2
- 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/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +59 -65
- package/dist-types/ts3.4/models/models_1.d.ts +68 -53
- package/dist-types/ts3.4/models/models_2.d.ts +47 -36
- package/dist-types/ts3.4/models/models_3.d.ts +36 -46
- package/dist-types/ts3.4/models/models_4.d.ts +46 -38
- package/dist-types/ts3.4/models/models_5.d.ts +68 -64
- package/dist-types/ts3.4/models/models_6.d.ts +66 -62
- package/dist-types/ts3.4/models/models_7.d.ts +70 -2
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
- package/package.json +5 -5
|
@@ -14,6 +14,7 @@ import { AllocateIpamPoolCidrCommandInput, AllocateIpamPoolCidrCommandOutput } f
|
|
|
14
14
|
import { ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput } from "../commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand";
|
|
15
15
|
import { AssignIpv6AddressesCommandInput, AssignIpv6AddressesCommandOutput } from "../commands/AssignIpv6AddressesCommand";
|
|
16
16
|
import { AssignPrivateIpAddressesCommandInput, AssignPrivateIpAddressesCommandOutput } from "../commands/AssignPrivateIpAddressesCommand";
|
|
17
|
+
import { AssignPrivateNatGatewayAddressCommandInput, AssignPrivateNatGatewayAddressCommandOutput } from "../commands/AssignPrivateNatGatewayAddressCommand";
|
|
17
18
|
import { AssociateAddressCommandInput, AssociateAddressCommandOutput } from "../commands/AssociateAddressCommand";
|
|
18
19
|
import { AssociateClientVpnTargetNetworkCommandInput, AssociateClientVpnTargetNetworkCommandOutput } from "../commands/AssociateClientVpnTargetNetworkCommand";
|
|
19
20
|
import { AssociateDhcpOptionsCommandInput, AssociateDhcpOptionsCommandOutput } from "../commands/AssociateDhcpOptionsCommand";
|
|
@@ -21,6 +22,7 @@ import { AssociateEnclaveCertificateIamRoleCommandInput, AssociateEnclaveCertifi
|
|
|
21
22
|
import { AssociateIamInstanceProfileCommandInput, AssociateIamInstanceProfileCommandOutput } from "../commands/AssociateIamInstanceProfileCommand";
|
|
22
23
|
import { AssociateInstanceEventWindowCommandInput, AssociateInstanceEventWindowCommandOutput } from "../commands/AssociateInstanceEventWindowCommand";
|
|
23
24
|
import { AssociateIpamResourceDiscoveryCommandInput, AssociateIpamResourceDiscoveryCommandOutput } from "../commands/AssociateIpamResourceDiscoveryCommand";
|
|
25
|
+
import { AssociateNatGatewayAddressCommandInput, AssociateNatGatewayAddressCommandOutput } from "../commands/AssociateNatGatewayAddressCommand";
|
|
24
26
|
import { AssociateRouteTableCommandInput, AssociateRouteTableCommandOutput } from "../commands/AssociateRouteTableCommand";
|
|
25
27
|
import { AssociateSubnetCidrBlockCommandInput, AssociateSubnetCidrBlockCommandOutput } from "../commands/AssociateSubnetCidrBlockCommand";
|
|
26
28
|
import { AssociateTransitGatewayMulticastDomainCommandInput, AssociateTransitGatewayMulticastDomainCommandOutput } from "../commands/AssociateTransitGatewayMulticastDomainCommand";
|
|
@@ -381,6 +383,7 @@ import { DisassociateEnclaveCertificateIamRoleCommandInput, DisassociateEnclaveC
|
|
|
381
383
|
import { DisassociateIamInstanceProfileCommandInput, DisassociateIamInstanceProfileCommandOutput } from "../commands/DisassociateIamInstanceProfileCommand";
|
|
382
384
|
import { DisassociateInstanceEventWindowCommandInput, DisassociateInstanceEventWindowCommandOutput } from "../commands/DisassociateInstanceEventWindowCommand";
|
|
383
385
|
import { DisassociateIpamResourceDiscoveryCommandInput, DisassociateIpamResourceDiscoveryCommandOutput } from "../commands/DisassociateIpamResourceDiscoveryCommand";
|
|
386
|
+
import { DisassociateNatGatewayAddressCommandInput, DisassociateNatGatewayAddressCommandOutput } from "../commands/DisassociateNatGatewayAddressCommand";
|
|
384
387
|
import { DisassociateRouteTableCommandInput, DisassociateRouteTableCommandOutput } from "../commands/DisassociateRouteTableCommand";
|
|
385
388
|
import { DisassociateSubnetCidrBlockCommandInput, DisassociateSubnetCidrBlockCommandOutput } from "../commands/DisassociateSubnetCidrBlockCommand";
|
|
386
389
|
import { DisassociateTransitGatewayMulticastDomainCommandInput, DisassociateTransitGatewayMulticastDomainCommandOutput } from "../commands/DisassociateTransitGatewayMulticastDomainCommand";
|
|
@@ -581,6 +584,7 @@ import { TerminateClientVpnConnectionsCommandInput, TerminateClientVpnConnection
|
|
|
581
584
|
import { TerminateInstancesCommandInput, TerminateInstancesCommandOutput } from "../commands/TerminateInstancesCommand";
|
|
582
585
|
import { UnassignIpv6AddressesCommandInput, UnassignIpv6AddressesCommandOutput } from "../commands/UnassignIpv6AddressesCommand";
|
|
583
586
|
import { UnassignPrivateIpAddressesCommandInput, UnassignPrivateIpAddressesCommandOutput } from "../commands/UnassignPrivateIpAddressesCommand";
|
|
587
|
+
import { UnassignPrivateNatGatewayAddressCommandInput, UnassignPrivateNatGatewayAddressCommandOutput } from "../commands/UnassignPrivateNatGatewayAddressCommand";
|
|
584
588
|
import { UnmonitorInstancesCommandInput, UnmonitorInstancesCommandOutput } from "../commands/UnmonitorInstancesCommand";
|
|
585
589
|
import { UpdateSecurityGroupRuleDescriptionsEgressCommandInput, UpdateSecurityGroupRuleDescriptionsEgressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
|
|
586
590
|
import { UpdateSecurityGroupRuleDescriptionsIngressCommandInput, UpdateSecurityGroupRuleDescriptionsIngressCommandOutput } from "../commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
|
|
@@ -599,6 +603,7 @@ export declare const serializeAws_ec2AllocateIpamPoolCidrCommand: (input: Alloca
|
|
|
599
603
|
export declare const serializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand: (input: ApplySecurityGroupsToClientVpnTargetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
600
604
|
export declare const serializeAws_ec2AssignIpv6AddressesCommand: (input: AssignIpv6AddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
601
605
|
export declare const serializeAws_ec2AssignPrivateIpAddressesCommand: (input: AssignPrivateIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
606
|
+
export declare const serializeAws_ec2AssignPrivateNatGatewayAddressCommand: (input: AssignPrivateNatGatewayAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
602
607
|
export declare const serializeAws_ec2AssociateAddressCommand: (input: AssociateAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
603
608
|
export declare const serializeAws_ec2AssociateClientVpnTargetNetworkCommand: (input: AssociateClientVpnTargetNetworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
604
609
|
export declare const serializeAws_ec2AssociateDhcpOptionsCommand: (input: AssociateDhcpOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -606,6 +611,7 @@ export declare const serializeAws_ec2AssociateEnclaveCertificateIamRoleCommand:
|
|
|
606
611
|
export declare const serializeAws_ec2AssociateIamInstanceProfileCommand: (input: AssociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
607
612
|
export declare const serializeAws_ec2AssociateInstanceEventWindowCommand: (input: AssociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
608
613
|
export declare const serializeAws_ec2AssociateIpamResourceDiscoveryCommand: (input: AssociateIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
614
|
+
export declare const serializeAws_ec2AssociateNatGatewayAddressCommand: (input: AssociateNatGatewayAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
609
615
|
export declare const serializeAws_ec2AssociateRouteTableCommand: (input: AssociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
610
616
|
export declare const serializeAws_ec2AssociateSubnetCidrBlockCommand: (input: AssociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
611
617
|
export declare const serializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (input: AssociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -966,6 +972,7 @@ export declare const serializeAws_ec2DisassociateEnclaveCertificateIamRoleComman
|
|
|
966
972
|
export declare const serializeAws_ec2DisassociateIamInstanceProfileCommand: (input: DisassociateIamInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
967
973
|
export declare const serializeAws_ec2DisassociateInstanceEventWindowCommand: (input: DisassociateInstanceEventWindowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
968
974
|
export declare const serializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (input: DisassociateIpamResourceDiscoveryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
975
|
+
export declare const serializeAws_ec2DisassociateNatGatewayAddressCommand: (input: DisassociateNatGatewayAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
969
976
|
export declare const serializeAws_ec2DisassociateRouteTableCommand: (input: DisassociateRouteTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
970
977
|
export declare const serializeAws_ec2DisassociateSubnetCidrBlockCommand: (input: DisassociateSubnetCidrBlockCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
971
978
|
export declare const serializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (input: DisassociateTransitGatewayMulticastDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1166,6 +1173,7 @@ export declare const serializeAws_ec2TerminateClientVpnConnectionsCommand: (inpu
|
|
|
1166
1173
|
export declare const serializeAws_ec2TerminateInstancesCommand: (input: TerminateInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1167
1174
|
export declare const serializeAws_ec2UnassignIpv6AddressesCommand: (input: UnassignIpv6AddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1168
1175
|
export declare const serializeAws_ec2UnassignPrivateIpAddressesCommand: (input: UnassignPrivateIpAddressesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1176
|
+
export declare const serializeAws_ec2UnassignPrivateNatGatewayAddressCommand: (input: UnassignPrivateNatGatewayAddressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1169
1177
|
export declare const serializeAws_ec2UnmonitorInstancesCommand: (input: UnmonitorInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1170
1178
|
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand: (input: UpdateSecurityGroupRuleDescriptionsEgressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1171
1179
|
export declare const serializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand: (input: UpdateSecurityGroupRuleDescriptionsIngressCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -1184,6 +1192,7 @@ export declare const deserializeAws_ec2AllocateIpamPoolCidrCommand: (output: __H
|
|
|
1184
1192
|
export declare const deserializeAws_ec2ApplySecurityGroupsToClientVpnTargetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput>;
|
|
1185
1193
|
export declare const deserializeAws_ec2AssignIpv6AddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignIpv6AddressesCommandOutput>;
|
|
1186
1194
|
export declare const deserializeAws_ec2AssignPrivateIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignPrivateIpAddressesCommandOutput>;
|
|
1195
|
+
export declare const deserializeAws_ec2AssignPrivateNatGatewayAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssignPrivateNatGatewayAddressCommandOutput>;
|
|
1187
1196
|
export declare const deserializeAws_ec2AssociateAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAddressCommandOutput>;
|
|
1188
1197
|
export declare const deserializeAws_ec2AssociateClientVpnTargetNetworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateClientVpnTargetNetworkCommandOutput>;
|
|
1189
1198
|
export declare const deserializeAws_ec2AssociateDhcpOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateDhcpOptionsCommandOutput>;
|
|
@@ -1191,6 +1200,7 @@ export declare const deserializeAws_ec2AssociateEnclaveCertificateIamRoleCommand
|
|
|
1191
1200
|
export declare const deserializeAws_ec2AssociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIamInstanceProfileCommandOutput>;
|
|
1192
1201
|
export declare const deserializeAws_ec2AssociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateInstanceEventWindowCommandOutput>;
|
|
1193
1202
|
export declare const deserializeAws_ec2AssociateIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateIpamResourceDiscoveryCommandOutput>;
|
|
1203
|
+
export declare const deserializeAws_ec2AssociateNatGatewayAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateNatGatewayAddressCommandOutput>;
|
|
1194
1204
|
export declare const deserializeAws_ec2AssociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateRouteTableCommandOutput>;
|
|
1195
1205
|
export declare const deserializeAws_ec2AssociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSubnetCidrBlockCommandOutput>;
|
|
1196
1206
|
export declare const deserializeAws_ec2AssociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateTransitGatewayMulticastDomainCommandOutput>;
|
|
@@ -1551,6 +1561,7 @@ export declare const deserializeAws_ec2DisassociateEnclaveCertificateIamRoleComm
|
|
|
1551
1561
|
export declare const deserializeAws_ec2DisassociateIamInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIamInstanceProfileCommandOutput>;
|
|
1552
1562
|
export declare const deserializeAws_ec2DisassociateInstanceEventWindowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateInstanceEventWindowCommandOutput>;
|
|
1553
1563
|
export declare const deserializeAws_ec2DisassociateIpamResourceDiscoveryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateIpamResourceDiscoveryCommandOutput>;
|
|
1564
|
+
export declare const deserializeAws_ec2DisassociateNatGatewayAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateNatGatewayAddressCommandOutput>;
|
|
1554
1565
|
export declare const deserializeAws_ec2DisassociateRouteTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateRouteTableCommandOutput>;
|
|
1555
1566
|
export declare const deserializeAws_ec2DisassociateSubnetCidrBlockCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSubnetCidrBlockCommandOutput>;
|
|
1556
1567
|
export declare const deserializeAws_ec2DisassociateTransitGatewayMulticastDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateTransitGatewayMulticastDomainCommandOutput>;
|
|
@@ -1751,6 +1762,7 @@ export declare const deserializeAws_ec2TerminateClientVpnConnectionsCommand: (ou
|
|
|
1751
1762
|
export declare const deserializeAws_ec2TerminateInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateInstancesCommandOutput>;
|
|
1752
1763
|
export declare const deserializeAws_ec2UnassignIpv6AddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnassignIpv6AddressesCommandOutput>;
|
|
1753
1764
|
export declare const deserializeAws_ec2UnassignPrivateIpAddressesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnassignPrivateIpAddressesCommandOutput>;
|
|
1765
|
+
export declare const deserializeAws_ec2UnassignPrivateNatGatewayAddressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnassignPrivateNatGatewayAddressCommandOutput>;
|
|
1754
1766
|
export declare const deserializeAws_ec2UnmonitorInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnmonitorInstancesCommandOutput>;
|
|
1755
1767
|
export declare const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityGroupRuleDescriptionsEgressCommandOutput>;
|
|
1756
1768
|
export declare const deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSecurityGroupRuleDescriptionsIngressCommandOutput>;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
AssignPrivateIpAddressesCommandInput,
|
|
56
56
|
AssignPrivateIpAddressesCommandOutput,
|
|
57
57
|
} from "./commands/AssignPrivateIpAddressesCommand";
|
|
58
|
+
import {
|
|
59
|
+
AssignPrivateNatGatewayAddressCommandInput,
|
|
60
|
+
AssignPrivateNatGatewayAddressCommandOutput,
|
|
61
|
+
} from "./commands/AssignPrivateNatGatewayAddressCommand";
|
|
58
62
|
import {
|
|
59
63
|
AssociateAddressCommandInput,
|
|
60
64
|
AssociateAddressCommandOutput,
|
|
@@ -83,6 +87,10 @@ import {
|
|
|
83
87
|
AssociateIpamResourceDiscoveryCommandInput,
|
|
84
88
|
AssociateIpamResourceDiscoveryCommandOutput,
|
|
85
89
|
} from "./commands/AssociateIpamResourceDiscoveryCommand";
|
|
90
|
+
import {
|
|
91
|
+
AssociateNatGatewayAddressCommandInput,
|
|
92
|
+
AssociateNatGatewayAddressCommandOutput,
|
|
93
|
+
} from "./commands/AssociateNatGatewayAddressCommand";
|
|
86
94
|
import {
|
|
87
95
|
AssociateRouteTableCommandInput,
|
|
88
96
|
AssociateRouteTableCommandOutput,
|
|
@@ -1523,6 +1531,10 @@ import {
|
|
|
1523
1531
|
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1524
1532
|
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
1525
1533
|
} from "./commands/DisassociateIpamResourceDiscoveryCommand";
|
|
1534
|
+
import {
|
|
1535
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
1536
|
+
DisassociateNatGatewayAddressCommandOutput,
|
|
1537
|
+
} from "./commands/DisassociateNatGatewayAddressCommand";
|
|
1526
1538
|
import {
|
|
1527
1539
|
DisassociateRouteTableCommandInput,
|
|
1528
1540
|
DisassociateRouteTableCommandOutput,
|
|
@@ -2323,6 +2335,10 @@ import {
|
|
|
2323
2335
|
UnassignPrivateIpAddressesCommandInput,
|
|
2324
2336
|
UnassignPrivateIpAddressesCommandOutput,
|
|
2325
2337
|
} from "./commands/UnassignPrivateIpAddressesCommand";
|
|
2338
|
+
import {
|
|
2339
|
+
UnassignPrivateNatGatewayAddressCommandInput,
|
|
2340
|
+
UnassignPrivateNatGatewayAddressCommandOutput,
|
|
2341
|
+
} from "./commands/UnassignPrivateNatGatewayAddressCommand";
|
|
2326
2342
|
import {
|
|
2327
2343
|
UnmonitorInstancesCommandInput,
|
|
2328
2344
|
UnmonitorInstancesCommandOutput,
|
|
@@ -2553,6 +2569,19 @@ export declare class EC2 extends EC2Client {
|
|
|
2553
2569
|
options: __HttpHandlerOptions,
|
|
2554
2570
|
cb: (err: any, data?: AssignPrivateIpAddressesCommandOutput) => void
|
|
2555
2571
|
): void;
|
|
2572
|
+
assignPrivateNatGatewayAddress(
|
|
2573
|
+
args: AssignPrivateNatGatewayAddressCommandInput,
|
|
2574
|
+
options?: __HttpHandlerOptions
|
|
2575
|
+
): Promise<AssignPrivateNatGatewayAddressCommandOutput>;
|
|
2576
|
+
assignPrivateNatGatewayAddress(
|
|
2577
|
+
args: AssignPrivateNatGatewayAddressCommandInput,
|
|
2578
|
+
cb: (err: any, data?: AssignPrivateNatGatewayAddressCommandOutput) => void
|
|
2579
|
+
): void;
|
|
2580
|
+
assignPrivateNatGatewayAddress(
|
|
2581
|
+
args: AssignPrivateNatGatewayAddressCommandInput,
|
|
2582
|
+
options: __HttpHandlerOptions,
|
|
2583
|
+
cb: (err: any, data?: AssignPrivateNatGatewayAddressCommandOutput) => void
|
|
2584
|
+
): void;
|
|
2556
2585
|
associateAddress(
|
|
2557
2586
|
args: AssociateAddressCommandInput,
|
|
2558
2587
|
options?: __HttpHandlerOptions
|
|
@@ -2650,6 +2679,19 @@ export declare class EC2 extends EC2Client {
|
|
|
2650
2679
|
options: __HttpHandlerOptions,
|
|
2651
2680
|
cb: (err: any, data?: AssociateIpamResourceDiscoveryCommandOutput) => void
|
|
2652
2681
|
): void;
|
|
2682
|
+
associateNatGatewayAddress(
|
|
2683
|
+
args: AssociateNatGatewayAddressCommandInput,
|
|
2684
|
+
options?: __HttpHandlerOptions
|
|
2685
|
+
): Promise<AssociateNatGatewayAddressCommandOutput>;
|
|
2686
|
+
associateNatGatewayAddress(
|
|
2687
|
+
args: AssociateNatGatewayAddressCommandInput,
|
|
2688
|
+
cb: (err: any, data?: AssociateNatGatewayAddressCommandOutput) => void
|
|
2689
|
+
): void;
|
|
2690
|
+
associateNatGatewayAddress(
|
|
2691
|
+
args: AssociateNatGatewayAddressCommandInput,
|
|
2692
|
+
options: __HttpHandlerOptions,
|
|
2693
|
+
cb: (err: any, data?: AssociateNatGatewayAddressCommandOutput) => void
|
|
2694
|
+
): void;
|
|
2653
2695
|
associateRouteTable(
|
|
2654
2696
|
args: AssociateRouteTableCommandInput,
|
|
2655
2697
|
options?: __HttpHandlerOptions
|
|
@@ -7744,6 +7786,19 @@ export declare class EC2 extends EC2Client {
|
|
|
7744
7786
|
data?: DisassociateIpamResourceDiscoveryCommandOutput
|
|
7745
7787
|
) => void
|
|
7746
7788
|
): void;
|
|
7789
|
+
disassociateNatGatewayAddress(
|
|
7790
|
+
args: DisassociateNatGatewayAddressCommandInput,
|
|
7791
|
+
options?: __HttpHandlerOptions
|
|
7792
|
+
): Promise<DisassociateNatGatewayAddressCommandOutput>;
|
|
7793
|
+
disassociateNatGatewayAddress(
|
|
7794
|
+
args: DisassociateNatGatewayAddressCommandInput,
|
|
7795
|
+
cb: (err: any, data?: DisassociateNatGatewayAddressCommandOutput) => void
|
|
7796
|
+
): void;
|
|
7797
|
+
disassociateNatGatewayAddress(
|
|
7798
|
+
args: DisassociateNatGatewayAddressCommandInput,
|
|
7799
|
+
options: __HttpHandlerOptions,
|
|
7800
|
+
cb: (err: any, data?: DisassociateNatGatewayAddressCommandOutput) => void
|
|
7801
|
+
): void;
|
|
7747
7802
|
disassociateRouteTable(
|
|
7748
7803
|
args: DisassociateRouteTableCommandInput,
|
|
7749
7804
|
options?: __HttpHandlerOptions
|
|
@@ -10632,6 +10687,19 @@ export declare class EC2 extends EC2Client {
|
|
|
10632
10687
|
options: __HttpHandlerOptions,
|
|
10633
10688
|
cb: (err: any, data?: UnassignPrivateIpAddressesCommandOutput) => void
|
|
10634
10689
|
): void;
|
|
10690
|
+
unassignPrivateNatGatewayAddress(
|
|
10691
|
+
args: UnassignPrivateNatGatewayAddressCommandInput,
|
|
10692
|
+
options?: __HttpHandlerOptions
|
|
10693
|
+
): Promise<UnassignPrivateNatGatewayAddressCommandOutput>;
|
|
10694
|
+
unassignPrivateNatGatewayAddress(
|
|
10695
|
+
args: UnassignPrivateNatGatewayAddressCommandInput,
|
|
10696
|
+
cb: (err: any, data?: UnassignPrivateNatGatewayAddressCommandOutput) => void
|
|
10697
|
+
): void;
|
|
10698
|
+
unassignPrivateNatGatewayAddress(
|
|
10699
|
+
args: UnassignPrivateNatGatewayAddressCommandInput,
|
|
10700
|
+
options: __HttpHandlerOptions,
|
|
10701
|
+
cb: (err: any, data?: UnassignPrivateNatGatewayAddressCommandOutput) => void
|
|
10702
|
+
): void;
|
|
10635
10703
|
unmonitorInstances(
|
|
10636
10704
|
args: UnmonitorInstancesCommandInput,
|
|
10637
10705
|
options?: __HttpHandlerOptions
|
|
@@ -100,6 +100,10 @@ import {
|
|
|
100
100
|
AssignPrivateIpAddressesCommandInput,
|
|
101
101
|
AssignPrivateIpAddressesCommandOutput,
|
|
102
102
|
} from "./commands/AssignPrivateIpAddressesCommand";
|
|
103
|
+
import {
|
|
104
|
+
AssignPrivateNatGatewayAddressCommandInput,
|
|
105
|
+
AssignPrivateNatGatewayAddressCommandOutput,
|
|
106
|
+
} from "./commands/AssignPrivateNatGatewayAddressCommand";
|
|
103
107
|
import {
|
|
104
108
|
AssociateAddressCommandInput,
|
|
105
109
|
AssociateAddressCommandOutput,
|
|
@@ -128,6 +132,10 @@ import {
|
|
|
128
132
|
AssociateIpamResourceDiscoveryCommandInput,
|
|
129
133
|
AssociateIpamResourceDiscoveryCommandOutput,
|
|
130
134
|
} from "./commands/AssociateIpamResourceDiscoveryCommand";
|
|
135
|
+
import {
|
|
136
|
+
AssociateNatGatewayAddressCommandInput,
|
|
137
|
+
AssociateNatGatewayAddressCommandOutput,
|
|
138
|
+
} from "./commands/AssociateNatGatewayAddressCommand";
|
|
131
139
|
import {
|
|
132
140
|
AssociateRouteTableCommandInput,
|
|
133
141
|
AssociateRouteTableCommandOutput,
|
|
@@ -1568,6 +1576,10 @@ import {
|
|
|
1568
1576
|
DisassociateIpamResourceDiscoveryCommandInput,
|
|
1569
1577
|
DisassociateIpamResourceDiscoveryCommandOutput,
|
|
1570
1578
|
} from "./commands/DisassociateIpamResourceDiscoveryCommand";
|
|
1579
|
+
import {
|
|
1580
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
1581
|
+
DisassociateNatGatewayAddressCommandOutput,
|
|
1582
|
+
} from "./commands/DisassociateNatGatewayAddressCommand";
|
|
1571
1583
|
import {
|
|
1572
1584
|
DisassociateRouteTableCommandInput,
|
|
1573
1585
|
DisassociateRouteTableCommandOutput,
|
|
@@ -2368,6 +2380,10 @@ import {
|
|
|
2368
2380
|
UnassignPrivateIpAddressesCommandInput,
|
|
2369
2381
|
UnassignPrivateIpAddressesCommandOutput,
|
|
2370
2382
|
} from "./commands/UnassignPrivateIpAddressesCommand";
|
|
2383
|
+
import {
|
|
2384
|
+
UnassignPrivateNatGatewayAddressCommandInput,
|
|
2385
|
+
UnassignPrivateNatGatewayAddressCommandOutput,
|
|
2386
|
+
} from "./commands/UnassignPrivateNatGatewayAddressCommand";
|
|
2371
2387
|
import {
|
|
2372
2388
|
UnmonitorInstancesCommandInput,
|
|
2373
2389
|
UnmonitorInstancesCommandOutput,
|
|
@@ -2404,6 +2420,7 @@ export declare type ServiceInputTypes =
|
|
|
2404
2420
|
| ApplySecurityGroupsToClientVpnTargetNetworkCommandInput
|
|
2405
2421
|
| AssignIpv6AddressesCommandInput
|
|
2406
2422
|
| AssignPrivateIpAddressesCommandInput
|
|
2423
|
+
| AssignPrivateNatGatewayAddressCommandInput
|
|
2407
2424
|
| AssociateAddressCommandInput
|
|
2408
2425
|
| AssociateClientVpnTargetNetworkCommandInput
|
|
2409
2426
|
| AssociateDhcpOptionsCommandInput
|
|
@@ -2411,6 +2428,7 @@ export declare type ServiceInputTypes =
|
|
|
2411
2428
|
| AssociateIamInstanceProfileCommandInput
|
|
2412
2429
|
| AssociateInstanceEventWindowCommandInput
|
|
2413
2430
|
| AssociateIpamResourceDiscoveryCommandInput
|
|
2431
|
+
| AssociateNatGatewayAddressCommandInput
|
|
2414
2432
|
| AssociateRouteTableCommandInput
|
|
2415
2433
|
| AssociateSubnetCidrBlockCommandInput
|
|
2416
2434
|
| AssociateTransitGatewayMulticastDomainCommandInput
|
|
@@ -2771,6 +2789,7 @@ export declare type ServiceInputTypes =
|
|
|
2771
2789
|
| DisassociateIamInstanceProfileCommandInput
|
|
2772
2790
|
| DisassociateInstanceEventWindowCommandInput
|
|
2773
2791
|
| DisassociateIpamResourceDiscoveryCommandInput
|
|
2792
|
+
| DisassociateNatGatewayAddressCommandInput
|
|
2774
2793
|
| DisassociateRouteTableCommandInput
|
|
2775
2794
|
| DisassociateSubnetCidrBlockCommandInput
|
|
2776
2795
|
| DisassociateTransitGatewayMulticastDomainCommandInput
|
|
@@ -2971,6 +2990,7 @@ export declare type ServiceInputTypes =
|
|
|
2971
2990
|
| TerminateInstancesCommandInput
|
|
2972
2991
|
| UnassignIpv6AddressesCommandInput
|
|
2973
2992
|
| UnassignPrivateIpAddressesCommandInput
|
|
2993
|
+
| UnassignPrivateNatGatewayAddressCommandInput
|
|
2974
2994
|
| UnmonitorInstancesCommandInput
|
|
2975
2995
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandInput
|
|
2976
2996
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandInput
|
|
@@ -2990,6 +3010,7 @@ export declare type ServiceOutputTypes =
|
|
|
2990
3010
|
| ApplySecurityGroupsToClientVpnTargetNetworkCommandOutput
|
|
2991
3011
|
| AssignIpv6AddressesCommandOutput
|
|
2992
3012
|
| AssignPrivateIpAddressesCommandOutput
|
|
3013
|
+
| AssignPrivateNatGatewayAddressCommandOutput
|
|
2993
3014
|
| AssociateAddressCommandOutput
|
|
2994
3015
|
| AssociateClientVpnTargetNetworkCommandOutput
|
|
2995
3016
|
| AssociateDhcpOptionsCommandOutput
|
|
@@ -2997,6 +3018,7 @@ export declare type ServiceOutputTypes =
|
|
|
2997
3018
|
| AssociateIamInstanceProfileCommandOutput
|
|
2998
3019
|
| AssociateInstanceEventWindowCommandOutput
|
|
2999
3020
|
| AssociateIpamResourceDiscoveryCommandOutput
|
|
3021
|
+
| AssociateNatGatewayAddressCommandOutput
|
|
3000
3022
|
| AssociateRouteTableCommandOutput
|
|
3001
3023
|
| AssociateSubnetCidrBlockCommandOutput
|
|
3002
3024
|
| AssociateTransitGatewayMulticastDomainCommandOutput
|
|
@@ -3357,6 +3379,7 @@ export declare type ServiceOutputTypes =
|
|
|
3357
3379
|
| DisassociateIamInstanceProfileCommandOutput
|
|
3358
3380
|
| DisassociateInstanceEventWindowCommandOutput
|
|
3359
3381
|
| DisassociateIpamResourceDiscoveryCommandOutput
|
|
3382
|
+
| DisassociateNatGatewayAddressCommandOutput
|
|
3360
3383
|
| DisassociateRouteTableCommandOutput
|
|
3361
3384
|
| DisassociateSubnetCidrBlockCommandOutput
|
|
3362
3385
|
| DisassociateTransitGatewayMulticastDomainCommandOutput
|
|
@@ -3557,6 +3580,7 @@ export declare type ServiceOutputTypes =
|
|
|
3557
3580
|
| TerminateInstancesCommandOutput
|
|
3558
3581
|
| UnassignIpv6AddressesCommandOutput
|
|
3559
3582
|
| UnassignPrivateIpAddressesCommandOutput
|
|
3583
|
+
| UnassignPrivateNatGatewayAddressCommandOutput
|
|
3560
3584
|
| UnmonitorInstancesCommandOutput
|
|
3561
3585
|
| UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
|
|
3562
3586
|
| UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
AssignPrivateNatGatewayAddressRequest,
|
|
16
|
+
AssignPrivateNatGatewayAddressResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AssignPrivateNatGatewayAddressCommandInput
|
|
19
|
+
extends AssignPrivateNatGatewayAddressRequest {}
|
|
20
|
+
export interface AssignPrivateNatGatewayAddressCommandOutput
|
|
21
|
+
extends AssignPrivateNatGatewayAddressResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AssignPrivateNatGatewayAddressCommand extends $Command<
|
|
24
|
+
AssignPrivateNatGatewayAddressCommandInput,
|
|
25
|
+
AssignPrivateNatGatewayAddressCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssignPrivateNatGatewayAddressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AssignPrivateNatGatewayAddressCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssignPrivateNatGatewayAddressCommandInput,
|
|
37
|
+
AssignPrivateNatGatewayAddressCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
AssociateNatGatewayAddressRequest,
|
|
16
|
+
AssociateNatGatewayAddressResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export interface AssociateNatGatewayAddressCommandInput
|
|
19
|
+
extends AssociateNatGatewayAddressRequest {}
|
|
20
|
+
export interface AssociateNatGatewayAddressCommandOutput
|
|
21
|
+
extends AssociateNatGatewayAddressResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class AssociateNatGatewayAddressCommand extends $Command<
|
|
24
|
+
AssociateNatGatewayAddressCommandInput,
|
|
25
|
+
AssociateNatGatewayAddressCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateNatGatewayAddressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: AssociateNatGatewayAddressCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateNatGatewayAddressCommandInput,
|
|
37
|
+
AssociateNatGatewayAddressCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
CreateClientVpnEndpointRequest,
|
|
16
16
|
CreateClientVpnEndpointResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_1";
|
|
18
18
|
export interface CreateClientVpnEndpointCommandInput
|
|
19
19
|
extends CreateClientVpnEndpointRequest {}
|
|
20
20
|
export interface CreateClientVpnEndpointCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
CreateClientVpnRouteRequest,
|
|
16
|
+
CreateClientVpnRouteResult,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export interface CreateClientVpnRouteCommandInput
|
|
17
19
|
extends CreateClientVpnRouteRequest {}
|
|
18
20
|
export interface CreateClientVpnRouteCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteTrafficMirrorTargetRequest,
|
|
16
16
|
DeleteTrafficMirrorTargetResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DeleteTrafficMirrorTargetCommandInput
|
|
19
19
|
extends DeleteTrafficMirrorTargetRequest {}
|
|
20
20
|
export interface DeleteTrafficMirrorTargetCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
DeleteTransitGatewayRequest,
|
|
16
16
|
DeleteTransitGatewayResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_3";
|
|
18
18
|
export interface DeleteTransitGatewayCommandInput
|
|
19
19
|
extends DeleteTransitGatewayRequest {}
|
|
20
20
|
export interface DeleteTransitGatewayCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DeleteTransitGatewayConnectRequest,
|
|
16
|
+
DeleteTransitGatewayConnectResult,
|
|
17
|
+
} from "../models/models_3";
|
|
16
18
|
export interface DeleteTransitGatewayConnectCommandInput
|
|
17
19
|
extends DeleteTransitGatewayConnectRequest {}
|
|
18
20
|
export interface DeleteTransitGatewayConnectCommandOutput
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
DescribeInstanceStatusRequest,
|
|
16
|
+
DescribeInstanceStatusResult,
|
|
17
|
+
} from "../models/models_4";
|
|
16
18
|
export interface DescribeInstanceStatusCommandInput
|
|
17
19
|
extends DescribeInstanceStatusRequest {}
|
|
18
20
|
export interface DescribeInstanceStatusCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeInstancesResult,
|
|
17
|
-
} from "../models/models_3";
|
|
14
|
+
import { DescribeInstancesRequest } from "../models/models_3";
|
|
15
|
+
import { DescribeInstancesResult } from "../models/models_4";
|
|
18
16
|
export interface DescribeInstancesCommandInput
|
|
19
17
|
extends DescribeInstancesRequest {}
|
|
20
18
|
export interface DescribeInstancesCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
DescribeVolumeStatusResult,
|
|
17
|
-
} from "../models/models_4";
|
|
14
|
+
import { DescribeVolumeStatusRequest } from "../models/models_4";
|
|
15
|
+
import { DescribeVolumeStatusResult } from "../models/models_5";
|
|
18
16
|
export interface DescribeVolumeStatusCommandInput
|
|
19
17
|
extends DescribeVolumeStatusRequest {}
|
|
20
18
|
export interface DescribeVolumeStatusCommandOutput
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@aws-sdk/types";
|
|
9
|
+
import {
|
|
10
|
+
EC2ClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../EC2Client";
|
|
14
|
+
import {
|
|
15
|
+
DisassociateNatGatewayAddressRequest,
|
|
16
|
+
DisassociateNatGatewayAddressResult,
|
|
17
|
+
} from "../models/models_5";
|
|
18
|
+
export interface DisassociateNatGatewayAddressCommandInput
|
|
19
|
+
extends DisassociateNatGatewayAddressRequest {}
|
|
20
|
+
export interface DisassociateNatGatewayAddressCommandOutput
|
|
21
|
+
extends DisassociateNatGatewayAddressResult,
|
|
22
|
+
__MetadataBearer {}
|
|
23
|
+
export declare class DisassociateNatGatewayAddressCommand extends $Command<
|
|
24
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
25
|
+
DisassociateNatGatewayAddressCommandOutput,
|
|
26
|
+
EC2ClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DisassociateNatGatewayAddressCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
|
+
constructor(input: DisassociateNatGatewayAddressCommandInput);
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: EC2ClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DisassociateNatGatewayAddressCommandInput,
|
|
37
|
+
DisassociateNatGatewayAddressCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyAvailabilityZoneGroupRequest,
|
|
16
16
|
ModifyAvailabilityZoneGroupResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyAvailabilityZoneGroupCommandInput
|
|
19
19
|
extends ModifyAvailabilityZoneGroupRequest {}
|
|
20
20
|
export interface ModifyAvailabilityZoneGroupCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyCapacityReservationRequest,
|
|
16
16
|
ModifyCapacityReservationResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyCapacityReservationCommandInput
|
|
19
19
|
extends ModifyCapacityReservationRequest {}
|
|
20
20
|
export interface ModifyCapacityReservationCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
ModifyCapacityReservationFleetRequest,
|
|
16
16
|
ModifyCapacityReservationFleetResult,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_6";
|
|
18
18
|
export interface ModifyCapacityReservationFleetCommandInput
|
|
19
19
|
extends ModifyCapacityReservationFleetRequest {}
|
|
20
20
|
export interface ModifyCapacityReservationFleetCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { Reservation } from "../models/
|
|
14
|
+
import { Reservation } from "../models/models_4";
|
|
15
15
|
import { RunInstancesRequest } from "../models/models_6";
|
|
16
16
|
export interface RunInstancesCommandInput extends RunInstancesRequest {}
|
|
17
17
|
export interface RunInstancesCommandOutput
|
|
@@ -11,10 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
UnassignIpv6AddressesResult,
|
|
17
|
-
} from "../models/models_6";
|
|
14
|
+
import { UnassignIpv6AddressesRequest } from "../models/models_6";
|
|
15
|
+
import { UnassignIpv6AddressesResult } from "../models/models_7";
|
|
18
16
|
export interface UnassignIpv6AddressesCommandInput
|
|
19
17
|
extends UnassignIpv6AddressesRequest {}
|
|
20
18
|
export interface UnassignIpv6AddressesCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../EC2Client";
|
|
14
|
-
import { UnassignPrivateIpAddressesRequest } from "../models/
|
|
14
|
+
import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
|
|
15
15
|
export interface UnassignPrivateIpAddressesCommandInput
|
|
16
16
|
extends UnassignPrivateIpAddressesRequest {}
|
|
17
17
|
export interface UnassignPrivateIpAddressesCommandOutput
|