@aws-sdk/client-ec2 3.261.0 → 3.262.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.
Files changed (127) hide show
  1. package/dist-cjs/EC2.js +60 -0
  2. package/dist-cjs/commands/AssignPrivateNatGatewayAddressCommand.js +46 -0
  3. package/dist-cjs/commands/AssociateNatGatewayAddressCommand.js +46 -0
  4. package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +3 -3
  5. package/dist-cjs/commands/CreateClientVpnRouteCommand.js +1 -2
  6. package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +3 -3
  7. package/dist-cjs/commands/DeleteTransitGatewayCommand.js +3 -3
  8. package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +1 -2
  9. package/dist-cjs/commands/DescribeInstanceStatusCommand.js +1 -2
  10. package/dist-cjs/commands/DescribeInstancesCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeVolumeStatusCommand.js +2 -1
  12. package/dist-cjs/commands/DisassociateNatGatewayAddressCommand.js +46 -0
  13. package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +3 -3
  14. package/dist-cjs/commands/ModifyCapacityReservationCommand.js +3 -3
  15. package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +3 -3
  16. package/dist-cjs/commands/RunInstancesCommand.js +2 -2
  17. package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +2 -1
  18. package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +2 -2
  19. package/dist-cjs/commands/UnassignPrivateNatGatewayAddressCommand.js +46 -0
  20. package/dist-cjs/commands/UnmonitorInstancesCommand.js +3 -3
  21. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +3 -3
  22. package/dist-cjs/commands/index.js +4 -0
  23. package/dist-cjs/models/models_0.js +37 -34
  24. package/dist-cjs/models/models_1.js +34 -33
  25. package/dist-cjs/models/models_2.js +29 -26
  26. package/dist-cjs/models/models_3.js +26 -30
  27. package/dist-cjs/models/models_4.js +30 -30
  28. package/dist-cjs/models/models_5.js +38 -34
  29. package/dist-cjs/models/models_6.js +34 -34
  30. package/dist-cjs/models/models_7.js +37 -1
  31. package/dist-cjs/protocols/Aws_ec2.js +551 -161
  32. package/dist-es/EC2.js +60 -0
  33. package/dist-es/commands/AssignPrivateNatGatewayAddressCommand.js +42 -0
  34. package/dist-es/commands/AssociateNatGatewayAddressCommand.js +42 -0
  35. package/dist-es/commands/CreateClientVpnEndpointCommand.js +1 -1
  36. package/dist-es/commands/CreateClientVpnRouteCommand.js +1 -2
  37. package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +1 -1
  38. package/dist-es/commands/DeleteTransitGatewayCommand.js +1 -1
  39. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +1 -2
  40. package/dist-es/commands/DescribeInstanceStatusCommand.js +1 -2
  41. package/dist-es/commands/DescribeInstancesCommand.js +2 -1
  42. package/dist-es/commands/DescribeVolumeStatusCommand.js +2 -1
  43. package/dist-es/commands/DisassociateNatGatewayAddressCommand.js +42 -0
  44. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +1 -1
  45. package/dist-es/commands/ModifyCapacityReservationCommand.js +1 -1
  46. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +1 -1
  47. package/dist-es/commands/RunInstancesCommand.js +1 -1
  48. package/dist-es/commands/UnassignIpv6AddressesCommand.js +2 -1
  49. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +1 -1
  50. package/dist-es/commands/UnassignPrivateNatGatewayAddressCommand.js +42 -0
  51. package/dist-es/commands/UnmonitorInstancesCommand.js +1 -1
  52. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +1 -1
  53. package/dist-es/commands/index.js +4 -0
  54. package/dist-es/models/models_0.js +26 -24
  55. package/dist-es/models/models_1.js +24 -23
  56. package/dist-es/models/models_2.js +20 -15
  57. package/dist-es/models/models_3.js +15 -20
  58. package/dist-es/models/models_4.js +20 -21
  59. package/dist-es/models/models_5.js +27 -21
  60. package/dist-es/models/models_6.js +21 -21
  61. package/dist-es/models/models_7.js +27 -0
  62. package/dist-es/protocols/Aws_ec2.js +520 -138
  63. package/dist-types/EC2.d.ts +43 -0
  64. package/dist-types/EC2Client.d.ts +6 -2
  65. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
  66. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
  67. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
  69. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
  72. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  73. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
  74. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  75. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
  76. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  77. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  78. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  79. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  80. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  81. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  82. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
  83. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  85. package/dist-types/commands/index.d.ts +4 -0
  86. package/dist-types/models/models_0.d.ts +125 -226
  87. package/dist-types/models/models_1.d.ts +228 -163
  88. package/dist-types/models/models_2.d.ts +150 -70
  89. package/dist-types/models/models_3.d.ts +67 -205
  90. package/dist-types/models/models_4.d.ts +205 -78
  91. package/dist-types/models/models_5.d.ts +117 -170
  92. package/dist-types/models/models_6.d.ts +170 -127
  93. package/dist-types/models/models_7.d.ts +167 -2
  94. package/dist-types/protocols/Aws_ec2.d.ts +12 -0
  95. package/dist-types/ts3.4/EC2.d.ts +68 -0
  96. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  97. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
  98. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
  99. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
  101. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
  104. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  105. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
  106. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  107. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
  108. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
  115. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  118. package/dist-types/ts3.4/models/models_0.d.ts +53 -59
  119. package/dist-types/ts3.4/models/models_1.d.ts +68 -53
  120. package/dist-types/ts3.4/models/models_2.d.ts +46 -35
  121. package/dist-types/ts3.4/models/models_3.d.ts +36 -46
  122. package/dist-types/ts3.4/models/models_4.d.ts +46 -38
  123. package/dist-types/ts3.4/models/models_5.d.ts +61 -57
  124. package/dist-types/ts3.4/models/models_6.d.ts +58 -54
  125. package/dist-types/ts3.4/models/models_7.d.ts +70 -2
  126. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
  127. package/package.json +2 -2
