@aws-sdk/client-ec2 3.817.0 → 3.818.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 (69) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +262 -126
  3. package/dist-es/EC2.js +2 -0
  4. package/dist-es/commands/DescribeVpnConnectionsCommand.js +1 -1
  5. package/dist-es/commands/GetActiveVpnTunnelStatusCommand.js +22 -0
  6. package/dist-es/commands/index.js +1 -0
  7. package/dist-es/models/models_0.js +5 -0
  8. package/dist-es/models/models_5.js +0 -7
  9. package/dist-es/models/models_6.js +7 -0
  10. package/dist-es/protocols/Aws_ec2.js +155 -44
  11. package/dist-types/EC2.d.ts +7 -0
  12. package/dist-types/EC2Client.d.ts +3 -2
  13. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -2
  19. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +1 -2
  21. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetActiveVpnTunnelStatusCommand.d.ts +84 -0
  23. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -1
  24. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -2
  25. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  26. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  27. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  28. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  29. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  30. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  32. package/dist-types/commands/index.d.ts +1 -0
  33. package/dist-types/models/models_0.d.ts +64 -48
  34. package/dist-types/models/models_1.d.ts +48 -28
  35. package/dist-types/models/models_2.d.ts +29 -58
  36. package/dist-types/models/models_3.d.ts +68 -57
  37. package/dist-types/models/models_4.d.ts +59 -72
  38. package/dist-types/models/models_5.d.ts +73 -106
  39. package/dist-types/models/models_6.d.ts +132 -100
  40. package/dist-types/models/models_7.d.ts +112 -65
  41. package/dist-types/models/models_8.d.ts +66 -3
  42. package/dist-types/protocols/Aws_ec2.d.ts +9 -0
  43. package/dist-types/ts3.4/EC2.d.ts +17 -0
  44. package/dist-types/ts3.4/EC2Client.d.ts +6 -0
  45. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -4
  47. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +4 -2
  48. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -4
  49. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +4 -2
  50. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +4 -2
  52. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/GetActiveVpnTunnelStatusCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +4 -2
  56. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  59. package/dist-types/ts3.4/models/models_0.d.ts +18 -11
  60. package/dist-types/ts3.4/models/models_1.d.ts +11 -7
  61. package/dist-types/ts3.4/models/models_2.d.ts +7 -14
  62. package/dist-types/ts3.4/models/models_3.d.ts +15 -11
  63. package/dist-types/ts3.4/models/models_4.d.ts +13 -12
  64. package/dist-types/ts3.4/models/models_5.d.ts +13 -13
  65. package/dist-types/ts3.4/models/models_6.d.ts +21 -23
  66. package/dist-types/ts3.4/models/models_7.d.ts +26 -17
  67. package/dist-types/ts3.4/models/models_8.d.ts +18 -1
  68. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +12 -0
  69. package/package.json +1 -1
@@ -1,8 +1,77 @@
1
1
  import { ActiveInstance, ActivityStatus, AllocationStrategy, AllowedPrincipal, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcPeeringConnection } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceIpv6Address, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
- import { DnsEntry, GroupIdentifier, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
- import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, VpnConnection } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode } from "./models_4";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType, Vpc } from "./models_1";
3
+ import { DnsEntry, GroupIdentifier, InstanceIpv6Address, IpAddressType, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, State, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume, VpcBlockPublicAccessExclusion, VpcEndpoint } from "./models_2";
4
+ import { ConnectionNotification, DnsNameState, Filter, IdFormat, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail } from "./models_3";
5
+ import { AttributeBooleanValue, EventInformation, KeyPairInfo, PermissionGroup, ProductCode } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeKeyPairsResult {
10
+ /**
11
+ * <p>Information about the key pairs.</p>
12
+ * @public
13
+ */
14
+ KeyPairs?: KeyPairInfo[] | undefined;
15
+ }
16
+ /**
17
+ * @public
18
+ */
19
+ export interface DescribeLaunchTemplatesRequest {
20
+ /**
21
+ * <p>Checks whether you have the required permissions for the action, without actually
22
+ * making the request, and provides an error response. If you have the required
23
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
24
+ * <code>UnauthorizedOperation</code>.</p>
25
+ * @public
26
+ */
27
+ DryRun?: boolean | undefined;
28
+ /**
29
+ * <p>One or more launch template IDs.</p>
30
+ * @public
31
+ */
32
+ LaunchTemplateIds?: string[] | undefined;
33
+ /**
34
+ * <p>One or more launch template names.</p>
35
+ * @public
36
+ */
37
+ LaunchTemplateNames?: string[] | undefined;
38
+ /**
39
+ * <p>One or more filters.</p>
40
+ * <ul>
41
+ * <li>
42
+ * <p>
43
+ * <code>create-time</code> - The time the launch template was created.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>launch-template-name</code> - The name of the launch template.</p>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
52
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
57
+ * </li>
58
+ * </ul>
59
+ * @public
60
+ */
61
+ Filters?: Filter[] | undefined;
62
+ /**
63
+ * <p>The token to request the next page of results.</p>
64
+ * @public
65
+ */
66
+ NextToken?: string | undefined;
67
+ /**
68
+ * <p>The maximum number of results to return in a single call. To retrieve the remaining
69
+ * results, make another call with the returned <code>NextToken</code> value. This value
70
+ * can be between 1 and 200.</p>
71
+ * @public
72
+ */
73
+ MaxResults?: number | undefined;
74
+ }
6
75
  /**
7
76
  * @public
8
77
  */
