@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
|
@@ -1,6 +1,168 @@
|
|
|
1
|
-
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus,
|
|
2
|
-
import { AttributeValue, BlockDeviceMapping, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat,
|
|
1
|
+
import { _InstanceType, AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservation, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetInstanceMatchCriteria, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { AttributeValue, BlockDeviceMapping, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, GroupIdentifier, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, StateReason, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
3
|
import { FleetStateCode, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteNatGatewayResult {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>The ID of the NAT gateway.</p>
|
|
11
|
+
*/
|
|
12
|
+
NatGatewayId?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteNetworkAclRequest {
|
|
18
|
+
/**
|
|
19
|
+
* @public
|
|
20
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
21
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
22
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
23
|
+
*/
|
|
24
|
+
DryRun?: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* <p>The ID of the network ACL.</p>
|
|
28
|
+
*/
|
|
29
|
+
NetworkAclId: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
export interface DeleteNetworkAclEntryRequest {
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
38
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
39
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
40
|
+
*/
|
|
41
|
+
DryRun?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
* <p>Indicates whether the rule is an egress rule.</p>
|
|
45
|
+
*/
|
|
46
|
+
Egress: boolean | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* <p>The ID of the network ACL.</p>
|
|
50
|
+
*/
|
|
51
|
+
NetworkAclId: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* <p>The rule number of the entry to delete.</p>
|
|
55
|
+
*/
|
|
56
|
+
RuleNumber: number | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface DeleteNetworkInsightsAccessScopeRequest {
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
65
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
66
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
67
|
+
*/
|
|
68
|
+
DryRun?: boolean;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
72
|
+
*/
|
|
73
|
+
NetworkInsightsAccessScopeId: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
export interface DeleteNetworkInsightsAccessScopeResult {
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
* <p>The ID of the Network Access Scope.</p>
|
|
82
|
+
*/
|
|
83
|
+
NetworkInsightsAccessScopeId?: string;
|
|
84
|
+
}
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisRequest {
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* <p>The ID of the Network Access Scope analysis.</p>
|
|
92
|
+
*/
|
|
93
|
+
NetworkInsightsAccessScopeAnalysisId: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
97
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
98
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
99
|
+
*/
|
|
100
|
+
DryRun?: boolean;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface DeleteNetworkInsightsAccessScopeAnalysisResult {
|
|
106
|
+
/**
|
|
107
|
+
* @public
|
|
108
|
+
* <p>The ID of the Network Access Scope analysis.</p>
|
|
109
|
+
*/
|
|
110
|
+
NetworkInsightsAccessScopeAnalysisId?: string;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export interface DeleteNetworkInsightsAnalysisRequest {
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
119
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
120
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
121
|
+
*/
|
|
122
|
+
DryRun?: boolean;
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
* <p>The ID of the network insights analysis.</p>
|
|
126
|
+
*/
|
|
127
|
+
NetworkInsightsAnalysisId: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface DeleteNetworkInsightsAnalysisResult {
|
|
133
|
+
/**
|
|
134
|
+
* @public
|
|
135
|
+
* <p>The ID of the network insights analysis.</p>
|
|
136
|
+
*/
|
|
137
|
+
NetworkInsightsAnalysisId?: string;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
export interface DeleteNetworkInsightsPathRequest {
|
|
143
|
+
/**
|
|
144
|
+
* @public
|
|
145
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
146
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
147
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
148
|
+
*/
|
|
149
|
+
DryRun?: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
* <p>The ID of the path.</p>
|
|
153
|
+
*/
|
|
154
|
+
NetworkInsightsPathId: string | undefined;
|
|
155
|
+
}
|
|
156
|
+
/**
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
export interface DeleteNetworkInsightsPathResult {
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>The ID of the path.</p>
|
|
163
|
+
*/
|
|
164
|
+
NetworkInsightsPathId?: string;
|
|
165
|
+
}
|
|
4
166
|
/**
|
|
5
167
|
* @public
|
|
6
168
|
* <p>Contains the parameters for DeleteNetworkInterface.</p>
|
|
@@ -1137,6 +1299,80 @@ export interface DeprovisionByoipCidrResult {
|
|
|
1137
1299
|
*/
|
|
1138
1300
|
ByoipCidr?: ByoipCidr;
|
|
1139
1301
|
}
|
|
1302
|
+
/**
|
|
1303
|
+
* @public
|
|
1304
|
+
*/
|
|
1305
|
+
export interface DeprovisionIpamByoasnRequest {
|
|
1306
|
+
/**
|
|
1307
|
+
* @public
|
|
1308
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1309
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1310
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1311
|
+
*/
|
|
1312
|
+
DryRun?: boolean;
|
|
1313
|
+
/**
|
|
1314
|
+
* @public
|
|
1315
|
+
* <p>The IPAM ID.</p>
|
|
1316
|
+
*/
|
|
1317
|
+
IpamId: string | undefined;
|
|
1318
|
+
/**
|
|
1319
|
+
* @public
|
|
1320
|
+
* <p>An ASN.</p>
|
|
1321
|
+
*/
|
|
1322
|
+
Asn: string | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
/**
|
|
1325
|
+
* @public
|
|
1326
|
+
* @enum
|
|
1327
|
+
*/
|
|
1328
|
+
export declare const AsnState: {
|
|
1329
|
+
readonly deprovisioned: "deprovisioned";
|
|
1330
|
+
readonly failed_deprovision: "failed-deprovision";
|
|
1331
|
+
readonly failed_provision: "failed-provision";
|
|
1332
|
+
readonly pending_deprovision: "pending-deprovision";
|
|
1333
|
+
readonly pending_provision: "pending-provision";
|
|
1334
|
+
readonly provisioned: "provisioned";
|
|
1335
|
+
};
|
|
1336
|
+
/**
|
|
1337
|
+
* @public
|
|
1338
|
+
*/
|
|
1339
|
+
export type AsnState = (typeof AsnState)[keyof typeof AsnState];
|
|
1340
|
+
/**
|
|
1341
|
+
* @public
|
|
1342
|
+
* <p>The Autonomous System Number (ASN) and BYOIP CIDR association.</p>
|
|
1343
|
+
*/
|
|
1344
|
+
export interface Byoasn {
|
|
1345
|
+
/**
|
|
1346
|
+
* @public
|
|
1347
|
+
* <p>A public 2-byte or 4-byte ASN.</p>
|
|
1348
|
+
*/
|
|
1349
|
+
Asn?: string;
|
|
1350
|
+
/**
|
|
1351
|
+
* @public
|
|
1352
|
+
* <p>An IPAM ID.</p>
|
|
1353
|
+
*/
|
|
1354
|
+
IpamId?: string;
|
|
1355
|
+
/**
|
|
1356
|
+
* @public
|
|
1357
|
+
* <p>The status message.</p>
|
|
1358
|
+
*/
|
|
1359
|
+
StatusMessage?: string;
|
|
1360
|
+
/**
|
|
1361
|
+
* @public
|
|
1362
|
+
* <p>The provisioning state of the BYOASN.</p>
|
|
1363
|
+
*/
|
|
1364
|
+
State?: AsnState;
|
|
1365
|
+
}
|
|
1366
|
+
/**
|
|
1367
|
+
* @public
|
|
1368
|
+
*/
|
|
1369
|
+
export interface DeprovisionIpamByoasnResult {
|
|
1370
|
+
/**
|
|
1371
|
+
* @public
|
|
1372
|
+
* <p>An ASN and BYOIP CIDR association.</p>
|
|
1373
|
+
*/
|
|
1374
|
+
Byoasn?: Byoasn;
|
|
1375
|
+
}
|
|
1140
1376
|
/**
|
|
1141
1377
|
* @public
|
|
1142
1378
|
*/
|
|
@@ -8042,500 +8278,15 @@ export interface DescribeImportSnapshotTasksRequest {
|
|
|
8042
8278
|
NextToken?: string;
|
|
8043
8279
|
}
|
|
8044
8280
|
/**
|
|
8045
|
-
* @
|
|
8046
|
-
* <p>Details about the import snapshot task.</p>
|
|
8281
|
+
* @internal
|
|
8047
8282
|
*/
|
|
8048
|
-
export
|
|
8049
|
-
/**
|
|
8050
|
-
* @public
|
|
8051
|
-
* <p>The description of the snapshot.</p>
|
|
8052
|
-
*/
|
|
8053
|
-
Description?: string;
|
|
8054
|
-
/**
|
|
8055
|
-
* @public
|
|
8056
|
-
* <p>The size of the disk in the snapshot, in GiB.</p>
|
|
8057
|
-
*/
|
|
8058
|
-
DiskImageSize?: number;
|
|
8059
|
-
/**
|
|
8060
|
-
* @public
|
|
8061
|
-
* <p>Indicates whether the snapshot is encrypted.</p>
|
|
8062
|
-
*/
|
|
8063
|
-
Encrypted?: boolean;
|
|
8064
|
-
/**
|
|
8065
|
-
* @public
|
|
8066
|
-
* <p>The format of the disk image from which the snapshot is created.</p>
|
|
8067
|
-
*/
|
|
8068
|
-
Format?: string;
|
|
8069
|
-
/**
|
|
8070
|
-
* @public
|
|
8071
|
-
* <p>The identifier for the KMS key that was used to create the encrypted snapshot.</p>
|
|
8072
|
-
*/
|
|
8073
|
-
KmsKeyId?: string;
|
|
8074
|
-
/**
|
|
8075
|
-
* @public
|
|
8076
|
-
* <p>The percentage of completion for the import snapshot task.</p>
|
|
8077
|
-
*/
|
|
8078
|
-
Progress?: string;
|
|
8079
|
-
/**
|
|
8080
|
-
* @public
|
|
8081
|
-
* <p>The snapshot ID of the disk being imported.</p>
|
|
8082
|
-
*/
|
|
8083
|
-
SnapshotId?: string;
|
|
8084
|
-
/**
|
|
8085
|
-
* @public
|
|
8086
|
-
* <p>A brief status for the import snapshot task.</p>
|
|
8087
|
-
*/
|
|
8088
|
-
Status?: string;
|
|
8089
|
-
/**
|
|
8090
|
-
* @public
|
|
8091
|
-
* <p>A detailed status message for the import snapshot task.</p>
|
|
8092
|
-
*/
|
|
8093
|
-
StatusMessage?: string;
|
|
8094
|
-
/**
|
|
8095
|
-
* @public
|
|
8096
|
-
* <p>The URL of the disk image from which the snapshot is created.</p>
|
|
8097
|
-
*/
|
|
8098
|
-
Url?: string;
|
|
8099
|
-
/**
|
|
8100
|
-
* @public
|
|
8101
|
-
* <p>The Amazon S3 bucket for the disk image.</p>
|
|
8102
|
-
*/
|
|
8103
|
-
UserBucket?: UserBucketDetails;
|
|
8104
|
-
}
|
|
8283
|
+
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DeleteVerifiedAccessTrustProviderResult) => any;
|
|
8105
8284
|
/**
|
|
8106
|
-
* @
|
|
8107
|
-
* <p>Describes an import snapshot task.</p>
|
|
8285
|
+
* @internal
|
|
8108
8286
|
*/
|
|
8109
|
-
export
|
|
8110
|
-
/**
|
|
8111
|
-
* @public
|
|
8112
|
-
* <p>A description of the import snapshot task.</p>
|
|
8113
|
-
*/
|
|
8114
|
-
Description?: string;
|
|
8115
|
-
/**
|
|
8116
|
-
* @public
|
|
8117
|
-
* <p>The ID of the import snapshot task.</p>
|
|
8118
|
-
*/
|
|
8119
|
-
ImportTaskId?: string;
|
|
8120
|
-
/**
|
|
8121
|
-
* @public
|
|
8122
|
-
* <p>Describes an import snapshot task.</p>
|
|
8123
|
-
*/
|
|
8124
|
-
SnapshotTaskDetail?: SnapshotTaskDetail;
|
|
8125
|
-
/**
|
|
8126
|
-
* @public
|
|
8127
|
-
* <p>The tags for the import snapshot task.</p>
|
|
8128
|
-
*/
|
|
8129
|
-
Tags?: Tag[];
|
|
8130
|
-
}
|
|
8287
|
+
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
8131
8288
|
/**
|
|
8132
|
-
* @
|
|
8133
|
-
*/
|
|
8134
|
-
export interface DescribeImportSnapshotTasksResult {
|
|
8135
|
-
/**
|
|
8136
|
-
* @public
|
|
8137
|
-
* <p>A list of zero or more import snapshot tasks that are currently active or were completed or canceled in the
|
|
8138
|
-
* previous 7 days.</p>
|
|
8139
|
-
*/
|
|
8140
|
-
ImportSnapshotTasks?: ImportSnapshotTask[];
|
|
8141
|
-
/**
|
|
8142
|
-
* @public
|
|
8143
|
-
* <p>The token to use to get the next page of results. This value is <code>null</code> when there are no more results
|
|
8144
|
-
* to return.</p>
|
|
8145
|
-
*/
|
|
8146
|
-
NextToken?: string;
|
|
8147
|
-
}
|
|
8148
|
-
/**
|
|
8149
|
-
* @public
|
|
8150
|
-
* @enum
|
|
8151
|
-
*/
|
|
8152
|
-
export declare const InstanceAttributeName: {
|
|
8153
|
-
readonly blockDeviceMapping: "blockDeviceMapping";
|
|
8154
|
-
readonly disableApiStop: "disableApiStop";
|
|
8155
|
-
readonly disableApiTermination: "disableApiTermination";
|
|
8156
|
-
readonly ebsOptimized: "ebsOptimized";
|
|
8157
|
-
readonly enaSupport: "enaSupport";
|
|
8158
|
-
readonly enclaveOptions: "enclaveOptions";
|
|
8159
|
-
readonly groupSet: "groupSet";
|
|
8160
|
-
readonly instanceInitiatedShutdownBehavior: "instanceInitiatedShutdownBehavior";
|
|
8161
|
-
readonly instanceType: "instanceType";
|
|
8162
|
-
readonly kernel: "kernel";
|
|
8163
|
-
readonly productCodes: "productCodes";
|
|
8164
|
-
readonly ramdisk: "ramdisk";
|
|
8165
|
-
readonly rootDeviceName: "rootDeviceName";
|
|
8166
|
-
readonly sourceDestCheck: "sourceDestCheck";
|
|
8167
|
-
readonly sriovNetSupport: "sriovNetSupport";
|
|
8168
|
-
readonly userData: "userData";
|
|
8169
|
-
};
|
|
8170
|
-
/**
|
|
8171
|
-
* @public
|
|
8172
|
-
*/
|
|
8173
|
-
export type InstanceAttributeName = (typeof InstanceAttributeName)[keyof typeof InstanceAttributeName];
|
|
8174
|
-
/**
|
|
8175
|
-
* @public
|
|
8176
|
-
*/
|
|
8177
|
-
export interface DescribeInstanceAttributeRequest {
|
|
8178
|
-
/**
|
|
8179
|
-
* @public
|
|
8180
|
-
* <p>The instance attribute.</p>
|
|
8181
|
-
* <p>Note: The <code>enaSupport</code> attribute is not supported at this time.</p>
|
|
8182
|
-
*/
|
|
8183
|
-
Attribute: InstanceAttributeName | undefined;
|
|
8184
|
-
/**
|
|
8185
|
-
* @public
|
|
8186
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8187
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8188
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8189
|
-
*/
|
|
8190
|
-
DryRun?: boolean;
|
|
8191
|
-
/**
|
|
8192
|
-
* @public
|
|
8193
|
-
* <p>The ID of the instance.</p>
|
|
8194
|
-
*/
|
|
8195
|
-
InstanceId: string | undefined;
|
|
8196
|
-
}
|
|
8197
|
-
/**
|
|
8198
|
-
* @public
|
|
8199
|
-
* <p>Describes a parameter used to set up an EBS volume in a block device mapping.</p>
|
|
8200
|
-
*/
|
|
8201
|
-
export interface EbsInstanceBlockDevice {
|
|
8202
|
-
/**
|
|
8203
|
-
* @public
|
|
8204
|
-
* <p>The time stamp when the attachment initiated.</p>
|
|
8205
|
-
*/
|
|
8206
|
-
AttachTime?: Date;
|
|
8207
|
-
/**
|
|
8208
|
-
* @public
|
|
8209
|
-
* <p>Indicates whether the volume is deleted on instance termination.</p>
|
|
8210
|
-
*/
|
|
8211
|
-
DeleteOnTermination?: boolean;
|
|
8212
|
-
/**
|
|
8213
|
-
* @public
|
|
8214
|
-
* <p>The attachment state.</p>
|
|
8215
|
-
*/
|
|
8216
|
-
Status?: AttachmentStatus;
|
|
8217
|
-
/**
|
|
8218
|
-
* @public
|
|
8219
|
-
* <p>The ID of the EBS volume.</p>
|
|
8220
|
-
*/
|
|
8221
|
-
VolumeId?: string;
|
|
8222
|
-
}
|
|
8223
|
-
/**
|
|
8224
|
-
* @public
|
|
8225
|
-
* <p>Describes a block device mapping.</p>
|
|
8226
|
-
*/
|
|
8227
|
-
export interface InstanceBlockDeviceMapping {
|
|
8228
|
-
/**
|
|
8229
|
-
* @public
|
|
8230
|
-
* <p>The device name (for example, <code>/dev/sdh</code> or <code>xvdh</code>).</p>
|
|
8231
|
-
*/
|
|
8232
|
-
DeviceName?: string;
|
|
8233
|
-
/**
|
|
8234
|
-
* @public
|
|
8235
|
-
* <p>Parameters used to automatically set up EBS volumes when the instance is
|
|
8236
|
-
* launched.</p>
|
|
8237
|
-
*/
|
|
8238
|
-
Ebs?: EbsInstanceBlockDevice;
|
|
8239
|
-
}
|
|
8240
|
-
/**
|
|
8241
|
-
* @public
|
|
8242
|
-
* <p>Describes a value for a resource attribute that is a Boolean value.</p>
|
|
8243
|
-
*/
|
|
8244
|
-
export interface AttributeBooleanValue {
|
|
8245
|
-
/**
|
|
8246
|
-
* @public
|
|
8247
|
-
* <p>The attribute value. The valid values are <code>true</code> or <code>false</code>.</p>
|
|
8248
|
-
*/
|
|
8249
|
-
Value?: boolean;
|
|
8250
|
-
}
|
|
8251
|
-
/**
|
|
8252
|
-
* @public
|
|
8253
|
-
* <p>Indicates whether the instance is enabled for Amazon Web Services Nitro
|
|
8254
|
-
* Enclaves.</p>
|
|
8255
|
-
*/
|
|
8256
|
-
export interface EnclaveOptions {
|
|
8257
|
-
/**
|
|
8258
|
-
* @public
|
|
8259
|
-
* <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro
|
|
8260
|
-
* Enclaves.</p>
|
|
8261
|
-
*/
|
|
8262
|
-
Enabled?: boolean;
|
|
8263
|
-
}
|
|
8264
|
-
/**
|
|
8265
|
-
* @public
|
|
8266
|
-
* <p>Describes an instance attribute.</p>
|
|
8267
|
-
*/
|
|
8268
|
-
export interface InstanceAttribute {
|
|
8269
|
-
/**
|
|
8270
|
-
* @public
|
|
8271
|
-
* <p>The security groups associated with the instance.</p>
|
|
8272
|
-
*/
|
|
8273
|
-
Groups?: GroupIdentifier[];
|
|
8274
|
-
/**
|
|
8275
|
-
* @public
|
|
8276
|
-
* <p>The block device mapping of the instance.</p>
|
|
8277
|
-
*/
|
|
8278
|
-
BlockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
8279
|
-
/**
|
|
8280
|
-
* @public
|
|
8281
|
-
* <p>If the value is <code>true</code>, you can't terminate the instance through the Amazon
|
|
8282
|
-
* EC2 console, CLI, or API; otherwise, you can.</p>
|
|
8283
|
-
*/
|
|
8284
|
-
DisableApiTermination?: AttributeBooleanValue;
|
|
8285
|
-
/**
|
|
8286
|
-
* @public
|
|
8287
|
-
* <p>Indicates whether enhanced networking with ENA is enabled.</p>
|
|
8288
|
-
*/
|
|
8289
|
-
EnaSupport?: AttributeBooleanValue;
|
|
8290
|
-
/**
|
|
8291
|
-
* @public
|
|
8292
|
-
* <p>To enable the instance for Amazon Web Services Nitro Enclaves, set this parameter to
|
|
8293
|
-
* <code>true</code>; otherwise, set it to <code>false</code>.</p>
|
|
8294
|
-
*/
|
|
8295
|
-
EnclaveOptions?: EnclaveOptions;
|
|
8296
|
-
/**
|
|
8297
|
-
* @public
|
|
8298
|
-
* <p>Indicates whether the instance is optimized for Amazon EBS I/O.</p>
|
|
8299
|
-
*/
|
|
8300
|
-
EbsOptimized?: AttributeBooleanValue;
|
|
8301
|
-
/**
|
|
8302
|
-
* @public
|
|
8303
|
-
* <p>The ID of the instance.</p>
|
|
8304
|
-
*/
|
|
8305
|
-
InstanceId?: string;
|
|
8306
|
-
/**
|
|
8307
|
-
* @public
|
|
8308
|
-
* <p>Indicates whether an instance stops or terminates when you initiate shutdown from the
|
|
8309
|
-
* instance (using the operating system command for system shutdown).</p>
|
|
8310
|
-
*/
|
|
8311
|
-
InstanceInitiatedShutdownBehavior?: AttributeValue;
|
|
8312
|
-
/**
|
|
8313
|
-
* @public
|
|
8314
|
-
* <p>The instance type.</p>
|
|
8315
|
-
*/
|
|
8316
|
-
InstanceType?: AttributeValue;
|
|
8317
|
-
/**
|
|
8318
|
-
* @public
|
|
8319
|
-
* <p>The kernel ID.</p>
|
|
8320
|
-
*/
|
|
8321
|
-
KernelId?: AttributeValue;
|
|
8322
|
-
/**
|
|
8323
|
-
* @public
|
|
8324
|
-
* <p>A list of product codes.</p>
|
|
8325
|
-
*/
|
|
8326
|
-
ProductCodes?: ProductCode[];
|
|
8327
|
-
/**
|
|
8328
|
-
* @public
|
|
8329
|
-
* <p>The RAM disk ID.</p>
|
|
8330
|
-
*/
|
|
8331
|
-
RamdiskId?: AttributeValue;
|
|
8332
|
-
/**
|
|
8333
|
-
* @public
|
|
8334
|
-
* <p>The device name of the root device volume (for example,
|
|
8335
|
-
* <code>/dev/sda1</code>).</p>
|
|
8336
|
-
*/
|
|
8337
|
-
RootDeviceName?: AttributeValue;
|
|
8338
|
-
/**
|
|
8339
|
-
* @public
|
|
8340
|
-
* <p>Enable or disable source/destination checks, which ensure that the instance is either
|
|
8341
|
-
* the source or the destination of any traffic that it receives. If the value is
|
|
8342
|
-
* <code>true</code>, source/destination checks are enabled; otherwise, they are
|
|
8343
|
-
* disabled. The default value is <code>true</code>. You must disable source/destination
|
|
8344
|
-
* checks if the instance runs services such as network address translation, routing, or
|
|
8345
|
-
* firewalls.</p>
|
|
8346
|
-
*/
|
|
8347
|
-
SourceDestCheck?: AttributeBooleanValue;
|
|
8348
|
-
/**
|
|
8349
|
-
* @public
|
|
8350
|
-
* <p>Indicates whether enhanced networking with the Intel 82599 Virtual Function interface
|
|
8351
|
-
* is enabled.</p>
|
|
8352
|
-
*/
|
|
8353
|
-
SriovNetSupport?: AttributeValue;
|
|
8354
|
-
/**
|
|
8355
|
-
* @public
|
|
8356
|
-
* <p>The user data.</p>
|
|
8357
|
-
*/
|
|
8358
|
-
UserData?: AttributeValue;
|
|
8359
|
-
/**
|
|
8360
|
-
* @public
|
|
8361
|
-
* <p>To enable the instance for Amazon Web Services Stop Protection, set this parameter to
|
|
8362
|
-
* <code>true</code>; otherwise, set it to <code>false</code>.</p>
|
|
8363
|
-
*/
|
|
8364
|
-
DisableApiStop?: AttributeBooleanValue;
|
|
8365
|
-
}
|
|
8366
|
-
/**
|
|
8367
|
-
* @public
|
|
8368
|
-
*/
|
|
8369
|
-
export interface DescribeInstanceConnectEndpointsRequest {
|
|
8370
|
-
/**
|
|
8371
|
-
* @public
|
|
8372
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8373
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8374
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8375
|
-
*/
|
|
8376
|
-
DryRun?: boolean;
|
|
8377
|
-
/**
|
|
8378
|
-
* @public
|
|
8379
|
-
* <p>The maximum number of items to return for this request.
|
|
8380
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
8381
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
8382
|
-
*/
|
|
8383
|
-
MaxResults?: number;
|
|
8384
|
-
/**
|
|
8385
|
-
* @public
|
|
8386
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
8387
|
-
*/
|
|
8388
|
-
NextToken?: string;
|
|
8389
|
-
/**
|
|
8390
|
-
* @public
|
|
8391
|
-
* <p>One or more filters.</p>
|
|
8392
|
-
* <ul>
|
|
8393
|
-
* <li>
|
|
8394
|
-
* <p>
|
|
8395
|
-
* <code>instance-connect-endpoint-id</code> - The ID of the EC2 Instance Connect Endpoint.</p>
|
|
8396
|
-
* </li>
|
|
8397
|
-
* <li>
|
|
8398
|
-
* <p>
|
|
8399
|
-
* <code>state</code> - The state of the EC2 Instance Connect Endpoint (<code>create-in-progress</code> | <code>create-complete</code> | <code>create-failed</code> |
|
|
8400
|
-
* <code>delete-in-progress</code> | <code>delete-complete</code> | <code>delete-failed</code>).</p>
|
|
8401
|
-
* </li>
|
|
8402
|
-
* <li>
|
|
8403
|
-
* <p>
|
|
8404
|
-
* <code>subnet-id</code> - The ID of the subnet in which the EC2 Instance
|
|
8405
|
-
* Connect Endpoint was created.</p>
|
|
8406
|
-
* </li>
|
|
8407
|
-
* <li>
|
|
8408
|
-
* <p>
|
|
8409
|
-
* <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
|
|
8410
|
-
* 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>
|
|
8411
|
-
* </li>
|
|
8412
|
-
* <li>
|
|
8413
|
-
* <p>
|
|
8414
|
-
* <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
|
|
8415
|
-
* </li>
|
|
8416
|
-
* <li>
|
|
8417
|
-
* <p>
|
|
8418
|
-
* <code>tag-value</code> - The value of a tag assigned to the resource. Use this filter to find all resources
|
|
8419
|
-
* that have a tag with a specific value, regardless of tag key.</p>
|
|
8420
|
-
* </li>
|
|
8421
|
-
* <li>
|
|
8422
|
-
* <p>
|
|
8423
|
-
* <code>vpc-id</code> - The ID of the VPC in which the EC2 Instance Connect
|
|
8424
|
-
* Endpoint was created.</p>
|
|
8425
|
-
* </li>
|
|
8426
|
-
* </ul>
|
|
8427
|
-
*/
|
|
8428
|
-
Filters?: Filter[];
|
|
8429
|
-
/**
|
|
8430
|
-
* @public
|
|
8431
|
-
* <p>One or more EC2 Instance Connect Endpoint IDs.</p>
|
|
8432
|
-
*/
|
|
8433
|
-
InstanceConnectEndpointIds?: string[];
|
|
8434
|
-
}
|
|
8435
|
-
/**
|
|
8436
|
-
* @public
|
|
8437
|
-
*/
|
|
8438
|
-
export interface DescribeInstanceConnectEndpointsResult {
|
|
8439
|
-
/**
|
|
8440
|
-
* @public
|
|
8441
|
-
* <p>Information about the EC2 Instance Connect Endpoints.</p>
|
|
8442
|
-
*/
|
|
8443
|
-
InstanceConnectEndpoints?: Ec2InstanceConnectEndpoint[];
|
|
8444
|
-
/**
|
|
8445
|
-
* @public
|
|
8446
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
8447
|
-
* are no more items to return.</p>
|
|
8448
|
-
*/
|
|
8449
|
-
NextToken?: string;
|
|
8450
|
-
}
|
|
8451
|
-
/**
|
|
8452
|
-
* @public
|
|
8453
|
-
*/
|
|
8454
|
-
export interface DescribeInstanceCreditSpecificationsRequest {
|
|
8455
|
-
/**
|
|
8456
|
-
* @public
|
|
8457
|
-
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
8458
|
-
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
8459
|
-
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
8460
|
-
*/
|
|
8461
|
-
DryRun?: boolean;
|
|
8462
|
-
/**
|
|
8463
|
-
* @public
|
|
8464
|
-
* <p>The filters.</p>
|
|
8465
|
-
* <ul>
|
|
8466
|
-
* <li>
|
|
8467
|
-
* <p>
|
|
8468
|
-
* <code>instance-id</code> - The ID of the instance.</p>
|
|
8469
|
-
* </li>
|
|
8470
|
-
* </ul>
|
|
8471
|
-
*/
|
|
8472
|
-
Filters?: Filter[];
|
|
8473
|
-
/**
|
|
8474
|
-
* @public
|
|
8475
|
-
* <p>The instance IDs.</p>
|
|
8476
|
-
* <p>Default: Describes all your instances.</p>
|
|
8477
|
-
* <p>Constraints: Maximum 1000 explicitly specified instance IDs.</p>
|
|
8478
|
-
*/
|
|
8479
|
-
InstanceIds?: string[];
|
|
8480
|
-
/**
|
|
8481
|
-
* @public
|
|
8482
|
-
* <p>The maximum number of items to return for this request.
|
|
8483
|
-
* To get the next page of items, make another request with the token returned in the output.
|
|
8484
|
-
* For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
8485
|
-
* <p>You cannot specify this parameter and the instance IDs
|
|
8486
|
-
* parameter in the same call.</p>
|
|
8487
|
-
*/
|
|
8488
|
-
MaxResults?: number;
|
|
8489
|
-
/**
|
|
8490
|
-
* @public
|
|
8491
|
-
* <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
|
|
8492
|
-
*/
|
|
8493
|
-
NextToken?: string;
|
|
8494
|
-
}
|
|
8495
|
-
/**
|
|
8496
|
-
* @public
|
|
8497
|
-
* <p>Describes the credit option for CPU usage of a burstable performance instance. </p>
|
|
8498
|
-
*/
|
|
8499
|
-
export interface InstanceCreditSpecification {
|
|
8500
|
-
/**
|
|
8501
|
-
* @public
|
|
8502
|
-
* <p>The ID of the instance.</p>
|
|
8503
|
-
*/
|
|
8504
|
-
InstanceId?: string;
|
|
8505
|
-
/**
|
|
8506
|
-
* @public
|
|
8507
|
-
* <p>The credit option for CPU usage of the instance.</p>
|
|
8508
|
-
* <p>Valid values: <code>standard</code> | <code>unlimited</code>
|
|
8509
|
-
* </p>
|
|
8510
|
-
*/
|
|
8511
|
-
CpuCredits?: string;
|
|
8512
|
-
}
|
|
8513
|
-
/**
|
|
8514
|
-
* @public
|
|
8515
|
-
*/
|
|
8516
|
-
export interface DescribeInstanceCreditSpecificationsResult {
|
|
8517
|
-
/**
|
|
8518
|
-
* @public
|
|
8519
|
-
* <p>Information about the credit option for CPU usage of an instance.</p>
|
|
8520
|
-
*/
|
|
8521
|
-
InstanceCreditSpecifications?: InstanceCreditSpecification[];
|
|
8522
|
-
/**
|
|
8523
|
-
* @public
|
|
8524
|
-
* <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
|
|
8525
|
-
* are no more items to return.</p>
|
|
8526
|
-
*/
|
|
8527
|
-
NextToken?: string;
|
|
8528
|
-
}
|
|
8529
|
-
/**
|
|
8530
|
-
* @internal
|
|
8531
|
-
*/
|
|
8532
|
-
export declare const DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog: (obj: DeleteVerifiedAccessTrustProviderResult) => any;
|
|
8533
|
-
/**
|
|
8534
|
-
* @internal
|
|
8535
|
-
*/
|
|
8536
|
-
export declare const DescribeBundleTasksResultFilterSensitiveLog: (obj: DescribeBundleTasksResult) => any;
|
|
8537
|
-
/**
|
|
8538
|
-
* @internal
|
|
8289
|
+
* @internal
|
|
8539
8290
|
*/
|
|
8540
8291
|
export declare const DiskImageDescriptionFilterSensitiveLog: (obj: DiskImageDescription) => any;
|
|
8541
8292
|
/**
|
|
@@ -8570,15 +8321,3 @@ export declare const ImportImageTaskFilterSensitiveLog: (obj: ImportImageTask) =
|
|
|
8570
8321
|
* @internal
|
|
8571
8322
|
*/
|
|
8572
8323
|
export declare const DescribeImportImageTasksResultFilterSensitiveLog: (obj: DescribeImportImageTasksResult) => any;
|
|
8573
|
-
/**
|
|
8574
|
-
* @internal
|
|
8575
|
-
*/
|
|
8576
|
-
export declare const SnapshotTaskDetailFilterSensitiveLog: (obj: SnapshotTaskDetail) => any;
|
|
8577
|
-
/**
|
|
8578
|
-
* @internal
|
|
8579
|
-
*/
|
|
8580
|
-
export declare const ImportSnapshotTaskFilterSensitiveLog: (obj: ImportSnapshotTask) => any;
|
|
8581
|
-
/**
|
|
8582
|
-
* @internal
|
|
8583
|
-
*/
|
|
8584
|
-
export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (obj: DescribeImportSnapshotTasksResult) => any;
|