@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
@@ -1,9 +1,151 @@
1
- import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthorizationRuleStatus, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientConnectOptions, ClientLoginBannerOptions, ClientVpnAuthorizationRuleStatus, ConnectionLogOptions, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, SelfServicePortal, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceStatusEvent, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, Monitoring, PermissionGroup, TpmSupportValues } from "./models_3";
5
- import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_4";
6
- import { DnsServersOptionsModifyStructure, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ClientVpnConnectionStatus, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceState, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, Monitoring, PermissionGroup, TpmSupportValues } from "./models_3";
5
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_4";
6
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, ModifyAvailabilityZoneOptInStatus, Purchase, UnlimitedSupportedInstanceFamily } from "./models_5";
7
+ export interface ModifyAvailabilityZoneGroupRequest {
8
+ /**
9
+ * <p>The name of the Availability Zone group, Local Zone group, or Wavelength Zone
10
+ * group.</p>
11
+ */
12
+ GroupName: string | undefined;
13
+ /**
14
+ * <p>Indicates whether you are opted in to the Local Zone group or Wavelength Zone group. The
15
+ * only valid value is <code>opted-in</code>. You must contact <a href="https://console.aws.amazon.com/support/home#/case/create%3FissueType=customer-service%26serviceCode=general-info%26getting-started%26categoryCode=using-aws%26services">Amazon Web Services Support</a> to opt out of a Local Zone or Wavelength Zone group.</p>
16
+ */
17
+ OptInStatus: ModifyAvailabilityZoneOptInStatus | string | undefined;
18
+ /**
19
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
20
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
21
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
22
+ */
23
+ DryRun?: boolean;
24
+ }
25
+ export interface ModifyAvailabilityZoneGroupResult {
26
+ /**
27
+ * <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
28
+ */
29
+ Return?: boolean;
30
+ }
31
+ export interface ModifyCapacityReservationRequest {
32
+ /**
33
+ * <p>The ID of the Capacity Reservation.</p>
34
+ */
35
+ CapacityReservationId: string | undefined;
36
+ /**
37
+ * <p>The number of instances for which to reserve capacity. The number of instances can't be increased or
38
+ * decreased by more than <code>1000</code> in a single request.</p>
39
+ */
40
+ InstanceCount?: number;
41
+ /**
42
+ * <p>The date and time at which the Capacity Reservation expires. When a Capacity Reservation expires, the reserved capacity
43
+ * is released and you can no longer launch instances into it. The Capacity Reservation's state changes to
44
+ * <code>expired</code> when it reaches its end date and time.</p>
45
+ * <p>The Capacity Reservation is cancelled within an hour from the specified time. For example, if you specify
46
+ * 5/31/2019, 13:30:55, the Capacity Reservation is guaranteed to end between 13:30:55 and 14:30:55 on 5/31/2019.</p>
47
+ * <p>You must provide an <code>EndDate</code> value if <code>EndDateType</code> is
48
+ * <code>limited</code>. Omit <code>EndDate</code> if <code>EndDateType</code> is
49
+ * <code>unlimited</code>.</p>
50
+ */
51
+ EndDate?: Date;
52
+ /**
53
+ * <p>Indicates the way in which the Capacity Reservation ends. A Capacity Reservation can have one of the following end
54
+ * types:</p>
55
+ * <ul>
56
+ * <li>
57
+ * <p>
58
+ * <code>unlimited</code> - The Capacity Reservation remains active until you explicitly cancel it. Do not
59
+ * provide an <code>EndDate</code> value if <code>EndDateType</code> is
60
+ * <code>unlimited</code>.</p>
61
+ * </li>
62
+ * <li>
63
+ * <p>
64
+ * <code>limited</code> - The Capacity Reservation expires automatically at a specified date and time. You must
65
+ * provide an <code>EndDate</code> value if <code>EndDateType</code> is
66
+ * <code>limited</code>.</p>
67
+ * </li>
68
+ * </ul>
69
+ */
70
+ EndDateType?: EndDateType | string;
71
+ /**
72
+ * <p>Reserved. Capacity Reservations you have created are accepted by default.</p>
73
+ */
74
+ Accept?: boolean;
75
+ /**
76
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
77
+ */
78
+ DryRun?: boolean;
79
+ /**
80
+ * <p>Reserved for future use.</p>
81
+ */
82
+ AdditionalInfo?: string;
83
+ }
84
+ export interface ModifyCapacityReservationResult {
85
+ /**
86
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
87
+ */
88
+ Return?: boolean;
89
+ }
90
+ export interface ModifyCapacityReservationFleetRequest {
91
+ /**
92
+ * <p>The ID of the Capacity Reservation Fleet to modify.</p>
93
+ */
94
+ CapacityReservationFleetId: string | undefined;
95
+ /**
96
+ * <p>The total number of capacity units to be reserved by the Capacity Reservation Fleet. This value,
97
+ * together with the instance type weights that you assign to each instance type used by the Fleet
98
+ * determine the number of instances for which the Fleet reserves capacity. Both values are based on
99
+ * units that make sense for your workload. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target capacity</a>
100
+ * in the Amazon EC2 User Guide.</p>
101
+ */
102
+ TotalTargetCapacity?: number;
103
+ /**
104
+ * <p>The date and time at which the Capacity Reservation Fleet expires. When the Capacity Reservation
105
+ * Fleet expires, its state changes to <code>expired</code> and all of the Capacity Reservations in the
106
+ * Fleet expire.</p>
107
+ * <p>The Capacity Reservation Fleet expires within an hour after the specified time. For example, if you
108
+ * specify <code>5/31/2019</code>, <code>13:30:55</code>, the Capacity Reservation Fleet is guaranteed
109
+ * to expire between <code>13:30:55</code> and <code>14:30:55</code> on <code>5/31/2019</code>.</p>
110
+ * <p>You can't specify <b>EndDate</b> and <b>
111
+ * RemoveEndDate</b> in the same request.</p>
112
+ */
113
+ EndDate?: Date;
114
+ /**
115
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
116
+ */
117
+ DryRun?: boolean;
118
+ /**
119
+ * <p>Indicates whether to remove the end date from the Capacity Reservation Fleet. If you remove the
120
+ * end date, the Capacity Reservation Fleet does not expire and it remains active until you explicitly
121
+ * cancel it using the <b>CancelCapacityReservationFleet</b> action.</p>
122
+ * <p>You can't specify <b>RemoveEndDate</b> and <b>
123
+ * EndDate</b> in the same request.</p>
124
+ */
125
+ RemoveEndDate?: boolean;
126
+ }
127
+ export interface ModifyCapacityReservationFleetResult {
128
+ /**
129
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
130
+ */
131
+ Return?: boolean;
132
+ }
133
+ /**
134
+ * <p>Information about the DNS server to be used.</p>
135
+ */
136
+ export interface DnsServersOptionsModifyStructure {
137
+ /**
138
+ * <p>The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to
139
+ * two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values
140
+ * overwrite the existing values.</p>
141
+ */
142
+ CustomDnsServers?: string[];
143
+ /**
144
+ * <p>Indicates whether DNS servers should be used. Specify <code>False</code> to delete the existing DNS
145
+ * servers.</p>
146
+ */
147
+ Enabled?: boolean;
148
+ }
7
149
  export interface ModifyClientVpnEndpointRequest {
8
150
  /**
9
151
  * <p>The ID of the Client VPN endpoint to modify.</p>
@@ -1224,7 +1366,7 @@ export interface ModifyLocalGatewayRouteRequest {
1224
1366
  /**
1225
1367
  * <p>The CIDR block used for destination matches. The value that you provide must match the CIDR of an existing route in the table.</p>
1226
1368
  */
1227
- DestinationCidrBlock: string | undefined;
1369
+ DestinationCidrBlock?: string;
1228
1370
  /**
1229
1371
  * <p>The ID of the local gateway route table.</p>
1230
1372
  */
@@ -1245,6 +1387,13 @@ export interface ModifyLocalGatewayRouteRequest {
1245
1387
  * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1246
1388
  */
1247
1389
  DryRun?: boolean;
1390
+ /**
1391
+ * <p>
1392
+ * The ID of the prefix list. Use a prefix list in place of <code>DestinationCidrBlock</code>. You
1393
+ * cannot use <code>DestinationPrefixListId</code> and <code>DestinationCidrBlock</code> in the same request.
1394
+ * </p>
1395
+ */
1396
+ DestinationPrefixListId?: string;
1248
1397
  }
1249
1398
  export interface ModifyLocalGatewayRouteResult {
1250
1399
  /**
@@ -5709,6 +5858,10 @@ export interface SearchLocalGatewayRoutesRequest {
5709
5858
  * <ul>
5710
5859
  * <li>
5711
5860
  * <p>
5861
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
5862
+ * </li>
5863
+ * <li>
5864
+ * <p>
5712
5865
  * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
5713
5866
  * </li>
5714
5867
  * <li>
@@ -6214,105 +6367,34 @@ export interface UnassignIpv6AddressesRequest {
6214
6367
  */
6215
6368
  NetworkInterfaceId: string | undefined;
6216
6369
  }
6217
- export interface UnassignIpv6AddressesResult {
6218
- /**
6219
- * <p>The ID of the network interface.</p>
6220
- */
6221
- NetworkInterfaceId?: string;
6222
- /**
6223
- * <p>The IPv6 addresses that have been unassigned from the network interface.</p>
6224
- */
6225
- UnassignedIpv6Addresses?: string[];
6226
- /**
6227
- * <p>The IPv4 prefixes that have been unassigned from the network interface.</p>
6228
- */
6229
- UnassignedIpv6Prefixes?: string[];
6230
- }
6231
6370
  /**
6232
- * <p>Contains the parameters for UnassignPrivateIpAddresses.</p>
6371
+ * @internal
6372
+ */
6373
+ export declare const ModifyAvailabilityZoneGroupRequestFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupRequest) => any;
6374
+ /**
6375
+ * @internal
6233
6376
  */