@@ -11417,104 +11486,6 @@ export interface DescribeVpcsResult {
11417
11486
  */
11418
11487
  Vpcs?: Vpc[] | undefined;
11419
11488
  }
11420
- /**
11421
- * <p>Contains the parameters for DescribeVpnConnections.</p>
11422
- * @public
11423
- */
11424
- export interface DescribeVpnConnectionsRequest {
11425
- /**
11426
- * <p>One or more filters.</p>
11427
- * <ul>
11428
- * <li>
11429
- * <p>
11430
- * <code>customer-gateway-configuration</code> - The configuration information
11431
- * for the customer gateway.</p>
11432
- * </li>
11433
- * <li>
11434
- * <p>
11435
- * <code>customer-gateway-id</code> - The ID of a customer gateway associated
11436
- * with the VPN connection.</p>
11437
- * </li>
11438
- * <li>
11439
- * <p>
11440
- * <code>state</code> - The state of the VPN connection (<code>pending</code> |
11441
- * <code>available</code> | <code>deleting</code> |
11442
- * <code>deleted</code>).</p>
11443
- * </li>
11444
- * <li>
11445
- * <p>
11446
- * <code>option.static-routes-only</code> - Indicates whether the connection has
11447
- * static routes only. Used for devices that do not support Border Gateway Protocol
11448
- * (BGP).</p>
11449
- * </li>
11450
- * <li>
11451
- * <p>
11452
- * <code>route.destination-cidr-block</code> - The destination CIDR block. This
11453
- * corresponds to the subnet used in a customer data center.</p>
11454
- * </li>
11455
- * <li>
11456
- * <p>
11457
- * <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with
11458
- * a BGP device.</p>
11459
- * </li>
11460
- * <li>
11461
- * <p>
11462
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
11463
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
11464
- * </li>
11465
- * <li>
11466
- * <p>
11467
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
11468
- * </li>
11469
- * <li>
11470
- * <p>
11471
- * <code>type</code> - The type of VPN connection. Currently the only supported
11472
- * type is <code>ipsec.1</code>.</p>
11473
- * </li>
11474
- * <li>
11475
- * <p>
11476
- * <code>vpn-connection-id</code> - The ID of the VPN connection.</p>
11477
- * </li>
11478
- * <li>
11479
- * <p>
11480
- * <code>vpn-gateway-id</code> - The ID of a virtual private gateway associated
11481
- * with the VPN connection.</p>
11482
- * </li>
11483
- * <li>
11484
- * <p>
11485
- * <code>transit-gateway-id</code> - The ID of a transit gateway associated with
11486
- * the VPN connection.</p>
11487
- * </li>
11488
- * </ul>
11489
- * @public
11490
- */
11491
- Filters?: Filter[] | undefined;
11492
- /**
11493
- * <p>One or more VPN connection IDs.</p>
11494
- * <p>Default: Describes your VPN connections.</p>
11495
- * @public
11496
- */
11497
- VpnConnectionIds?: string[] | undefined;
11498
- /**
11499
- * <p>Checks whether you have the required permissions for the action, without actually
11500
- * making the request, and provides an error response. If you have the required
11501
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
11502
- * <code>UnauthorizedOperation</code>.</p>
11503
- * @public
11504
- */
11505
- DryRun?: boolean | undefined;
11506
- }
11507
- /**
11508
- * <p>Contains the output of DescribeVpnConnections.</p>
11509
- * @public
11510
- */
11511
- export interface DescribeVpnConnectionsResult {
11512
- /**
11513
- * <p>Information about one or more VPN connections.</p>
11514
- * @public
11515
- */
11516
- VpnConnections?: VpnConnection[] | undefined;
11517
- }
11518
11489
  /**
11519
11490
  * @internal
11520
11491
  */
