@aws-sdk/client-ec2 3.695.0 → 3.697.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.
Files changed (162) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +730 -57
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateVpcBlockPublicAccessExclusionCommand.js +22 -0
  5. package/dist-es/commands/DeleteVpcBlockPublicAccessExclusionCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcBlockPublicAccessExclusionsCommand.js +22 -0
  7. package/dist-es/commands/DescribeVpcBlockPublicAccessOptionsCommand.js +22 -0
  8. package/dist-es/commands/ModifyVpcBlockPublicAccessExclusionCommand.js +22 -0
  9. package/dist-es/commands/ModifyVpcBlockPublicAccessOptionsCommand.js +22 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/models_1.js +7 -4
  12. package/dist-es/models/models_2.js +20 -0
  13. package/dist-es/models/models_3.js +0 -6
  14. package/dist-es/models/models_4.js +6 -15
  15. package/dist-es/models/models_5.js +25 -0
  16. package/dist-es/protocols/Aws_ec2.js +563 -28
  17. package/dist-types/EC2.d.ts +44 -0
  18. package/dist-types/EC2Client.d.ts +8 -2
  19. package/dist-types/commands/BundleInstanceCommand.d.ts +4 -2
  20. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +3 -4
  21. package/dist-types/commands/CopyImageCommand.d.ts +8 -7
  22. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +3 -0
  23. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +3 -0
  24. package/dist-types/commands/CreateFleetCommand.d.ts +30 -3
  25. package/dist-types/commands/CreateImageCommand.d.ts +6 -5
  26. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +11 -2
  27. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +22 -4
  28. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -1
  29. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -2
  31. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateSubnetCommand.d.ts +3 -0
  34. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +100 -0
  35. package/dist-types/commands/CreateVpcCommand.d.ts +3 -0
  36. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  39. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  40. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  42. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  43. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +87 -0
  44. package/dist-types/commands/DeregisterImageCommand.d.ts +11 -11
  45. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +6 -4
  46. package/dist-types/commands/DescribeFleetsCommand.d.ts +30 -3
  47. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -1
  48. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  51. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +4 -4
  52. package/dist-types/commands/DescribeImagesCommand.d.ts +8 -7
  53. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  54. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +11 -2
  55. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  56. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  57. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  58. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -2
  59. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -1
  60. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +20 -2
  61. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeSubnetsCommand.d.ts +3 -0
  63. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +78 -0
  65. package/dist-types/commands/DescribeVpcsCommand.d.ts +3 -0
  66. package/dist-types/commands/DisableFastLaunchCommand.d.ts +6 -4
  67. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +2 -2
  68. package/dist-types/commands/EnableFastLaunchCommand.d.ts +8 -7
  69. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -1
  70. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  72. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  73. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  74. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  75. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  76. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  77. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -2
  78. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +10 -1
  79. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +11 -2
  80. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +10 -1
  81. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -2
  82. package/dist-types/commands/ModifyFleetCommand.d.ts +10 -1
  83. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +7 -5
  84. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -2
  85. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +10 -1
  86. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -1
  87. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  90. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  91. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  92. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  93. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  94. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +88 -0
  95. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +79 -0
  96. package/dist-types/commands/RegisterImageCommand.d.ts +6 -7
  97. package/dist-types/commands/RequestSpotFleetCommand.d.ts +20 -2
  98. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -1
  99. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  100. package/dist-types/commands/index.d.ts +6 -0
  101. package/dist-types/models/models_0.d.ts +27 -23
  102. package/dist-types/models/models_1.d.ts +310 -277
  103. package/dist-types/models/models_2.d.ts +417 -219
  104. package/dist-types/models/models_3.d.ts +268 -589
  105. package/dist-types/models/models_4.d.ts +6951 -7048
  106. package/dist-types/models/models_5.d.ts +3709 -3519
  107. package/dist-types/models/models_6.d.ts +4429 -4255
  108. package/dist-types/models/models_7.d.ts +624 -29
  109. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  110. package/dist-types/ts3.4/EC2.d.ts +140 -0
  111. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  112. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -4
  113. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +4 -2
  115. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  116. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -4
  117. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -4
  125. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +4 -2
  132. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +51 -0
  134. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  135. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -4
  136. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +4 -2
  143. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -4
  144. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  146. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +51 -0
  153. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  154. package/dist-types/ts3.4/models/models_1.d.ts +34 -60
  155. package/dist-types/ts3.4/models/models_2.d.ts +102 -57
  156. package/dist-types/ts3.4/models/models_3.d.ts +64 -117
  157. package/dist-types/ts3.4/models/models_4.d.ts +119 -113
  158. package/dist-types/ts3.4/models/models_5.d.ts +152 -141
  159. package/dist-types/ts3.4/models/models_6.d.ts +139 -138
  160. package/dist-types/ts3.4/models/models_7.d.ts +158 -3
  161. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  162. package/package.json +37 -37