6234
- export interface UnassignPrivateIpAddressesRequest {
6235
- /**
6236
- * <p>The ID of the network interface.</p>
6237
- */
6238
- NetworkInterfaceId: string | undefined;
6239
- /**
6240
- * <p>The secondary private IP addresses to unassign from the network interface. You can specify this
6241
- * option multiple times to unassign more than one IP address.</p>
6242
- */
6243
- PrivateIpAddresses?: string[];
6244
- /**
6245
- * <p>The IPv4 prefixes to unassign from the network interface.</p>
6246
- */
6247
- Ipv4Prefixes?: string[];
6248
- }
6249
- export interface UnmonitorInstancesRequest {
6250
- /**
6251
- * <p>The IDs of the instances.</p>
6252
- */
6253
- InstanceIds: string[] | undefined;
6254
- /**
6255
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6256
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6257
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6258
- */
6259
- DryRun?: boolean;
6260
- }
6261
- export interface UnmonitorInstancesResult {
6262
- /**
6263
- * <p>The monitoring information.</p>
6264
- */
6265
- InstanceMonitorings?: InstanceMonitoring[];
6266
- }
6377
+ export declare const ModifyAvailabilityZoneGroupResultFilterSensitiveLog: (obj: ModifyAvailabilityZoneGroupResult) => any;
6267
6378
  /**
6268
- * <p>Describes the description of a security group rule.</p>
6269
- * <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>
6379
+ * @internal
6270
6380
  */