@@ -11551,7 +11522,3 @@ export declare const DescribeSpotInstanceRequestsResultFilterSensitiveLog: (obj:
11551
11522
  * @internal
11552
11523
  */
11553
11524
  export declare const DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog: (obj: DescribeVerifiedAccessTrustProvidersResult) => any;
11554
- /**
11555
- * @internal
11556
- */
11557
- export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
@@ -1,9 +1,107 @@
1
- import { AccessScopeAnalysisFinding, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
1
+ import { AccessScopeAnalysisFinding, ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AsnAssociation, AssociationStatus, CurrencyCodeValues, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamPoolAllocation, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetAssociation, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, InstanceRequirementsRequest, IpamResourceTag, RequestIpamResourceTag, TargetCapacityUnitType } from "./models_1";
3
3
  import { NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, SSEType, SubnetCidrReservation } from "./models_2";
4
- import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnGateway } from "./models_3";
4
+ import { Filter, IpamPoolCidr, MetricType, PeriodType, StatisticType, VpnConnection, VpnGateway } from "./models_3";
5
5
  import { ArchitectureType, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, HttpTokensState, InstanceMetadataEndpointState, InstanceMetadataTagsState, PaymentOption, VirtualizationType } from "./models_4";
6
6
  import { AnalysisStatus, ManagedBy } from "./models_5";
7
+ /**
8
+ * <p>Contains the parameters for DescribeVpnConnections.</p>
9
+ * @public
10
+ */
11
+ export interface DescribeVpnConnectionsRequest {
12
+ /**
13
+ * <p>One or more filters.</p>
14
+ * <ul>
15
+ * <li>
16
+ * <p>
17
+ * <code>customer-gateway-configuration</code> - The configuration information
18
+ * for the customer gateway.</p>
19
+ * </li>
20
+ * <li>
21
+ * <p>
22
+ * <code>customer-gateway-id</code> - The ID of a customer gateway associated
23
+ * with the VPN connection.</p>
24
+ * </li>
25
+ * <li>
26
+ * <p>
27
+ * <code>state</code> - The state of the VPN connection (<code>pending</code> |
28
+ * <code>available</code> | <code>deleting</code> |
29
+ * <code>deleted</code>).</p>
30
+ * </li>
31
+ * <li>
32
+ * <p>
33
+ * <code>option.static-routes-only</code> - Indicates whether the connection has
34
+ * static routes only. Used for devices that do not support Border Gateway Protocol
35
+ * (BGP).</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <code>route.destination-cidr-block</code> - The destination CIDR block. This
40
+ * corresponds to the subnet used in a customer data center.</p>
41
+ * </li>
42
+ * <li>
43
+ * <p>
44
+ * <code>bgp-asn</code> - The BGP Autonomous System Number (ASN) associated with
45
+ * a BGP device.</p>
46
+ * </li>
47
+ * <li>
48
+ * <p>
49
+ * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
50
+ * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>type</code> - The type of VPN connection. Currently the only supported
59
+ * type is <code>ipsec.1</code>.</p>
60
+ * </li>
61
+ * <li>
62
+ * <p>
63
+ * <code>vpn-connection-id</code> - The ID of the VPN connection.</p>
64
+ * </li>
65
+ * <li>
66
+ * <p>
67
+ * <code>vpn-gateway-id</code> - The ID of a virtual private gateway associated
68
+ * with the VPN connection.</p>
69
+ * </li>
70
+ * <li>
71
+ * <p>
72
+ * <code>transit-gateway-id</code> - The ID of a transit gateway associated with
73
+ * the VPN connection.</p>
74
+ * </li>
75
+ * </ul>
76
+ * @public
77
+ */
78
+ Filters?: Filter[] | undefined;
79
+ /**
80
+ * <p>One or more VPN connection IDs.</p>
81
+ * <p>Default: Describes your VPN connections.</p>
82
+ * @public
83
+ */
84
+ VpnConnectionIds?: string[] | undefined;
85
+ /**
86
+ * <p>Checks whether you have the required permissions for the action, without actually
87
+ * making the request, and provides an error response. If you have the required
88
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
89
+ * <code>UnauthorizedOperation</code>.</p>
90
+ * @public
91
+ */
92
+ DryRun?: boolean | undefined;
93
+ }
94
+ /**
95
+ * <p>Contains the output of DescribeVpnConnections.</p>
96
+ * @public
97
+ */
98
+ export interface DescribeVpnConnectionsResult {
99
+ /**
100
+ * <p>Information about one or more VPN connections.</p>
101
+ * @public
102
+ */
103
+ VpnConnections?: VpnConnection[] | undefined;
104
+ }
7
105
  /**
8
106
  * <p>Contains the parameters for DescribeVpnGateways.</p>
9
107
  * @public
@@ -2891,6 +2989,36 @@ export interface ExportVerifiedAccessInstanceClientConfigurationResult {
2891
2989
  */
2892
2990
  OpenVpnConfigurations?: VerifiedAccessInstanceOpenVpnClientConfiguration[] | undefined;
2893
2991
  }
