@aws-sdk/client-ec2 3.453.0 → 3.455.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.
- package/README.md +48 -0
- package/dist-cjs/EC2.js +12 -0
- package/dist-cjs/commands/AssociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DeprovisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/DisassociateIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/GetIpamDiscoveredPublicAddressesCommand.js +51 -0
- package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +2 -2
- package/dist-cjs/commands/GetPasswordDataCommand.js +2 -2
- package/dist-cjs/commands/ProvisionIpamByoasnCommand.js +51 -0
- package/dist-cjs/commands/RequestSpotFleetCommand.js +2 -2
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +15 -8
- package/dist-cjs/models/models_1.js +15 -19
- package/dist-cjs/models/models_2.js +19 -2
- package/dist-cjs/models/models_3.js +9 -37
- package/dist-cjs/models/models_4.js +37 -2
- package/dist-cjs/models/models_5.js +24 -20
- package/dist-cjs/models/models_6.js +20 -24
- package/dist-cjs/models/models_7.js +23 -1
- package/dist-cjs/protocols/Aws_ec2.js +815 -25
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/AssociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DeprovisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +1 -1
- package/dist-es/commands/DescribeIpamByoasnCommand.js +47 -0
- package/dist-es/commands/DisassociateIpamByoasnCommand.js +47 -0
- package/dist-es/commands/GetIpamDiscoveredPublicAddressesCommand.js +47 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/GetPasswordDataCommand.js +1 -1
- package/dist-es/commands/ProvisionIpamByoasnCommand.js +47 -0
- package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +13 -6
- package/dist-es/models/models_1.js +13 -17
- package/dist-es/models/models_2.js +17 -0
- package/dist-es/models/models_3.js +8 -32
- package/dist-es/models/models_4.js +32 -0
- package/dist-es/models/models_5.js +23 -17
- package/dist-es/models/models_6.js +18 -23
- package/dist-es/models/models_7.js +22 -1
- package/dist-es/protocols/Aws_ec2.js +778 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +9 -0
- package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +4 -1
- package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +4 -2
- package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -2
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +6 -0
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +3 -0
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +12 -0
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +5 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -0
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +12 -1
- package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +6 -2
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +4 -3
- package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +7 -0
- package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -0
- package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +83 -0
- package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -3
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -2
- package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +81 -0
- package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -5
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +121 -0
- package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +3 -3
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +6 -1
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/commands/ModifyIpamCommand.d.ts +3 -0
- package/dist-types/commands/ModifyIpamPoolCommand.d.ts +6 -0
- package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
- package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +5 -0
- package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -0
- package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +84 -0
- package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -1
- package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -1
- package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -1
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +10 -0
- package/dist-types/commands/RunInstancesCommand.d.ts +10 -0
- package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +8 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +123 -105
- package/dist-types/models/models_1.d.ts +296 -347
- package/dist-types/models/models_2.d.ts +404 -184
- package/dist-types/models/models_3.d.ts +258 -535
- package/dist-types/models/models_4.d.ts +1882 -1944
- package/dist-types/models/models_5.d.ts +3701 -3495
- package/dist-types/models/models_6.d.ts +4435 -4347
- package/dist-types/models/models_7.d.ts +740 -5
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +102 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +38 -28
- package/dist-types/ts3.4/models/models_1.d.ts +72 -92
- package/dist-types/ts3.4/models/models_2.d.ts +107 -46
- package/dist-types/ts3.4/models/models_3.d.ts +69 -128
- package/dist-types/ts3.4/models/models_4.d.ts +149 -124
- package/dist-types/ts3.4/models/models_5.d.ts +202 -180
- package/dist-types/ts3.4/models/models_6.d.ts +205 -189
- package/dist-types/ts3.4/models/models_7.d.ts +188 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,4 +1,99 @@
|
|
|
1
|
-
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus,
|
|
1
|
+
import { _InstanceType, AcceleratorCount, AcceleratorCountRequest, AcceleratorManufacturer, AcceleratorName, AcceleratorTotalMemoryMiB, AcceleratorTotalMemoryMiBRequest, AcceleratorType, AccessScopePath, AccessScopePathRequest, AddIpamOperatingRegion, AddPrefixListEntry, AddressFamily, AttachmentStatus, InstanceEventWindow, NatGatewayAddress, PortRange, Protocol, ResourceType, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, UnsuccessfulItem, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, WeekDay } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* @public
|
|
4
|
+
*/
|
|
5
|
+
export interface CreateCarrierGatewayRequest {
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
* <p>The ID of the VPC to associate with the carrier gateway.</p>
|
|
9
|
+
*/
|
|
10
|
+
VpcId: string | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
* <p>The tags to associate with the carrier gateway.</p>
|
|
14
|
+
*/
|
|
15
|
+
TagSpecifications?: TagSpecification[];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
19
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
20
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
21
|
+
*/
|
|
22
|
+
DryRun?: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* @public
|
|
25
|
+
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
26
|
+
* request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html">How to ensure
|
|
27
|
+
* idempotency</a>.</p>
|
|
28
|
+
*/
|
|
29
|
+
ClientToken?: string;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* @enum
|
|
34
|
+
*/
|
|
35
|
+
export declare const CarrierGatewayState: {
|
|
36
|
+
readonly available: "available";
|
|
37
|
+
readonly deleted: "deleted";
|
|
38
|
+
readonly deleting: "deleting";
|
|
39
|
+
readonly pending: "pending";
|
|
40
|
+
};
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export type CarrierGatewayState = (typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
* <p>Describes a carrier gateway.</p>
|
|
48
|
+
*/
|
|
49
|
+
export interface CarrierGateway {
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* <p>The ID of the carrier gateway.</p>
|
|
53
|
+
*/
|
|
54
|
+
CarrierGatewayId?: string;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p>The ID of the VPC associated with the carrier gateway.</p>
|
|
58
|
+
*/
|
|
59
|
+
VpcId?: string;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p>The state of the carrier gateway.</p>
|
|
63
|
+
*/
|
|
64
|
+
State?: CarrierGatewayState;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
68
|
+
*/
|
|
69
|
+
OwnerId?: string;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* <p>The tags assigned to the carrier gateway.</p>
|
|
73
|
+
*/
|
|
74
|
+
Tags?: Tag[];
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
export interface CreateCarrierGatewayResult {
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
* <p>Information about the carrier gateway.</p>
|
|
83
|
+
*/
|
|
84
|
+
CarrierGateway?: CarrierGateway;
|
|
85
|
+
}
|
|
86
|
+
/**
|
|
87
|
+
* @public
|
|
88
|
+
* <p>Describes the Active Directory to be used for client authentication.</p>
|
|
89
|
+
*/
|
|
90
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
91
|
+
/**
|
|
92
|
+
* @public
|
|
93
|
+
* <p>The ID of the Active Directory to be used for authentication.</p>
|
|
94
|
+
*/
|
|
95
|
+
DirectoryId?: string;
|
|
96
|
+
}
|
|
2
97
|
/**
|
|
3
98
|
* @public
|
|
4
99
|
* <p>The IAM SAML identity provider used for federated authentication.</p>
|
|
@@ -4357,6 +4452,18 @@ export interface CreateInternetGatewayResult {
|
|
|
4357
4452
|
*/
|
|
4358
4453
|
InternetGateway?: InternetGateway;
|
|
4359
4454
|
}
|
|
4455
|
+
/**
|
|
4456
|
+
* @public
|
|
4457
|
+
* @enum
|
|
4458
|
+
*/
|
|
4459
|
+
export declare const IpamTier: {
|
|
4460
|
+
readonly advanced: "advanced";
|
|
4461
|
+
readonly free: "free";
|
|
4462
|
+
};
|
|
4463
|
+
/**
|
|
4464
|
+
* @public
|
|
4465
|
+
*/
|
|
4466
|
+
export type IpamTier = (typeof IpamTier)[keyof typeof IpamTier];
|
|
4360
4467
|
/**
|
|
4361
4468
|
* @public
|
|
4362
4469
|
*/
|
|
@@ -4391,6 +4498,11 @@ export interface CreateIpamRequest {
|
|
|
4391
4498
|
* <p>A 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">Ensuring Idempotency</a>.</p>
|
|
4392
4499
|
*/
|
|
4393
4500
|
ClientToken?: string;
|
|
4501
|
+
/**
|
|
4502
|
+
* @public
|
|
4503
|
+
* <p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing > IPAM tab</a>.</p>
|
|
4504
|
+
*/
|
|
4505
|
+
Tier?: IpamTier;
|
|
4394
4506
|
}
|
|
4395
4507
|
/**
|
|
4396
4508
|
* @public
|
|
@@ -4504,6 +4616,16 @@ export interface Ipam {
|
|
|
4504
4616
|
* <p>The IPAM's resource discovery association count.</p>
|
|
4505
4617
|
*/
|
|
4506
4618
|
ResourceDiscoveryAssociationCount?: number;
|
|
4619
|
+
/**
|
|
4620
|
+
* @public
|
|
4621
|
+
* <p>The state message.</p>
|
|
4622
|
+
*/
|
|
4623
|
+
StateMessage?: string;
|
|
4624
|
+
/**
|
|
4625
|
+
* @public
|
|
4626
|
+
* <p>IPAM is offered in a Free Tier and an Advanced Tier. For more information about the features available in each tier and the costs associated with the tiers, see <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing > IPAM tab</a>.</p>
|
|
4627
|
+
*/
|
|
4628
|
+
Tier?: IpamTier;
|
|
4507
4629
|
}
|
|
4508
4630
|
/**
|
|
4509
4631
|
* @public
|
|
@@ -4554,6 +4676,43 @@ export declare const IpamPoolPublicIpSource: {
|
|
|
4554
4676
|
* @public
|
|
4555
4677
|
*/
|
|
4556
4678
|
export type IpamPoolPublicIpSource = (typeof IpamPoolPublicIpSource)[keyof typeof IpamPoolPublicIpSource];
|
|
4679
|
+
/**
|
|
4680
|
+
* @public
|
|
4681
|
+
* @enum
|
|
4682
|
+
*/
|
|
4683
|
+
export declare const IpamPoolSourceResourceType: {
|
|
4684
|
+
readonly vpc: "vpc";
|
|
4685
|
+
};
|
|
4686
|
+
/**
|
|
4687
|
+
* @public
|
|
4688
|
+
*/
|
|
4689
|
+
export type IpamPoolSourceResourceType = (typeof IpamPoolSourceResourceType)[keyof typeof IpamPoolSourceResourceType];
|
|
4690
|
+
/**
|
|
4691
|
+
* @public
|
|
4692
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4693
|
+
*/
|
|
4694
|
+
export interface IpamPoolSourceResourceRequest {
|
|
4695
|
+
/**
|
|
4696
|
+
* @public
|
|
4697
|
+
* <p>The source resource ID.</p>
|
|
4698
|
+
*/
|
|
4699
|
+
ResourceId?: string;
|
|
4700
|
+
/**
|
|
4701
|
+
* @public
|
|
4702
|
+
* <p>The source resource type.</p>
|
|
4703
|
+
*/
|
|
4704
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
4705
|
+
/**
|
|
4706
|
+
* @public
|
|
4707
|
+
* <p>The source resource Region.</p>
|
|
4708
|
+
*/
|
|
4709
|
+
ResourceRegion?: string;
|
|
4710
|
+
/**
|
|
4711
|
+
* @public
|
|
4712
|
+
* <p>The source resource owner.</p>
|
|
4713
|
+
*/
|
|
4714
|
+
ResourceOwner?: string;
|
|
4715
|
+
}
|
|
4557
4716
|
/**
|
|
4558
4717
|
* @public
|
|
4559
4718
|
*/
|
|
@@ -4653,6 +4812,11 @@ export interface CreateIpamPoolRequest {
|
|
|
4653
4812
|
* By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool if PublicIpSource is <code>amazon</code>. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html"> Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4654
4813
|
*/
|
|
4655
4814
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
4815
|
+
/**
|
|
4816
|
+
* @public
|
|
4817
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4818
|
+
*/
|
|
4819
|
+
SourceResource?: IpamPoolSourceResourceRequest;
|
|
4656
4820
|
}
|
|
4657
4821
|
/**
|
|
4658
4822
|
* @public
|
|
@@ -4683,6 +4847,32 @@ export declare const IpamScopeType: {
|
|
|
4683
4847
|
* @public
|
|
4684
4848
|
*/
|
|
4685
4849
|
export type IpamScopeType = (typeof IpamScopeType)[keyof typeof IpamScopeType];
|
|
4850
|
+
/**
|
|
4851
|
+
* @public
|
|
4852
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4853
|
+
*/
|
|
4854
|
+
export interface IpamPoolSourceResource {
|
|
4855
|
+
/**
|
|
4856
|
+
* @public
|
|
4857
|
+
* <p>The source resource ID.</p>
|
|
4858
|
+
*/
|
|
4859
|
+
ResourceId?: string;
|
|
4860
|
+
/**
|
|
4861
|
+
* @public
|
|
4862
|
+
* <p>The source resource type.</p>
|
|
4863
|
+
*/
|
|
4864
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
4865
|
+
/**
|
|
4866
|
+
* @public
|
|
4867
|
+
* <p>The source resource Region.</p>
|
|
4868
|
+
*/
|
|
4869
|
+
ResourceRegion?: string;
|
|
4870
|
+
/**
|
|
4871
|
+
* @public
|
|
4872
|
+
* <p>The source resource owner.</p>
|
|
4873
|
+
*/
|
|
4874
|
+
ResourceOwner?: string;
|
|
4875
|
+
}
|
|
4686
4876
|
/**
|
|
4687
4877
|
* @public
|
|
4688
4878
|
* @enum
|
|
@@ -4768,7 +4958,7 @@ export interface IpamPool {
|
|
|
4768
4958
|
State?: IpamPoolState;
|
|
4769
4959
|
/**
|
|
4770
4960
|
* @public
|
|
4771
|
-
* <p>
|
|
4961
|
+
* <p>The state message.</p>
|
|
4772
4962
|
*/
|
|
4773
4963
|
StateMessage?: string;
|
|
4774
4964
|
/**
|
|
@@ -4836,6 +5026,11 @@ export interface IpamPool {
|
|
|
4836
5026
|
* By default, you can add only one Amazon-provided IPv6 CIDR block to a top-level IPv6 pool. For information on increasing the default limit, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/quotas-ipam.html"> Quotas for your IPAM</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
|
|
4837
5027
|
*/
|
|
4838
5028
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
5029
|
+
/**
|
|
5030
|
+
* @public
|
|
5031
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
5032
|
+
*/
|
|
5033
|
+
SourceResource?: IpamPoolSourceResource;
|
|
4839
5034
|
}
|
|
4840
5035
|
/**
|
|
4841
5036
|
* @public
|
|
@@ -5836,6 +6031,34 @@ export interface LaunchTemplatesMonitoringRequest {
|
|
|
5836
6031
|
*/
|
|
5837
6032
|
Enabled?: boolean;
|
|
5838
6033
|
}
|
|
6034
|
+
/**
|
|
6035
|
+
* @public
|
|
6036
|
+
* <p>A security group connection tracking specification request that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
6037
|
+
*/
|
|
6038
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
6039
|
+
/**
|
|
6040
|
+
* @public
|
|
6041
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
6042
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
6043
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
6044
|
+
*/
|
|
6045
|
+
TcpEstablishedTimeout?: number;
|
|
6046
|
+
/**
|
|
6047
|
+
* @public
|
|
6048
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
6049
|
+
* flows classified as streams which have seen more than one request-response
|
|
6050
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
6051
|
+
* seconds.</p>
|
|
6052
|
+
*/
|
|
6053
|
+
UdpStreamTimeout?: number;
|
|
6054
|
+
/**
|
|
6055
|
+
* @public
|
|
6056
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
6057
|
+
* have seen traffic only in a single direction or a single request-response
|
|
6058
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
6059
|
+
*/
|
|
6060
|
+
UdpTimeout?: number;
|
|
6061
|
+
}
|
|
5839
6062
|
/**
|
|
5840
6063
|
* @public
|
|
5841
6064
|
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
@@ -6051,6 +6274,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
6051
6274
|
* <p>Configure ENA Express settings for your launch template.</p>
|
|
6052
6275
|
*/
|
|
6053
6276
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
6277
|
+
/**
|
|
6278
|
+
* @public
|
|
6279
|
+
* <p>A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
6280
|
+
*/
|
|
6281
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
6054
6282
|
}
|
|
6055
6283
|
/**
|
|
6056
6284
|
* @public
|
|
@@ -7068,6 +7296,34 @@ export interface LaunchTemplatesMonitoring {
|
|
|
7068
7296
|
*/
|
|
7069
7297
|
Enabled?: boolean;
|
|
7070
7298
|
}
|
|
7299
|
+
/**
|
|
7300
|
+
* @public
|
|
7301
|
+
* <p>A security group connection tracking specification that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
7302
|
+
*/
|
|
7303
|
+
export interface ConnectionTrackingSpecification {
|
|
7304
|
+
/**
|
|
7305
|
+
* @public
|
|
7306
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
7307
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
7308
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
7309
|
+
*/
|
|
7310
|
+
TcpEstablishedTimeout?: number;
|
|
7311
|
+
/**
|
|
7312
|
+
* @public
|
|
7313
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
7314
|
+
* have seen traffic only in a single direction or a single request-response
|
|
7315
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
7316
|
+
*/
|
|
7317
|
+
UdpTimeout?: number;
|
|
7318
|
+
/**
|
|
7319
|
+
* @public
|
|
7320
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
7321
|
+
* flows classified as streams which have seen more than one request-response
|
|
7322
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
7323
|
+
* seconds.</p>
|
|
7324
|
+
*/
|
|
7325
|
+
UdpStreamTimeout?: number;
|
|
7326
|
+
}
|
|
7071
7327
|
/**
|
|
7072
7328
|
* @public
|
|
7073
7329
|
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
@@ -7267,6 +7523,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7267
7523
|
* <p>Contains the ENA Express settings for instances launched from your launch template.</p>
|
|
7268
7524
|
*/
|
|
7269
7525
|
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
7526
|
+
/**
|
|
7527
|
+
* @public
|
|
7528
|
+
* <p>A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
7529
|
+
*/
|
|
7530
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecification;
|
|
7270
7531
|
}
|
|
7271
7532
|
/**
|
|
7272
7533
|
* @public
|
|
@@ -9236,6 +9497,11 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
9236
9497
|
* address.</p>
|
|
9237
9498
|
*/
|
|
9238
9499
|
EnablePrimaryIpv6?: boolean;
|
|
9500
|
+
/**
|
|
9501
|
+
* @public
|
|
9502
|
+
* <p>A connection tracking specification for the network interface.</p>
|
|
9503
|
+
*/
|
|
9504
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
9239
9505
|
}
|
|
9240
9506
|
/**
|
|
9241
9507
|
* @public
|
|
@@ -9372,6 +9638,34 @@ export interface NetworkInterfaceAttachment {
|
|
|
9372
9638
|
*/
|
|
9373
9639
|
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
9374
9640
|
}
|
|
9641
|
+
/**
|
|
9642
|
+
* @public
|
|
9643
|
+
* <p>A security group connection tracking configuration that enables you to set the idle timeout for connection tracking on an Elastic network interface. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/security-group-connection-tracking.html#connection-tracking-timeouts">Connection tracking timeouts</a> in the <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
|
|
9644
|
+
*/
|
|
9645
|
+
export interface ConnectionTrackingConfiguration {
|
|
9646
|
+
/**
|
|
9647
|
+
* @public
|
|
9648
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
9649
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
9650
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
9651
|
+
*/
|
|
9652
|
+
TcpEstablishedTimeout?: number;
|
|
9653
|
+
/**
|
|
9654
|
+
* @public
|
|
9655
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
9656
|
+
* flows classified as streams which have seen more than one request-response
|
|
9657
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
9658
|
+
* seconds.</p>
|
|
9659
|
+
*/
|
|
9660
|
+
UdpStreamTimeout?: number;
|
|
9661
|
+
/**
|
|
9662
|
+
* @public
|
|
9663
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
9664
|
+
* have seen traffic only in a single direction or a single request-response
|
|
9665
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
9666
|
+
*/
|
|
9667
|
+
UdpTimeout?: number;
|
|
9668
|
+
}
|
|
9375
9669
|
/**
|
|
9376
9670
|
* @public
|
|
9377
9671
|
* <p>Describes a security group.</p>
|
|
@@ -9415,351 +9709,6 @@ export declare const NetworkInterfaceType: {
|
|
|
9415
9709
|
* @public
|
|
9416
9710
|
*/
|
|
9417
9711
|
export type NetworkInterfaceType = (typeof NetworkInterfaceType)[keyof typeof NetworkInterfaceType];
|
|
9418
|
-
/**
|
|
9419
|
-
* @public
|
|
9420
|
-
* <p>Describes an IPv6 address associated with a network interface.</p>
|
|
9421
|
-
*/
|
|
9422
|
-
export interface NetworkInterfaceIpv6Address {
|
|
9423
|
-
/**
|
|
9424
|
-
* @public
|
|
9425
|
-
* <p>The IPv6 address.</p>
|
|
9426
|
-
*/
|
|
9427
|
-
Ipv6Address?: string;
|
|
9428
|
-
/**
|
|
9429
|
-
* @public
|
|
9430
|
-
* <p>Determines if an IPv6 address associated with a network interface is the primary IPv6 address. When you enable an IPv6 GUA address to be a primary IPv6, the first IPv6 GUA will be made the primary IPv6 address until the instance is terminated or the network interface is detached. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyNetworkInterfaceAttribute.html">ModifyNetworkInterfaceAttribute</a>.</p>
|
|
9431
|
-
*/
|
|
9432
|
-
IsPrimaryIpv6?: boolean;
|
|
9433
|
-
}
|
|
9434
|
-
/**
|
|
9435
|
-
* @public
|
|
9436
|
-
* <p>Describes the IPv6 prefix.</p>
|
|
9437
|
-
*/
|
|
9438
|
-
export interface Ipv6PrefixSpecification {
|
|
9439
|
-
/**
|
|
9440
|
-
* @public
|
|
9441
|
-
* <p>The IPv6 prefix.</p>
|
|
9442
|
-
*/
|
|
9443
|
-
Ipv6Prefix?: string;
|
|
9444
|
-
}
|
|
9445
|
-
/**
|
|
9446
|
-
* @public
|
|
9447
|
-
* <p>Describes the private IPv4 address of a network interface.</p>
|
|
9448
|
-
*/
|
|
9449
|
-
export interface NetworkInterfacePrivateIpAddress {
|
|
9450
|
-
/**
|
|
9451
|
-
* @public
|
|
9452
|
-
* <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
|
|
9453
|
-
*/
|
|
9454
|
-
Association?: NetworkInterfaceAssociation;
|
|
9455
|
-
/**
|
|
9456
|
-
* @public
|
|
9457
|
-
* <p>Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.</p>
|
|
9458
|
-
*/
|
|
9459
|
-
Primary?: boolean;
|
|
9460
|
-
/**
|
|
9461
|
-
* @public
|
|
9462
|
-
* <p>The private DNS name.</p>
|
|
9463
|
-
*/
|
|
9464
|
-
PrivateDnsName?: string;
|
|
9465
|
-
/**
|
|
9466
|
-
* @public
|
|
9467
|
-
* <p>The private IPv4 address.</p>
|
|
9468
|
-
*/
|
|
9469
|
-
PrivateIpAddress?: string;
|
|
9470
|
-
}
|
|
9471
|
-
/**
|
|
9472
|
-
* @public
|
|
9473
|
-
* @enum
|
|
9474
|
-
*/
|
|
9475
|
-
export declare const NetworkInterfaceStatus: {
|
|
9476
|
-
readonly associated: "associated";
|
|
9477
|
-
readonly attaching: "attaching";
|
|
9478
|
-
readonly available: "available";
|
|
9479
|
-
readonly detaching: "detaching";
|
|
9480
|
-
readonly in_use: "in-use";
|
|
9481
|
-
};
|
|
9482
|
-
/**
|
|
9483
|
-
* @public
|
|
9484
|
-
*/
|
|
9485
|
-
export type NetworkInterfaceStatus = (typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
9486
|
-
/**
|
|
9487
|
-
* @public
|
|
9488
|
-
* <p>Describes a network interface.</p>
|
|
9489
|
-
*/
|
|
9490
|
-
export interface NetworkInterface {
|
|
9491
|
-
/**
|
|
9492
|
-
* @public
|
|
9493
|
-
* <p>The association information for an Elastic IP address (IPv4) associated with the network interface.</p>
|
|
9494
|
-
*/
|
|
9495
|
-
Association?: NetworkInterfaceAssociation;
|
|
9496
|
-
/**
|
|
9497
|
-
* @public
|
|
9498
|
-
* <p>The network interface attachment.</p>
|
|
9499
|
-
*/
|
|
9500
|
-
Attachment?: NetworkInterfaceAttachment;
|
|
9501
|
-
/**
|
|
9502
|
-
* @public
|
|
9503
|
-
* <p>The Availability Zone.</p>
|
|
9504
|
-
*/
|
|
9505
|
-
AvailabilityZone?: string;
|
|
9506
|
-
/**
|
|
9507
|
-
* @public
|
|
9508
|
-
* <p>A description.</p>
|
|
9509
|
-
*/
|
|
9510
|
-
Description?: string;
|
|
9511
|
-
/**
|
|
9512
|
-
* @public
|
|
9513
|
-
* <p>Any security groups for the network interface.</p>
|
|
9514
|
-
*/
|
|
9515
|
-
Groups?: GroupIdentifier[];
|
|
9516
|
-
/**
|
|
9517
|
-
* @public
|
|
9518
|
-
* <p>The type of network interface.</p>
|
|
9519
|
-
*/
|
|
9520
|
-
InterfaceType?: NetworkInterfaceType;
|
|
9521
|
-
/**
|
|
9522
|
-
* @public
|
|
9523
|
-
* <p>The IPv6 addresses associated with the network interface.</p>
|
|
9524
|
-
*/
|
|
9525
|
-
Ipv6Addresses?: NetworkInterfaceIpv6Address[];
|
|
9526
|
-
/**
|
|
9527
|
-
* @public
|
|
9528
|
-
* <p>The MAC address.</p>
|
|
9529
|
-
*/
|
|
9530
|
-
MacAddress?: string;
|
|
9531
|
-
/**
|
|
9532
|
-
* @public
|
|
9533
|
-
* <p>The ID of the network interface.</p>
|
|
9534
|
-
*/
|
|
9535
|
-
NetworkInterfaceId?: string;
|
|
9536
|
-
/**
|
|
9537
|
-
* @public
|
|
9538
|
-
* <p>The Amazon Resource Name (ARN) of the Outpost.</p>
|
|
9539
|
-
*/
|
|
9540
|
-
OutpostArn?: string;
|
|
9541
|
-
/**
|
|
9542
|
-
* @public
|
|
9543
|
-
* <p>The Amazon Web Services account ID of the owner of the network interface.</p>
|
|
9544
|
-
*/
|
|
9545
|
-
OwnerId?: string;
|
|
9546
|
-
/**
|
|
9547
|
-
* @public
|
|
9548
|
-
* <p>The private DNS name.</p>
|
|
9549
|
-
*/
|
|
9550
|
-
PrivateDnsName?: string;
|
|
9551
|
-
/**
|
|
9552
|
-
* @public
|
|
9553
|
-
* <p>The IPv4 address of the network interface within the subnet.</p>
|
|
9554
|
-
*/
|
|
9555
|
-
PrivateIpAddress?: string;
|
|
9556
|
-
/**
|
|
9557
|
-
* @public
|
|
9558
|
-
* <p>The private IPv4 addresses associated with the network interface.</p>
|
|
9559
|
-
*/
|
|
9560
|
-
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
|
|
9561
|
-
/**
|
|
9562
|
-
* @public
|
|
9563
|
-
* <p>The IPv4 prefixes that are assigned to the network interface.</p>
|
|
9564
|
-
*/
|
|
9565
|
-
Ipv4Prefixes?: Ipv4PrefixSpecification[];
|
|
9566
|
-
/**
|
|
9567
|
-
* @public
|
|
9568
|
-
* <p>The IPv6 prefixes that are assigned to the network interface.</p>
|
|
9569
|
-
*/
|
|
9570
|
-
Ipv6Prefixes?: Ipv6PrefixSpecification[];
|
|
9571
|
-
/**
|
|
9572
|
-
* @public
|
|
9573
|
-
* <p>The alias or Amazon Web Services account ID of the principal or service that created the network interface.</p>
|
|
9574
|
-
*/
|
|
9575
|
-
RequesterId?: string;
|
|
9576
|
-
/**
|
|
9577
|
-
* @public
|
|
9578
|
-
* <p>Indicates whether the network interface is being managed by Amazon Web Services.</p>
|
|
9579
|
-
*/
|
|
9580
|
-
RequesterManaged?: boolean;
|
|
9581
|
-
/**
|
|
9582
|
-
* @public
|
|
9583
|
-
* <p>Indicates whether source/destination checking is enabled.</p>
|
|
9584
|
-
*/
|
|
9585
|
-
SourceDestCheck?: boolean;
|
|
9586
|
-
/**
|
|
9587
|
-
* @public
|
|
9588
|
-
* <p>The status of the network interface.</p>
|
|
9589
|
-
*/
|
|
9590
|
-
Status?: NetworkInterfaceStatus;
|
|
9591
|
-
/**
|
|
9592
|
-
* @public
|
|
9593
|
-
* <p>The ID of the subnet.</p>
|
|
9594
|
-
*/
|
|
9595
|
-
SubnetId?: string;
|
|
9596
|
-
/**
|
|
9597
|
-
* @public
|
|
9598
|
-
* <p>Any tags assigned to the network interface.</p>
|
|
9599
|
-
*/
|
|
9600
|
-
TagSet?: Tag[];
|
|
9601
|
-
/**
|
|
9602
|
-
* @public
|
|
9603
|
-
* <p>The ID of the VPC.</p>
|
|
9604
|
-
*/
|
|
9605
|
-
VpcId?: string;
|
|
9606
|
-
/**
|
|
9607
|
-
* @public
|
|
9608
|
-
* <p>Indicates whether a network interface with an IPv6 address is unreachable from the
|
|
9609
|
-
* public internet. If the value is <code>true</code>, inbound traffic from the internet
|
|
9610
|
-
* is dropped and you cannot assign an elastic IP address to the network interface. The
|
|
9611
|
-
* network interface is reachable from peered VPCs and resources connected through a
|
|
9612
|
-
* transit gateway, including on-premises networks.</p>
|
|
9613
|
-
*/
|
|
9614
|
-
DenyAllIgwTraffic?: boolean;
|
|
9615
|
-
/**
|
|
9616
|
-
* @public
|
|
9617
|
-
* <p>Indicates whether this is an IPv6 only network interface.</p>
|
|
9618
|
-
*/
|
|
9619
|
-
Ipv6Native?: boolean;
|
|
9620
|
-
/**
|
|
9621
|
-
* @public
|
|
9622
|
-
* <p>The IPv6 globally unique address associated with the network interface.</p>
|
|
9623
|
-
*/
|
|
9624
|
-
Ipv6Address?: string;
|
|
9625
|
-
}
|
|
9626
|
-
/**
|
|
9627
|
-
* @public
|
|
9628
|
-
*/
|
|
9629
|
-
export interface CreateNetworkInterfaceResult {
|
|
9630
|
-
/**
|
|
9631
|
-
* @public
|
|
9632
|
-
* <p>Information about the network interface.</p>
|
|
9633
|
-
*/
|
|
9634
|
-
NetworkInterface?: NetworkInterface;
|
|
9635
|
-
/**
|
|
9636
|
-
* @public
|
|
9637
|
-
* <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
|
|
9638
|
-
*/
|
|
9639
|
-
ClientToken?: string;
|
|
9640
|
-
}
|
|
9641
|
-
/**
|
|
9642
|
-
* @public
|
|
9643
|
-
* @enum
|
|
9644
|
-
*/
|
|
9645
|
-
export declare const InterfacePermissionType: {
|
|
9646
|
-
readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
|
|
9647
|
-
readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
|
|
9648
|
-
};
|
|
9649
|
-
/**
|
|
9650
|
-
* @public
|
|
9651
|
-
*/
|
|
9652
|
-
export type InterfacePermissionType = (typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
9653
|
-
/**
|
|
9654
|
-
* @public
|
|
9655
|
-
* <p>Contains the parameters for CreateNetworkInterfacePermission.</p>
|
|
9656
|
-
*/
|
|
9657
|
-
export interface CreateNetworkInterfacePermissionRequest {
|
|
9658
|
-
/**
|
|
9659
|
-
* @public
|
|
9660
|
-
* <p>The ID of the network interface.</p>
|
|
9661
|
-
*/
|
|
9662
|
-
NetworkInterfaceId: string | undefined;
|
|
9663
|
-
/**
|
|
9664
|
-
* @public
|
|
9665
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
9666
|
-
*/
|
|
9667
|
-
AwsAccountId?: string;
|
|
9668
|
-
/**
|
|
9669
|
-
* @public
|
|
9670
|
-
* <p>The Amazon Web Service. Currently not supported.</p>
|
|
9671
|
-
*/
|
|
9672
|
-
AwsService?: string;
|
|
9673
|
-
/**
|
|
9674
|
-
* @public
|
|
9675
|
-
* <p>The type of permission to grant.</p>
|
|
9676
|
-
*/
|
|
9677
|
-
Permission: InterfacePermissionType | undefined;
|
|
9678
|
-
/**
|
|
9679
|
-
* @public
|
|
9680
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
9681
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
9682
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
9683
|
-
*/
|
|
9684
|
-
DryRun?: boolean;
|
|
9685
|
-
}
|
|
9686
|
-
/**
|
|
9687
|
-
* @public
|
|
9688
|
-
* @enum
|
|
9689
|
-
*/
|
|
9690
|
-
export declare const NetworkInterfacePermissionStateCode: {
|
|
9691
|
-
readonly granted: "granted";
|
|
9692
|
-
readonly pending: "pending";
|
|
9693
|
-
readonly revoked: "revoked";
|
|
9694
|
-
readonly revoking: "revoking";
|
|
9695
|
-
};
|
|
9696
|
-
/**
|
|
9697
|
-
* @public
|
|
9698
|
-
*/
|
|
9699
|
-
export type NetworkInterfacePermissionStateCode = (typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
9700
|
-
/**
|
|
9701
|
-
* @public
|
|
9702
|
-
* <p>Describes the state of a network interface permission.</p>
|
|
9703
|
-
*/
|
|
9704
|
-
export interface NetworkInterfacePermissionState {
|
|
9705
|
-
/**
|
|
9706
|
-
* @public
|
|
9707
|
-
* <p>The state of the permission.</p>
|
|
9708
|
-
*/
|
|
9709
|
-
State?: NetworkInterfacePermissionStateCode;
|
|
9710
|
-
/**
|
|
9711
|
-
* @public
|
|
9712
|
-
* <p>A status message, if applicable.</p>
|
|
9713
|
-
*/
|
|
9714
|
-
StatusMessage?: string;
|
|
9715
|
-
}
|
|
9716
|
-
/**
|
|
9717
|
-
* @public
|
|
9718
|
-
* <p>Describes a permission for a network interface.</p>
|
|
9719
|
-
*/
|
|
9720
|
-
export interface NetworkInterfacePermission {
|
|
9721
|
-
/**
|
|
9722
|
-
* @public
|
|
9723
|
-
* <p>The ID of the network interface permission.</p>
|
|
9724
|
-
*/
|
|
9725
|
-
NetworkInterfacePermissionId?: string;
|
|
9726
|
-
/**
|
|
9727
|
-
* @public
|
|
9728
|
-
* <p>The ID of the network interface.</p>
|
|
9729
|
-
*/
|
|
9730
|
-
NetworkInterfaceId?: string;
|
|
9731
|
-
/**
|
|
9732
|
-
* @public
|
|
9733
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
9734
|
-
*/
|
|
9735
|
-
AwsAccountId?: string;
|
|
9736
|
-
/**
|
|
9737
|
-
* @public
|
|
9738
|
-
* <p>The Amazon Web Service.</p>
|
|
9739
|
-
*/
|
|
9740
|
-
AwsService?: string;
|
|
9741
|
-
/**
|
|
9742
|
-
* @public
|
|
9743
|
-
* <p>The type of permission.</p>
|
|
9744
|
-
*/
|
|
9745
|
-
Permission?: InterfacePermissionType;
|
|
9746
|
-
/**
|
|
9747
|
-
* @public
|
|
9748
|
-
* <p>Information about the state of the permission.</p>
|
|
9749
|
-
*/
|
|
9750
|
-
PermissionState?: NetworkInterfacePermissionState;
|
|
9751
|
-
}
|
|
9752
|
-
/**
|
|
9753
|
-
* @public
|
|
9754
|
-
* <p>Contains the output of CreateNetworkInterfacePermission.</p>
|
|
9755
|
-
*/
|
|
9756
|
-
export interface CreateNetworkInterfacePermissionResult {
|
|
9757
|
-
/**
|
|
9758
|
-
* @public
|
|
9759
|
-
* <p>Information about the permission for the network interface.</p>
|
|
9760
|
-
*/
|
|
9761
|
-
InterfacePermission?: NetworkInterfacePermission;
|
|
9762
|
-
}
|
|
9763
9712
|
/**
|
|
9764
9713
|
* @internal
|
|
9765
9714
|
*/
|