@@ -1,5 +1,134 @@
1
- import { ByoipCidr, IpPermission } from "./models_0";
2
- import { SecurityGroupRuleDescription } from "./models_6";
1
+ import { ByoipCidr, IpPermission, NatGatewayAddress } from "./models_0";
2
+ import { InstanceMonitoring } from "./models_6";
3
+ export interface UnassignIpv6AddressesResult {
4
+ /**
5
+ * <p>The ID of the network interface.</p>
6
+ */
7
+ NetworkInterfaceId?: string;
8
+ /**
9
+ * <p>The IPv6 addresses that have been unassigned from the network interface.</p>
10
+ */
11
+ UnassignedIpv6Addresses?: string[];
12
+ /**
13
+ * <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
14
+ */
15
+ UnassignedIpv6Prefixes?: string[];
16
+ }
17
+ /**
18
+ * <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
19
+ */
20
+ export interface UnassignPrivateIpAddressesRequest {
21
+ /**
22
+ * <p>The ID of the network interface.</p>
23
+ */
24
+ NetworkInterfaceId: string | undefined;
25
+ /**
26
+ * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
27
+ * option multiple times to unassign more than one IP address.</p>
28
+ */
29
+ PrivateIpAddresses?: string[];
30
+ /**
31
+ * <p>The IPv4 prefixes to unassign from the network interface.</p>
32
+ */
33
+ Ipv4Prefixes?: string[];
34
+ }
35
+ export interface UnassignPrivateNatGatewayAddressRequest {
36
+ /**
37
+ * <p>The NAT gateway ID.</p>
38
+ */
39
+ NatGatewayId: string | undefined;
40
+ /**
41
+ * <p>The private IPv4 addresses you want to unassign.</p>
42
+ */
43
+ PrivateIpAddresses: string[] | undefined;
44
+ /**
45
+ * <p>The maximum amount of time to wait (in seconds) before forcibly releasing the IP addresses if connections are still in progress. Default value is 350 seconds.</p>
46
+ */
47
+ MaxDrainDurationSeconds?: number;
48
+ /**
49
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
50
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
51
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
52
+ */
53
+ DryRun?: boolean;
54
+ }
55
+ export interface UnassignPrivateNatGatewayAddressResult {
56
+ /**
57
+ * <p>The NAT gateway ID.</p>
58
+ */
59
+ NatGatewayId?: string;
60
+ /**
61
+ * <p>Information about the NAT gateway IP addresses.</p>
62
+ */
63
+ NatGatewayAddresses?: NatGatewayAddress[];
64
+ }
65
+ export interface UnmonitorInstancesRequest {
66
+ /**
67
+ * <p>The IDs of the instances.</p>
68
+ */
69
+ InstanceIds: string[] | undefined;
70
+ /**
71
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
72
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
73
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
74
+ */
75
+ DryRun?: boolean;
76
+ }
77
+ export interface UnmonitorInstancesResult {
78
+ /**
79
+ * <p>The monitoring information.</p>
80
+ */
81
+ InstanceMonitorings?: InstanceMonitoring[];
82
+ }
83
+ /**
84
+ * <p>Describes the description of a security group rule.</p>
85
+ * <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
86
+ */
87
+ export interface SecurityGroupRuleDescription {
88
+ /**
89
+ * <p>The ID of the security group rule.</p>
90
+ */
91
+ SecurityGroupRuleId?: string;
92
+ /**
93
+ * <p>The description of the security group rule.</p>
94
+ */
95
+ Description?: string;
96
+ }
97
+ export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
98
+ /**
99
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
100
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
101
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
102
+ */
103
+ DryRun?: boolean;
104
+ /**
105
+ * <p>The ID of the security group. You must specify either the security group ID or the
106
+ * security group name in the request. For security groups in a nondefault VPC, you must
107
+ * specify the security group ID.</p>
108
+ */
109
+ GroupId?: string;
110
+ /**
111
+ * <p>[Default VPC] The name of the security group. You must specify either the security group
112
+ * ID or the security group name in the request.</p>
113
+ */
114
+ GroupName?: string;
115
+ /**
116
+ * <p>The IP permissions for the security group rule. You must specify either the IP permissions
117
+ * or the description.</p>
118
+ */
119
+ IpPermissions?: IpPermission[];
120
+ /**
121
+ * <p>The description for the egress security group rules. You must specify either the
122
+ * description or the IP permissions.</p>
123
+ */
124
+ SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
125
+ }
126
+ export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
127
+ /**
128
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
129
+ */
130
+ Return?: boolean;
131
+ }
3
132
  export interface UpdateSecurityGroupRuleDescriptionsIngressRequest {
4
133
  /**
5
134
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -54,6 +183,42 @@ export interface WithdrawByoipCidrResult {
54
183
  */
55
184
  ByoipCidr?: ByoipCidr;
56
185
  }
