@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
@@ -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";
@@ -305,7 +305,7 @@ export interface AcceptVpcEndpointConnectionsResult {
305
305
  }
306
306
  export interface AcceptVpcPeeringConnectionRequest {
307
307
  DryRun?: boolean;
308
- VpcPeeringConnectionId?: string;
308
+ VpcPeeringConnectionId: string | undefined;
309
309
  }
310
310
  export interface CidrBlock {
311
311
  CidrBlock?: string;
@@ -808,6 +808,34 @@ export interface AssignPrivateIpAddressesResult {
808
808
  AssignedPrivateIpAddresses?: AssignedPrivateIpAddress[];
809
809
  AssignedIpv4Prefixes?: Ipv4PrefixSpecification[];
810
810
  }
811
+ export interface AssignPrivateNatGatewayAddressRequest {
812
+ NatGatewayId: string | undefined;
813
+ PrivateIpAddresses?: string[];
814
+ PrivateIpAddressCount?: number;
815
+ DryRun?: boolean;
816
+ }
817
+ export declare enum NatGatewayAddressStatus {
818
+ ASSIGNING = "assigning",
819
+ ASSOCIATING = "associating",
820
+ DISASSOCIATING = "disassociating",
821
+ FAILED = "failed",
822
+ SUCCEEDED = "succeeded",
823
+ UNASSIGNING = "unassigning",
824
+ }
825
+ export interface NatGatewayAddress {
826
+ AllocationId?: string;
827
+ NetworkInterfaceId?: string;
828
+ PrivateIp?: string;
829
+ PublicIp?: string;
830
+ AssociationId?: string;
831
+ IsPrimary?: boolean;
832
+ FailureMessage?: string;
833
+ Status?: NatGatewayAddressStatus | string;
834
+ }
835
+ export interface AssignPrivateNatGatewayAddressResult {
836
+ NatGatewayId?: string;
837
+ NatGatewayAddresses?: NatGatewayAddress[];
838
+ }
811
839
  export interface AssociateAddressRequest {
812
840
  AllocationId?: string;
813
841
  InstanceId?: string;
@@ -847,8 +875,8 @@ export interface AssociateDhcpOptionsRequest {
847
875
  DryRun?: boolean;
848
876
  }
849
877
  export interface AssociateEnclaveCertificateIamRoleRequest {
850
- CertificateArn?: string;
851
- RoleArn?: string;
878
+ CertificateArn: string | undefined;
879
+ RoleArn: string | undefined;
852
880
  DryRun?: boolean;
853
881
  }
854
882
  export interface AssociateEnclaveCertificateIamRoleResult {
@@ -970,6 +998,16 @@ export interface IpamResourceDiscoveryAssociation {
970
998
  export interface AssociateIpamResourceDiscoveryResult {
971
999
  IpamResourceDiscoveryAssociation?: IpamResourceDiscoveryAssociation;
972
1000
  }
1001
+ export interface AssociateNatGatewayAddressRequest {
1002
+ NatGatewayId: string | undefined;
1003
+ AllocationIds: string[] | undefined;
1004
+ PrivateIpAddresses?: string[];
1005
+ DryRun?: boolean;
1006
+ }
1007
+ export interface AssociateNatGatewayAddressResult {
1008
+ NatGatewayId?: string;
1009
+ NatGatewayAddresses?: NatGatewayAddress[];
1010
+ }
973
1011
  export interface AssociateRouteTableRequest {
974
1012
  DryRun?: boolean;
975
1013
  RouteTableId: string | undefined;
@@ -1017,9 +1055,9 @@ export interface AssociateSubnetCidrBlockResult {
1017
1055
  SubnetId?: string;
1018
1056
  }
1019
1057
  export interface AssociateTransitGatewayMulticastDomainRequest {
1020
- TransitGatewayMulticastDomainId?: string;
1021
- TransitGatewayAttachmentId?: string;
1022
- SubnetIds?: string[];
1058
+ TransitGatewayMulticastDomainId: string | undefined;
1059
+ TransitGatewayAttachmentId: string | undefined;
1060
+ SubnetIds: string[] | undefined;
1023
1061
  DryRun?: boolean;
1024
1062
  }
1025
1063
  export interface AssociateTransitGatewayMulticastDomainResult {
@@ -2452,53 +2490,6 @@ export declare enum SelfServicePortal {
2452
2490
  disabled = "disabled",
2453
2491
  enabled = "enabled",
2454
2492
  }
2455
- export declare enum TransportProtocol {
2456
- tcp = "tcp",
2457
- udp = "udp",
2458
- }
2459
- export interface CreateClientVpnEndpointRequest {
2460
- ClientCidrBlock: string | undefined;
2461
- ServerCertificateArn: string | undefined;
2462
- AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
2463
- ConnectionLogOptions: ConnectionLogOptions | undefined;
2464
- DnsServers?: string[];
2465
- TransportProtocol?: TransportProtocol | string;
2466
- VpnPort?: number;
2467
- Description?: string;
2468
- SplitTunnel?: boolean;
2469
- DryRun?: boolean;
2470
- ClientToken?: string;
2471
- TagSpecifications?: TagSpecification[];
2472
- SecurityGroupIds?: string[];
2473
- VpcId?: string;
2474
- SelfServicePortal?: SelfServicePortal | string;
2475
- ClientConnectOptions?: ClientConnectOptions;
2476
- SessionTimeoutHours?: number;
2477
- ClientLoginBannerOptions?: ClientLoginBannerOptions;
2478
- }
2479
- export declare enum ClientVpnEndpointStatusCode {
2480
- available = "available",
2481
- deleted = "deleted",
2482
- deleting = "deleting",
2483
- pending_associate = "pending-associate",
2484
- }
2485
- export interface ClientVpnEndpointStatus {
2486
- Code?: ClientVpnEndpointStatusCode | string;
2487
- Message?: string;
2488
- }
2489
- export interface CreateClientVpnEndpointResult {
2490
- ClientVpnEndpointId?: string;
2491
- Status?: ClientVpnEndpointStatus;
2492
- DnsName?: string;
2493
- }
2494
- export interface CreateClientVpnRouteRequest {
2495
- ClientVpnEndpointId: string | undefined;
2496
- DestinationCidrBlock: string | undefined;
2497
- TargetVpcSubnetId: string | undefined;
2498
- Description?: string;
2499
- ClientToken?: string;
2500
- DryRun?: boolean;
2501
- }
2502
2493
  export declare const AcceleratorCountFilterSensitiveLog: (
2503
2494
  obj: AcceleratorCount
2504
2495
  ) => any;
@@ -2757,6 +2748,15 @@ export declare const AssignedPrivateIpAddressFilterSensitiveLog: (
2757
2748
  export declare const AssignPrivateIpAddressesResultFilterSensitiveLog: (
2758
2749
  obj: AssignPrivateIpAddressesResult
2759
2750
  ) => any;
2751
+ export declare const AssignPrivateNatGatewayAddressRequestFilterSensitiveLog: (
2752
+ obj: AssignPrivateNatGatewayAddressRequest
2753
+ ) => any;
2754
+ export declare const NatGatewayAddressFilterSensitiveLog: (
2755
+ obj: NatGatewayAddress
2756
+ ) => any;
2757
+ export declare const AssignPrivateNatGatewayAddressResultFilterSensitiveLog: (
2758
+ obj: AssignPrivateNatGatewayAddressResult
2759
+ ) => any;
2760
2760
  export declare const AssociateAddressRequestFilterSensitiveLog: (
2761
2761
  obj: AssociateAddressRequest
2762
2762
  ) => any;
@@ -2823,6 +2823,12 @@ export declare const IpamResourceDiscoveryAssociationFilterSensitiveLog: (
2823
2823
  export declare const AssociateIpamResourceDiscoveryResultFilterSensitiveLog: (
2824
2824
  obj: AssociateIpamResourceDiscoveryResult
2825
2825
  ) => any;
2826
+ export declare const AssociateNatGatewayAddressRequestFilterSensitiveLog: (
2827
+ obj: AssociateNatGatewayAddressRequest
2828
+ ) => any;
2829
+ export declare const AssociateNatGatewayAddressResultFilterSensitiveLog: (
2830
+ obj: AssociateNatGatewayAddressResult
2831
+ ) => any;
2826
2832
  export declare const AssociateRouteTableRequestFilterSensitiveLog: (
2827
2833
  obj: AssociateRouteTableRequest
2828
2834
  ) => any;
@@ -3155,15 +3161,3 @@ export declare const ClientLoginBannerOptionsFilterSensitiveLog: (
3155
3161
  export declare const ConnectionLogOptionsFilterSensitiveLog: (
3156
3162
  obj: ConnectionLogOptions
3157
3163
  ) => any;
3158
- export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
3159
- obj: CreateClientVpnEndpointRequest
3160
- ) => any;
3161
- export declare const ClientVpnEndpointStatusFilterSensitiveLog: (
3162
- obj: ClientVpnEndpointStatus
3163
- ) => any;
3164
- export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
3165
- obj: CreateClientVpnEndpointResult
3166
- ) => any;
3167
- export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
3168
- obj: CreateClientVpnRouteRequest
3169
- ) => any;
@@ -13,14 +13,20 @@ import {
13
13
  AddPrefixListEntry,
14
14
  AddressFamily,
15
15
  AttachmentStatus,
16
+ ClientConnectOptions,
17
+ ClientLoginBannerOptions,
18
+ ClientVpnAuthenticationRequest,
19
+ ConnectionLogOptions,
16
20
  CurrencyCodeValues,
17
21
  InstanceEventWindow,
18
22
  Ipv4PrefixSpecification,
23
+ NatGatewayAddress,
19
24
  PortRange,
20
25
  Protocol,
21
26
  ReservedInstancesListing,
22
27
  ResourceType,
23
28
  RouteTableAssociationState,
29
+ SelfServicePortal,
24
30
  SubnetIpv6CidrBlockAssociation,
25
31
  Tag,
26
32
  TagSpecification,
@@ -29,6 +35,53 @@ import {
29
35
  VpcIpv6CidrBlockAssociation,
30
36
  WeekDay,
31
37
  } from "./models_0";
38
+ export declare enum TransportProtocol {
39
+ tcp = "tcp",
40
+ udp = "udp",
41
+ }
42
+ export interface CreateClientVpnEndpointRequest {
43
+ ClientCidrBlock: string | undefined;
44
+ ServerCertificateArn: string | undefined;
45
+ AuthenticationOptions: ClientVpnAuthenticationRequest[] | undefined;
46
+ ConnectionLogOptions: ConnectionLogOptions | undefined;
47
+ DnsServers?: string[];
48
+ TransportProtocol?: TransportProtocol | string;
49
+ VpnPort?: number;
50
+ Description?: string;
51
+ SplitTunnel?: boolean;
52
+ DryRun?: boolean;
53
+ ClientToken?: string;
54
+ TagSpecifications?: TagSpecification[];
55
+ SecurityGroupIds?: string[];
56
+ VpcId?: string;
57
+ SelfServicePortal?: SelfServicePortal | string;
58
+ ClientConnectOptions?: ClientConnectOptions;
59
+ SessionTimeoutHours?: number;
60
+ ClientLoginBannerOptions?: ClientLoginBannerOptions;
61
+ }
62
+ export declare enum ClientVpnEndpointStatusCode {
63
+ available = "available",
64
+ deleted = "deleted",
65
+ deleting = "deleting",
66
+ pending_associate = "pending-associate",
67
+ }
68
+ export interface ClientVpnEndpointStatus {
69
+ Code?: ClientVpnEndpointStatusCode | string;
70
+ Message?: string;
71
+ }
72
+ export interface CreateClientVpnEndpointResult {
73
+ ClientVpnEndpointId?: string;
74
+ Status?: ClientVpnEndpointStatus;
75
+ DnsName?: string;
76
+ }
77
+ export interface CreateClientVpnRouteRequest {
78
+ ClientVpnEndpointId: string | undefined;
79
+ DestinationCidrBlock: string | undefined;
80
+ TargetVpcSubnetId: string | undefined;
81
+ Description?: string;
82
+ ClientToken?: string;
83
+ DryRun?: boolean;
84
+ }
32
85
  export declare enum ClientVpnRouteStatusCode {
33
86
  active = "active",
34
87
  creating = "creating",
@@ -1487,12 +1540,9 @@ export interface CreateNatGatewayRequest {
1487
1540
  TagSpecifications?: TagSpecification[];
1488
1541
  ConnectivityType?: ConnectivityType | string;
1489
1542
  PrivateIpAddress?: string;
1490
- }
1491
- export interface NatGatewayAddress {
1492
- AllocationId?: string;
1493
- NetworkInterfaceId?: string;
1494
- PrivateIp?: string;
1495
- PublicIp?: string;
1543
+ SecondaryAllocationIds?: string[];
1544
+ SecondaryPrivateIpAddresses?: string[];
1545
+ SecondaryPrivateIpAddressCount?: number;
1496
1546
  }
1497
1547
  export interface ProvisionedBandwidth {
1498
1548
  ProvisionTime?: Date;
@@ -1917,45 +1967,18 @@ export interface RouteTableAssociation {
1917
1967
  GatewayId?: string;
1918
1968
  AssociationState?: RouteTableAssociationState;
1919
1969
  }
1920
- export interface PropagatingVgw {
1921
- GatewayId?: string;
1922
- }
1923
- export declare enum RouteOrigin {
1924
- CreateRoute = "CreateRoute",
1925
- CreateRouteTable = "CreateRouteTable",
1926
- EnableVgwRoutePropagation = "EnableVgwRoutePropagation",
1927
- }
1928
- export declare enum RouteState {
1929
- active = "active",
1930
- blackhole = "blackhole",
1931
- }
1932
- export interface Route {
1933
- DestinationCidrBlock?: string;
1934
- DestinationIpv6CidrBlock?: string;
1935
- DestinationPrefixListId?: string;
1936
- EgressOnlyInternetGatewayId?: string;
1937
- GatewayId?: string;
1938
- InstanceId?: string;
1939
- InstanceOwnerId?: string;
1940
- NatGatewayId?: string;
1941
- TransitGatewayId?: string;
1942
- LocalGatewayId?: string;
1943
- CarrierGatewayId?: string;
1944
- NetworkInterfaceId?: string;
1945
- Origin?: RouteOrigin | string;
1946
- State?: RouteState | string;
1947
- VpcPeeringConnectionId?: string;
1948
- CoreNetworkArn?: string;
1949
- }
1950
- export interface RouteTable {
1951
- Associations?: RouteTableAssociation[];
1952
- PropagatingVgws?: PropagatingVgw[];
1953
- RouteTableId?: string;
1954
- Routes?: Route[];
1955
- Tags?: Tag[];
1956
- VpcId?: string;
1957
- OwnerId?: string;
1958
- }
1970
+ export declare const CreateClientVpnEndpointRequestFilterSensitiveLog: (
1971
+ obj: CreateClientVpnEndpointRequest
1972
+ ) => any;
1973
+ export declare const ClientVpnEndpointStatusFilterSensitiveLog: (
1974
+ obj: ClientVpnEndpointStatus
1975
+ ) => any;
1976
+ export declare const CreateClientVpnEndpointResultFilterSensitiveLog: (
1977
+ obj: CreateClientVpnEndpointResult
1978
+ ) => any;
1979
+ export declare const CreateClientVpnRouteRequestFilterSensitiveLog: (
1980
+ obj: CreateClientVpnRouteRequest
1981
+ ) => any;
1959
1982
  export declare const ClientVpnRouteStatusFilterSensitiveLog: (
1960
1983
  obj: ClientVpnRouteStatus
1961
1984
  ) => any;
@@ -2461,9 +2484,6 @@ export declare const CreateManagedPrefixListResultFilterSensitiveLog: (
2461
2484
  export declare const CreateNatGatewayRequestFilterSensitiveLog: (
2462
2485
  obj: CreateNatGatewayRequest
2463
2486
  ) => any;
2464
- export declare const NatGatewayAddressFilterSensitiveLog: (
2465
- obj: NatGatewayAddress
2466
- ) => any;
2467
2487
  export declare const ProvisionedBandwidthFilterSensitiveLog: (
2468
2488
  obj: ProvisionedBandwidth
2469
2489
  ) => any;
@@ -2605,8 +2625,3 @@ export declare const CreateRouteTableRequestFilterSensitiveLog: (
2605
2625
  export declare const RouteTableAssociationFilterSensitiveLog: (
2606
2626
  obj: RouteTableAssociation
2607
2627
  ) => any;
2608
- export declare const PropagatingVgwFilterSensitiveLog: (
2609
- obj: PropagatingVgw
2610
- ) => any;
2611
- export declare const RouteFilterSensitiveLog: (obj: Route) => any;
2612
- export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
@@ -1,7 +1,6 @@
1
1
  import {
2
2
  ApplianceModeSupportValue,
3
3
  CarrierGateway,
4
- ClientVpnEndpointStatus,
5
4
  DeviceTrustProviderType,
6
5
  DnsSupportValue,
7
6
  DynamicRoutingValue,
@@ -23,6 +22,7 @@ import {
23
22
  VpcPeeringConnection,
24
23
  } from "./models_0";
25
24
  import {
25
+ ClientVpnEndpointStatus,
26
26
  ClientVpnRouteStatus,
27
27
  CoipCidr,
28
28
  CoipPool,
@@ -37,12 +37,51 @@ import {
37
37
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
38
38
  LocalGatewayRouteTableVpcAssociation,
39
39
  ManagedPrefixList,
40
- RouteTable,
40
+ RouteTableAssociation,
41
41
  Subnet,
42
42
  Tenancy,
43
43
  VolumeType,
44
44
  Vpc,
45
45
  } from "./models_1";
46
+ export interface PropagatingVgw {
47
+ GatewayId?: string;
48
+ }
49
+ export declare enum RouteOrigin {
50
+ CreateRoute = "CreateRoute",
51
+ CreateRouteTable = "CreateRouteTable",
52
+ EnableVgwRoutePropagation = "EnableVgwRoutePropagation",
53
+ }
54
+ export declare enum RouteState {
55
+ active = "active",
56
+ blackhole = "blackhole",
57
+ }
58
+ export interface Route {
59
+ DestinationCidrBlock?: string;
60
+ DestinationIpv6CidrBlock?: string;
61
+ DestinationPrefixListId?: string;
62
+ EgressOnlyInternetGatewayId?: string;
63
+ GatewayId?: string;
64
+ InstanceId?: string;
65
+ InstanceOwnerId?: string;
66
+ NatGatewayId?: string;
67
+ TransitGatewayId?: string;
68
+ LocalGatewayId?: string;
69
+ CarrierGatewayId?: string;
70
+ NetworkInterfaceId?: string;
71
+ Origin?: RouteOrigin | string;
72
+ State?: RouteState | string;
73
+ VpcPeeringConnectionId?: string;
74
+ CoreNetworkArn?: string;
75
+ }
76
+ export interface RouteTable {
77
+ Associations?: RouteTableAssociation[];
78
+ PropagatingVgws?: PropagatingVgw[];
79
+ RouteTableId?: string;
80
+ Routes?: Route[];
81
+ Tags?: Tag[];
82
+ VpcId?: string;
83
+ OwnerId?: string;
84
+ }
46
85
  export interface CreateRouteTableResult {
47
86
  RouteTable?: RouteTable;
48
87
  }
@@ -1071,7 +1110,7 @@ export interface CreateVpcPeeringConnectionRequest {
1071
1110
  DryRun?: boolean;
1072
1111
  PeerOwnerId?: string;
1073
1112
  PeerVpcId?: string;
1074
- VpcId?: string;
1113
+ VpcId: string | undefined;
1075
1114
  PeerRegion?: string;
1076
1115
  TagSpecifications?: TagSpecification[];
1077
1116
  }
@@ -1675,24 +1714,11 @@ export interface DeleteTrafficMirrorSessionRequest {
1675
1714
  export interface DeleteTrafficMirrorSessionResult {
1676
1715
  TrafficMirrorSessionId?: string;
1677
1716
  }
1678
- export interface DeleteTrafficMirrorTargetRequest {
1679
- TrafficMirrorTargetId: string | undefined;
1680
- DryRun?: boolean;
1681
- }
1682
- export interface DeleteTrafficMirrorTargetResult {
1683
- TrafficMirrorTargetId?: string;
1684
- }
1685
- export interface DeleteTransitGatewayRequest {
1686
- TransitGatewayId: string | undefined;
1687
- DryRun?: boolean;
1688
- }
1689
- export interface DeleteTransitGatewayResult {
1690
- TransitGateway?: TransitGateway;
1691
- }
1692
- export interface DeleteTransitGatewayConnectRequest {
1693
- TransitGatewayAttachmentId: string | undefined;
1694
- DryRun?: boolean;
1695
- }
1717
+ export declare const PropagatingVgwFilterSensitiveLog: (
1718
+ obj: PropagatingVgw
1719
+ ) => any;
1720
+ export declare const RouteFilterSensitiveLog: (obj: Route) => any;
1721
+ export declare const RouteTableFilterSensitiveLog: (obj: RouteTable) => any;
1696
1722
  export declare const CreateRouteTableResultFilterSensitiveLog: (
1697
1723
  obj: CreateRouteTableResult
1698
1724
  ) => any;
@@ -2394,18 +2420,3 @@ export declare const DeleteTrafficMirrorSessionRequestFilterSensitiveLog: (
2394
2420
  export declare const DeleteTrafficMirrorSessionResultFilterSensitiveLog: (
2395
2421
  obj: DeleteTrafficMirrorSessionResult
2396
2422
  ) => any;
2397
- export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
2398
- obj: DeleteTrafficMirrorTargetRequest
2399
- ) => any;
2400
- export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
2401
- obj: DeleteTrafficMirrorTargetResult
2402
- ) => any;
2403
- export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
2404
- obj: DeleteTransitGatewayRequest
2405
- ) => any;
2406
- export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
2407
- obj: DeleteTransitGatewayResult
2408
- ) => any;
2409
- export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
2410
- obj: DeleteTransitGatewayConnectRequest
2411
- ) => any;
@@ -19,7 +19,6 @@ import {
19
19
  CarrierGateway,
20
20
  ClientVpnAuthenticationType,
21
21
  ClientVpnAuthorizationRuleStatus,
22
- ClientVpnEndpointStatus,
23
22
  CurrencyCodeValues,
24
23
  FleetCapacityReservation,
25
24
  FleetCapacityReservationTenancy,
@@ -31,7 +30,6 @@ import {
31
30
  Tag,
32
31
  TransitGatewayPeeringAttachment,
33
32
  TransitGatewayVpcAttachment,
34
- TransportProtocol,
35
33
  UnsuccessfulItem,
36
34
  VerifiedAccessInstance,
37
35
  VerifiedAccessTrustProvider,
@@ -41,6 +39,7 @@ import {
41
39
  BlockDeviceMapping,
42
40
  CapacityReservationPreference,
43
41
  CapacityReservationTargetResponse,
42
+ ClientVpnEndpointStatus,
44
43
  ClientVpnRouteStatus,
45
44
  CoipPool,
46
45
  CustomerGateway,
@@ -71,9 +70,11 @@ import {
71
70
  StateReason,
72
71
  TargetCapacityUnitType,
73
72
  TrafficType,
73
+ TransportProtocol,
74
74
  } from "./models_1";
75
75
  import {
76
76
  FleetStateCode,
77
+ TransitGateway,
77
78
  TransitGatewayConnect,
78
79
  TransitGatewayConnectPeer,
79
80
  TransitGatewayMulticastDomain,
@@ -85,6 +86,24 @@ import {
85
86
  VerifiedAccessEndpoint,
86
87
  VerifiedAccessGroup,
87
88
  } from "./models_2";
89
+ export interface DeleteTrafficMirrorTargetRequest {
90
+ TrafficMirrorTargetId: string | undefined;
91
+ DryRun?: boolean;
92
+ }
93
+ export interface DeleteTrafficMirrorTargetResult {
94
+ TrafficMirrorTargetId?: string;
95
+ }
96
+ export interface DeleteTransitGatewayRequest {
97
+ TransitGatewayId: string | undefined;
98
+ DryRun?: boolean;
99
+ }
100
+ export interface DeleteTransitGatewayResult {
101
+ TransitGateway?: TransitGateway;
102
+ }
103
+ export interface DeleteTransitGatewayConnectRequest {
104
+ TransitGatewayAttachmentId: string | undefined;
105
+ DryRun?: boolean;
106
+ }
88
107
  export interface DeleteTransitGatewayConnectResult {
89
108
  TransitGatewayConnect?: TransitGatewayConnect;
90
109
  }
@@ -1825,40 +1844,21 @@ export interface Instance {
1825
1844
  TpmSupport?: string;
1826
1845
  MaintenanceOptions?: InstanceMaintenanceOptions;
1827
1846
  }
1828
- export interface Reservation {
1829
- Groups?: GroupIdentifier[];
1830
- Instances?: Instance[];
1831
- OwnerId?: string;
1832
- RequesterId?: string;
1833
- ReservationId?: string;
1834
- }
1835
- export interface DescribeInstancesResult {
1836
- Reservations?: Reservation[];
1837
- NextToken?: string;
1838
- }
1839
- export interface DescribeInstanceStatusRequest {
1840
- Filters?: Filter[];
1841
- InstanceIds?: string[];
1842
- MaxResults?: number;
1843
- NextToken?: string;
1844
- DryRun?: boolean;
1845
- IncludeAllInstances?: boolean;
1846
- }
1847
- export declare enum EventCode {
1848
- instance_reboot = "instance-reboot",
1849
- instance_retirement = "instance-retirement",
1850
- instance_stop = "instance-stop",
1851
- system_maintenance = "system-maintenance",
1852
- system_reboot = "system-reboot",
1853
- }
1854
- export interface InstanceStatusEvent {
1855
- InstanceEventId?: string;
1856
- Code?: EventCode | string;
1857
- Description?: string;
1858
- NotAfter?: Date;
1859
- NotBefore?: Date;
1860
- NotBeforeDeadline?: Date;
1861
- }
1847
+ export declare const DeleteTrafficMirrorTargetRequestFilterSensitiveLog: (
1848
+ obj: DeleteTrafficMirrorTargetRequest
1849
+ ) => any;
1850
+ export declare const DeleteTrafficMirrorTargetResultFilterSensitiveLog: (
1851
+ obj: DeleteTrafficMirrorTargetResult
1852
+ ) => any;
1853
+ export declare const DeleteTransitGatewayRequestFilterSensitiveLog: (
1854
+ obj: DeleteTransitGatewayRequest
1855
+ ) => any;
1856
+ export declare const DeleteTransitGatewayResultFilterSensitiveLog: (
1857
+ obj: DeleteTransitGatewayResult
1858
+ ) => any;
1859
+ export declare const DeleteTransitGatewayConnectRequestFilterSensitiveLog: (
1860
+ obj: DeleteTransitGatewayConnectRequest
1861
+ ) => any;
1862
1862
  export declare const DeleteTransitGatewayConnectResultFilterSensitiveLog: (
1863
1863
  obj: DeleteTransitGatewayConnectResult
1864
1864
  ) => any;
@@ -2573,13 +2573,3 @@ export declare const InstanceStateFilterSensitiveLog: (
2573
2573
  obj: InstanceState
2574
2574
  ) => any;
2575
2575
  export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
2576
- export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
2577
- export declare const DescribeInstancesResultFilterSensitiveLog: (
2578
- obj: DescribeInstancesResult
2579
- ) => any;
2580
- export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
2581
- obj: DescribeInstanceStatusRequest
2582
- ) => any;
2583
- export declare const InstanceStatusEventFilterSensitiveLog: (
2584
- obj: InstanceStatusEvent
2585
- ) => any;