6271
- export interface SecurityGroupRuleDescription {
6272
- /**
6273
- * <p>The ID of the security group rule.</p>
6274
- */
6275
- SecurityGroupRuleId?: string;
6276
- /**
6277
- * <p>The description of the security group rule.</p>
6278
- */
6279
- Description?: string;
6280
- }
6281
- export interface UpdateSecurityGroupRuleDescriptionsEgressRequest {
6282
- /**
6283
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6284
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6285
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6286
- */
6287
- DryRun?: boolean;
6288
- /**
6289
- * <p>The ID of the security group. You must specify either the security group ID or the
6290
- * security group name in the request. For security groups in a nondefault VPC, you must
6291
- * specify the security group ID.</p>
6292
- */
6293
- GroupId?: string;
6294
- /**
6295
- * <p>[Default VPC] The name of the security group. You must specify either the security group
6296
- * ID or the security group name in the request.</p>
6297
- */
6298
- GroupName?: string;
6299
- /**
6300
- * <p>The IP permissions for the security group rule. You must specify either the IP permissions
6301
- * or the description.</p>
6302
- */
6303
- IpPermissions?: IpPermission[];
6304
- /**
6305
- * <p>The description for the egress security group rules. You must specify either the
6306
- * description or the IP permissions.</p>
6307
- */
6308
- SecurityGroupRuleDescriptions?: SecurityGroupRuleDescription[];
6309
- }
6310
- export interface UpdateSecurityGroupRuleDescriptionsEgressResult {
6311
- /**
6312
- * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an error.</p>
6313
- */
6314
- Return?: boolean;
6315
- }
6381
+ export declare const ModifyCapacityReservationRequestFilterSensitiveLog: (obj: ModifyCapacityReservationRequest) => any;
6382
+ /**
6383
+ * @internal
6384
+ */
6385
+ export declare const ModifyCapacityReservationResultFilterSensitiveLog: (obj: ModifyCapacityReservationResult) => any;
6386
+ /**
6387
+ * @internal
6388
+ */
6389
+ export declare const ModifyCapacityReservationFleetRequestFilterSensitiveLog: (obj: ModifyCapacityReservationFleetRequest) => any;
6390
+ /**
6391
+ * @internal
6392
+ */
6393
+ export declare const ModifyCapacityReservationFleetResultFilterSensitiveLog: (obj: ModifyCapacityReservationFleetResult) => any;
6394
+ /**
6395
+ * @internal
6396
+ */
6397
+ export declare const DnsServersOptionsModifyStructureFilterSensitiveLog: (obj: DnsServersOptionsModifyStructure) => any;
6316
6398
  /**
6317
6399
  * @internal
6318
6400
  */