2992
+ /**
2993
+ * @public
2994
+ */
2995
+ export interface GetActiveVpnTunnelStatusRequest {
2996
+ /**
2997
+ * <p>The ID of the VPN connection for which to retrieve the active tunnel status.</p>
2998
+ * @public
2999
+ */
3000
+ VpnConnectionId: string | undefined;
3001
+ /**
3002
+ * <p>The external IP address of the VPN tunnel for which to retrieve the active status.</p>
3003
+ * @public
3004
+ */
3005
+ VpnTunnelOutsideIpAddress: string | undefined;
3006
+ /**
3007
+ * <p>Checks whether you have the required permissions for the action, without actually making the request.</p>
3008
+ * @public
3009
+ */
3010
+ DryRun?: boolean | undefined;
3011
+ }
3012
+ /**
3013
+ * @public
3014
+ */
3015
+ export interface GetActiveVpnTunnelStatusResult {
3016
+ /**
3017
+ * <p>Information about the current security configuration of the VPN tunnel.</p>
3018
+ * @public
3019
+ */
3020
+ ActiveVpnTunnelStatus?: ActiveVpnTunnelStatus | undefined;
3021
+ }
2894
3022
  /**
2895
3023
  * @public
2896
3024
  */
@@ -6670,105 +6798,9 @@ export interface GetTransitGatewayPolicyTableAssociationsRequest {
6670
6798
  DryRun?: boolean | undefined;
6671
6799
  }
6672
6800
  /**
6673
- * @public
6674
- */
6675
- export interface GetTransitGatewayPolicyTableAssociationsResult {
6676
- /**
6677
- * <p>Returns details about the transit gateway policy table association.</p>
6678
- * @public
6679
- */
6680
- Associations?: TransitGatewayPolicyTableAssociation[] | undefined;
6681
- /**
6682
- * <p>The token for the next page of results.</p>
6683
- * @public
6684
- */
6685
- NextToken?: string | undefined;
6686
- }
6687
- /**
6688
- * @public
6689
- */
6690
- export interface GetTransitGatewayPolicyTableEntriesRequest {
6691
- /**
6692
- * <p>The ID of the transit gateway policy table.</p>
6693
- * @public
6694
- */
6695
- TransitGatewayPolicyTableId: string | undefined;
6696
- /**
6697
- * <p>The filters associated with the transit gateway policy table.</p>
6698
- * @public
6699
- */
6700
- Filters?: Filter[] | undefined;
6701
- /**
6702
- * <p>The maximum number of results to return with a single call.
6703
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6704
- * @public
6705
- */
6706
- MaxResults?: number | undefined;
6707
- /**
6708
- * <p>The token for the next page of results.</p>
6709
- * @public
6710
- */
6711
- NextToken?: string | undefined;
6712
- /**
6713
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6714
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6715
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6716
- * @public
6717
- */
6718
- DryRun?: boolean | undefined;
6719
- }
6720
- /**
6721
- * <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
6722
- * @public
6723
- */
6724
- export interface TransitGatewayPolicyRuleMetaData {
6725
- /**
6726
- * <p>The key name for the transit gateway policy rule meta data tag.</p>
6727
- * @public
6728
- */
6729
- MetaDataKey?: string | undefined;
6730
- /**
6731
- * <p>The value of the key for the transit gateway policy rule meta data tag.</p>
6732
- * @public
6733
- */
6734
- MetaDataValue?: string | undefined;
6735
- }
6736
- /**
6737
- * <p>Describes a rule associated with a transit gateway policy.</p>
6738
- * @public
6801
+ * @internal
6739
6802
  */
