@aws-sdk/client-ec2 3.261.0 → 3.264.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) 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 +50 -7
  64. package/dist-types/EC2Client.d.ts +6 -2
  65. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +37 -0
  66. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  67. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +38 -0
  68. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -2
  70. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -2
  75. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +1 -2
  76. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -1
  77. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -1
  79. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  80. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +43 -0
  81. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  82. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  83. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  85. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  86. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  87. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -1
  88. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  89. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +45 -0
  90. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  92. package/dist-types/commands/index.d.ts +4 -0
  93. package/dist-types/models/models_0.d.ts +134 -234
  94. package/dist-types/models/models_1.d.ts +236 -166
  95. package/dist-types/models/models_2.d.ts +154 -71
  96. package/dist-types/models/models_3.d.ts +68 -205
  97. package/dist-types/models/models_4.d.ts +208 -81
  98. package/dist-types/models/models_5.d.ts +124 -177
  99. package/dist-types/models/models_6.d.ts +181 -136
  100. package/dist-types/models/models_7.d.ts +167 -2
  101. package/dist-types/protocols/Aws_ec2.d.ts +12 -0
  102. package/dist-types/ts3.4/EC2.d.ts +68 -0
  103. package/dist-types/ts3.4/EC2Client.d.ts +24 -0
  104. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +41 -0
  105. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +41 -0
  106. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +4 -2
  108. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +4 -2
  111. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +4 -2
  112. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  114. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +41 -0
  115. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -4
  120. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +41 -0
  122. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  125. package/dist-types/ts3.4/models/models_0.d.ts +59 -65
  126. package/dist-types/ts3.4/models/models_1.d.ts +68 -53
  127. package/dist-types/ts3.4/models/models_2.d.ts +47 -36
  128. package/dist-types/ts3.4/models/models_3.d.ts +36 -46
  129. package/dist-types/ts3.4/models/models_4.d.ts +46 -38
  130. package/dist-types/ts3.4/models/models_5.d.ts +68 -64
  131. package/dist-types/ts3.4/models/models_6.d.ts +66 -62
  132. package/dist-types/ts3.4/models/models_7.d.ts +70 -2
  133. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +48 -0
  134. package/package.json +5 -5
@@ -664,7 +664,7 @@ export interface AcceptVpcPeeringConnectionRequest {
664
664
  * <p>The ID of the VPC peering connection. You must specify this parameter in the
665
665
  * request.</p>
666
666
  */
667
- VpcPeeringConnectionId?: string;
667
+ VpcPeeringConnectionId: string | undefined;
668
668
  }
669
669
  /**
670
670
  * <p>Describes an IPv4 CIDR block.</p>
@@ -2288,6 +2288,81 @@ export interface AssignPrivateIpAddressesResult {
2288
2288
  */
2289
2289
  AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
2290
2290
  }
