@aws-sdk/client-ec2 3.452.0 → 3.454.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 +12 -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 -29
- package/dist-cjs/models/models_7.js +29 -3
- package/dist-cjs/protocols/Aws_ec2.js +814 -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 +10 -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 -27
- package/dist-es/models/models_7.js +26 -2
- package/dist-es/protocols/Aws_ec2.js +777 -0
- package/dist-types/EC2.d.ts +42 -0
- package/dist-types/EC2Client.d.ts +8 -2
- 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/AttachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -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/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +4 -2
- 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 +2 -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/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +2 -1
- 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 +2 -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/DescribeSpotFleetRequestsCommand.d.ts +5 -0
- package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +5 -0
- 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/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -5
- package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +2 -1
- package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +3 -2
- 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/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/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +5 -1
- 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/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -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 +113 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +374 -167
- package/dist-types/models/models_3.d.ts +243 -504
- package/dist-types/models/models_4.d.ts +1058 -1143
- package/dist-types/models/models_5.d.ts +4030 -3824
- package/dist-types/models/models_6.d.ts +4384 -4392
- package/dist-types/models/models_7.d.ts +826 -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 +2 -4
- 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 +2 -4
- 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 +2 -4
- 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/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/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/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 +33 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +101 -42
- package/dist-types/ts3.4/models/models_3.d.ts +65 -121
- package/dist-types/ts3.4/models/models_4.d.ts +141 -119
- package/dist-types/ts3.4/models/models_5.d.ts +197 -175
- package/dist-types/ts3.4/models/models_6.d.ts +202 -210
- package/dist-types/ts3.4/models/models_7.d.ts +206 -6
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -1,4 +1,70 @@
|
|
|
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
|
+
* @enum
|
|
5
|
+
*/
|
|
6
|
+
export declare const CarrierGatewayState: {
|
|
7
|
+
readonly available: "available";
|
|
8
|
+
readonly deleted: "deleted";
|
|
9
|
+
readonly deleting: "deleting";
|
|
10
|
+
readonly pending: "pending";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type CarrierGatewayState = (typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* <p>Describes a carrier gateway.</p>
|
|
19
|
+
*/
|
|
20
|
+
export interface CarrierGateway {
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
* <p>The ID of the carrier gateway.</p>
|
|
24
|
+
*/
|
|
25
|
+
CarrierGatewayId?: string;
|
|
26
|
+
/**
|
|
27
|
+
* @public
|
|
28
|
+
* <p>The ID of the VPC associated with the carrier gateway.</p>
|
|
29
|
+
*/
|
|
30
|
+
VpcId?: string;
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
* <p>The state of the carrier gateway.</p>
|
|
34
|
+
*/
|
|
35
|
+
State?: CarrierGatewayState;
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
* <p>The Amazon Web Services account ID of the owner of the carrier gateway.</p>
|
|
39
|
+
*/
|
|
40
|
+
OwnerId?: string;
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
* <p>The tags assigned to the carrier gateway.</p>
|
|
44
|
+
*/
|
|
45
|
+
Tags?: Tag[];
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface CreateCarrierGatewayResult {
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
* <p>Information about the carrier gateway.</p>
|
|
54
|
+
*/
|
|
55
|
+
CarrierGateway?: CarrierGateway;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
* <p>Describes the Active Directory to be used for client authentication.</p>
|
|
60
|
+
*/
|
|
61
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* <p>The ID of the Active Directory to be used for authentication.</p>
|
|
65
|
+
*/
|
|
66
|
+
DirectoryId?: string;
|
|
67
|
+
}
|
|
2
68
|
/**
|
|
3
69
|
* @public
|
|
4
70
|
* <p>The IAM SAML identity provider used for federated authentication.</p>
|
|
@@ -4357,6 +4423,18 @@ export interface CreateInternetGatewayResult {
|
|
|
4357
4423
|
*/
|
|
4358
4424
|
InternetGateway?: InternetGateway;
|
|
4359
4425
|
}
|
|
4426
|
+
/**
|
|
4427
|
+
* @public
|
|
4428
|
+
* @enum
|
|
4429
|
+
*/
|
|
4430
|
+
export declare const IpamTier: {
|
|
4431
|
+
readonly advanced: "advanced";
|
|
4432
|
+
readonly free: "free";
|
|
4433
|
+
};
|
|
4434
|
+
/**
|
|
4435
|
+
* @public
|
|
4436
|
+
*/
|
|
4437
|
+
export type IpamTier = (typeof IpamTier)[keyof typeof IpamTier];
|
|
4360
4438
|
/**
|
|
4361
4439
|
* @public
|
|
4362
4440
|
*/
|
|
@@ -4391,6 +4469,11 @@ export interface CreateIpamRequest {
|
|
|
4391
4469
|
* <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
4470
|
*/
|
|
4393
4471
|
ClientToken?: string;
|
|
4472
|
+
/**
|
|
4473
|
+
* @public
|
|
4474
|
+
* <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>
|
|
4475
|
+
*/
|
|
4476
|
+
Tier?: IpamTier;
|
|
4394
4477
|
}
|
|
4395
4478
|
/**
|
|
4396
4479
|
* @public
|
|
@@ -4504,6 +4587,16 @@ export interface Ipam {
|
|
|
4504
4587
|
* <p>The IPAM's resource discovery association count.</p>
|
|
4505
4588
|
*/
|
|
4506
4589
|
ResourceDiscoveryAssociationCount?: number;
|
|
4590
|
+
/**
|
|
4591
|
+
* @public
|
|
4592
|
+
* <p>The state message.</p>
|
|
4593
|
+
*/
|
|
4594
|
+
StateMessage?: string;
|
|
4595
|
+
/**
|
|
4596
|
+
* @public
|
|
4597
|
+
* <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>
|
|
4598
|
+
*/
|
|
4599
|
+
Tier?: IpamTier;
|
|
4507
4600
|
}
|
|
4508
4601
|
/**
|
|
4509
4602
|
* @public
|
|
@@ -4554,6 +4647,43 @@ export declare const IpamPoolPublicIpSource: {
|
|
|
4554
4647
|
* @public
|
|
4555
4648
|
*/
|
|
4556
4649
|
export type IpamPoolPublicIpSource = (typeof IpamPoolPublicIpSource)[keyof typeof IpamPoolPublicIpSource];
|
|
4650
|
+
/**
|
|
4651
|
+
* @public
|
|
4652
|
+
* @enum
|
|
4653
|
+
*/
|
|
4654
|
+
export declare const IpamPoolSourceResourceType: {
|
|
4655
|
+
readonly vpc: "vpc";
|
|
4656
|
+
};
|
|
4657
|
+
/**
|
|
4658
|
+
* @public
|
|
4659
|
+
*/
|
|
4660
|
+
export type IpamPoolSourceResourceType = (typeof IpamPoolSourceResourceType)[keyof typeof IpamPoolSourceResourceType];
|
|
4661
|
+
/**
|
|
4662
|
+
* @public
|
|
4663
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4664
|
+
*/
|
|
4665
|
+
export interface IpamPoolSourceResourceRequest {
|
|
4666
|
+
/**
|
|
4667
|
+
* @public
|
|
4668
|
+
* <p>The source resource ID.</p>
|
|
4669
|
+
*/
|
|
4670
|
+
ResourceId?: string;
|
|
4671
|
+
/**
|
|
4672
|
+
* @public
|
|
4673
|
+
* <p>The source resource type.</p>
|
|
4674
|
+
*/
|
|
4675
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
4676
|
+
/**
|
|
4677
|
+
* @public
|
|
4678
|
+
* <p>The source resource Region.</p>
|
|
4679
|
+
*/
|
|
4680
|
+
ResourceRegion?: string;
|
|
4681
|
+
/**
|
|
4682
|
+
* @public
|
|
4683
|
+
* <p>The source resource owner.</p>
|
|
4684
|
+
*/
|
|
4685
|
+
ResourceOwner?: string;
|
|
4686
|
+
}
|
|
4557
4687
|
/**
|
|
4558
4688
|
* @public
|
|
4559
4689
|
*/
|
|
@@ -4653,6 +4783,11 @@ export interface CreateIpamPoolRequest {
|
|
|
4653
4783
|
* 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
4784
|
*/
|
|
4655
4785
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
4786
|
+
/**
|
|
4787
|
+
* @public
|
|
4788
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4789
|
+
*/
|
|
4790
|
+
SourceResource?: IpamPoolSourceResourceRequest;
|
|
4656
4791
|
}
|
|
4657
4792
|
/**
|
|
4658
4793
|
* @public
|
|
@@ -4683,6 +4818,32 @@ export declare const IpamScopeType: {
|
|
|
4683
4818
|
* @public
|
|
4684
4819
|
*/
|
|
4685
4820
|
export type IpamScopeType = (typeof IpamScopeType)[keyof typeof IpamScopeType];
|
|
4821
|
+
/**
|
|
4822
|
+
* @public
|
|
4823
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
4824
|
+
*/
|
|
4825
|
+
export interface IpamPoolSourceResource {
|
|
4826
|
+
/**
|
|
4827
|
+
* @public
|
|
4828
|
+
* <p>The source resource ID.</p>
|
|
4829
|
+
*/
|
|
4830
|
+
ResourceId?: string;
|
|
4831
|
+
/**
|
|
4832
|
+
* @public
|
|
4833
|
+
* <p>The source resource type.</p>
|
|
4834
|
+
*/
|
|
4835
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
4836
|
+
/**
|
|
4837
|
+
* @public
|
|
4838
|
+
* <p>The source resource Region.</p>
|
|
4839
|
+
*/
|
|
4840
|
+
ResourceRegion?: string;
|
|
4841
|
+
/**
|
|
4842
|
+
* @public
|
|
4843
|
+
* <p>The source resource owner.</p>
|
|
4844
|
+
*/
|
|
4845
|
+
ResourceOwner?: string;
|
|
4846
|
+
}
|
|
4686
4847
|
/**
|
|
4687
4848
|
* @public
|
|
4688
4849
|
* @enum
|
|
@@ -4768,7 +4929,7 @@ export interface IpamPool {
|
|
|
4768
4929
|
State?: IpamPoolState;
|
|
4769
4930
|
/**
|
|
4770
4931
|
* @public
|
|
4771
|
-
* <p>
|
|
4932
|
+
* <p>The state message.</p>
|
|
4772
4933
|
*/
|
|
4773
4934
|
StateMessage?: string;
|
|
4774
4935
|
/**
|
|
@@ -4836,6 +4997,11 @@ export interface IpamPool {
|
|
|
4836
4997
|
* 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
4998
|
*/
|
|
4838
4999
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
5000
|
+
/**
|
|
5001
|
+
* @public
|
|
5002
|
+
* <p>The resource used to provision CIDRs to a resource planning pool.</p>
|
|
5003
|
+
*/
|
|
5004
|
+
SourceResource?: IpamPoolSourceResource;
|
|
4839
5005
|
}
|
|
4840
5006
|
/**
|
|
4841
5007
|
* @public
|
|
@@ -5836,6 +6002,34 @@ export interface LaunchTemplatesMonitoringRequest {
|
|
|
5836
6002
|
*/
|
|
5837
6003
|
Enabled?: boolean;
|
|
5838
6004
|
}
|
|
6005
|
+
/**
|
|
6006
|
+
* @public
|
|
6007
|
+
* <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>
|
|
6008
|
+
*/
|
|
6009
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
6010
|
+
/**
|
|
6011
|
+
* @public
|
|
6012
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
6013
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
6014
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
6015
|
+
*/
|
|
6016
|
+
TcpEstablishedTimeout?: number;
|
|
6017
|
+
/**
|
|
6018
|
+
* @public
|
|
6019
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
6020
|
+
* flows classified as streams which have seen more than one request-response
|
|
6021
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
6022
|
+
* seconds.</p>
|
|
6023
|
+
*/
|
|
6024
|
+
UdpStreamTimeout?: number;
|
|
6025
|
+
/**
|
|
6026
|
+
* @public
|
|
6027
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
6028
|
+
* have seen traffic only in a single direction or a single request-response
|
|
6029
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
6030
|
+
*/
|
|
6031
|
+
UdpTimeout?: number;
|
|
6032
|
+
}
|
|
5839
6033
|
/**
|
|
5840
6034
|
* @public
|
|
5841
6035
|
* <p>Configures ENA Express for UDP network traffic from your launch template.</p>
|
|
@@ -6051,6 +6245,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
6051
6245
|
* <p>Configure ENA Express settings for your launch template.</p>
|
|
6052
6246
|
*/
|
|
6053
6247
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
6248
|
+
/**
|
|
6249
|
+
* @public
|
|
6250
|
+
* <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>
|
|
6251
|
+
*/
|
|
6252
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
6054
6253
|
}
|
|
6055
6254
|
/**
|
|
6056
6255
|
* @public
|
|
@@ -7068,6 +7267,34 @@ export interface LaunchTemplatesMonitoring {
|
|
|
7068
7267
|
*/
|
|
7069
7268
|
Enabled?: boolean;
|
|
7070
7269
|
}
|
|
7270
|
+
/**
|
|
7271
|
+
* @public
|
|
7272
|
+
* <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>
|
|
7273
|
+
*/
|
|
7274
|
+
export interface ConnectionTrackingSpecification {
|
|
7275
|
+
/**
|
|
7276
|
+
* @public
|
|
7277
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
7278
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
7279
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
7280
|
+
*/
|
|
7281
|
+
TcpEstablishedTimeout?: number;
|
|
7282
|
+
/**
|
|
7283
|
+
* @public
|
|
7284
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
7285
|
+
* have seen traffic only in a single direction or a single request-response
|
|
7286
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
7287
|
+
*/
|
|
7288
|
+
UdpTimeout?: number;
|
|
7289
|
+
/**
|
|
7290
|
+
* @public
|
|
7291
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
7292
|
+
* flows classified as streams which have seen more than one request-response
|
|
7293
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
7294
|
+
* seconds.</p>
|
|
7295
|
+
*/
|
|
7296
|
+
UdpStreamTimeout?: number;
|
|
7297
|
+
}
|
|
7071
7298
|
/**
|
|
7072
7299
|
* @public
|
|
7073
7300
|
* <p>ENA Express is compatible with both TCP and UDP transport protocols. When it's enabled, TCP traffic
|
|
@@ -7267,6 +7494,11 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
7267
7494
|
* <p>Contains the ENA Express settings for instances launched from your launch template.</p>
|
|
7268
7495
|
*/
|
|
7269
7496
|
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
7497
|
+
/**
|
|
7498
|
+
* @public
|
|
7499
|
+
* <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>
|
|
7500
|
+
*/
|
|
7501
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecification;
|
|
7270
7502
|
}
|
|
7271
7503
|
/**
|
|
7272
7504
|
* @public
|
|
@@ -9236,6 +9468,11 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
9236
9468
|
* address.</p>
|
|
9237
9469
|
*/
|
|
9238
9470
|
EnablePrimaryIpv6?: boolean;
|
|
9471
|
+
/**
|
|
9472
|
+
* @public
|
|
9473
|
+
* <p>A connection tracking specification for the network interface.</p>
|
|
9474
|
+
*/
|
|
9475
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
9239
9476
|
}
|
|
9240
9477
|
/**
|
|
9241
9478
|
* @public
|
|
@@ -9372,6 +9609,34 @@ export interface NetworkInterfaceAttachment {
|
|
|
9372
9609
|
*/
|
|
9373
9610
|
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
9374
9611
|
}
|
|
9612
|
+
/**
|
|
9613
|
+
* @public
|
|
9614
|
+
* <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>
|
|
9615
|
+
*/
|
|
9616
|
+
export interface ConnectionTrackingConfiguration {
|
|
9617
|
+
/**
|
|
9618
|
+
* @public
|
|
9619
|
+
* <p>Timeout (in seconds) for idle TCP
|
|
9620
|
+
* connections in an established state. Min: 60 seconds. Max: 432000 seconds (5
|
|
9621
|
+
* days). Default: 432000 seconds. Recommended: Less than 432000 seconds.</p>
|
|
9622
|
+
*/
|
|
9623
|
+
TcpEstablishedTimeout?: number;
|
|
9624
|
+
/**
|
|
9625
|
+
* @public
|
|
9626
|
+
* <p>Timeout (in seconds) for idle UDP
|
|
9627
|
+
* flows classified as streams which have seen more than one request-response
|
|
9628
|
+
* transaction. Min: 60 seconds. Max: 180 seconds (3 minutes). Default: 180
|
|
9629
|
+
* seconds.</p>
|
|
9630
|
+
*/
|
|
9631
|
+
UdpStreamTimeout?: number;
|
|
9632
|
+
/**
|
|
9633
|
+
* @public
|
|
9634
|
+
* <p>Timeout (in seconds) for idle UDP flows that
|
|
9635
|
+
* have seen traffic only in a single direction or a single request-response
|
|
9636
|
+
* transaction. Min: 30 seconds. Max: 60 seconds. Default: 30 seconds.</p>
|
|
9637
|
+
*/
|
|
9638
|
+
UdpTimeout?: number;
|
|
9639
|
+
}
|
|
9375
9640
|
/**
|
|
9376
9641
|
* @public
|
|
9377
9642
|
* <p>Describes a security group.</p>
|
|
@@ -9431,335 +9696,6 @@ export interface NetworkInterfaceIpv6Address {
|
|
|
9431
9696
|
*/
|
|
9432
9697
|
IsPrimaryIpv6?: boolean;
|
|
9433
9698
|
}
|
|
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
9699
|
/**
|
|
9764
9700
|
* @internal
|
|
9765
9701
|
*/
|