@@ -7433,31 +7515,3 @@ export declare const TerminateInstancesResultFilterSensitiveLog: (obj: Terminate
7433
7515
  * @internal
7434
7516
  */
7435
7517
  export declare const UnassignIpv6AddressesRequestFilterSensitiveLog: (obj: UnassignIpv6AddressesRequest) => any;
7436
- /**
7437
- * @internal
7438
- */
7439
- export declare const UnassignIpv6AddressesResultFilterSensitiveLog: (obj: UnassignIpv6AddressesResult) => any;
7440
- /**
7441
- * @internal
7442
- */
7443
- export declare const UnassignPrivateIpAddressesRequestFilterSensitiveLog: (obj: UnassignPrivateIpAddressesRequest) => any;
7444
- /**
7445
- * @internal
7446
- */
7447
- export declare const UnmonitorInstancesRequestFilterSensitiveLog: (obj: UnmonitorInstancesRequest) => any;
7448
- /**
7449
- * @internal
7450
- */
7451
- export declare const UnmonitorInstancesResultFilterSensitiveLog: (obj: UnmonitorInstancesResult) => any;
7452
- /**
7453
- * @internal
7454
- */
7455
- export declare const SecurityGroupRuleDescriptionFilterSensitiveLog: (obj: SecurityGroupRuleDescription) => any;
7456
- /**
7457
- * @internal
7458
- */
7459
- export declare const UpdateSecurityGroupRuleDescriptionsEgressRequestFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressRequest) => any;
7460
- /**
7461
- * @internal
7462
- */
7463
- export declare const UpdateSecurityGroupRuleDescriptionsEgressResultFilterSensitiveLog: (obj: UpdateSecurityGroupRuleDescriptionsEgressResult) => any;
@@ -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>;