2291
+ export interface AssignPrivateNatGatewayAddressRequest {
2292
+ /**
2293
+ * <p>The NAT gateway ID.</p>
2294
+ */
2295
+ NatGatewayId: string | undefined;
2296
+ /**
2297
+ * <p>The private IPv4 addresses you want to assign to the private NAT gateway.</p>
2298
+ */
2299
+ PrivateIpAddresses?: string[];
2300
+ /**
2301
+ * <p>The number of private IP addresses to assign to the NAT gateway. You can't specify this parameter when also specifying private IP addresses.</p>
2302
+ */
2303
+ PrivateIpAddressCount?: number;
2304
+ /**
2305
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2306
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2307
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2308
+ */
2309
+ DryRun?: boolean;
2310
+ }
2311
+ export declare enum NatGatewayAddressStatus {
2312
+ ASSIGNING = "assigning",
2313
+ ASSOCIATING = "associating",
2314
+ DISASSOCIATING = "disassociating",
2315
+ FAILED = "failed",
2316
+ SUCCEEDED = "succeeded",
2317
+ UNASSIGNING = "unassigning"
2318
+ }
2319
+ /**
2320
+ * <p>Describes the IP addresses and network interface associated with a NAT gateway.</p>
2321
+ */
2322
+ export interface NatGatewayAddress {
2323
+ /**
2324
+ * <p>[Public NAT gateway only] The allocation ID of the Elastic IP address that's associated with the NAT gateway.</p>
2325
+ */
2326
+ AllocationId?: string;
2327
+ /**
2328
+ * <p>The ID of the network interface associated with the NAT gateway.</p>
2329
+ */
2330
+ NetworkInterfaceId?: string;
2331
+ /**
2332
+ * <p>The private IP address associated with the NAT gateway.</p>
2333
+ */
2334
+ PrivateIp?: string;
2335
+ /**
2336
+ * <p>[Public NAT gateway only] The Elastic IP address associated with the NAT gateway.</p>
2337
+ */
2338
+ PublicIp?: string;
2339
+ /**
2340
+ * <p>[Public NAT gateway only] The association ID of the Elastic IP address that's associated with the NAT gateway.</p>
2341
+ */
2342
+ AssociationId?: string;
2343
+ /**
2344
+ * <p>Defines if the IP address is the primary address.</p>
2345
+ */
2346
+ IsPrimary?: boolean;
2347
+ /**
2348
+ * <p>The address failure message.</p>
2349
+ */
2350
+ FailureMessage?: string;
2351
+ /**
2352
+ * <p>The address status.</p>
2353
+ */
2354
+ Status?: NatGatewayAddressStatus | string;
2355
+ }
2356
+ export interface AssignPrivateNatGatewayAddressResult {
2357
+ /**
2358
+ * <p>The NAT gateway ID.</p>
2359
+ */
2360
+ NatGatewayId?: string;
2361
+ /**
2362
+ * <p>NAT gateway IP addresses.</p>
2363
+ */
2364
+ NatGatewayAddresses?: NatGatewayAddress[];
2365
+ }
2291
2366
  export interface AssociateAddressRequest {
2292
2367
  /**
2293
2368
  * <p>[EC2-VPC] The allocation ID. This is required for EC2-VPC.</p>
@@ -2400,12 +2475,12 @@ export interface AssociateEnclaveCertificateIamRoleRequest {
2400
2475
  /**
2401
2476
  * <p>The ARN of the ACM certificate with which to associate the IAM role.</p>
2402
2477
  */
2403
- CertificateArn?: string;
2478
+ CertificateArn: string | undefined;
2404
2479
  /**
2405
2480
  * <p>The ARN of the IAM role to associate with the ACM certificate. You can associate up to 16 IAM roles with an ACM
2406
2481
  * certificate.</p>
2407
2482
  */
2408
- RoleArn?: string;
2483
+ RoleArn: string | undefined;
2409
2484
  /**
2410
2485
  * <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>
2411
2486
  */
@@ -2774,6 +2849,36 @@ export interface AssociateIpamResourceDiscoveryResult {
2774
2849
  */
2775
2850
  IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
2776
2851
  }
2852
+ export interface AssociateNatGatewayAddressRequest {
2853
+ /**
2854
+ * <p>The NAT gateway ID.</p>
2855
+ */
2856
+ NatGatewayId: string | undefined;
2857
+ /**
2858
+ * <p>The allocation IDs of EIPs that you want to associate with your NAT gateway.</p>
2859
+ */
2860
+ AllocationIds: string[] | undefined;
2861
+ /**
2862
+ * <p>The private IPv4 addresses that you want to assign to the NAT gateway.</p>
2863
+ */
2864
+ PrivateIpAddresses?: string[];
2865
+ /**
2866
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
2867
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
2868
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
2869
+ */
2870
+ DryRun?: boolean;
2871
+ }
2872
+ export interface AssociateNatGatewayAddressResult {
2873
+ /**
2874
+ * <p>The NAT gateway ID.</p>
2875
+ */
2876
+ NatGatewayId?: string;
2877
+ /**
2878
+ * <p>The IP addresses.</p>
2879
+ */
2880
+ NatGatewayAddresses?: NatGatewayAddress[];
2881
+ }
2777
2882
  export interface AssociateRouteTableRequest {
2778
2883
  /**
2779
2884
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
@@ -2888,15 +2993,15 @@ export interface AssociateTransitGatewayMulticastDomainRequest {
2888
2993
  /**
2889
2994
  * <p>The ID of the transit gateway multicast domain.</p>
2890
2995
  */
2891
- TransitGatewayMulticastDomainId?: string;
2996
+ TransitGatewayMulticastDomainId: string | undefined;
2892
2997
  /**
2893
2998
  * <p>The ID of the transit gateway attachment to associate with the transit gateway multicast domain.</p>
2894
2999
  */
2895
- TransitGatewayAttachmentId?: string;
3000
+ TransitGatewayAttachmentId: string | undefined;
2896
3001
  /**
2897
3002
  * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
2898
3003
  */
2899
- SubnetIds?: string[];
3004
+ SubnetIds: string[] | undefined;
2900
3005
  /**
2901
3006
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
2902
3007
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -4063,8 +4168,9 @@ export interface AuthorizeSecurityGroupIngressResult {
4063
4168
  export interface S3Storage {
4064
4169
  /**
4065
4170
  * <p>The access key ID of the owner of the bucket. Before you specify a value for your access
4066
- * key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/general/latest/gr/aws-access-keys-best-practices.html">Best practices for managing
4067
- * Amazon Web Services access keys</a>.</p>
4171
+ * key ID, review and follow the guidance in <a href="https://docs.aws.amazon.com/accounts/latest/reference/best-practices.html">Best
4172
+ * Practices for Amazon Web Services accounts</a> in the <i>Account ManagementReference
4173
+ * Guide</i>.</p>
4068
4174
  */
4069
4175
  AWSAccessKeyId?: string;
4070
4176
  /**
@@ -6263,216 +6369,6 @@ export declare enum SelfServicePortal {
6263
6369
  disabled = "disabled",
6264
6370
  enabled = "enabled"
6265
6371
  }
6266
- export declare enum TransportProtocol {
6267
- tcp = "tcp",
6268
- udp = "udp"
6269
- }
6270
- export interface CreateClientVpnEndpointRequest {
6271
- /**
6272
- * <p>The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.</p>
6273
- */
6274
- ClientCidrBlock: string | undefined;
6275
- /**
6276
- * <p>The ARN of the server certificate. For more information, see
6277
- * the <a href="https://docs.aws.amazon.com/acm/latest/userguide/">Certificate Manager User Guide</a>.</p>
6278
- */
6279
- ServerCertificateArn: string | undefined;
6280
- /**
6281
- * <p>Information about the authentication method to be used to authenticate clients.</p>
6282
- */
6283
- AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
6284
- /**
6285
- * <p>Information about the client connection logging options.</p>
6286
- * <p>If you enable client connection logging, data about client connections is sent to a
6287
- * Cloudwatch Logs log stream. The following information is logged:</p>
6288
- * <ul>
6289
- * <li>
6290
- * <p>Client connection requests</p>
6291
- * </li>
6292
- * <li>
6293
- * <p>Client connection results (successful and unsuccessful)</p>
6294
- * </li>
6295
- * <li>
6296
- * <p>Reasons for unsuccessful client connection requests</p>
6297
- * </li>
6298
- * <li>
6299
- * <p>Client connection termination time</p>
6300
- * </li>
6301
- * </ul>
6302
- */
6303
- ConnectionLogOptions: ConnectionLogOptions | undefined;
6304
- /**
6305
- * <p>Information about the DNS servers to be used for DNS resolution. A Client VPN endpoint can
6306
- * have up to two DNS servers. If no DNS server is specified, the DNS address configured on the device is used for the DNS server.</p>
6307
- */
6308
- DnsServers?: string[];
6309
- /**
6310
- * <p>The transport protocol to be used by the VPN session.</p>
6311
- * <p>Default value: <code>udp</code>
6312
- * </p>
6313
- */
6314
- TransportProtocol?: TransportProtocol | string;
6315
- /**
6316
- * <p>The port number to assign to the Client VPN endpoint for TCP and UDP traffic.</p>
6317
- * <p>Valid Values: <code>443</code> | <code>1194</code>
6318
- * </p>
6319
- * <p>Default Value: <code>443</code>
6320
- * </p>
6321
- */
6322
- VpnPort?: number;
6323
- /**
6324
- * <p>A brief description of the Client VPN endpoint.</p>
6325
- */
6326
- Description?: string;
6327
- /**
6328
- * <p>Indicates whether split-tunnel is enabled on the Client VPN endpoint.</p>
6329
- * <p>By default, split-tunnel on a VPN endpoint is disabled.</p>
6330
- * <p>For information about split-tunnel VPN endpoints, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/split-tunnel-vpn.html">Split-tunnel Client VPN endpoint</a> in the
6331
- * <i>Client VPN Administrator Guide</i>.</p>
6332
- */
6333
- SplitTunnel?: boolean;
6334
- /**
6335
- * <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>
6336
- */
6337
- DryRun?: boolean;
6338
- /**
6339
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
6340
- */
6341
- ClientToken?: string;
6342
- /**
6343
- * <p>The tags to apply to the Client VPN endpoint during creation.</p>
6344
- */
6345
- TagSpecifications?: TagSpecification[];
6346
- /**
6347
- * <p>The IDs of one or more security groups to apply to the target network. You must also specify the ID of the VPC that contains the security groups.</p>
6348
- */
6349
- SecurityGroupIds?: string[];
6350
- /**
6351
- * <p>The ID of the VPC to associate with the Client VPN endpoint. If no security group IDs are specified in the request, the default security group for the VPC is applied.</p>
6352
- */
6353
- VpcId?: string;
6354
- /**
6355
- * <p>Specify whether to enable the self-service portal for the Client VPN endpoint.</p>
6356
- * <p>Default Value: <code>enabled</code>
6357
- * </p>
6358
- */
6359
- SelfServicePortal?: SelfServicePortal | string;
6360
- /**
6361
- * <p>The options for managing connection authorization for new client connections.</p>
6362
- */
6363
- ClientConnectOptions?: ClientConnectOptions;
6364
- /**
6365
- * <p>The maximum VPN session duration time in hours.</p>
6366
- * <p>Valid values: <code>8 | 10 | 12 | 24</code>
6367
- * </p>
6368
- * <p>Default value: <code>24</code>
6369
- * </p>
6370
- */
6371
- SessionTimeoutHours?: number;
6372
- /**
6373
- * <p>Options for enabling a customizable text banner that will be displayed on
6374
- * Amazon Web Services provided clients when a VPN session is established.</p>
6375
- */
6376
- ClientLoginBannerOptions?: ClientLoginBannerOptions;
6377
- }
6378
- export declare enum ClientVpnEndpointStatusCode {
6379
- available = "available",
6380
- deleted = "deleted",
6381
- deleting = "deleting",
6382
- pending_associate = "pending-associate"
6383
- }
6384
- /**
6385
- * <p>Describes the state of a Client VPN endpoint.</p>
6386
- */
6387
- export interface ClientVpnEndpointStatus {
6388
- /**
6389
- * <p>The state of the Client VPN endpoint. Possible states include:</p>
6390
- * <ul>
6391
- * <li>
6392
- * <p>
6393
- * <code>pending-associate</code> - The Client VPN endpoint has been created but no target networks
6394
- * have been associated. The Client VPN endpoint cannot accept connections.</p>
6395
- * </li>
6396
- * <li>
6397
- * <p>
6398
- * <code>available</code> - The Client VPN endpoint has been created and a target network has been
6399
- * associated. The Client VPN endpoint can accept connections.</p>
6400
- * </li>
6401
- * <li>
6402
- * <p>
6403
- * <code>deleting</code> - The Client VPN endpoint is being deleted. The Client VPN endpoint cannot accept
6404
- * connections.</p>
6405
- * </li>
6406
- * <li>
6407
- * <p>
6408
- * <code>deleted</code> - The Client VPN endpoint has been deleted. The Client VPN endpoint cannot accept
6409
- * connections.</p>
6410
- * </li>
6411
- * </ul>
6412
- */
6413
- Code?: ClientVpnEndpointStatusCode | string;
6414
- /**
6415
- * <p>A message about the status of the Client VPN endpoint.</p>
6416
- */
6417
- Message?: string;
6418
- }
6419
- export interface CreateClientVpnEndpointResult {
6420
- /**
6421
- * <p>The ID of the Client VPN endpoint.</p>
6422
- */
6423
- ClientVpnEndpointId?: string;
6424
- /**
6425
- * <p>The current state of the Client VPN endpoint.</p>
6426
- */
6427
- Status?: ClientVpnEndpointStatus;
6428
- /**
6429
- * <p>The DNS name to be used by clients when establishing their VPN session.</p>
6430
- */
6431
- DnsName?: string;
6432
- }
6433
- export interface CreateClientVpnRouteRequest {
6434
- /**
6435
- * <p>The ID of the Client VPN endpoint to which to add the route.</p>
6436
- */
6437
- ClientVpnEndpointId: string | undefined;
6438
- /**
6439
- * <p>The IPv4 address range, in CIDR notation, of the route destination. For example:</p>
6440
- * <ul>
6441
- * <li>
6442
- * <p>To add a route for Internet access, enter <code>0.0.0.0/0</code>
6443
- * </p>
6444
- * </li>
6445
- * <li>
6446
- * <p>To add a route for a peered VPC, enter the peered VPC's IPv4 CIDR range</p>
6447
- * </li>
6448
- * <li>
6449
- * <p>To add a route for an on-premises network, enter the Amazon Web Services Site-to-Site VPN connection's IPv4 CIDR range</p>
6450
- * </li>
6451
- * <li>
6452
- * <p>To add a route for the local network, enter the client CIDR range</p>
6453
- * </li>
6454
- * </ul>
6455
- */
6456
- DestinationCidrBlock: string | undefined;
6457
- /**
6458
- * <p>The ID of the subnet through which you want to route traffic. The specified subnet must be
6459
- * an existing target network of the Client VPN endpoint.</p>
6460
- * <p>Alternatively, if you're adding a route for the local network, specify <code>local</code>.</p>
6461
- */
6462
- TargetVpcSubnetId: string | undefined;
6463
- /**
6464
- * <p>A brief description of the route.</p>
6465
- */
6466
- Description?: string;
6467
- /**
6468
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">How to ensure idempotency</a>.</p>
6469
- */
6470
- ClientToken?: string;
6471
- /**
6472
- * <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>
6473
- */
6474
- DryRun?: boolean;
6475
- }
6476
6372
  /**
6477
6373
  * @internal
6478
6374
  */
@@ -6833,6 +6729,18 @@ export declare const AssignedPrivateIpAddressFilterSensitiveLog: (obj: AssignedP
6833
6729
  * @internal
6834
6730
  */
6835
6731
  export declare const AssignPrivateIpAddressesResultFilterSensitiveLog: (obj: AssignPrivateIpAddressesResult) => any;
6732
+ /**
6733
+ * @internal
6734
+ */
6735
+ export declare const AssignPrivateNatGatewayAddressRequestFilterSensitiveLog: (obj: AssignPrivateNatGatewayAddressRequest) => any;
6736
+ /**
6737
+ * @internal
6738
+ */
6739
+ export declare const NatGatewayAddressFilterSensitiveLog: (obj: NatGatewayAddress) => any;
6740
+ /**
6741
+ * @internal
6742
+ */
6743
+ export declare const AssignPrivateNatGatewayAddressResultFilterSensitiveLog: (obj: AssignPrivateNatGatewayAddressResult) => any;
6836
6744
  /**
6837
6745
  * @internal
6838
6746
  */
@@ -6921,6 +6829,14 @@ export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (obj: I
6921
6829
  * @internal
6922
6830
  */
6923
6831
  export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (obj: AssociateIpamResourceDiscoveryResult) => any;
6832
+ /**
6833
+ * @internal
6834
+ */
6835
+ export declare const AssociateNatGatewayAddressRequestFilterSensitiveLog: (obj: AssociateNatGatewayAddressRequest) => any;
6836
+ /**
6837
+ * @internal
6838
+ */
6839
+ export declare const AssociateNatGatewayAddressResultFilterSensitiveLog: (obj: AssociateNatGatewayAddressResult) => any;
6924
6840
  /**
6925
6841
  * @internal
6926
6842
  */
@@ -7385,19 +7301,3 @@ export declare const ClientLoginBannerOptionsFilterSensitiveLog: (obj: ClientLog
7385
7301
  * @internal
7386
7302
  */
7387
7303
  export declare const ConnectionLogOptionsFilterSensitiveLog: (obj: ConnectionLogOptions) => any;
7388
- /**
7389
- * @internal
7390
- */
7391
- export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (obj: CreateClientVpnEndpointRequest) => any;
7392
- /**
7393
- * @internal
7394
- */
7395
- export declare const ClientVpnEndpointStatusFilterSensitiveLog: (obj: ClientVpnEndpointStatus) => any;
7396
- /**
7397
- * @internal
7398
- */
7399
- export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (obj: CreateClientVpnEndpointResult) => any;
7400
- /**
7401
- * @internal
7402
- */
7403
- export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (obj: CreateClientVpnRouteRequest) => any;