186
+ /**
187
+ * @internal
188
+ */
189
+ export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (obj: UnassignIpv6AddressesResult) => any;
190
+ /**
191
+ * @internal
192
+ */
193
+ export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (obj: UnassignPrivateIpAddressesRequest) => any;
194
+ /**
195
+ * @internal
196
+ */
197
+ export declare const UnassignPrivateNatGatewayAddressRequestFilterSensitiveLog: (obj: UnassignPrivateNatGatewayAddressRequest) => any;
198
+ /**
199
+ * @internal
200
+ */
201
+ export declare const UnassignPrivateNatGatewayAddressResultFilterSensitiveLog: (obj: UnassignPrivateNatGatewayAddressResult) => any;
202
+ /**
203
+ * @internal
204
+ */
205
+ export declare const UnmonitorInstancesRequestFilterSensitiveLog: (obj: UnmonitorInstancesRequest) => any;
206
+ /**
207
+ * @internal
208
+ */
209
+ export declare const UnmonitorInstancesResultFilterSensitiveLog: (obj: UnmonitorInstancesResult) => any;
210
+ /**
211
+ * @internal
212
+ */
213
+ export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
214
+ /**
215
+ * @internal
216
+ */
217
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressRequest) => any;
218
+ /**
219
+ * @internal
220
+ */
221
+ export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
57
222
  /**
58
223
  * @internal
59
224
  */
@@ -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/models_0";
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 { CreateClientVpnRouteRequest } from "../models/models_0";
15
- import { CreateClientVpnRouteResult } from "../models/models_1";
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/models_2";
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/models_2";
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 { DeleteTransitGatewayConnectRequest } from "../models/models_2";
15
- import { DeleteTransitGatewayConnectResult } from "../models/models_3";
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