6740
- export interface TransitGatewayPolicyRule {
6741
- /**
6742
- * <p>The source CIDR block for the transit gateway policy rule.</p>
6743
- * @public
6744
- */
6745
- SourceCidrBlock?: string | undefined;
6746
- /**
6747
- * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
6748
- * @public
6749
- */
6750
- SourcePortRange?: string | undefined;
6751
- /**
6752
- * <p>The destination CIDR block for the transit gateway policy rule.</p>
6753
- * @public
6754
- */
6755
- DestinationCidrBlock?: string | undefined;
6756
- /**
6757
- * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
6758
- * @public
6759
- */
6760
- DestinationPortRange?: string | undefined;
6761
- /**
6762
- * <p>The protocol used by the transit gateway policy rule.</p>
6763
- * @public
6764
- */
6765
- Protocol?: string | undefined;
6766
- /**
6767
- * <p>The meta data tags used for the transit gateway policy rule.</p>
6768
- * @public
6769
- */
6770
- MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
6771
- }
6803
+ export declare const DescribeVpnConnectionsResultFilterSensitiveLog: (obj: DescribeVpnConnectionsResult) => any;
6772
6804
  /**
6773
6805
  * @internal
6774
6806
  */
@@ -1,10 +1,110 @@
1
- import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, RouteServer, RouteServerPersistRoutesAction, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
4
  import { Byoasn, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
5
  import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
6
6
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPolicyRule, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
7
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetTransitGatewayPolicyTableAssociationsResult {
12
+ /**
13
+ * <p>Returns details about the transit gateway policy table association.</p>
14
+ * @public
15
+ */
16
+ Associations?: TransitGatewayPolicyTableAssociation[] | undefined;
17
+ /**
18
+ * <p>The token for the next page of results.</p>
19
+ * @public
20
+ */
21
+ NextToken?: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface GetTransitGatewayPolicyTableEntriesRequest {
27
+ /**
28
+ * <p>The ID of the transit gateway policy table.</p>
29
+ * @public
30
+ */
31
+ TransitGatewayPolicyTableId: string | undefined;
32
+ /**
33
+ * <p>The filters associated with the transit gateway policy table.</p>
34
+ * @public
35
+ */
36
+ Filters?: Filter[] | undefined;
37
+ /**
38
+ * <p>The maximum number of results to return with a single call.
39
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
40
+ * @public
41
+ */
42
+ MaxResults?: number | undefined;
43
+ /**
44
+ * <p>The token for the next page of results.</p>
45
+ * @public
46
+ */
47
+ NextToken?: string | undefined;
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
+ * @public
53
+ */
54
+ DryRun?: boolean | undefined;
55
+ }
56
+ /**
57
+ * <p>Describes the meta data tags associated with a transit gateway policy rule.</p>
58
+ * @public
59
+ */
60
+ export interface TransitGatewayPolicyRuleMetaData {
61
+ /**
62
+ * <p>The key name for the transit gateway policy rule meta data tag.</p>
63
+ * @public
64
+ */
65
+ MetaDataKey?: string | undefined;
66
+ /**
67
+ * <p>The value of the key for the transit gateway policy rule meta data tag.</p>
68
+ * @public
69
+ */
70
+ MetaDataValue?: string | undefined;
71
+ }
72
+ /**
73
+ * <p>Describes a rule associated with a transit gateway policy.</p>
74
+ * @public
75
+ */
76
+ export interface TransitGatewayPolicyRule {
77
+ /**
78
+ * <p>The source CIDR block for the transit gateway policy rule.</p>
79
+ * @public
80
+ */
81
+ SourceCidrBlock?: string | undefined;
82
+ /**
83
+ * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
84
+ * @public
85
+ */
86
+ SourcePortRange?: string | undefined;
87
+ /**
88
+ * <p>The destination CIDR block for the transit gateway policy rule.</p>
89
+ * @public
90
+ */
91
+ DestinationCidrBlock?: string | undefined;
92
+ /**
93
+ * <p>The port range for the transit gateway policy rule. Currently this is set to * (all).</p>
94
+ * @public
95
+ */
96
+ DestinationPortRange?: string | undefined;
97
+ /**
98
+ * <p>The protocol used by the transit gateway policy rule.</p>
99
+ * @public
100
+ */
101
+ Protocol?: string | undefined;
102
+ /**
103
+ * <p>The meta data tags used for the transit gateway policy rule.</p>
104
+ * @public
105
+ */
106
+ MetaData?: TransitGatewayPolicyRuleMetaData | undefined;
107
+ }
8
108
  /**
9
109
  * <p>Describes a transit gateway policy table entry</p>
10
110
  * @public
@@ -451,6 +551,11 @@ export interface GetVpnConnectionDeviceSampleConfigurationRequest {
451
551
  * @public
452
552
  */
453
553
  InternetKeyExchangeVersion?: string | undefined;
554
+ /**
555
+ * <p>The type of sample configuration to generate. Valid values are "compatibility" (includes IKEv1) or "recommended" (throws UnsupportedOperationException for IKEv1).</p>
556
+ * @public
557
+ */
558
+ SampleType?: string | undefined;
454
559
  /**
455
560
  * <p>Checks whether you have the required permissions for the action, without actually
456
561
  * making the request, and provides an error response. If you have the required
@@ -6852,6 +6957,11 @@ export interface ModifyVpnTunnelOptionsRequest {
6852
6957
  * @public
6853
6958
  */
6854
6959
  SkipTunnelReplacement?: boolean | undefined;
6960
+ /**
6961
+ * <p>Specifies the storage mode for the pre-shared key (PSK). Valid values are <code>Standard</code> (stored in Site-to-Site VPN service) or <code>SecretsManager</code> (stored in Amazon Web Services Secrets Manager).</p>
6962
+ * @public
6963
+ */
6964
+ PreSharedKeyStorage?: string | undefined;
6855
6965
  }
6856
6966
  /**
6857
6967
  * @public
@@ -8121,69 +8231,6 @@ export interface ReleaseAddressRequest {
8121
8231
  */
8122
8232
  DryRun?: boolean | undefined;
8123
8233
  }