@@ -1,6 +1,219 @@
1
- import { AccountAttribute, AccountAttributeName, ActiveInstance, Address, AddressAttribute, AddressAttributeName, AddressTransfer, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AutoPlacement, BundleTask, ByoipCidr, CapacityReservationFleetState, CapacityReservationTenancy, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, 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, 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, InstanceEventWindowState, 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, Ipam, 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
+ * <p>The state of the event window.</p>
6
+ * @public
7
+ */
8
+ export interface InstanceEventWindowStateChange {
9
+ /**
10
+ * <p>The ID of the event window.</p>
11
+ * @public
12
+ */
13
+ InstanceEventWindowId?: string | undefined;
14
+ /**
15
+ * <p>The current state of the event window.</p>
16
+ * @public
17
+ */
18
+ State?: InstanceEventWindowState | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface DeleteInstanceEventWindowResult {
24
+ /**
25
+ * <p>The state of the event window.</p>
26
+ * @public
27
+ */
28
+ InstanceEventWindowState?: InstanceEventWindowStateChange | undefined;
29
+ }
30
+ /**
31
+ * @public
32
+ */
33
+ export interface DeleteInternetGatewayRequest {
34
+ /**
35
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
36
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
37
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
38
+ * @public
39
+ */
40
+ DryRun?: boolean | undefined;
41
+ /**
42
+ * <p>The ID of the internet gateway.</p>
43
+ * @public
44
+ */
45
+ InternetGatewayId: string | undefined;
46
+ }
47
+ /**
48
+ * @public
49
+ */
50
+ export interface DeleteIpamRequest {
51
+ /**
52
+ * <p>A check for whether you have the required permissions for the action without actually making the request
53
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
54
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
55
+ * @public
56
+ */
57
+ DryRun?: boolean | undefined;
58
+ /**
59
+ * <p>The ID of the IPAM to delete.</p>
60
+ * @public
61
+ */
62
+ IpamId: string | undefined;
63
+ /**
64
+ * <p>Enables you to quickly delete an IPAM, private scopes, pools in private scopes, and
65
+ * any allocations in the pools in private scopes. You cannot delete the IPAM with this option if there is a pool in your public scope. If you use this option, IPAM does the following:</p>
66
+ * <ul>
67
+ * <li>
68
+ * <p>Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools in private scopes.</p>
69
+ * <note>
70
+ * <p>No VPC resources are deleted as a result of enabling this option. The CIDR associated with the resource will no longer be allocated from an IPAM pool, but the CIDR itself will remain unchanged.</p>
71
+ * </note>
72
+ * </li>
73
+ * <li>
74
+ * <p>Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes.</p>
75
+ * </li>
76
+ * <li>
77
+ * <p>Deletes all IPAM pools in private scopes.</p>
78
+ * </li>
79
+ * <li>
80
+ * <p>Deletes all non-default private scopes in the IPAM.</p>
81
+ * </li>
82
+ * <li>
83
+ * <p>Deletes the default public and private scopes and the IPAM.</p>
84
+ * </li>
85
+ * </ul>
86
+ * @public
87
+ */
88
+ Cascade?: boolean | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface DeleteIpamResult {
94
+ /**
95
+ * <p>Information about the results of the deletion.</p>
96
+ * @public
97
+ */
98
+ Ipam?: Ipam | undefined;
99
+ }
100
+ /**
101
+ * @public
102
+ */
103
+ export interface DeleteIpamExternalResourceVerificationTokenRequest {
104
+ /**
105
+ * <p>A check for whether you have the required permissions for the action without actually making the request
106
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
107
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
108
+ * @public
109
+ */
110
+ DryRun?: boolean | undefined;
111
+ /**
112
+ * <p>The token ID.</p>
113
+ * @public
114
+ */
115
+ IpamExternalResourceVerificationTokenId: string | undefined;
116
+ }
117
+ /**
118
+ * @public
119
+ */
120
+ export interface DeleteIpamExternalResourceVerificationTokenResult {
121
+ /**
122
+ * <p>The verification token.</p>
123
+ * @public
124
+ */
125
+ IpamExternalResourceVerificationToken?: IpamExternalResourceVerificationToken | undefined;
126
+ }
127
+ /**
128
+ * @public
129
+ */
130
+ export interface DeleteIpamPoolRequest {
131
+ /**
132
+ * <p>A check for whether you have the required permissions for the action without actually making the request
133
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
134
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
135
+ * @public
136
+ */
137
+ DryRun?: boolean | undefined;
138
+ /**
139
+ * <p>The ID of the pool to delete.</p>
140
+ * @public
141
+ */
142
+ IpamPoolId: string | undefined;
143
+ /**
144
+ * <p>Enables you to quickly delete an IPAM pool and all resources within that pool, including
145
+ * provisioned CIDRs, allocations, and other pools.</p>
146
+ * <important>
147
+ * <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>
148
+ * </important>
149
+ * @public
150
+ */
151
+ Cascade?: boolean | undefined;
152
+ }
153
+ /**
154
+ * @public
155
+ */
156
+ export interface DeleteIpamPoolResult {
157
+ /**
158
+ * <p>Information about the results of the deletion.</p>
159
+ * @public
160
+ */
161
+ IpamPool?: IpamPool | undefined;
162
+ }
163
+ /**
164
+ * @public
165
+ */
166
+ export interface DeleteIpamResourceDiscoveryRequest {
167
+ /**
168
+ * <p>A check for whether you have the required permissions for the action without actually making the request
169
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
170
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
171
+ * @public
172
+ */
173
+ DryRun?: boolean | undefined;
174
+ /**
175
+ * <p>The IPAM resource discovery ID.</p>
176
+ * @public
177
+ */
178
+ IpamResourceDiscoveryId: string | undefined;
179
+ }
180
+ /**
181
+ * @public
182
+ */
183
+ export interface DeleteIpamResourceDiscoveryResult {
184
+ /**
185
+ * <p>The IPAM resource discovery.</p>
186
+ * @public
187
+ */
188
+ IpamResourceDiscovery?: IpamResourceDiscovery | undefined;
189
+ }
190
+ /**
191
+ * @public
192
+ */
193
+ export interface DeleteIpamScopeRequest {
194
+ /**
195
+ * <p>A check for whether you have the required permissions for the action without actually making the request
196
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
197
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
198
+ * @public
199
+ */
200
+ DryRun?: boolean | undefined;
201
+ /**
202
+ * <p>The ID of the scope to delete.</p>
203
+ * @public
204
+ */
205
+ IpamScopeId: string | undefined;
206
+ }
207
+ /**
208
+ * @public
209
+ */
210
+ export interface DeleteIpamScopeResult {
211
+ /**
212
+ * <p>Information about the results of the deletion.</p>
213
+ * @public
214
+ */
215
+ IpamScope?: IpamScope | undefined;
216
+ }
4
217
  /**
5
218
  * @public
6
219
  */
@@ -1483,6 +1696,33 @@ export interface DeleteVpcRequest {
1483
1696
  */
1484
1697
  DryRun?: boolean | undefined;
1485
1698
  }
1699
+ /**
1700
+ * @public
1701
+ */
1702
+ export interface DeleteVpcBlockPublicAccessExclusionRequest {
1703
+ /**
1704
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1705
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1706
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1707
+ * @public
1708
+ */
1709
+ DryRun?: boolean | undefined;
1710
+ /**
1711
+ * <p>The ID of the exclusion.</p>
1712
+ * @public
1713
+ */
1714
+ ExclusionId: string | undefined;
1715
+ }
1716
+ /**
1717
+ * @public
1718
+ */
1719
+ export interface DeleteVpcBlockPublicAccessExclusionResult {
1720
+ /**
1721
+ * <p>Details about an exclusion.</p>
1722
+ * @public
1723
+ */
1724
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
1725
+ }
1486
1726
  /**
1487
1727
  * @public
1488
1728
  */
@@ -2722,7 +2962,8 @@ export interface DescribeBundleTasksRequest {
2722
2962
  * </li>
2723
2963
  * <li>
2724
2964
  * <p>
2725
- * <code>progress</code> - The level of task completion, as a percentage (for example, 20%).</p>
2965
+ * <code>progress</code> - The level of task completion, as a percentage (for example,
2966
+ * 20%).</p>
2726
2967
  * </li>
2727
2968
  * <li>
2728
2969
  * <p>
@@ -2734,12 +2975,14 @@ export interface DescribeBundleTasksRequest {
2734
2975
  * </li>
2735
2976
  * <li>
2736
2977
  * <p>
2737
- * <code>start-time</code> - The time the task started (for example, 2013-09-15T17:15:20.000Z).</p>
2978
+ * <code>start-time</code> - The time the task started (for example,
2979
+ * 2013-09-15T17:15:20.000Z).</p>
2738
2980
  * </li>
2739
2981
  * <li>
2740
2982
  * <p>
2741
- * <code>state</code> - The state of the task (<code>pending</code> | <code>waiting-for-shutdown</code> | <code>bundling</code> |
2742
- * <code>storing</code> | <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
2983
+ * <code>state</code> - The state of the task (<code>pending</code> |
2984
+ * <code>waiting-for-shutdown</code> | <code>bundling</code> | <code>storing</code> |
2985
+ * <code>cancelling</code> | <code>complete</code> | <code>failed</code>).</p>
2743
2986
  * </li>
2744
2987
  * <li>
2745
2988
  * <p>
@@ -3558,7 +3801,7 @@ export interface DescribeClassicLinkInstancesRequest {
3558
3801
  * </li>
3559
3802
  * <li>
3560
3803
  * <p>
3561
- * <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.
3804
+ * <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.
3562
3805
  * 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>
3563
3806
  * </li>
3564
3807
  * <li>
@@ -4879,7 +5122,7 @@ export interface DescribeDhcpOptionsRequest {
4879
5122
  * </li>
4880
5123
  * <li>
4881
5124
  * <p>
4882
- * <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.
5125
+ * <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.
4883
5126
  * 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>
4884
5127
  * </li>
4885
5128
  * <li>
@@ -4939,7 +5182,7 @@ export interface DescribeEgressOnlyInternetGatewaysRequest {
4939
5182
  * <ul>
4940
5183
  * <li>
4941
5184
  * <p>
4942
- * <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.
5185
+ * <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.
4943
5186
  * 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>
4944
5187
  * </li>
4945
5188
  * <li>
@@ -5349,14 +5592,14 @@ export declare const FastLaunchResourceType: {
5349
5592
  */
5350
5593
  export type FastLaunchResourceType = (typeof FastLaunchResourceType)[keyof typeof FastLaunchResourceType];
5351
5594
  /**
5352
- * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows fast launch
5353
- * enabled Windows AMI.</p>
5595
+ * <p>Configuration settings for creating and managing pre-provisioned snapshots for a Windows
5596
+ * fast launch enabled Windows AMI.</p>
5354
5597
  * @public
5355
5598
  */
5356
5599
  export interface FastLaunchSnapshotConfigurationResponse {
5357
5600
  /**
5358
- * <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast launch
5359
- * enabled AMI.</p>
5601
+ * <p>The number of pre-provisioned snapshots requested to keep on hand for a Windows fast
5602
+ * launch enabled AMI.</p>
5360
5603
  * @public
5361
5604
  */
5362
5605
  TargetResourceCount?: number | undefined;
@@ -5378,8 +5621,9 @@ export declare const FastLaunchStateCode: {
5378
5621
  */
5379
5622
  export type FastLaunchStateCode = (typeof FastLaunchStateCode)[keyof typeof FastLaunchStateCode];
5380
5623
  /**
5381
- * <p>Describe details about a Windows image with Windows fast launch enabled that meets the requested
5382
- * criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action filters.</p>
5624
+ * <p>Describe details about a Windows image with Windows fast launch enabled that meets the
5625
+ * requested criteria. Criteria are defined by the <code>DescribeFastLaunchImages</code> action
5626
+ * filters.</p>
5383
5627
  * @public
5384
5628
  */
5385
5629
  export interface DescribeFastLaunchImagesSuccessItem {
@@ -5390,25 +5634,25 @@ export interface DescribeFastLaunchImagesSuccessItem {
5390
5634
  ImageId?: string | undefined;
5391
5635
  /**
5392
5636
  * <p>The resource type that Amazon EC2 uses for pre-provisioning the Windows AMI. Supported values
5393
- * include: <code>snapshot</code>.</p>
5637
+ * include: <code>snapshot</code>.</p>
5394
5638
  * @public
5395
5639
  */
5396
5640
  ResourceType?: FastLaunchResourceType | undefined;
5397
5641
  /**
5398
- * <p>A group of parameters that are used for pre-provisioning the associated
5399
- * Windows AMI using snapshots.</p>
5642
+ * <p>A group of parameters that are used for pre-provisioning the associated Windows AMI using
5643
+ * snapshots.</p>
5400
5644
  * @public
5401
5645
  */
5402
5646
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse | undefined;
5403
5647
  /**
5404
- * <p>The launch template that the Windows fast launch enabled AMI uses when it launches
5405
- * Windows instances from pre-provisioned snapshots.</p>
5648
+ * <p>The launch template that the Windows fast launch enabled AMI uses when it launches Windows
5649
+ * instances from pre-provisioned snapshots.</p>
5406
5650
  * @public
5407
5651
  */
5408
5652
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse | undefined;
5409
5653
  /**
5410
5654
  * <p>The maximum number of instances that Amazon EC2 can launch at the same time to create
5411
- * pre-provisioned snapshots for Windows fast launch.</p>
5655
+ * pre-provisioned snapshots for Windows fast launch.</p>
5412
5656
  * @public
5413
5657
  */
5414
5658
  MaxParallelLaunches?: number | undefined;
@@ -5438,8 +5682,8 @@ export interface DescribeFastLaunchImagesSuccessItem {
5438
5682
  */
5439
5683
  export interface DescribeFastLaunchImagesResult {
5440
5684
  /**
5441
- * <p>A collection of details about the fast-launch enabled Windows images that meet
5442
- * the requested criteria.</p>
5685
+ * <p>A collection of details about the fast-launch enabled Windows images that meet the
5686
+ * requested criteria.</p>
5443
5687
  * @public
5444
5688
  */
5445
5689
  FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[] | undefined;
@@ -7222,571 +7466,6 @@ export declare const PaymentOption: {
7222
7466
  * @public
7223
7467
  */
7224
7468
  export type PaymentOption = (typeof PaymentOption)[keyof typeof PaymentOption];
7225
- /**
7226
- * <p>Details about the Dedicated Host Reservation offering.</p>
7227
- * @public
7228
- */
7229
- export interface HostOffering {
7230
- /**
7231
- * <p>The currency of the offering.</p>
7232
- * @public
7233
- */
7234
- CurrencyCode?: CurrencyCodeValues | undefined;
7235
- /**
7236
- * <p>The duration of the offering (in seconds).</p>
7237
- * @public
7238
- */
7239
- Duration?: number | undefined;
7240
- /**
7241
- * <p>The hourly price of the offering.</p>
7242
- * @public
7243
- */
7244
- HourlyPrice?: string | undefined;
7245
- /**
7246
- * <p>The instance family of the offering.</p>
7247
- * @public
7248
- */
7249
- InstanceFamily?: string | undefined;
7250
- /**
7251
- * <p>The ID of the offering.</p>
7252
- * @public
7253
- */
7254
- OfferingId?: string | undefined;
7255
- /**
7256
- * <p>The available payment option.</p>
7257
- * @public
7258
- */
7259
- PaymentOption?: PaymentOption | undefined;
7260
- /**
7261
- * <p>The upfront price of the offering. Does not apply to No Upfront offerings.</p>
7262
- * @public
7263
- */
7264
- UpfrontPrice?: string | undefined;
7265
- }
7266
- /**
7267
- * @public
7268
- */
7269
- export interface DescribeHostReservationOfferingsResult {
7270
- /**
7271
- * <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>
7272
- * @public
7273
- */
7274
- NextToken?: string | undefined;
7275
- /**
7276
- * <p>Information about the offerings.</p>
7277
- * @public
7278
- */
7279
- OfferingSet?: HostOffering[] | undefined;
7280
- }
7281
- /**
7282
- * @public
7283
- */
7284
- export interface DescribeHostReservationsRequest {
7285
- /**
7286
- * <p>The filters.</p>
7287
- * <ul>
7288
- * <li>
7289
- * <p>
7290
- * <code>instance-family</code> - The instance family (for example,
7291
- * <code>m4</code>).</p>
7292
- * </li>
7293
- * <li>
7294
- * <p>
7295
- * <code>payment-option</code> - The payment option (<code>NoUpfront</code> |
7296
- * <code>PartialUpfront</code> | <code>AllUpfront</code>).</p>
7297
- * </li>
7298
- * <li>
7299
- * <p>
7300
- * <code>state</code> - The state of the reservation (<code>payment-pending</code>
7301
- * | <code>payment-failed</code> | <code>active</code> |
7302
- * <code>retired</code>).</p>
7303
- * </li>
7304
- * <li>
7305
- * <p>
7306
- * <code>tag:<key></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.
7307
- * 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>
7308
- * </li>
7309
- * <li>
7310
- * <p>
7311
- * <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>
7312
- * </li>
7313
- * </ul>
7314
- * @public
7315
- */
7316
- Filter?: Filter[] | undefined;
7317
- /**
7318
- * <p>The host reservation IDs.</p>
7319
- * @public
7320
- */
7321
- HostReservationIdSet?: string[] | undefined;
7322
- /**
7323
- * <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>
7324
- * @public
7325
- */
7326
- MaxResults?: number | undefined;
7327
- /**
7328
- * <p>The token to use to retrieve the next page of results.</p>
7329
- * @public
7330
- */
7331
- NextToken?: string | undefined;
7332
- }
7333
- /**
7334
- * @public
7335
- * @enum
7336
- */
7337
- export declare const ReservationState: {
7338
- readonly ACTIVE: "active";
7339
- readonly PAYMENT_FAILED: "payment-failed";
7340
- readonly PAYMENT_PENDING: "payment-pending";
7341
- readonly RETIRED: "retired";
7342
- };
7343
- /**
7344
- * @public
7345
- */
7346
- export type ReservationState = (typeof ReservationState)[keyof typeof ReservationState];
7347
- /**
7348
- * <p>Details about the Dedicated Host Reservation and associated Dedicated Hosts.</p>
7349
- * @public
7350
- */
7351
- export interface HostReservation {
7352
- /**
7353
- * <p>The number of Dedicated Hosts the reservation is associated with.</p>
7354
- * @public
7355
- */
7356
- Count?: number | undefined;
7357
- /**
7358
- * <p>The currency in which the <code>upfrontPrice</code> and <code>hourlyPrice</code>
7359
- * amounts are specified. At this time, the only supported currency is
7360
- * <code>USD</code>.</p>
7361
- * @public
7362
- */
7363
- CurrencyCode?: CurrencyCodeValues | undefined;
7364
- /**
7365
- * <p>The length of the reservation's term, specified in seconds. Can be <code>31536000 (1
7366
- * year)</code> | <code>94608000 (3 years)</code>.</p>
7367
- * @public
7368
- */
7369
- Duration?: number | undefined;
7370
- /**
7371
- * <p>The date and time that the reservation ends.</p>
7372
- * @public
7373
- */
7374
- End?: Date | undefined;
7375
- /**
7376
- * <p>The IDs of the Dedicated Hosts associated with the reservation.</p>
7377
- * @public
7378
- */
7379
- HostIdSet?: string[] | undefined;
7380
- /**
7381
- * <p>The ID of the reservation that specifies the associated Dedicated Hosts.</p>
7382
- * @public
7383
- */
7384
- HostReservationId?: string | undefined;
7385
- /**
7386
- * <p>The hourly price of the reservation.</p>
7387
- * @public
7388
- */
7389
- HourlyPrice?: string | undefined;
7390
- /**
7391
- * <p>The instance family of the Dedicated Host Reservation. The instance family on the
7392
- * Dedicated Host must be the same in order for it to benefit from the reservation.</p>
7393
- * @public
7394
- */
7395
- InstanceFamily?: string | undefined;
7396
- /**
7397
- * <p>The ID of the reservation. This remains the same regardless of which Dedicated Hosts
7398
- * are associated with it.</p>
7399
- * @public
7400
- */
7401
- OfferingId?: string | undefined;
7402
- /**
7403
- * <p>The payment option selected for this reservation.</p>
7404
- * @public
7405
- */
7406
- PaymentOption?: PaymentOption | undefined;
7407
- /**
7408
- * <p>The date and time that the reservation started.</p>
7409
- * @public
7410
- */
7411
- Start?: Date | undefined;
7412
- /**
7413
- * <p>The state of the reservation.</p>
7414
- * @public
7415
- */
7416
- State?: ReservationState | undefined;
7417
- /**
7418
- * <p>The upfront price of the reservation.</p>
7419
- * @public
7420
- */
7421
- UpfrontPrice?: string | undefined;
7422
- /**
7423
- * <p>Any tags assigned to the Dedicated Host Reservation.</p>
7424
- * @public
7425
- */
7426
- Tags?: Tag[] | undefined;
7427
- }
7428
- /**
7429
- * @public
7430
- */
7431
- export interface DescribeHostReservationsResult {
7432
- /**
7433
- * <p>Details about the reservation's configuration.</p>
7434
- * @public
7435
- */
7436
- HostReservationSet?: HostReservation[] | undefined;
7437
- /**
7438
- * <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>
7439
- * @public
7440
- */
7441
- NextToken?: string | undefined;
7442
- }
7443
- /**
7444
- * @public
7445
- */
7446
- export interface DescribeHostsRequest {
7447
- /**
7448
- * <p>The IDs of the Dedicated Hosts. The IDs are used for targeted instance
7449
- * launches.</p>
7450
- * @public
7451
- */
7452
- HostIds?: string[] | undefined;
7453
- /**
7454
- * <p>The token to use to retrieve the next page of results.</p>
7455
- * @public
7456
- */
7457
- NextToken?: string | undefined;
7458
- /**
7459
- * <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>
7460
- * <p>You cannot specify this parameter and the host IDs parameter in the same
7461
- * request.</p>
7462
- * @public
7463
- */
7464
- MaxResults?: number | undefined;
7465
- /**
7466
- * <p>The filters.</p>
7467
- * <ul>
7468
- * <li>
7469
- * <p>
7470
- * <code>auto-placement</code> - Whether auto-placement is enabled or disabled
7471
- * (<code>on</code> | <code>off</code>).</p>
7472
- * </li>
7473
- * <li>
7474
- * <p>
7475
- * <code>availability-zone</code> - The Availability Zone of the host.</p>
7476
- * </li>
7477
- * <li>
7478
- * <p>
7479
- * <code>client-token</code> - The idempotency token that you provided when you
7480
- * allocated the host.</p>
7481
- * </li>
7482
- * <li>
7483
- * <p>
7484
- * <code>host-reservation-id</code> - The ID of the reservation assigned to this
7485
- * host.</p>
7486
- * </li>
7487
- * <li>
7488
- * <p>
7489
- * <code>instance-type</code> - The instance type size that the Dedicated Host is
7490
- * configured to support.</p>
7491
- * </li>
7492
- * <li>
7493
- * <p>
7494
- * <code>state</code> - The allocation state of the Dedicated Host
7495
- * (<code>available</code> | <code>under-assessment</code> |
7496
- * <code>permanent-failure</code> | <code>released</code> |
7497
- * <code>released-permanent-failure</code>).</p>
7498
- * </li>
7499
- * <li>
7500
- * <p>
7501
- * <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>
7502
- * </li>
7503
- * </ul>
7504
- * @public
7505
- */
7506
- Filter?: Filter[] | undefined;
7507
- }
7508
- /**
7509
- * <p>Information about the number of instances that can be launched onto the Dedicated
7510
- * Host.</p>
7511
- * @public
7512
- */
7513
- export interface InstanceCapacity {
7514
- /**
7515
- * <p>The number of instances that can be launched onto the Dedicated Host based on the
7516
- * host's available capacity.</p>
7517
- * @public
7518
- */
7519
- AvailableCapacity?: number | undefined;
7520
- /**
7521
- * <p>The instance type supported by the Dedicated Host.</p>
7522
- * @public
7523
- */
7524
- InstanceType?: string | undefined;
7525
- /**
7526
- * <p>The total number of instances that can be launched onto the Dedicated Host if there
7527
- * are no instances running on it.</p>
7528
- * @public
7529
- */
7530
- TotalCapacity?: number | undefined;
7531
- }
7532
- /**
7533
- * <p>The capacity information for instances that can be launched onto the Dedicated Host.
7534
- * </p>
7535
- * @public
7536
- */
7537
- export interface AvailableCapacity {
7538
- /**
7539
- * <p>The number of instances that can be launched onto the Dedicated Host depending on the
7540
- * host's available capacity. For Dedicated Hosts that support multiple instance types,
7541
- * this parameter represents the number of instances for each instance size that is
7542
- * supported on the host.</p>
7543
- * @public
7544
- */
7545
- AvailableInstanceCapacity?: InstanceCapacity[] | undefined;
7546
- /**
7547
- * <p>The number of vCPUs available for launching instances onto the Dedicated Host.</p>
7548
- * @public
7549
- */
7550
- AvailableVCpus?: number | undefined;
7551
- }
7552
- /**
7553
- * <p>Describes the properties of a Dedicated Host.</p>
7554
- * @public
7555
- */
7556
- export interface HostProperties {
7557
- /**
7558
- * <p>The number of cores on the Dedicated Host.</p>
7559
- * @public
7560
- */
7561
- Cores?: number | undefined;
7562
- /**
7563
- * <p>The instance type supported by the Dedicated Host. For example, <code>m5.large</code>.
7564
- * If the host supports multiple instance types, no <b>instanceType</b> is returned.</p>
7565
- * @public
7566
- */
7567
- InstanceType?: string | undefined;
7568
- /**
7569
- * <p>The instance family supported by the Dedicated Host. For example,
7570
- * <code>m5</code>.</p>
7571
- * @public
7572
- */
7573
- InstanceFamily?: string | undefined;
7574
- /**
7575
- * <p>The number of sockets on the Dedicated Host.</p>
7576
- * @public
7577
- */
7578
- Sockets?: number | undefined;
7579
- /**
7580
- * <p>The total number of vCPUs on the Dedicated Host.</p>
7581
- * @public
7582
- */
7583
- TotalVCpus?: number | undefined;
7584
- }
7585
- /**
7586
- * <p>Describes an instance running on a Dedicated Host.</p>
7587
- * @public
7588
- */
7589
- export interface HostInstance {
7590
- /**
7591
- * <p>The ID of instance that is running on the Dedicated Host.</p>
7592
- * @public
7593
- */
7594
- InstanceId?: string | undefined;
7595
- /**
7596
- * <p>The instance type (for example, <code>m3.medium</code>) of the running
7597
- * instance.</p>
7598
- * @public
7599
- */
7600
- InstanceType?: string | undefined;
7601
- /**
7602
- * <p>The ID of the Amazon Web Services account that owns the instance.</p>
7603
- * @public
7604
- */
7605
- OwnerId?: string | undefined;
7606
- }
7607
- /**
7608
- * <p>Describes the properties of the Dedicated Host.</p>
7609
- * @public
7610
- */
7611
- export interface Host {
7612
- /**
7613
- * <p>Whether auto-placement is on or off.</p>
7614
- * @public
7615
- */
7616
- AutoPlacement?: AutoPlacement | undefined;
7617
- /**
7618
- * <p>The Availability Zone of the Dedicated Host.</p>
7619
- * @public
7620
- */
7621
- AvailabilityZone?: string | undefined;
7622
- /**
7623
- * <p>Information about the instances running on the Dedicated Host.</p>
7624
- * @public
7625
- */
7626
- AvailableCapacity?: AvailableCapacity | undefined;
7627
- /**
7628
- * <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>
7629
- * @public
7630
- */
7631
- ClientToken?: string | undefined;
7632
- /**
7633
- * <p>The ID of the Dedicated Host.</p>
7634
- * @public
7635
- */
7636
- HostId?: string | undefined;
7637
- /**
7638
- * <p>The hardware specifications of the Dedicated Host.</p>
7639
- * @public
7640
- */
7641
- HostProperties?: HostProperties | undefined;
7642
- /**
7643
- * <p>The reservation ID of the Dedicated Host. This returns a <code>null</code> response if
7644
- * the Dedicated Host doesn't have an associated reservation.</p>
7645
- * @public
7646
- */
7647
- HostReservationId?: string | undefined;
7648
- /**
7649
- * <p>The IDs and instance type that are currently running on the Dedicated Host.</p>
7650
- * @public
7651
- */
7652
- Instances?: HostInstance[] | undefined;
7653
- /**
7654
- * <p>The Dedicated Host's state.</p>
7655
- * @public
7656
- */
7657
- State?: AllocationState | undefined;
7658
- /**
7659
- * <p>The time that the Dedicated Host was allocated.</p>
7660
- * @public
7661
- */
7662
- AllocationTime?: Date | undefined;
7663
- /**
7664
- * <p>The time that the Dedicated Host was released.</p>
7665
- * @public
7666
- */
7667
- ReleaseTime?: Date | undefined;
7668
- /**
7669
- * <p>Any tags assigned to the Dedicated Host.</p>
7670
- * @public
7671
- */
7672
- Tags?: Tag[] | undefined;
7673
- /**
7674
- * <p>Indicates whether host recovery is enabled or disabled for the Dedicated Host.</p>
7675
- * @public
7676
- */
7677
- HostRecovery?: HostRecovery | undefined;
7678
- /**
7679
- * <p>Indicates whether the Dedicated Host supports multiple instance types of the same
7680
- * instance family. If the value is <code>on</code>, the Dedicated Host supports multiple
7681
- * instance types in the instance family. If the value is <code>off</code>, the Dedicated
7682
- * Host supports a single instance type only.</p>
7683
- * @public
7684
- */
7685
- AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | undefined;
7686
- /**
7687
- * <p>The ID of the Amazon Web Services account that owns the Dedicated Host.</p>
7688
- * @public
7689
- */
7690
- OwnerId?: string | undefined;
7691
- /**
7692
- * <p>The ID of the Availability Zone in which the Dedicated Host is allocated.</p>
7693
- * @public
7694
- */
7695
- AvailabilityZoneId?: string | undefined;
7696
- /**
7697
- * <p>Indicates whether the Dedicated Host is in a host resource group. If <b>memberOfServiceLinkedResourceGroup</b> is <code>true</code>, the
7698
- * host is in a host resource group; otherwise, it is not.</p>
7699
- * @public
7700
- */
7701
- MemberOfServiceLinkedResourceGroup?: boolean | undefined;
7702
- /**
7703
- * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the
7704
- * Dedicated Host is allocated.</p>
7705
- * @public
7706
- */
7707
- OutpostArn?: string | undefined;
7708
- /**
7709
- * <p>Indicates whether host maintenance is enabled or disabled for the Dedicated
7710
- * Host.</p>
7711
- * @public
7712
- */
7713
- HostMaintenance?: HostMaintenance | undefined;
7714
- /**
7715
- * <p>The ID of the Outpost hardware asset on which the Dedicated Host is allocated.</p>
7716
- * @public
7717
- */
7718
- AssetId?: string | undefined;
7719
- }
7720
- /**
7721
- * @public
7722
- */
7723
- export interface DescribeHostsResult {
7724
- /**
7725
- * <p>Information about the Dedicated Hosts.</p>
7726
- * @public
7727
- */
7728
- Hosts?: Host[] | undefined;
7729
- /**
7730
- * <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>
7731
- * @public
7732
- */
7733
- NextToken?: string | undefined;
7734
- }
7735
- /**
7736
- * @public
7737
- */
7738
- export interface DescribeIamInstanceProfileAssociationsRequest {
7739
- /**
7740
- * <p>The IAM instance profile associations.</p>
7741
- * @public
7742
- */
7743
- AssociationIds?: string[] | undefined;
7744
- /**
7745
- * <p>The filters.</p>
7746
- * <ul>
7747
- * <li>
7748
- * <p>
7749
- * <code>instance-id</code> - The ID of the instance.</p>
7750
- * </li>
7751
- * <li>
7752
- * <p>
7753
- * <code>state</code> - The state of the association (<code>associating</code> |
7754
- * <code>associated</code> | <code>disassociating</code>).</p>
7755
- * </li>
7756
- * </ul>
7757
- * @public
7758
- */
7759
- Filters?: Filter[] | undefined;
7760
- /**
7761
- * <p>The maximum number of items to return for this request. To get the next page of
7762
- * items, make another request with the token returned in the output. For more information,
7763
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
7764
- * @public
7765
- */
7766
- MaxResults?: number | undefined;
7767
- /**
7768
- * <p>The token returned from a previous paginated request.
7769
- * Pagination continues from the end of the items returned by the previous request.</p>
7770
- * @public
7771
- */
7772
- NextToken?: string | undefined;
7773
- }
7774
- /**
7775
- * @public
7776
- */
7777
- export interface DescribeIamInstanceProfileAssociationsResult {
7778
- /**
7779
- * <p>Information about the IAM instance profile associations.</p>
7780
- * @public
7781
- */
7782
- IamInstanceProfileAssociations?: IamInstanceProfileAssociation[] | undefined;
7783
- /**
7784
- * <p>The token to include in another request to get the next page of items.
7785
- * This value is <code>null</code> when there are no more items to return.</p>
7786
- * @public
7787
- */
7788
- NextToken?: string | undefined;
7789
- }
7790
7469
  /**
7791
7470
  * @internal
7792
7471
  */