@aws-sdk/client-ec2 3.694.0 → 3.696.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/index.js +672 -54
- package/dist-es/EC2.js +12 -0
- package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
- package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
- package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_1.js +5 -0
- package/dist-es/models/models_2.js +16 -0
- package/dist-es/models/models_4.js +0 -15
- package/dist-es/models/models_5.js +25 -0
- package/dist-es/models/models_6.js +0 -4
- package/dist-es/models/models_7.js +4 -1
- package/dist-es/protocols/Aws_ec2.js +511 -32
- package/dist-types/EC2.d.ts +44 -0
- package/dist-types/EC2Client.d.ts +8 -2
- package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
- package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
- package/dist-types/commands/CopyImageCommand.d.ts +8 -7
- package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
- package/dist-types/commands/CreateImageCommand.d.ts +6 -5
- package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +10 -0
- package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +11 -0
- package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +7 -0
- package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
- package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +7 -0
- package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
- package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
- package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
- package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
- package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
- package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
- package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
- package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +4 -0
- package/dist-types/commands/DescribeInstancesCommand.d.ts +9 -0
- package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +8 -0
- package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
- package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
- package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
- package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
- package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
- package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
- package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
- package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -2
- package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +4 -0
- package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
- package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
- package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +4 -0
- package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
- package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
- package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
- package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
- package/dist-types/commands/RunInstancesCommand.d.ts +12 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +27 -23
- package/dist-types/models/models_1.d.ts +120 -116
- package/dist-types/models/models_2.d.ts +276 -143
- package/dist-types/models/models_3.d.ts +192 -409
- package/dist-types/models/models_4.d.ts +1119 -1064
- package/dist-types/models/models_5.d.ts +2975 -2932
- package/dist-types/models/models_6.d.ts +4328 -4255
- package/dist-types/models/models_7.d.ts +564 -29
- package/dist-types/protocols/Aws_ec2.d.ts +54 -0
- package/dist-types/ts3.4/EC2.d.ts +140 -0
- package/dist-types/ts3.4/EC2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_1.d.ts +24 -27
- package/dist-types/ts3.4/models/models_2.d.ts +74 -40
- package/dist-types/ts3.4/models/models_3.d.ts +48 -76
- package/dist-types/ts3.4/models/models_4.d.ts +83 -77
- package/dist-types/ts3.4/models/models_5.d.ts +117 -107
- package/dist-types/ts3.4/models/models_6.d.ts +112 -117
- package/dist-types/ts3.4/models/models_7.d.ts +137 -3
- package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
- package/package.json +37 -37
|
@@ -1,6 +1,143 @@
|
|
|
1
|
-
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer,
|
|
2
|
-
import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
-
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
|
|
1
|
+
import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AssociationStatus, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, Tag, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
|
|
2
|
+
import { _InstanceType, CapacityReservation, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, EgressOnlyInternetGateway, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, InstanceLifecycle, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LaunchTemplateAndOverridesResponse, LocalGatewayRoute, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LogDestinationType, ManagedPrefixList, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficType, TransportProtocol } from "./models_1";
|
|
3
|
+
import { FleetStateCode, GroupIdentifier, SubnetCidrReservation, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayPrefixListReference, TransitGatewayRoute, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, VpcBlockPublicAccessExclusion } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface DeleteIpamExternalResourceVerificationTokenResult {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The verification token.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteIpamPoolRequest {
|
|
18
|
+
/**
|
|
19
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
20
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
21
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DryRun?: boolean | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>The ID of the pool to delete.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
IpamPoolId: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Enables you to quickly delete an IPAM pool and all resources within that pool, including
|
|
32
|
+
* provisioned CIDRs, allocations, and other pools.</p>
|
|
33
|
+
* <important>
|
|
34
|
+
* <p>You can only use this option to delete pools in the private scope or pools in the public scope with a source resource. A source resource is a resource used to provision CIDRs to a resource planning pool.</p>
|
|
35
|
+
* </important>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Cascade?: boolean | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
export interface DeleteIpamPoolResult {
|
|
44
|
+
/**
|
|
45
|
+
* <p>Information about the results of the deletion.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
IpamPool?: IpamPool | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface DeleteIpamResourceDiscoveryRequest {
|
|
54
|
+
/**
|
|
55
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
56
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
57
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
DryRun?: boolean | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The IPAM resource discovery ID.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
IpamResourceDiscoveryId: string | undefined;
|
|
66
|
+
}
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface DeleteIpamResourceDiscoveryResult {
|
|
71
|
+
/**
|
|
72
|
+
* <p>The IPAM resource discovery.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface DeleteIpamScopeRequest {
|
|
81
|
+
/**
|
|
82
|
+
* <p>A check for whether you have the required permissions for the action without actually making the request
|
|
83
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
84
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
DryRun?: boolean | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The ID of the scope to delete.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
IpamScopeId: string | undefined;
|
|
93
|
+
}
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export interface DeleteIpamScopeResult {
|
|
98
|
+
/**
|
|
99
|
+
* <p>Information about the results of the deletion.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
IpamScope?: IpamScope | undefined;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export interface DeleteKeyPairRequest {
|
|
108
|
+
/**
|
|
109
|
+
* <p>The name of the key pair.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
KeyName?: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The ID of the key pair.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
KeyPairId?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
120
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
121
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
DryRun?: boolean | undefined;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
export interface DeleteKeyPairResult {
|
|
130
|
+
/**
|
|
131
|
+
* <p>Is <code>true</code> if the request succeeds, and an error otherwise.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
Return?: boolean | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The ID of the key pair.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
KeyPairId?: string | undefined;
|
|
140
|
+
}
|
|
4
141
|
/**
|
|
5
142
|
* @public
|
|
6
143
|
*/
|
|
@@ -1446,6 +1583,33 @@ export interface DeleteVpcRequest {
|
|
|
1446
1583
|
*/
|
|
1447
1584
|
DryRun?: boolean | undefined;
|
|
1448
1585
|
}
|
|
1586
|
+
/**
|
|
1587
|
+
* @public
|
|
1588
|
+
*/
|
|
1589
|
+
export interface DeleteVpcBlockPublicAccessExclusionRequest {
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>Checks whether you have the required permissions for the action, without actually making the request,
|
|
1592
|
+
* and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
|
|
1593
|
+
* Otherwise, it is <code>UnauthorizedOperation</code>.</p>
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
DryRun?: boolean | undefined;
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>The ID of the exclusion.</p>
|
|
1599
|
+
* @public
|
|
1600
|
+
*/
|
|
1601
|
+
ExclusionId: string | undefined;
|
|
1602
|
+
}
|
|
1603
|
+
/**
|
|
1604
|
+
* @public
|
|
1605
|
+
*/
|
|
1606
|
+
export interface DeleteVpcBlockPublicAccessExclusionResult {
|
|
1607
|
+
/**
|
|
1608
|
+
* <p>Details about an exclusion.</p>
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
|
|
1612
|
+
}
|
|
1449
1613
|
/**
|
|
1450
1614
|
* @public
|
|
1451
1615
|
*/
|
|
@@ -2685,7 +2849,8 @@ export interface DescribeBundleTasksRequest {
|
|
|
2685
2849
|
* </li>
|
|
2686
2850
|
* <li>
|
|
2687
2851
|
* <p>
|
|
2688
|
-
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2852
|
+
* <code>progress</code> - The level of task completion, as a percentage (for example,
|
|
2853
|
+
* 20%).</p>
|
|
2689
2854
|
* </li>
|
|
2690
2855
|
* <li>
|
|
2691
2856
|
* <p>
|
|
@@ -2697,12 +2862,14 @@ export interface DescribeBundleTasksRequest {
|
|
|
2697
2862
|
* </li>
|
|
2698
2863
|
* <li>
|
|
2699
2864
|
* <p>
|
|
2700
|
-
* <code>start-time</code> - The time the task started (for example,
|
|
2865
|
+
* <code>start-time</code> - The time the task started (for example,
|
|
2866
|
+
* 2013-09-15T17:15:20.000Z).</p>
|
|
2701
2867
|
* </li>
|
|
2702
2868
|
* <li>
|
|
2703
2869
|
* <p>
|
|
2704
|
-
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2705
|
-
*
|
|
2870
|
+
* <code>state</code> - The state of the task (<code>pending</code> |
|
|
2871
|
+
* <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
|
|
2872
|
+
* <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
|
|
2706
2873
|
* </li>
|
|
2707
2874
|
* <li>
|
|
2708
2875
|
* <p>
|
|
@@ -3521,7 +3688,7 @@ export interface DescribeClassicLinkInstancesRequest {
|
|
|
3521
3688
|
* </li>
|
|
3522
3689
|
* <li>
|
|
3523
3690
|
* <p>
|
|
3524
|
-
* <code>tag</code
|
|
3691
|
+
* <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.
|
|
3525
3692
|
* 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>
|
|
3526
3693
|
* </li>
|
|
3527
3694
|
* <li>
|
|
@@ -4842,7 +5009,7 @@ export interface DescribeDhcpOptionsRequest {
|
|
|
4842
5009
|
* </li>
|
|
4843
5010
|
* <li>
|
|
4844
5011
|
* <p>
|
|
4845
|
-
* <code>tag</code
|
|
5012
|
+
* <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.
|
|
4846
5013
|
* 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>
|
|
4847
5014
|
* </li>
|
|
4848
5015
|
* <li>
|
|
@@ -4902,7 +5069,7 @@ export interface DescribeEgressOnlyInternetGatewaysRequest {
|
|
|
4902
5069
|
* <ul>
|
|
4903
5070
|
* <li>
|
|
4904
5071
|
* <p>
|
|
4905
|
-
* <code>tag</code
|
|
5072
|
+
* <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.
|
|
4906
5073
|
* 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>
|
|
4907
5074
|
* </li>
|
|
4908
5075
|
* <li>
|
|
@@ -5312,14 +5479,14 @@ export declare const FastLaunchResourceType: {
|
|
|
5312
5479
|
*/
|
|
5313
5480
|
export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
|
|
5314
5481
|
/**
|
|
5315
|
-
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
5316
|
-
*
|
|
5482
|
+
* <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
|
|
5483
|
+
* fast launch enabled Windows AMI.</p>
|
|
5317
5484
|
* @public
|
|
5318
5485
|
*/
|
|
5319
5486
|
export interface FastLaunchSnapshotConfigurationResponse {
|
|
5320
5487
|
/**
|
|
5321
|
-
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
5322
|
-
*
|
|
5488
|
+
* <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
|
|
5489
|
+
* launch enabled AMI.</p>
|
|
5323
5490
|
* @public
|
|
5324
5491
|
*/
|
|
5325
5492
|
TargetResourceCount?: number | undefined;
|
|
@@ -5341,8 +5508,9 @@ export declare const FastLaunchStateCode: {
|
|
|
5341
5508
|
*/
|
|
5342
5509
|
export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
|
|
5343
5510
|
/**
|
|
5344
|
-
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
5345
|
-
*
|
|
5511
|
+
* <p>Describe details about a Windows image with Windows fast launch enabled that meets the
|
|
5512
|
+
* requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
|
|
5513
|
+
* filters.</p>
|
|
5346
5514
|
* @public
|
|
5347
5515
|
*/
|
|
5348
5516
|
export interface DescribeFastLaunchImagesSuccessItem {
|
|
@@ -5353,25 +5521,25 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
5353
5521
|
ImageId?: string | undefined;
|
|
5354
5522
|
/**
|
|
5355
5523
|
* <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
|
|
5356
|
-
*
|
|
5524
|
+
* include: <code>snapshot</code>.</p>
|
|
5357
5525
|
* @public
|
|
5358
5526
|
*/
|
|
5359
5527
|
ResourceType?: FastLaunchResourceType | undefined;
|
|
5360
5528
|
/**
|
|
5361
|
-
* <p>A group of parameters that are used for pre-provisioning the associated
|
|
5362
|
-
*
|
|
5529
|
+
* <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
|
|
5530
|
+
* snapshots.</p>
|
|
5363
5531
|
* @public
|
|
5364
5532
|
*/
|
|
5365
5533
|
SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
|
|
5366
5534
|
/**
|
|
5367
|
-
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches
|
|
5368
|
-
*
|
|
5535
|
+
* <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
|
|
5536
|
+
* instances from pre-provisioned snapshots.</p>
|
|
5369
5537
|
* @public
|
|
5370
5538
|
*/
|
|
5371
5539
|
LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
|
|
5372
5540
|
/**
|
|
5373
5541
|
* <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
|
|
5374
|
-
*
|
|
5542
|
+
* pre-provisioned snapshots for Windows fast launch.</p>
|
|
5375
5543
|
* @public
|
|
5376
5544
|
*/
|
|
5377
5545
|
MaxParallelLaunches?: number | undefined;
|
|
@@ -5401,8 +5569,8 @@ export interface DescribeFastLaunchImagesSuccessItem {
|
|
|
5401
5569
|
*/
|
|
5402
5570
|
export interface DescribeFastLaunchImagesResult {
|
|
5403
5571
|
/**
|
|
5404
|
-
* <p>A collection of details about the fast-launch enabled Windows images that meet
|
|
5405
|
-
*
|
|
5572
|
+
* <p>A collection of details about the fast-launch enabled Windows images that meet the
|
|
5573
|
+
* requested criteria.</p>
|
|
5406
5574
|
* @public
|
|
5407
5575
|
*/
|
|
5408
5576
|
FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
|
|
@@ -7403,391 +7571,6 @@ export interface DescribeHostReservationsResult {
|
|
|
7403
7571
|
*/
|
|
7404
7572
|
NextToken?: string | undefined;
|
|
7405
7573
|
}
|
|
7406
|
-
/**
|
|
7407
|
-
* @public
|
|
7408
|
-
*/
|
|
7409
|
-
export interface DescribeHostsRequest {
|
|
7410
|
-
/**
|
|
7411
|
-
* <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
|
|
7412
|
-
* launches.</p>
|
|
7413
|
-
* @public
|
|
7414
|
-
*/
|
|
7415
|
-
HostIds?: string[] | undefined;
|
|
7416
|
-
/**
|
|
7417
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
7418
|
-
* @public
|
|
7419
|
-
*/
|
|
7420
|
-
NextToken?: string | undefined;
|
|
7421
|
-
/**
|
|
7422
|
-
* <p>The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the returned <code>nextToken</code> value. This value can be between 5 and 500. If <code>maxResults</code> is given a larger value than 500, you receive an error.</p>
|
|
7423
|
-
* <p>You cannot specify this parameter and the host IDs parameter in the same
|
|
7424
|
-
* request.</p>
|
|
7425
|
-
* @public
|
|
7426
|
-
*/
|
|
7427
|
-
MaxResults?: number | undefined;
|
|
7428
|
-
/**
|
|
7429
|
-
* <p>The filters.</p>
|
|
7430
|
-
* <ul>
|
|
7431
|
-
* <li>
|
|
7432
|
-
* <p>
|
|
7433
|
-
* <code>auto-placement</code> - Whether auto-placement is enabled or disabled
|
|
7434
|
-
* (<code>on</code> | <code>off</code>).</p>
|
|
7435
|
-
* </li>
|
|
7436
|
-
* <li>
|
|
7437
|
-
* <p>
|
|
7438
|
-
* <code>availability-zone</code> - The Availability Zone of the host.</p>
|
|
7439
|
-
* </li>
|
|
7440
|
-
* <li>
|
|
7441
|
-
* <p>
|
|
7442
|
-
* <code>client-token</code> - The idempotency token that you provided when you
|
|
7443
|
-
* allocated the host.</p>
|
|
7444
|
-
* </li>
|
|
7445
|
-
* <li>
|
|
7446
|
-
* <p>
|
|
7447
|
-
* <code>host-reservation-id</code> - The ID of the reservation assigned to this
|
|
7448
|
-
* host.</p>
|
|
7449
|
-
* </li>
|
|
7450
|
-
* <li>
|
|
7451
|
-
* <p>
|
|
7452
|
-
* <code>instance-type</code> - The instance type size that the Dedicated Host is
|
|
7453
|
-
* configured to support.</p>
|
|
7454
|
-
* </li>
|
|
7455
|
-
* <li>
|
|
7456
|
-
* <p>
|
|
7457
|
-
* <code>state</code> - The allocation state of the Dedicated Host
|
|
7458
|
-
* (<code>available</code> | <code>under-assessment</code> |
|
|
7459
|
-
* <code>permanent-failure</code> | <code>released</code> |
|
|
7460
|
-
* <code>released-permanent-failure</code>).</p>
|
|
7461
|
-
* </li>
|
|
7462
|
-
* <li>
|
|
7463
|
-
* <p>
|
|
7464
|
-
* <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>
|
|
7465
|
-
* </li>
|
|
7466
|
-
* </ul>
|
|
7467
|
-
* @public
|
|
7468
|
-
*/
|
|
7469
|
-
Filter?: Filter[] | undefined;
|
|
7470
|
-
}
|
|
7471
|
-
/**
|
|
7472
|
-
* <p>Information about the number of instances that can be launched onto the Dedicated
|
|
7473
|
-
* Host.</p>
|
|
7474
|
-
* @public
|
|
7475
|
-
*/
|
|
7476
|
-
export interface InstanceCapacity {
|
|
7477
|
-
/**
|
|
7478
|
-
* <p>The number of instances that can be launched onto the Dedicated Host based on the
|
|
7479
|
-
* host's available capacity.</p>
|
|
7480
|
-
* @public
|
|
7481
|
-
*/
|
|
7482
|
-
AvailableCapacity?: number | undefined;
|
|
7483
|
-
/**
|
|
7484
|
-
* <p>The instance type supported by the Dedicated Host.</p>
|
|
7485
|
-
* @public
|
|
7486
|
-
*/
|
|
7487
|
-
InstanceType?: string | undefined;
|
|
7488
|
-
/**
|
|
7489
|
-
* <p>The total number of instances that can be launched onto the Dedicated Host if there
|
|
7490
|
-
* are no instances running on it.</p>
|
|
7491
|
-
* @public
|
|
7492
|
-
*/
|
|
7493
|
-
TotalCapacity?: number | undefined;
|
|
7494
|
-
}
|
|
7495
|
-
/**
|
|
7496
|
-
* <p>The capacity information for instances that can be launched onto the Dedicated Host.
|
|
7497
|
-
* </p>
|
|
7498
|
-
* @public
|
|
7499
|
-
*/
|
|
7500
|
-
export interface AvailableCapacity {
|
|
7501
|
-
/**
|
|
7502
|
-
* <p>The number of instances that can be launched onto the Dedicated Host depending on the
|
|
7503
|
-
* host's available capacity. For Dedicated Hosts that support multiple instance types,
|
|
7504
|
-
* this parameter represents the number of instances for each instance size that is
|
|
7505
|
-
* supported on the host.</p>
|
|
7506
|
-
* @public
|
|
7507
|
-
*/
|
|
7508
|
-
AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
|
|
7509
|
-
/**
|
|
7510
|
-
* <p>The number of vCPUs available for launching instances onto the Dedicated Host.</p>
|
|
7511
|
-
* @public
|
|
7512
|
-
*/
|
|
7513
|
-
AvailableVCpus?: number | undefined;
|
|
7514
|
-
}
|
|
7515
|
-
/**
|
|
7516
|
-
* <p>Describes the properties of a Dedicated Host.</p>
|
|
7517
|
-
* @public
|
|
7518
|
-
*/
|
|
7519
|
-
export interface HostProperties {
|
|
7520
|
-
/**
|
|
7521
|
-
* <p>The number of cores on the Dedicated Host.</p>
|
|
7522
|
-
* @public
|
|
7523
|
-
*/
|
|
7524
|
-
Cores?: number | undefined;
|
|
7525
|
-
/**
|
|
7526
|
-
* <p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>.
|
|
7527
|
-
* If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>
|
|
7528
|
-
* @public
|
|
7529
|
-
*/
|
|
7530
|
-
InstanceType?: string | undefined;
|
|
7531
|
-
/**
|
|
7532
|
-
* <p>The instance family supported by the Dedicated Host. For example,
|
|
7533
|
-
* <code>m5</code>.</p>
|
|
7534
|
-
* @public
|
|
7535
|
-
*/
|
|
7536
|
-
InstanceFamily?: string | undefined;
|
|
7537
|
-
/**
|
|
7538
|
-
* <p>The number of sockets on the Dedicated Host.</p>
|
|
7539
|
-
* @public
|
|
7540
|
-
*/
|
|
7541
|
-
Sockets?: number | undefined;
|
|
7542
|
-
/**
|
|
7543
|
-
* <p>The total number of vCPUs on the Dedicated Host.</p>
|
|
7544
|
-
* @public
|
|
7545
|
-
*/
|
|
7546
|
-
TotalVCpus?: number | undefined;
|
|
7547
|
-
}
|
|
7548
|
-
/**
|
|
7549
|
-
* <p>Describes an instance running on a Dedicated Host.</p>
|
|
7550
|
-
* @public
|
|
7551
|
-
*/
|
|
7552
|
-
export interface HostInstance {
|
|
7553
|
-
/**
|
|
7554
|
-
* <p>The ID of instance that is running on the Dedicated Host.</p>
|
|
7555
|
-
* @public
|
|
7556
|
-
*/
|
|
7557
|
-
InstanceId?: string | undefined;
|
|
7558
|
-
/**
|
|
7559
|
-
* <p>The instance type (for example, <code>m3.medium</code>) of the running
|
|
7560
|
-
* instance.</p>
|
|
7561
|
-
* @public
|
|
7562
|
-
*/
|
|
7563
|
-
InstanceType?: string | undefined;
|
|
7564
|
-
/**
|
|
7565
|
-
* <p>The ID of the Amazon Web Services account that owns the instance.</p>
|
|
7566
|
-
* @public
|
|
7567
|
-
*/
|
|
7568
|
-
OwnerId?: string | undefined;
|
|
7569
|
-
}
|
|
7570
|
-
/**
|
|
7571
|
-
* <p>Describes the properties of the Dedicated Host.</p>
|
|
7572
|
-
* @public
|
|
7573
|
-
*/
|
|
7574
|
-
export interface Host {
|
|
7575
|
-
/**
|
|
7576
|
-
* <p>Whether auto-placement is on or off.</p>
|
|
7577
|
-
* @public
|
|
7578
|
-
*/
|
|
7579
|
-
AutoPlacement?: AutoPlacement | undefined;
|
|
7580
|
-
/**
|
|
7581
|
-
* <p>The Availability Zone of the Dedicated Host.</p>
|
|
7582
|
-
* @public
|
|
7583
|
-
*/
|
|
7584
|
-
AvailabilityZone?: string | undefined;
|
|
7585
|
-
/**
|
|
7586
|
-
* <p>Information about the instances running on the Dedicated Host.</p>
|
|
7587
|
-
* @public
|
|
7588
|
-
*/
|
|
7589
|
-
AvailableCapacity?: AvailableCapacity | undefined;
|
|
7590
|
-
/**
|
|
7591
|
-
* <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
|
|
7592
|
-
* @public
|
|
7593
|
-
*/
|
|
7594
|
-
ClientToken?: string | undefined;
|
|
7595
|
-
/**
|
|
7596
|
-
* <p>The ID of the Dedicated Host.</p>
|
|
7597
|
-
* @public
|
|
7598
|
-
*/
|
|
7599
|
-
HostId?: string | undefined;
|
|
7600
|
-
/**
|
|
7601
|
-
* <p>The hardware specifications of the Dedicated Host.</p>
|
|
7602
|
-
* @public
|
|
7603
|
-
*/
|
|
7604
|
-
HostProperties?: HostProperties | undefined;
|
|
7605
|
-
/**
|
|
7606
|
-
* <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if
|
|
7607
|
-
* the Dedicated Host doesn't have an associated reservation.</p>
|
|
7608
|
-
* @public
|
|
7609
|
-
*/
|
|
7610
|
-
HostReservationId?: string | undefined;
|
|
7611
|
-
/**
|
|
7612
|
-
* <p>The IDs and instance type that are currently running on the Dedicated Host.</p>
|
|
7613
|
-
* @public
|
|
7614
|
-
*/
|
|
7615
|
-
Instances?: HostInstance[] | undefined;
|
|
7616
|
-
/**
|
|
7617
|
-
* <p>The Dedicated Host's state.</p>
|
|
7618
|
-
* @public
|
|
7619
|
-
*/
|
|
7620
|
-
State?: AllocationState | undefined;
|
|
7621
|
-
/**
|
|
7622
|
-
* <p>The time that the Dedicated Host was allocated.</p>
|
|
7623
|
-
* @public
|
|
7624
|
-
*/
|
|
7625
|
-
AllocationTime?: Date | undefined;
|
|
7626
|
-
/**
|
|
7627
|
-
* <p>The time that the Dedicated Host was released.</p>
|
|
7628
|
-
* @public
|
|
7629
|
-
*/
|
|
7630
|
-
ReleaseTime?: Date | undefined;
|
|
7631
|
-
/**
|
|
7632
|
-
* <p>Any tags assigned to the Dedicated Host.</p>
|
|
7633
|
-
* @public
|
|
7634
|
-
*/
|
|
7635
|
-
Tags?: Tag[] | undefined;
|
|
7636
|
-
/**
|
|
7637
|
-
* <p>Indicates whether host recovery is enabled or disabled for the Dedicated Host.</p>
|
|
7638
|
-
* @public
|
|
7639
|
-
*/
|
|
7640
|
-
HostRecovery?: HostRecovery | undefined;
|
|
7641
|
-
/**
|
|
7642
|
-
* <p>Indicates whether the Dedicated Host supports multiple instance types of the same
|
|
7643
|
-
* instance family. If the value is <code>on</code>, the Dedicated Host supports multiple
|
|
7644
|
-
* instance types in the instance family. If the value is <code>off</code>, the Dedicated
|
|
7645
|
-
* Host supports a single instance type only.</p>
|
|
7646
|
-
* @public
|
|
7647
|
-
*/
|
|
7648
|
-
AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
|
|
7649
|
-
/**
|
|
7650
|
-
* <p>The ID of the Amazon Web Services account that owns the Dedicated Host.</p>
|
|
7651
|
-
* @public
|
|
7652
|
-
*/
|
|
7653
|
-
OwnerId?: string | undefined;
|
|
7654
|
-
/**
|
|
7655
|
-
* <p>The ID of the Availability Zone in which the Dedicated Host is allocated.</p>
|
|
7656
|
-
* @public
|
|
7657
|
-
*/
|
|
7658
|
-
AvailabilityZoneId?: string | undefined;
|
|
7659
|
-
/**
|
|
7660
|
-
* <p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the
|
|
7661
|
-
* host is in a host resource group; otherwise, it is not.</p>
|
|
7662
|
-
* @public
|
|
7663
|
-
*/
|
|
7664
|
-
MemberOfServiceLinkedResourceGroup?: boolean | undefined;
|
|
7665
|
-
/**
|
|
7666
|
-
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the
|
|
7667
|
-
* Dedicated Host is allocated.</p>
|
|
7668
|
-
* @public
|
|
7669
|
-
*/
|
|
7670
|
-
OutpostArn?: string | undefined;
|
|
7671
|
-
/**
|
|
7672
|
-
* <p>Indicates whether host maintenance is enabled or disabled for the Dedicated
|
|
7673
|
-
* Host.</p>
|
|
7674
|
-
* @public
|
|
7675
|
-
*/
|
|
7676
|
-
HostMaintenance?: HostMaintenance | undefined;
|
|
7677
|
-
/**
|
|
7678
|
-
* <p>The ID of the Outpost hardware asset on which the Dedicated Host is allocated.</p>
|
|
7679
|
-
* @public
|
|
7680
|
-
*/
|
|
7681
|
-
AssetId?: string | undefined;
|
|
7682
|
-
}
|
|
7683
|
-
/**
|
|
7684
|
-
* @public
|
|
7685
|
-
*/
|
|
7686
|
-
export interface DescribeHostsResult {
|
|
7687
|
-
/**
|
|
7688
|
-
* <p>Information about the Dedicated Hosts.</p>
|
|
7689
|
-
* @public
|
|
7690
|
-
*/
|
|
7691
|
-
Hosts?: Host[] | undefined;
|
|
7692
|
-
/**
|
|
7693
|
-
* <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>
|
|
7694
|
-
* @public
|
|
7695
|
-
*/
|
|
7696
|
-
NextToken?: string | undefined;
|
|
7697
|
-
}
|
|
7698
|
-
/**
|
|
7699
|
-
* @public
|
|
7700
|
-
*/
|
|
7701
|
-
export interface DescribeIamInstanceProfileAssociationsRequest {
|
|
7702
|
-
/**
|
|
7703
|
-
* <p>The IAM instance profile associations.</p>
|
|
7704
|
-
* @public
|
|
7705
|
-
*/
|
|
7706
|
-
AssociationIds?: string[] | undefined;
|
|
7707
|
-
/**
|
|
7708
|
-
* <p>The filters.</p>
|
|
7709
|
-
* <ul>
|
|
7710
|
-
* <li>
|
|
7711
|
-
* <p>
|
|
7712
|
-
* <code>instance-id</code> - The ID of the instance.</p>
|
|
7713
|
-
* </li>
|
|
7714
|
-
* <li>
|
|
7715
|
-
* <p>
|
|
7716
|
-
* <code>state</code> - The state of the association (<code>associating</code> |
|
|
7717
|
-
* <code>associated</code> | <code>disassociating</code>).</p>
|
|
7718
|
-
* </li>
|
|
7719
|
-
* </ul>
|
|
7720
|
-
* @public
|
|
7721
|
-
*/
|
|
7722
|
-
Filters?: Filter[] | undefined;
|
|
7723
|
-
/**
|
|
7724
|
-
* <p>The maximum number of items to return for this request. To get the next page of
|
|
7725
|
-
* items, make another request with the token returned in the output. For more information,
|
|
7726
|
-
* see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
|
|
7727
|
-
* @public
|
|
7728
|
-
*/
|
|
7729
|
-
MaxResults?: number | undefined;
|
|
7730
|
-
/**
|
|
7731
|
-
* <p>The token returned from a previous paginated request.
|
|
7732
|
-
* Pagination continues from the end of the items returned by the previous request.</p>
|
|
7733
|
-
* @public
|
|
7734
|
-
*/
|
|
7735
|
-
NextToken?: string | undefined;
|
|
7736
|
-
}
|
|
7737
|
-
/**
|
|
7738
|
-
* @public
|
|
7739
|
-
*/
|
|
7740
|
-
export interface DescribeIamInstanceProfileAssociationsResult {
|
|
7741
|
-
/**
|
|
7742
|
-
* <p>Information about the IAM instance profile associations.</p>
|
|
7743
|
-
* @public
|
|
7744
|
-
*/
|
|
7745
|
-
IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
|
|
7746
|
-
/**
|
|
7747
|
-
* <p>The token to include in another request to get the next page of items.
|
|
7748
|
-
* This value is <code>null</code> when there are no more items to return.</p>
|
|
7749
|
-
* @public
|
|
7750
|
-
*/
|
|
7751
|
-
NextToken?: string | undefined;
|
|
7752
|
-
}
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
*/
|
|
7756
|
-
export interface DescribeIdentityIdFormatRequest {
|
|
7757
|
-
/**
|
|
7758
|
-
* <p>The type of resource: <code>bundle</code> |
|
|
7759
|
-
* <code>conversion-task</code> | <code>customer-gateway</code> | <code>dhcp-options</code> |
|
|
7760
|
-
* <code>elastic-ip-allocation</code> | <code>elastic-ip-association</code> |
|
|
7761
|
-
* <code>export-task</code> | <code>flow-log</code> | <code>image</code> |
|
|
7762
|
-
* <code>import-task</code> | <code>instance</code> | <code>internet-gateway</code> |
|
|
7763
|
-
* <code>network-acl</code> | <code>network-acl-association</code> |
|
|
7764
|
-
* <code>network-interface</code> | <code>network-interface-attachment</code> |
|
|
7765
|
-
* <code>prefix-list</code> | <code>reservation</code> | <code>route-table</code> |
|
|
7766
|
-
* <code>route-table-association</code> | <code>security-group</code> |
|
|
7767
|
-
* <code>snapshot</code> | <code>subnet</code> |
|
|
7768
|
-
* <code>subnet-cidr-block-association</code> | <code>volume</code> | <code>vpc</code>
|
|
7769
|
-
* | <code>vpc-cidr-block-association</code> | <code>vpc-endpoint</code> |
|
|
7770
|
-
* <code>vpc-peering-connection</code> | <code>vpn-connection</code> | <code>vpn-gateway</code>
|
|
7771
|
-
* </p>
|
|
7772
|
-
* @public
|
|
7773
|
-
*/
|
|
7774
|
-
Resource?: string | undefined;
|
|
7775
|
-
/**
|
|
7776
|
-
* <p>The ARN of the principal, which can be an IAM role, IAM user, or the root user.</p>
|
|
7777
|
-
* @public
|
|
7778
|
-
*/
|
|
7779
|
-
PrincipalArn: string | undefined;
|
|
7780
|
-
}
|
|
7781
|
-
/**
|
|
7782
|
-
* @public
|
|
7783
|
-
*/
|
|
7784
|
-
export interface DescribeIdentityIdFormatResult {
|
|
7785
|
-
/**
|
|
7786
|
-
* <p>Information about the ID format for the resources.</p>
|
|
7787
|
-
* @public
|
|
7788
|
-
*/
|
|
7789
|
-
Statuses?: IdFormat[] | undefined;
|
|
7790
|
-
}
|
|
7791
7574
|
/**
|
|
7792
7575
|
* @internal
|
|
7793
7576
|
*/
|