@aws-sdk/client-ec2 3.453.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 +11 -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 +794 -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 +9 -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 +757 -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/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/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/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/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/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 +105 -75
- package/dist-types/models/models_1.d.ts +267 -331
- package/dist-types/models/models_2.d.ts +367 -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 +4392 -4321
- package/dist-types/models/models_7.d.ts +729 -4
- 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 +31 -22
- package/dist-types/ts3.4/models/models_1.d.ts +66 -88
- package/dist-types/ts3.4/models/models_2.d.ts +100 -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 +198 -186
- package/dist-types/ts3.4/models/models_7.d.ts +184 -5
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +2 -2
|
@@ -19,6 +19,7 @@ export * from "./AssociateDhcpOptionsCommand";
|
|
|
19
19
|
export * from "./AssociateEnclaveCertificateIamRoleCommand";
|
|
20
20
|
export * from "./AssociateIamInstanceProfileCommand";
|
|
21
21
|
export * from "./AssociateInstanceEventWindowCommand";
|
|
22
|
+
export * from "./AssociateIpamByoasnCommand";
|
|
22
23
|
export * from "./AssociateIpamResourceDiscoveryCommand";
|
|
23
24
|
export * from "./AssociateNatGatewayAddressCommand";
|
|
24
25
|
export * from "./AssociateRouteTableCommand";
|
|
@@ -209,6 +210,7 @@ export * from "./DeleteVpnConnectionCommand";
|
|
|
209
210
|
export * from "./DeleteVpnConnectionRouteCommand";
|
|
210
211
|
export * from "./DeleteVpnGatewayCommand";
|
|
211
212
|
export * from "./DeprovisionByoipCidrCommand";
|
|
213
|
+
export * from "./DeprovisionIpamByoasnCommand";
|
|
212
214
|
export * from "./DeprovisionIpamPoolCidrCommand";
|
|
213
215
|
export * from "./DeprovisionPublicIpv4PoolCidrCommand";
|
|
214
216
|
export * from "./DeregisterImageCommand";
|
|
@@ -271,6 +273,7 @@ export * from "./DescribeInstanceTypeOfferingsCommand";
|
|
|
271
273
|
export * from "./DescribeInstanceTypesCommand";
|
|
272
274
|
export * from "./DescribeInstancesCommand";
|
|
273
275
|
export * from "./DescribeInternetGatewaysCommand";
|
|
276
|
+
export * from "./DescribeIpamByoasnCommand";
|
|
274
277
|
export * from "./DescribeIpamPoolsCommand";
|
|
275
278
|
export * from "./DescribeIpamResourceDiscoveriesCommand";
|
|
276
279
|
export * from "./DescribeIpamResourceDiscoveryAssociationsCommand";
|
|
@@ -389,6 +392,7 @@ export * from "./DisassociateClientVpnTargetNetworkCommand";
|
|
|
389
392
|
export * from "./DisassociateEnclaveCertificateIamRoleCommand";
|
|
390
393
|
export * from "./DisassociateIamInstanceProfileCommand";
|
|
391
394
|
export * from "./DisassociateInstanceEventWindowCommand";
|
|
395
|
+
export * from "./DisassociateIpamByoasnCommand";
|
|
392
396
|
export * from "./DisassociateIpamResourceDiscoveryCommand";
|
|
393
397
|
export * from "./DisassociateNatGatewayAddressCommand";
|
|
394
398
|
export * from "./DisassociateRouteTableCommand";
|
|
@@ -437,6 +441,7 @@ export * from "./GetInstanceTypesFromInstanceRequirementsCommand";
|
|
|
437
441
|
export * from "./GetInstanceUefiDataCommand";
|
|
438
442
|
export * from "./GetIpamAddressHistoryCommand";
|
|
439
443
|
export * from "./GetIpamDiscoveredAccountsCommand";
|
|
444
|
+
export * from "./GetIpamDiscoveredPublicAddressesCommand";
|
|
440
445
|
export * from "./GetIpamDiscoveredResourceCidrsCommand";
|
|
441
446
|
export * from "./GetIpamPoolAllocationsCommand";
|
|
442
447
|
export * from "./GetIpamPoolCidrsCommand";
|
|
@@ -542,6 +547,7 @@ export * from "./MonitorInstancesCommand";
|
|
|
542
547
|
export * from "./MoveAddressToVpcCommand";
|
|
543
548
|
export * from "./MoveByoipCidrToIpamCommand";
|
|
544
549
|
export * from "./ProvisionByoipCidrCommand";
|
|
550
|
+
export * from "./ProvisionIpamByoasnCommand";
|
|
545
551
|
export * from "./ProvisionIpamPoolCidrCommand";
|
|
546
552
|
export * from "./ProvisionPublicIpv4PoolCidrCommand";
|
|
547
553
|
export * from "./PurchaseCapacityBlockCommand";
|
|
@@ -725,8 +725,25 @@ export declare const AddressFamily: {
|
|
|
725
725
|
export type AddressFamily = (typeof AddressFamily)[keyof typeof AddressFamily];
|
|
726
726
|
export interface AdvertiseByoipCidrRequest {
|
|
727
727
|
Cidr: string | undefined;
|
|
728
|
+
Asn?: string;
|
|
728
729
|
DryRun?: boolean;
|
|
729
730
|
}
|
|
731
|
+
export declare const AsnAssociationState: {
|
|
732
|
+
readonly associated: "associated";
|
|
733
|
+
readonly disassociated: "disassociated";
|
|
734
|
+
readonly failed_association: "failed-association";
|
|
735
|
+
readonly failed_disassociation: "failed-disassociation";
|
|
736
|
+
readonly pending_association: "pending-association";
|
|
737
|
+
readonly pending_disassociation: "pending-disassociation";
|
|
738
|
+
};
|
|
739
|
+
export type AsnAssociationState =
|
|
740
|
+
(typeof AsnAssociationState)[keyof typeof AsnAssociationState];
|
|
741
|
+
export interface AsnAssociation {
|
|
742
|
+
Asn?: string;
|
|
743
|
+
Cidr?: string;
|
|
744
|
+
StatusMessage?: string;
|
|
745
|
+
State?: AsnAssociationState;
|
|
746
|
+
}
|
|
730
747
|
export declare const ByoipCidrState: {
|
|
731
748
|
readonly advertised: "advertised";
|
|
732
749
|
readonly deprovisioned: "deprovisioned";
|
|
@@ -742,6 +759,7 @@ export type ByoipCidrState =
|
|
|
742
759
|
export interface ByoipCidr {
|
|
743
760
|
Cidr?: string;
|
|
744
761
|
Description?: string;
|
|
762
|
+
AsnAssociations?: AsnAssociation[];
|
|
745
763
|
StatusMessage?: string;
|
|
746
764
|
State?: ByoipCidrState;
|
|
747
765
|
}
|
|
@@ -812,12 +830,14 @@ export interface AllocateIpamPoolCidrRequest {
|
|
|
812
830
|
ClientToken?: string;
|
|
813
831
|
Description?: string;
|
|
814
832
|
PreviewNextCidr?: boolean;
|
|
833
|
+
AllowedCidrs?: string[];
|
|
815
834
|
DisallowedCidrs?: string[];
|
|
816
835
|
}
|
|
817
836
|
export declare const IpamPoolAllocationResourceType: {
|
|
818
837
|
readonly custom: "custom";
|
|
819
838
|
readonly ec2_public_ipv4_pool: "ec2-public-ipv4-pool";
|
|
820
839
|
readonly ipam_pool: "ipam-pool";
|
|
840
|
+
readonly subnet: "subnet";
|
|
821
841
|
readonly vpc: "vpc";
|
|
822
842
|
};
|
|
823
843
|
export type IpamPoolAllocationResourceType =
|
|
@@ -1076,6 +1096,14 @@ export interface InstanceEventWindow {
|
|
|
1076
1096
|
export interface AssociateInstanceEventWindowResult {
|
|
1077
1097
|
InstanceEventWindow?: InstanceEventWindow;
|
|
1078
1098
|
}
|
|
1099
|
+
export interface AssociateIpamByoasnRequest {
|
|
1100
|
+
DryRun?: boolean;
|
|
1101
|
+
Asn: string | undefined;
|
|
1102
|
+
Cidr: string | undefined;
|
|
1103
|
+
}
|
|
1104
|
+
export interface AssociateIpamByoasnResult {
|
|
1105
|
+
AsnAssociation?: AsnAssociation;
|
|
1106
|
+
}
|
|
1079
1107
|
export interface AssociateIpamResourceDiscoveryRequest {
|
|
1080
1108
|
DryRun?: boolean;
|
|
1081
1109
|
IpamId: string | undefined;
|
|
@@ -1152,8 +1180,10 @@ export interface AssociateRouteTableResult {
|
|
|
1152
1180
|
AssociationState?: RouteTableAssociationState;
|
|
1153
1181
|
}
|
|
1154
1182
|
export interface AssociateSubnetCidrBlockRequest {
|
|
1155
|
-
Ipv6CidrBlock
|
|
1183
|
+
Ipv6CidrBlock?: string;
|
|
1156
1184
|
SubnetId: string | undefined;
|
|
1185
|
+
Ipv6IpamPoolId?: string;
|
|
1186
|
+
Ipv6NetmaskLength?: number;
|
|
1157
1187
|
}
|
|
1158
1188
|
export declare const SubnetCidrBlockStateCode: {
|
|
1159
1189
|
readonly associated: "associated";
|
|
@@ -2777,27 +2807,6 @@ export interface CreateCarrierGatewayRequest {
|
|
|
2777
2807
|
DryRun?: boolean;
|
|
2778
2808
|
ClientToken?: string;
|
|
2779
2809
|
}
|
|
2780
|
-
export declare const CarrierGatewayState: {
|
|
2781
|
-
readonly available: "available";
|
|
2782
|
-
readonly deleted: "deleted";
|
|
2783
|
-
readonly deleting: "deleting";
|
|
2784
|
-
readonly pending: "pending";
|
|
2785
|
-
};
|
|
2786
|
-
export type CarrierGatewayState =
|
|
2787
|
-
(typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
|
|
2788
|
-
export interface CarrierGateway {
|
|
2789
|
-
CarrierGatewayId?: string;
|
|
2790
|
-
VpcId?: string;
|
|
2791
|
-
State?: CarrierGatewayState;
|
|
2792
|
-
OwnerId?: string;
|
|
2793
|
-
Tags?: Tag[];
|
|
2794
|
-
}
|
|
2795
|
-
export interface CreateCarrierGatewayResult {
|
|
2796
|
-
CarrierGateway?: CarrierGateway;
|
|
2797
|
-
}
|
|
2798
|
-
export interface DirectoryServiceAuthenticationRequest {
|
|
2799
|
-
DirectoryId?: string;
|
|
2800
|
-
}
|
|
2801
2810
|
export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
|
|
2802
2811
|
export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
|
|
2803
2812
|
obj: VerifiedAccessTrustProvider
|
|
@@ -13,9 +13,7 @@ import {
|
|
|
13
13
|
AddPrefixListEntry,
|
|
14
14
|
AddressFamily,
|
|
15
15
|
AttachmentStatus,
|
|
16
|
-
DirectoryServiceAuthenticationRequest,
|
|
17
16
|
InstanceEventWindow,
|
|
18
|
-
Ipv4PrefixSpecification,
|
|
19
17
|
NatGatewayAddress,
|
|
20
18
|
PortRange,
|
|
21
19
|
Protocol,
|
|
@@ -28,6 +26,27 @@ import {
|
|
|
28
26
|
VpcIpv6CidrBlockAssociation,
|
|
29
27
|
WeekDay,
|
|
30
28
|
} from "./models_0";
|
|
29
|
+
export declare const CarrierGatewayState: {
|
|
30
|
+
readonly available: "available";
|
|
31
|
+
readonly deleted: "deleted";
|
|
32
|
+
readonly deleting: "deleting";
|
|
33
|
+
readonly pending: "pending";
|
|
34
|
+
};
|
|
35
|
+
export type CarrierGatewayState =
|
|
36
|
+
(typeof CarrierGatewayState)[keyof typeof CarrierGatewayState];
|
|
37
|
+
export interface CarrierGateway {
|
|
38
|
+
CarrierGatewayId?: string;
|
|
39
|
+
VpcId?: string;
|
|
40
|
+
State?: CarrierGatewayState;
|
|
41
|
+
OwnerId?: string;
|
|
42
|
+
Tags?: Tag[];
|
|
43
|
+
}
|
|
44
|
+
export interface CreateCarrierGatewayResult {
|
|
45
|
+
CarrierGateway?: CarrierGateway;
|
|
46
|
+
}
|
|
47
|
+
export interface DirectoryServiceAuthenticationRequest {
|
|
48
|
+
DirectoryId?: string;
|
|
49
|
+
}
|
|
31
50
|
export interface FederatedAuthenticationRequest {
|
|
32
51
|
SAMLProviderArn?: string;
|
|
33
52
|
SelfServiceSAMLProviderArn?: string;
|
|
@@ -884,12 +903,18 @@ export interface InternetGateway {
|
|
|
884
903
|
export interface CreateInternetGatewayResult {
|
|
885
904
|
InternetGateway?: InternetGateway;
|
|
886
905
|
}
|
|
906
|
+
export declare const IpamTier: {
|
|
907
|
+
readonly advanced: "advanced";
|
|
908
|
+
readonly free: "free";
|
|
909
|
+
};
|
|
910
|
+
export type IpamTier = (typeof IpamTier)[keyof typeof IpamTier];
|
|
887
911
|
export interface CreateIpamRequest {
|
|
888
912
|
DryRun?: boolean;
|
|
889
913
|
Description?: string;
|
|
890
914
|
OperatingRegions?: AddIpamOperatingRegion[];
|
|
891
915
|
TagSpecifications?: TagSpecification[];
|
|
892
916
|
ClientToken?: string;
|
|
917
|
+
Tier?: IpamTier;
|
|
893
918
|
}
|
|
894
919
|
export interface IpamOperatingRegion {
|
|
895
920
|
RegionName?: string;
|
|
@@ -924,6 +949,8 @@ export interface Ipam {
|
|
|
924
949
|
DefaultResourceDiscoveryId?: string;
|
|
925
950
|
DefaultResourceDiscoveryAssociationId?: string;
|
|
926
951
|
ResourceDiscoveryAssociationCount?: number;
|
|
952
|
+
StateMessage?: string;
|
|
953
|
+
Tier?: IpamTier;
|
|
927
954
|
}
|
|
928
955
|
export interface CreateIpamResult {
|
|
929
956
|
Ipam?: Ipam;
|
|
@@ -943,6 +970,17 @@ export declare const IpamPoolPublicIpSource: {
|
|
|
943
970
|
};
|
|
944
971
|
export type IpamPoolPublicIpSource =
|
|
945
972
|
(typeof IpamPoolPublicIpSource)[keyof typeof IpamPoolPublicIpSource];
|
|
973
|
+
export declare const IpamPoolSourceResourceType: {
|
|
974
|
+
readonly vpc: "vpc";
|
|
975
|
+
};
|
|
976
|
+
export type IpamPoolSourceResourceType =
|
|
977
|
+
(typeof IpamPoolSourceResourceType)[keyof typeof IpamPoolSourceResourceType];
|
|
978
|
+
export interface IpamPoolSourceResourceRequest {
|
|
979
|
+
ResourceId?: string;
|
|
980
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
981
|
+
ResourceRegion?: string;
|
|
982
|
+
ResourceOwner?: string;
|
|
983
|
+
}
|
|
946
984
|
export interface CreateIpamPoolRequest {
|
|
947
985
|
DryRun?: boolean;
|
|
948
986
|
IpamScopeId: string | undefined;
|
|
@@ -960,6 +998,7 @@ export interface CreateIpamPoolRequest {
|
|
|
960
998
|
ClientToken?: string;
|
|
961
999
|
AwsService?: IpamPoolAwsService;
|
|
962
1000
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
1001
|
+
SourceResource?: IpamPoolSourceResourceRequest;
|
|
963
1002
|
}
|
|
964
1003
|
export interface IpamResourceTag {
|
|
965
1004
|
Key?: string;
|
|
@@ -970,6 +1009,12 @@ export declare const IpamScopeType: {
|
|
|
970
1009
|
readonly public: "public";
|
|
971
1010
|
};
|
|
972
1011
|
export type IpamScopeType = (typeof IpamScopeType)[keyof typeof IpamScopeType];
|
|
1012
|
+
export interface IpamPoolSourceResource {
|
|
1013
|
+
ResourceId?: string;
|
|
1014
|
+
ResourceType?: IpamPoolSourceResourceType;
|
|
1015
|
+
ResourceRegion?: string;
|
|
1016
|
+
ResourceOwner?: string;
|
|
1017
|
+
}
|
|
973
1018
|
export declare const IpamPoolState: {
|
|
974
1019
|
readonly create_complete: "create-complete";
|
|
975
1020
|
readonly create_failed: "create-failed";
|
|
@@ -1009,6 +1054,7 @@ export interface IpamPool {
|
|
|
1009
1054
|
Tags?: Tag[];
|
|
1010
1055
|
AwsService?: IpamPoolAwsService;
|
|
1011
1056
|
PublicIpSource?: IpamPoolPublicIpSource;
|
|
1057
|
+
SourceResource?: IpamPoolSourceResource;
|
|
1012
1058
|
}
|
|
1013
1059
|
export interface CreateIpamPoolResult {
|
|
1014
1060
|
IpamPool?: IpamPool;
|
|
@@ -1255,6 +1301,11 @@ export interface LaunchTemplateInstanceMetadataOptionsRequest {
|
|
|
1255
1301
|
export interface LaunchTemplatesMonitoringRequest {
|
|
1256
1302
|
Enabled?: boolean;
|
|
1257
1303
|
}
|
|
1304
|
+
export interface ConnectionTrackingSpecificationRequest {
|
|
1305
|
+
TcpEstablishedTimeout?: number;
|
|
1306
|
+
UdpStreamTimeout?: number;
|
|
1307
|
+
UdpTimeout?: number;
|
|
1308
|
+
}
|
|
1258
1309
|
export interface EnaSrdUdpSpecificationRequest {
|
|
1259
1310
|
EnaSrdUdpEnabled?: boolean;
|
|
1260
1311
|
}
|
|
@@ -1297,6 +1348,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecificationRequest {
|
|
|
1297
1348
|
Ipv6PrefixCount?: number;
|
|
1298
1349
|
PrimaryIpv6?: boolean;
|
|
1299
1350
|
EnaSrdSpecification?: EnaSrdSpecificationRequest;
|
|
1351
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
1300
1352
|
}
|
|
1301
1353
|
export interface LaunchTemplatePlacementRequest {
|
|
1302
1354
|
AvailabilityZone?: string;
|
|
@@ -1472,6 +1524,11 @@ export interface LaunchTemplateInstanceMetadataOptions {
|
|
|
1472
1524
|
export interface LaunchTemplatesMonitoring {
|
|
1473
1525
|
Enabled?: boolean;
|
|
1474
1526
|
}
|
|
1527
|
+
export interface ConnectionTrackingSpecification {
|
|
1528
|
+
TcpEstablishedTimeout?: number;
|
|
1529
|
+
UdpTimeout?: number;
|
|
1530
|
+
UdpStreamTimeout?: number;
|
|
1531
|
+
}
|
|
1475
1532
|
export interface LaunchTemplateEnaSrdUdpSpecification {
|
|
1476
1533
|
EnaSrdUdpEnabled?: boolean;
|
|
1477
1534
|
}
|
|
@@ -1511,6 +1568,7 @@ export interface LaunchTemplateInstanceNetworkInterfaceSpecification {
|
|
|
1511
1568
|
Ipv6PrefixCount?: number;
|
|
1512
1569
|
PrimaryIpv6?: boolean;
|
|
1513
1570
|
EnaSrdSpecification?: LaunchTemplateEnaSrdSpecification;
|
|
1571
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecification;
|
|
1514
1572
|
}
|
|
1515
1573
|
export interface LaunchTemplatePlacement {
|
|
1516
1574
|
AvailabilityZone?: string;
|
|
@@ -1931,6 +1989,7 @@ export interface CreateNetworkInterfaceRequest {
|
|
|
1931
1989
|
TagSpecifications?: TagSpecification[];
|
|
1932
1990
|
ClientToken?: string;
|
|
1933
1991
|
EnablePrimaryIpv6?: boolean;
|
|
1992
|
+
ConnectionTrackingSpecification?: ConnectionTrackingSpecificationRequest;
|
|
1934
1993
|
}
|
|
1935
1994
|
export interface NetworkInterfaceAssociation {
|
|
1936
1995
|
AllocationId?: string;
|
|
@@ -1959,6 +2018,11 @@ export interface NetworkInterfaceAttachment {
|
|
|
1959
2018
|
Status?: AttachmentStatus;
|
|
1960
2019
|
EnaSrdSpecification?: AttachmentEnaSrdSpecification;
|
|
1961
2020
|
}
|
|
2021
|
+
export interface ConnectionTrackingConfiguration {
|
|
2022
|
+
TcpEstablishedTimeout?: number;
|
|
2023
|
+
UdpStreamTimeout?: number;
|
|
2024
|
+
UdpTimeout?: number;
|
|
2025
|
+
}
|
|
1962
2026
|
export interface GroupIdentifier {
|
|
1963
2027
|
GroupName?: string;
|
|
1964
2028
|
GroupId?: string;
|
|
@@ -1988,92 +2052,6 @@ export interface NetworkInterfaceIpv6Address {
|
|
|
1988
2052
|
Ipv6Address?: string;
|
|
1989
2053
|
IsPrimaryIpv6?: boolean;
|
|
1990
2054
|
}
|
|
1991
|
-
export interface Ipv6PrefixSpecification {
|
|
1992
|
-
Ipv6Prefix?: string;
|
|
1993
|
-
}
|
|
1994
|
-
export interface NetworkInterfacePrivateIpAddress {
|
|
1995
|
-
Association?: NetworkInterfaceAssociation;
|
|
1996
|
-
Primary?: boolean;
|
|
1997
|
-
PrivateDnsName?: string;
|
|
1998
|
-
PrivateIpAddress?: string;
|
|
1999
|
-
}
|
|
2000
|
-
export declare const NetworkInterfaceStatus: {
|
|
2001
|
-
readonly associated: "associated";
|
|
2002
|
-
readonly attaching: "attaching";
|
|
2003
|
-
readonly available: "available";
|
|
2004
|
-
readonly detaching: "detaching";
|
|
2005
|
-
readonly in_use: "in-use";
|
|
2006
|
-
};
|
|
2007
|
-
export type NetworkInterfaceStatus =
|
|
2008
|
-
(typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
2009
|
-
export interface NetworkInterface {
|
|
2010
|
-
Association?: NetworkInterfaceAssociation;
|
|
2011
|
-
Attachment?: NetworkInterfaceAttachment;
|
|
2012
|
-
AvailabilityZone?: string;
|
|
2013
|
-
Description?: string;
|
|
2014
|
-
Groups?: GroupIdentifier[];
|
|
2015
|
-
InterfaceType?: NetworkInterfaceType;
|
|
2016
|
-
Ipv6Addresses?: NetworkInterfaceIpv6Address[];
|
|
2017
|
-
MacAddress?: string;
|
|
2018
|
-
NetworkInterfaceId?: string;
|
|
2019
|
-
OutpostArn?: string;
|
|
2020
|
-
OwnerId?: string;
|
|
2021
|
-
PrivateDnsName?: string;
|
|
2022
|
-
PrivateIpAddress?: string;
|
|
2023
|
-
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
|
|
2024
|
-
Ipv4Prefixes?: Ipv4PrefixSpecification[];
|
|
2025
|
-
Ipv6Prefixes?: Ipv6PrefixSpecification[];
|
|
2026
|
-
RequesterId?: string;
|
|
2027
|
-
RequesterManaged?: boolean;
|
|
2028
|
-
SourceDestCheck?: boolean;
|
|
2029
|
-
Status?: NetworkInterfaceStatus;
|
|
2030
|
-
SubnetId?: string;
|
|
2031
|
-
TagSet?: Tag[];
|
|
2032
|
-
VpcId?: string;
|
|
2033
|
-
DenyAllIgwTraffic?: boolean;
|
|
2034
|
-
Ipv6Native?: boolean;
|
|
2035
|
-
Ipv6Address?: string;
|
|
2036
|
-
}
|
|
2037
|
-
export interface CreateNetworkInterfaceResult {
|
|
2038
|
-
NetworkInterface?: NetworkInterface;
|
|
2039
|
-
ClientToken?: string;
|
|
2040
|
-
}
|
|
2041
|
-
export declare const InterfacePermissionType: {
|
|
2042
|
-
readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
|
|
2043
|
-
readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
|
|
2044
|
-
};
|
|
2045
|
-
export type InterfacePermissionType =
|
|
2046
|
-
(typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
2047
|
-
export interface CreateNetworkInterfacePermissionRequest {
|
|
2048
|
-
NetworkInterfaceId: string | undefined;
|
|
2049
|
-
AwsAccountId?: string;
|
|
2050
|
-
AwsService?: string;
|
|
2051
|
-
Permission: InterfacePermissionType | undefined;
|
|
2052
|
-
DryRun?: boolean;
|
|
2053
|
-
}
|
|
2054
|
-
export declare const NetworkInterfacePermissionStateCode: {
|
|
2055
|
-
readonly granted: "granted";
|
|
2056
|
-
readonly pending: "pending";
|
|
2057
|
-
readonly revoked: "revoked";
|
|
2058
|
-
readonly revoking: "revoking";
|
|
2059
|
-
};
|
|
2060
|
-
export type NetworkInterfacePermissionStateCode =
|
|
2061
|
-
(typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
2062
|
-
export interface NetworkInterfacePermissionState {
|
|
2063
|
-
State?: NetworkInterfacePermissionStateCode;
|
|
2064
|
-
StatusMessage?: string;
|
|
2065
|
-
}
|
|
2066
|
-
export interface NetworkInterfacePermission {
|
|
2067
|
-
NetworkInterfacePermissionId?: string;
|
|
2068
|
-
NetworkInterfaceId?: string;
|
|
2069
|
-
AwsAccountId?: string;
|
|
2070
|
-
AwsService?: string;
|
|
2071
|
-
Permission?: InterfacePermissionType;
|
|
2072
|
-
PermissionState?: NetworkInterfacePermissionState;
|
|
2073
|
-
}
|
|
2074
|
-
export interface CreateNetworkInterfacePermissionResult {
|
|
2075
|
-
InterfacePermission?: NetworkInterfacePermission;
|
|
2076
|
-
}
|
|
2077
2055
|
export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
|
|
2078
2056
|
export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
|
|
2079
2057
|
obj: RequestLaunchTemplateData
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ApplianceModeSupportValue,
|
|
3
|
-
CarrierGateway,
|
|
4
3
|
CurrencyCodeValues,
|
|
5
4
|
DeviceTrustProviderType,
|
|
6
5
|
DnsSupportValue,
|
|
7
6
|
DynamicRoutingValue,
|
|
8
7
|
InstanceEventWindowState,
|
|
8
|
+
Ipv4PrefixSpecification,
|
|
9
9
|
Ipv6SupportValue,
|
|
10
10
|
ReservedInstancesListing,
|
|
11
11
|
RouteTableAssociationState,
|
|
@@ -26,12 +26,15 @@ import {
|
|
|
26
26
|
VpcPeeringConnection,
|
|
27
27
|
} from "./models_0";
|
|
28
28
|
import {
|
|
29
|
+
CarrierGateway,
|
|
29
30
|
ClientVpnEndpointStatus,
|
|
30
31
|
ClientVpnRouteStatus,
|
|
31
32
|
CoipCidr,
|
|
32
33
|
CoipPool,
|
|
34
|
+
ConnectionTrackingConfiguration,
|
|
33
35
|
Ec2InstanceConnectEndpoint,
|
|
34
36
|
GatewayType,
|
|
37
|
+
GroupIdentifier,
|
|
35
38
|
Ipam,
|
|
36
39
|
IpamPool,
|
|
37
40
|
IpamResourceDiscovery,
|
|
@@ -42,11 +45,102 @@ import {
|
|
|
42
45
|
LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
|
|
43
46
|
LocalGatewayRouteTableVpcAssociation,
|
|
44
47
|
ManagedPrefixList,
|
|
48
|
+
NetworkInterfaceAssociation,
|
|
49
|
+
NetworkInterfaceAttachment,
|
|
50
|
+
NetworkInterfaceIpv6Address,
|
|
51
|
+
NetworkInterfaceType,
|
|
45
52
|
Subnet,
|
|
46
53
|
Tenancy,
|
|
47
54
|
VolumeType,
|
|
48
55
|
Vpc,
|
|
49
56
|
} from "./models_1";
|
|
57
|
+
export interface Ipv6PrefixSpecification {
|
|
58
|
+
Ipv6Prefix?: string;
|
|
59
|
+
}
|
|
60
|
+
export interface NetworkInterfacePrivateIpAddress {
|
|
61
|
+
Association?: NetworkInterfaceAssociation;
|
|
62
|
+
Primary?: boolean;
|
|
63
|
+
PrivateDnsName?: string;
|
|
64
|
+
PrivateIpAddress?: string;
|
|
65
|
+
}
|
|
66
|
+
export declare const NetworkInterfaceStatus: {
|
|
67
|
+
readonly associated: "associated";
|
|
68
|
+
readonly attaching: "attaching";
|
|
69
|
+
readonly available: "available";
|
|
70
|
+
readonly detaching: "detaching";
|
|
71
|
+
readonly in_use: "in-use";
|
|
72
|
+
};
|
|
73
|
+
export type NetworkInterfaceStatus =
|
|
74
|
+
(typeof NetworkInterfaceStatus)[keyof typeof NetworkInterfaceStatus];
|
|
75
|
+
export interface NetworkInterface {
|
|
76
|
+
Association?: NetworkInterfaceAssociation;
|
|
77
|
+
Attachment?: NetworkInterfaceAttachment;
|
|
78
|
+
AvailabilityZone?: string;
|
|
79
|
+
ConnectionTrackingConfiguration?: ConnectionTrackingConfiguration;
|
|
80
|
+
Description?: string;
|
|
81
|
+
Groups?: GroupIdentifier[];
|
|
82
|
+
InterfaceType?: NetworkInterfaceType;
|
|
83
|
+
Ipv6Addresses?: NetworkInterfaceIpv6Address[];
|
|
84
|
+
MacAddress?: string;
|
|
85
|
+
NetworkInterfaceId?: string;
|
|
86
|
+
OutpostArn?: string;
|
|
87
|
+
OwnerId?: string;
|
|
88
|
+
PrivateDnsName?: string;
|
|
89
|
+
PrivateIpAddress?: string;
|
|
90
|
+
PrivateIpAddresses?: NetworkInterfacePrivateIpAddress[];
|
|
91
|
+
Ipv4Prefixes?: Ipv4PrefixSpecification[];
|
|
92
|
+
Ipv6Prefixes?: Ipv6PrefixSpecification[];
|
|
93
|
+
RequesterId?: string;
|
|
94
|
+
RequesterManaged?: boolean;
|
|
95
|
+
SourceDestCheck?: boolean;
|
|
96
|
+
Status?: NetworkInterfaceStatus;
|
|
97
|
+
SubnetId?: string;
|
|
98
|
+
TagSet?: Tag[];
|
|
99
|
+
VpcId?: string;
|
|
100
|
+
DenyAllIgwTraffic?: boolean;
|
|
101
|
+
Ipv6Native?: boolean;
|
|
102
|
+
Ipv6Address?: string;
|
|
103
|
+
}
|
|
104
|
+
export interface CreateNetworkInterfaceResult {
|
|
105
|
+
NetworkInterface?: NetworkInterface;
|
|
106
|
+
ClientToken?: string;
|
|
107
|
+
}
|
|
108
|
+
export declare const InterfacePermissionType: {
|
|
109
|
+
readonly EIP_ASSOCIATE: "EIP-ASSOCIATE";
|
|
110
|
+
readonly INSTANCE_ATTACH: "INSTANCE-ATTACH";
|
|
111
|
+
};
|
|
112
|
+
export type InterfacePermissionType =
|
|
113
|
+
(typeof InterfacePermissionType)[keyof typeof InterfacePermissionType];
|
|
114
|
+
export interface CreateNetworkInterfacePermissionRequest {
|
|
115
|
+
NetworkInterfaceId: string | undefined;
|
|
116
|
+
AwsAccountId?: string;
|
|
117
|
+
AwsService?: string;
|
|
118
|
+
Permission: InterfacePermissionType | undefined;
|
|
119
|
+
DryRun?: boolean;
|
|
120
|
+
}
|
|
121
|
+
export declare const NetworkInterfacePermissionStateCode: {
|
|
122
|
+
readonly granted: "granted";
|
|
123
|
+
readonly pending: "pending";
|
|
124
|
+
readonly revoked: "revoked";
|
|
125
|
+
readonly revoking: "revoking";
|
|
126
|
+
};
|
|
127
|
+
export type NetworkInterfacePermissionStateCode =
|
|
128
|
+
(typeof NetworkInterfacePermissionStateCode)[keyof typeof NetworkInterfacePermissionStateCode];
|
|
129
|
+
export interface NetworkInterfacePermissionState {
|
|
130
|
+
State?: NetworkInterfacePermissionStateCode;
|
|
131
|
+
StatusMessage?: string;
|
|
132
|
+
}
|
|
133
|
+
export interface NetworkInterfacePermission {
|
|
134
|
+
NetworkInterfacePermissionId?: string;
|
|
135
|
+
NetworkInterfaceId?: string;
|
|
136
|
+
AwsAccountId?: string;
|
|
137
|
+
AwsService?: string;
|
|
138
|
+
Permission?: InterfacePermissionType;
|
|
139
|
+
PermissionState?: NetworkInterfacePermissionState;
|
|
140
|
+
}
|
|
141
|
+
export interface CreateNetworkInterfacePermissionResult {
|
|
142
|
+
InterfacePermission?: NetworkInterfacePermission;
|
|
143
|
+
}
|
|
50
144
|
export declare const SpreadLevel: {
|
|
51
145
|
readonly host: "host";
|
|
52
146
|
readonly rack: "rack";
|
|
@@ -370,6 +464,10 @@ export interface CreateSubnetRequest {
|
|
|
370
464
|
VpcId: string | undefined;
|
|
371
465
|
DryRun?: boolean;
|
|
372
466
|
Ipv6Native?: boolean;
|
|
467
|
+
Ipv4IpamPoolId?: string;
|
|
468
|
+
Ipv4NetmaskLength?: number;
|
|
469
|
+
Ipv6IpamPoolId?: string;
|
|
470
|
+
Ipv6NetmaskLength?: number;
|
|
373
471
|
}
|
|
374
472
|
export interface CreateSubnetResult {
|
|
375
473
|
Subnet?: Subnet;
|
|
@@ -1734,6 +1832,7 @@ export interface DeleteIpamResult {
|
|
|
1734
1832
|
export interface DeleteIpamPoolRequest {
|
|
1735
1833
|
DryRun?: boolean;
|
|
1736
1834
|
IpamPoolId: string | undefined;
|
|
1835
|
+
Cascade?: boolean;
|
|
1737
1836
|
}
|
|
1738
1837
|
export interface DeleteIpamPoolResult {
|
|
1739
1838
|
IpamPool?: IpamPool;
|
|
@@ -1845,47 +1944,6 @@ export interface DeleteNatGatewayRequest {
|
|
|
1845
1944
|
DryRun?: boolean;
|
|
1846
1945
|
NatGatewayId: string | undefined;
|
|
1847
1946
|
}
|
|
1848
|
-
export interface DeleteNatGatewayResult {
|
|
1849
|
-
NatGatewayId?: string;
|
|
1850
|
-
}
|
|
1851
|
-
export interface DeleteNetworkAclRequest {
|
|
1852
|
-
DryRun?: boolean;
|
|
1853
|
-
NetworkAclId: string | undefined;
|
|
1854
|
-
}
|
|
1855
|
-
export interface DeleteNetworkAclEntryRequest {
|
|
1856
|
-
DryRun?: boolean;
|
|
1857
|
-
Egress: boolean | undefined;
|
|
1858
|
-
NetworkAclId: string | undefined;
|
|
1859
|
-
RuleNumber: number | undefined;
|
|
1860
|
-
}
|
|
1861
|
-
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
1862
|
-
DryRun?: boolean;
|
|
1863
|
-
NetworkInsightsAccessScopeId: string | undefined;
|
|
1864
|
-
}
|
|
1865
|
-
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
1866
|
-
NetworkInsightsAccessScopeId?: string;
|
|
1867
|
-
}
|
|
1868
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
1869
|
-
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
1870
|
-
DryRun?: boolean;
|
|
1871
|
-
}
|
|
1872
|
-
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
1873
|
-
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
1874
|
-
}
|
|
1875
|
-
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
1876
|
-
DryRun?: boolean;
|
|
1877
|
-
NetworkInsightsAnalysisId: string | undefined;
|
|
1878
|
-
}
|
|
1879
|
-
export interface DeleteNetworkInsightsAnalysisResult {
|
|
1880
|
-
NetworkInsightsAnalysisId?: string;
|
|
1881
|
-
}
|
|
1882
|
-
export interface DeleteNetworkInsightsPathRequest {
|
|
1883
|
-
DryRun?: boolean;
|
|
1884
|
-
NetworkInsightsPathId: string | undefined;
|
|
1885
|
-
}
|
|
1886
|
-
export interface DeleteNetworkInsightsPathResult {
|
|
1887
|
-
NetworkInsightsPathId?: string;
|
|
1888
|
-
}
|
|
1889
1947
|
export declare const CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog: (
|
|
1890
1948
|
obj: CreateVerifiedAccessTrustProviderOidcOptions
|
|
1891
1949
|
) => any;
|