@aws-sdk/client-ec2 3.259.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 +565 -162
  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 +534 -139
  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 +242 -164
  88. package/dist-types/models/models_2.d.ts +159 -72
  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 +182 -128
  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 +71 -54
  120. package/dist-types/ts3.4/models/models_2.d.ts +49 -37
  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 +60 -55
  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 +6 -6
@@ -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
@@ -11,8 +11,10 @@ import {
11
11
  ServiceInputTypes,
12
12
  ServiceOutputTypes,
13
13
  } from "../EC2Client";
14
- import { DescribeInstanceStatusRequest } from "../models/models_3";
15
- import { DescribeInstanceStatusResult } from "../models/models_4";
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
- DescribeInstancesRequest,
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
- DescribeVolumeStatusRequest,
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/models_5";
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/models_5";
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/models_5";
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/models_3";
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
- UnassignIpv6AddressesRequest,
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/models_6";
14
+ import { UnassignPrivateIpAddressesRequest } from "../models/models_7";
15
15
  export interface UnassignPrivateIpAddressesCommandInput
16
16
  extends UnassignPrivateIpAddressesRequest {}
17
17
  export interface UnassignPrivateIpAddressesCommandOutput
@@ -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
+ UnassignPrivateNatGatewayAddressRequest,
16
+ UnassignPrivateNatGatewayAddressResult,
17
+ } from "../models/models_7";
18
+ export interface UnassignPrivateNatGatewayAddressCommandInput
19
+ extends UnassignPrivateNatGatewayAddressRequest {}
20
+ export interface UnassignPrivateNatGatewayAddressCommandOutput
21
+ extends UnassignPrivateNatGatewayAddressResult,
22
+ __MetadataBearer {}
23
+ export declare class UnassignPrivateNatGatewayAddressCommand extends $Command<
24
+ UnassignPrivateNatGatewayAddressCommandInput,
25
+ UnassignPrivateNatGatewayAddressCommandOutput,
26
+ EC2ClientResolvedConfig
27
+ > {
28
+ readonly input: UnassignPrivateNatGatewayAddressCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
+ constructor(input: UnassignPrivateNatGatewayAddressCommandInput);
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EC2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UnassignPrivateNatGatewayAddressCommandInput,
37
+ UnassignPrivateNatGatewayAddressCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UnmonitorInstancesRequest,
16
16
  UnmonitorInstancesResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface UnmonitorInstancesCommandInput
19
19
  extends UnmonitorInstancesRequest {}
20
20
  export interface UnmonitorInstancesCommandOutput
@@ -14,7 +14,7 @@ import {
14
14
  import {
15
15
  UpdateSecurityGroupRuleDescriptionsEgressRequest,
16
16
  UpdateSecurityGroupRuleDescriptionsEgressResult,
17
- } from "../models/models_6";
17
+ } from "../models/models_7";
18
18
  export interface UpdateSecurityGroupRuleDescriptionsEgressCommandInput
19
19
  extends UpdateSecurityGroupRuleDescriptionsEgressRequest {}
20
20
  export interface UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
@@ -12,6 +12,7 @@ export * from "./AllocateIpamPoolCidrCommand";
12
12
  export * from "./ApplySecurityGroupsToClientVpnTargetNetworkCommand";
13
13
  export * from "./AssignIpv6AddressesCommand";
14
14
  export * from "./AssignPrivateIpAddressesCommand";
15
+ export * from "./AssignPrivateNatGatewayAddressCommand";
15
16
  export * from "./AssociateAddressCommand";
16
17
  export * from "./AssociateClientVpnTargetNetworkCommand";
17
18
  export * from "./AssociateDhcpOptionsCommand";
@@ -19,6 +20,7 @@ export * from "./AssociateEnclaveCertificateIamRoleCommand";
19
20
  export * from "./AssociateIamInstanceProfileCommand";
20
21
  export * from "./AssociateInstanceEventWindowCommand";
21
22
  export * from "./AssociateIpamResourceDiscoveryCommand";
23
+ export * from "./AssociateNatGatewayAddressCommand";
22
24
  export * from "./AssociateRouteTableCommand";
23
25
  export * from "./AssociateSubnetCidrBlockCommand";
24
26
  export * from "./AssociateTransitGatewayMulticastDomainCommand";
@@ -379,6 +381,7 @@ export * from "./DisassociateEnclaveCertificateIamRoleCommand";
379
381
  export * from "./DisassociateIamInstanceProfileCommand";
380
382
  export * from "./DisassociateInstanceEventWindowCommand";
381
383
  export * from "./DisassociateIpamResourceDiscoveryCommand";
384
+ export * from "./DisassociateNatGatewayAddressCommand";
382
385
  export * from "./DisassociateRouteTableCommand";
383
386
  export * from "./DisassociateSubnetCidrBlockCommand";
384
387
  export * from "./DisassociateTransitGatewayMulticastDomainCommand";
@@ -579,6 +582,7 @@ export * from "./TerminateClientVpnConnectionsCommand";
579
582
  export * from "./TerminateInstancesCommand";
580
583
  export * from "./UnassignIpv6AddressesCommand";
581
584
  export * from "./UnassignPrivateIpAddressesCommand";
585
+ export * from "./UnassignPrivateNatGatewayAddressCommand";
582
586
  export * from "./UnmonitorInstancesCommand";
583
587
  export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
584
588
  export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";