@aws-sdk/client-ec2 3.910.0 → 3.913.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 +72 -0
- package/dist-cjs/index.js +1541 -388
- package/dist-es/EC2.js +18 -0
- package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
- package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
- package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
- package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
- package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
- package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
- package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
- package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +7 -0
- package/dist-es/models/models_2.js +0 -6
- package/dist-es/models/models_3.js +6 -5
- package/dist-es/models/models_4.js +18 -14
- package/dist-es/models/models_5.js +14 -16
- package/dist-es/models/models_6.js +124 -57
- package/dist-es/models/models_7.js +57 -33
- package/dist-es/models/models_8.js +33 -0
- package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
- package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +939 -107
- package/dist-types/EC2.d.ts +67 -0
- package/dist-types/EC2Client.d.ts +11 -2
- package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
- package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
- package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
- package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +12 -0
- package/dist-types/commands/CopyImageCommand.d.ts +1 -1
- package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
- package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
- package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
- package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
- package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
- package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
- package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
- package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
- package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
- package/dist-types/commands/CreateVpcCommand.d.ts +11 -10
- package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
- package/dist-types/commands/DeleteFleetsCommand.d.ts +12 -0
- package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
- package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
- package/dist-types/commands/ExportImageCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
- package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
- package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
- package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
- package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- 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 +1 -1
- package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
- package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -2
- package/dist-types/commands/ImportImageCommand.d.ts +1 -1
- package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
- package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
- package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
- package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
- package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
- package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
- package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/TerminateInstancesCommand.d.ts +13 -1
- package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +4 -3
- package/dist-types/models/models_1.d.ts +106 -95
- package/dist-types/models/models_2.d.ts +84 -107
- package/dist-types/models/models_3.d.ts +140 -159
- package/dist-types/models/models_4.d.ts +331 -251
- package/dist-types/models/models_5.d.ts +246 -281
- package/dist-types/models/models_6.d.ts +1497 -1467
- package/dist-types/models/models_7.d.ts +4809 -4775
- package/dist-types/models/models_8.d.ts +968 -5
- package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
- package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_ec2.d.ts +81 -0
- package/dist-types/ts3.4/EC2.d.ts +175 -0
- package/dist-types/ts3.4/EC2Client.d.ts +54 -0
- package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
- 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 +4 -2
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +21 -16
- package/dist-types/ts3.4/models/models_2.d.ts +18 -29
- package/dist-types/ts3.4/models/models_3.d.ts +35 -39
- package/dist-types/ts3.4/models/models_4.d.ts +79 -66
- package/dist-types/ts3.4/models/models_5.d.ts +65 -67
- package/dist-types/ts3.4/models/models_6.d.ts +284 -258
- package/dist-types/ts3.4/models/models_7.d.ts +257 -227
- package/dist-types/ts3.4/models/models_8.d.ts +232 -7
- package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +108 -0
- package/package.json +5 -5
|
@@ -1,6 +1,112 @@
|
|
|
1
1
|
import { AccountAttribute, AccountAttributeName, Address, AddressAttribute, AddressAttributeName, AddressTransfer, BundleTask, ByoipCidr, InstanceEventWindowState, Tag, TagSpecification, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcAttachment, VpcPeeringConnection } from "./models_0";
|
|
2
2
|
import { CapacityReservationTenancy, CarrierGateway, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipCidr, CoipPool, Ec2InstanceConnectEndpoint, GatewayType, IpAddressType, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate } from "./models_1";
|
|
3
|
-
import {
|
|
3
|
+
import { InternetGatewayExclusionMode, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, RouteServer, RouteServerEndpoint, RouteServerPeer, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusionState } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* <p>A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface VpcBlockPublicAccessExclusion {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The ID of the exclusion.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
ExclusionId?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The exclusion mode for internet gateway traffic.</p>
|
|
16
|
+
* <ul>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>
|
|
19
|
+
* <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
|
|
20
|
+
* </li>
|
|
21
|
+
* <li>
|
|
22
|
+
* <p>
|
|
23
|
+
* <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
|
|
24
|
+
* </li>
|
|
25
|
+
* </ul>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>The ARN of the exclusion.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
ResourceArn?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The state of the exclusion.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
State?: VpcBlockPublicAccessExclusionState | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The reason for the current exclusion state.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
Reason?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>When the exclusion was created.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
CreationTimestamp?: Date | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>When the exclusion was last updated.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
LastUpdateTimestamp?: Date | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>When the exclusion was deleted.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
DeletionTimestamp?: Date | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>
|
|
61
|
+
* <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
62
|
+
* For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
Tags?: Tag[] | undefined;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface CreateVpcBlockPublicAccessExclusionResult {
|
|
71
|
+
/**
|
|
72
|
+
* <p>Details about an exclusion.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* @enum
|
|
80
|
+
*/
|
|
81
|
+
export declare const DnsRecordIpType: {
|
|
82
|
+
readonly dualstack: "dualstack";
|
|
83
|
+
readonly ipv4: "ipv4";
|
|
84
|
+
readonly ipv6: "ipv6";
|
|
85
|
+
readonly service_defined: "service-defined";
|
|
86
|
+
};
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export type DnsRecordIpType = (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
|
|
91
|
+
/**
|
|
92
|
+
* <p>Describes the DNS options for an endpoint.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export interface DnsOptionsSpecification {
|
|
96
|
+
/**
|
|
97
|
+
* <p>The DNS records created for the endpoint.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
DnsRecordIpType?: DnsRecordIpType | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>Indicates whether to enable private DNS only for inbound endpoints. This option is
|
|
103
|
+
* available only for services that support both gateway and interface endpoints. It routes
|
|
104
|
+
* traffic that originates from the VPC to the gateway endpoint and traffic that originates
|
|
105
|
+
* from on-premises to the interface endpoint.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
|
|
109
|
+
}
|
|
4
110
|
/**
|
|
5
111
|
* <p>Describes the configuration of a subnet for a VPC endpoint.</p>
|
|
6
112
|
* @public
|
|
@@ -1963,6 +2069,38 @@ export interface CreateVpnGatewayResult {
|
|
|
1963
2069
|
*/
|
|
1964
2070
|
VpnGateway?: VpnGateway | undefined;
|
|
1965
2071
|
}
|
|
2072
|
+
/**
|
|
2073
|
+
* @public
|
|
2074
|
+
*/
|
|
2075
|
+
export interface DeleteCapacityManagerDataExportRequest {
|
|
2076
|
+
/**
|
|
2077
|
+
* <p>
|
|
2078
|
+
* The unique identifier of the data export configuration to delete.
|
|
2079
|
+
* </p>
|
|
2080
|
+
* @public
|
|
2081
|
+
*/
|
|
2082
|
+
CapacityManagerDataExportId: string | undefined;
|
|
2083
|
+
/**
|
|
2084
|
+
* <p>
|
|
2085
|
+
* Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
|
|
2086
|
+
* If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
|
|
2087
|
+
* </p>
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
2090
|
+
DryRun?: boolean | undefined;
|
|
2091
|
+
}
|
|
2092
|
+
/**
|
|
2093
|
+
* @public
|
|
2094
|
+
*/
|
|
2095
|
+
export interface DeleteCapacityManagerDataExportResult {
|
|
2096
|
+
/**
|
|
2097
|
+
* <p>
|
|
2098
|
+
* The unique identifier of the deleted data export configuration.
|
|
2099
|
+
* </p>
|
|
2100
|
+
* @public
|
|
2101
|
+
*/
|
|
2102
|
+
CapacityManagerDataExportId?: string | undefined;
|
|
2103
|
+
}
|
|
1966
2104
|
/**
|
|
1967
2105
|
* @public
|
|
1968
2106
|
*/
|
|
@@ -3287,7 +3425,7 @@ export interface DeleteNetworkInterfacePermissionRequest {
|
|
|
3287
3425
|
*/
|
|
3288
3426
|
export interface DeleteNetworkInterfacePermissionResult {
|
|
3289
3427
|
/**
|
|
3290
|
-
* <p>
|
|
3428
|
+
* <p>Is <code>true</code> if the request succeeds and an error otherwise.</p>
|
|
3291
3429
|
* @public
|
|
3292
3430
|
*/
|
|
3293
3431
|
Return?: boolean | undefined;
|
|
@@ -6358,163 +6496,6 @@ export interface CapacityBlock {
|
|
|
6358
6496
|
*/
|
|
6359
6497
|
Tags?: Tag[] | undefined;
|
|
6360
6498
|
}
|
|
6361
|
-
/**
|
|
6362
|
-
* @public
|
|
6363
|
-
*/
|
|
6364
|
-
export interface DescribeCapacityBlocksResult {
|
|
6365
|
-
/**
|
|
6366
|
-
* <p>The Capacity Blocks.</p>
|
|
6367
|
-
* @public
|
|
6368
|
-
*/
|
|
6369
|
-
CapacityBlocks?: CapacityBlock[] | undefined;
|
|
6370
|
-
/**
|
|
6371
|
-
* <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>
|
|
6372
|
-
* @public
|
|
6373
|
-
*/
|
|
6374
|
-
NextToken?: string | undefined;
|
|
6375
|
-
}
|
|
6376
|
-
/**
|
|
6377
|
-
* @public
|
|
6378
|
-
*/
|
|
6379
|
-
export interface DescribeCapacityBlockStatusRequest {
|
|
6380
|
-
/**
|
|
6381
|
-
* <p>The ID of the Capacity Block.</p>
|
|
6382
|
-
* @public
|
|
6383
|
-
*/
|
|
6384
|
-
CapacityBlockIds?: string[] | undefined;
|
|
6385
|
-
/**
|
|
6386
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
6387
|
-
* @public
|
|
6388
|
-
*/
|
|
6389
|
-
NextToken?: string | undefined;
|
|
6390
|
-
/**
|
|
6391
|
-
* <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
|
|
6392
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
6393
|
-
* @public
|
|
6394
|
-
*/
|
|
6395
|
-
MaxResults?: number | undefined;
|
|
6396
|
-
/**
|
|
6397
|
-
* <p>One or more filters. </p>
|
|
6398
|
-
* <ul>
|
|
6399
|
-
* <li>
|
|
6400
|
-
* <p>
|
|
6401
|
-
* <code>interconnect-status</code> - The status of the interconnect for the Capacity Block (<code>ok</code> | <code>impaired</code> | <code>insufficient-data</code>).</p>
|
|
6402
|
-
* </li>
|
|
6403
|
-
* </ul>
|
|
6404
|
-
* @public
|
|
6405
|
-
*/
|
|
6406
|
-
Filters?: Filter[] | undefined;
|
|
6407
|
-
/**
|
|
6408
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
6409
|
-
* @public
|
|
6410
|
-
*/
|
|
6411
|
-
DryRun?: boolean | undefined;
|
|
6412
|
-
}
|
|
6413
|
-
/**
|
|
6414
|
-
* <p>Describes the availability of capacity for a Capacity Reservation.</p>
|
|
6415
|
-
* @public
|
|
6416
|
-
*/
|
|
6417
|
-
export interface CapacityReservationStatus {
|
|
6418
|
-
/**
|
|
6419
|
-
* <p>The ID of the Capacity Reservation.</p>
|
|
6420
|
-
* @public
|
|
6421
|
-
*/
|
|
6422
|
-
CapacityReservationId?: string | undefined;
|
|
6423
|
-
/**
|
|
6424
|
-
* <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Reservation.</p>
|
|
6425
|
-
* @public
|
|
6426
|
-
*/
|
|
6427
|
-
TotalCapacity?: number | undefined;
|
|
6428
|
-
/**
|
|
6429
|
-
* <p>The remaining capacity. Indicates the amount of resources that can be launched into the Capacity Reservation.</p>
|
|
6430
|
-
* @public
|
|
6431
|
-
*/
|
|
6432
|
-
TotalAvailableCapacity?: number | undefined;
|
|
6433
|
-
/**
|
|
6434
|
-
* <p>The used capacity. Indicates that the capacity is in use by resources that are running in the Capacity Reservation.</p>
|
|
6435
|
-
* @public
|
|
6436
|
-
*/
|
|
6437
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
6438
|
-
}
|
|
6439
|
-
/**
|
|
6440
|
-
* @public
|
|
6441
|
-
* @enum
|
|
6442
|
-
*/
|
|
6443
|
-
export declare const CapacityBlockInterconnectStatus: {
|
|
6444
|
-
readonly impaired: "impaired";
|
|
6445
|
-
readonly insufficient_data: "insufficient-data";
|
|
6446
|
-
readonly ok: "ok";
|
|
6447
|
-
};
|
|
6448
|
-
/**
|
|
6449
|
-
* @public
|
|
6450
|
-
*/
|
|
6451
|
-
export type CapacityBlockInterconnectStatus = (typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
|
|
6452
|
-
/**
|
|
6453
|
-
* <p>Describes the availability of capacity for a Capacity Block.</p>
|
|
6454
|
-
* @public
|
|
6455
|
-
*/
|
|
6456
|
-
export interface CapacityBlockStatus {
|
|
6457
|
-
/**
|
|
6458
|
-
* <p>The ID of the Capacity Block.</p>
|
|
6459
|
-
* @public
|
|
6460
|
-
*/
|
|
6461
|
-
CapacityBlockId?: string | undefined;
|
|
6462
|
-
/**
|
|
6463
|
-
* <p>The status of the high-bandwidth accelerator interconnect. Possible states include:</p>
|
|
6464
|
-
* <ul>
|
|
6465
|
-
* <li>
|
|
6466
|
-
* <p>
|
|
6467
|
-
* <code>ok</code> the accelerator interconnect is healthy.</p>
|
|
6468
|
-
* </li>
|
|
6469
|
-
* <li>
|
|
6470
|
-
* <p>
|
|
6471
|
-
* <code>impaired</code> - accelerator interconnect communication is impaired.</p>
|
|
6472
|
-
* </li>
|
|
6473
|
-
* <li>
|
|
6474
|
-
* <p>
|
|
6475
|
-
* <code>insufficient-data</code> - insufficient data to determine accelerator interconnect status.</p>
|
|
6476
|
-
* </li>
|
|
6477
|
-
* </ul>
|
|
6478
|
-
* @public
|
|
6479
|
-
*/
|
|
6480
|
-
InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
|
|
6481
|
-
/**
|
|
6482
|
-
* <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Block.</p>
|
|
6483
|
-
* @public
|
|
6484
|
-
*/
|
|
6485
|
-
TotalCapacity?: number | undefined;
|
|
6486
|
-
/**
|
|
6487
|
-
* <p>The remaining capacity. Indicates the number of resources that can be launched into the Capacity Block.</p>
|
|
6488
|
-
* @public
|
|
6489
|
-
*/
|
|
6490
|
-
TotalAvailableCapacity?: number | undefined;
|
|
6491
|
-
/**
|
|
6492
|
-
* <p>The unavailable capacity. Indicates the instance capacity that is unavailable for use
|
|
6493
|
-
* due to a system status check failure.</p>
|
|
6494
|
-
* @public
|
|
6495
|
-
*/
|
|
6496
|
-
TotalUnavailableCapacity?: number | undefined;
|
|
6497
|
-
/**
|
|
6498
|
-
* <p>The availability of capacity for the Capacity Block reservations.</p>
|
|
6499
|
-
* @public
|
|
6500
|
-
*/
|
|
6501
|
-
CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
|
|
6502
|
-
}
|
|
6503
|
-
/**
|
|
6504
|
-
* @public
|
|
6505
|
-
*/
|
|
6506
|
-
export interface DescribeCapacityBlockStatusResult {
|
|
6507
|
-
/**
|
|
6508
|
-
* <p>The availability of capacity for a Capacity Block.</p>
|
|
6509
|
-
* @public
|
|
6510
|
-
*/
|
|
6511
|
-
CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
|
|
6512
|
-
/**
|
|
6513
|
-
* <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>
|
|
6514
|
-
* @public
|
|
6515
|
-
*/
|
|
6516
|
-
NextToken?: string | undefined;
|
|
6517
|
-
}
|
|
6518
6499
|
/**
|
|
6519
6500
|
* @internal
|
|
6520
6501
|
*/
|