8124
- /**
8125
- * @public
8126
- */
8127
- export interface ReleaseHostsRequest {
8128
- /**
8129
- * <p>The IDs of the Dedicated Hosts to release.</p>
8130
- * @public
8131
- */
8132
- HostIds: string[] | undefined;
8133
- }
8134
- /**
8135
- * @public
8136
- */
8137
- export interface ReleaseHostsResult {
8138
- /**
8139
- * <p>The IDs of the Dedicated Hosts that were successfully released.</p>
8140
- * @public
8141
- */
8142
- Successful?: string[] | undefined;
8143
- /**
8144
- * <p>The IDs of the Dedicated Hosts that could not be released, including an error
8145
- * message.</p>
8146
- * @public
8147
- */
8148
- Unsuccessful?: UnsuccessfulItem[] | undefined;
8149
- }
8150
- /**
8151
- * @public
8152
- */
8153
- export interface ReleaseIpamPoolAllocationRequest {
8154
- /**
8155
- * <p>A check for whether you have the required permissions for the action without actually making the request
8156
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8157
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8158
- * @public
8159
- */
8160
- DryRun?: boolean | undefined;
8161
- /**
8162
- * <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
8163
- * @public
8164
- */
8165
- IpamPoolId: string | undefined;
8166
- /**
8167
- * <p>The CIDR of the allocation you want to release.</p>
8168
- * @public
8169
- */
8170
- Cidr: string | undefined;
8171
- /**
8172
- * <p>The ID of the allocation.</p>
8173
- * @public
8174
- */
8175
- IpamPoolAllocationId: string | undefined;
8176
- }
8177
- /**
8178
- * @public
8179
- */
8180
- export interface ReleaseIpamPoolAllocationResult {
8181
- /**
8182
- * <p>Indicates if the release was successful.</p>
8183
- * @public
8184
- */
8185
- Success?: boolean | undefined;
8186
- }
8187
8234
  /**
8188
8235
  * @internal
8189
8236
  */