@aws-sdk/client-ec2 3.613.0 → 3.616.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 (188) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +773 -442
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/EC2Client.js +5 -5
  5. package/dist-es/commands/CreateIpamExternalResourceVerificationTokenCommand.js +24 -0
  6. package/dist-es/commands/DeleteIpamExternalResourceVerificationTokenCommand.js +24 -0
  7. package/dist-es/commands/DescribeImportImageTasksCommand.js +1 -1
  8. package/dist-es/commands/DescribeIpamExternalResourceVerificationTokensCommand.js +24 -0
  9. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +1 -1
  10. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +1 -1
  11. package/dist-es/commands/GetInstanceTpmEkPubCommand.js +1 -1
  12. package/dist-es/commands/index.js +3 -0
  13. package/dist-es/models/models_0.js +1 -0
  14. package/dist-es/models/models_1.js +12 -19
  15. package/dist-es/models/models_2.js +19 -0
  16. package/dist-es/models/models_3.js +0 -13
  17. package/dist-es/models/models_4.js +13 -33
  18. package/dist-es/models/models_5.js +34 -15
  19. package/dist-es/models/models_6.js +21 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +251 -5
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +7 -4
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +91 -0
  50. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  56. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  67. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  99. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +79 -0
  100. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -1
  101. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  102. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  103. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  104. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
  105. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
  106. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  108. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  110. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  111. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  114. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  115. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  116. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  117. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  118. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  119. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  120. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -0
  121. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  122. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  123. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  124. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  125. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  127. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  128. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  129. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  130. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  131. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  132. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  133. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  134. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  135. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  136. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  137. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  139. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  140. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  141. package/dist-types/commands/index.d.ts +3 -0
  142. package/dist-types/models/models_0.d.ts +1 -0
  143. package/dist-types/models/models_1.d.ts +161 -150
  144. package/dist-types/models/models_2.d.ts +179 -95
  145. package/dist-types/models/models_3.d.ts +100 -258
  146. package/dist-types/models/models_4.d.ts +400 -602
  147. package/dist-types/models/models_5.d.ts +576 -200
  148. package/dist-types/models/models_6.d.ts +232 -205
  149. package/dist-types/models/models_7.d.ts +233 -4
  150. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  151. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  152. package/dist-types/runtimeConfig.d.ts +1 -1
  153. package/dist-types/runtimeConfig.native.d.ts +1 -1
  154. package/dist-types/ts3.4/EC2.d.ts +70 -0
  155. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  156. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  157. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  158. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  159. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  165. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  166. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  171. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  172. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  176. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  177. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  178. package/dist-types/ts3.4/models/models_2.d.ts +56 -32
  179. package/dist-types/ts3.4/models/models_3.d.ts +30 -63
  180. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  181. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  182. package/dist-types/ts3.4/models/models_6.d.ts +70 -53
  183. package/dist-types/ts3.4/models/models_7.d.ts +62 -7
  184. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  185. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  188. package/package.json +25 -25
@@ -1,9 +1,207 @@
1
- import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { _InstanceType, AccessScopeAnalysisFinding, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, InstanceEventWindow, IpamPoolAllocation, Ipv6SupportValue, SecurityGroupReferencingSupportValue, SubnetAssociation, Tag, TagSpecification, TargetConfigurationRequest, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceRequirementsRequest, Ipam, IpamPool, IpamResourceDiscovery, IpamResourceTag, IpamScope, IpamTier, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, Placement, PlatformValues, RequestIpamResourceTag, ResponseLaunchTemplateData, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, TargetCapacityUnitType, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetCidrReservation, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureValues, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, ImportImageLicenseConfigurationResponse, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, VirtualizationType } from "./models_3";
5
- import { AnalysisStatus, ArchitectureType, AttributeBooleanValue, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, Monitoring, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotTaskDetail } from "./models_4";
6
- import { InstanceFamilyCreditSpecification, IpamComplianceStatus, IpamOverlapStatus, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
4
+ import { ArchitectureValues, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, IpamPoolCidr, LaunchPermission, PermissionGroup, VirtualizationType } from "./models_3";
5
+ import { AnalysisStatus, ArchitectureType, AttributeBooleanValue, CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName, SnapshotDetail, SnapshotTaskDetail } from "./models_4";
6
+ import { EkPubKeyFormat, EkPubKeyType, InstanceFamilyCreditSpecification, SnapshotBlockPublicAccessState, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface GetInstanceTpmEkPubResult {
11
+ /**
12
+ * <p>The ID of the instance.</p>
13
+ * @public
14
+ */
15
+ InstanceId?: string;
16
+ /**
17
+ * <p>The public endorsement key type.</p>
18
+ * @public
19
+ */
20
+ KeyType?: EkPubKeyType;
21
+ /**
22
+ * <p>The public endorsement key format.</p>
23
+ * @public
24
+ */
25
+ KeyFormat?: EkPubKeyFormat;
26
+ /**
27
+ * <p>The public endorsement key material.</p>
28
+ * @public
29
+ */
30
+ KeyValue?: string;
31
+ }
32
+ /**
33
+ * @public
34
+ */
35
+ export interface GetInstanceTypesFromInstanceRequirementsRequest {
36
+ /**
37
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
38
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
39
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
40
+ * @public
41
+ */
42
+ DryRun?: boolean;
43
+ /**
44
+ * <p>The processor architecture type.</p>
45
+ * @public
46
+ */
47
+ ArchitectureTypes: ArchitectureType[] | undefined;
48
+ /**
49
+ * <p>The virtualization type.</p>
50
+ * @public
51
+ */
52
+ VirtualizationTypes: VirtualizationType[] | undefined;
53
+ /**
54
+ * <p>The attributes required for the instance types.</p>
55
+ * @public
56
+ */
57
+ InstanceRequirements: InstanceRequirementsRequest | undefined;
58
+ /**
59
+ * <p>The maximum number of items to return for this request.
60
+ * To get the next page of items, make another request with the token returned in the output.
61
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
62
+ * @public
63
+ */
64
+ MaxResults?: number;
65
+ /**
66
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
67
+ * @public
68
+ */
69
+ NextToken?: string;
70
+ }
71
+ /**
72
+ * <p>The list of instance types with the specified instance attributes.</p>
73
+ * @public
74
+ */
75
+ export interface InstanceTypeInfoFromInstanceRequirements {
76
+ /**
77
+ * <p>The matching instance type.</p>
78
+ * @public
79
+ */
80
+ InstanceType?: string;
81
+ }
82
+ /**
83
+ * @public
84
+ */
85
+ export interface GetInstanceTypesFromInstanceRequirementsResult {
86
+ /**
87
+ * <p>The instance types with the specified instance attributes.</p>
88
+ * @public
89
+ */
90
+ InstanceTypes?: InstanceTypeInfoFromInstanceRequirements[];
91
+ /**
92
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
93
+ * are no more items to return.</p>
94
+ * @public
95
+ */
96
+ NextToken?: string;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface GetInstanceUefiDataRequest {
102
+ /**
103
+ * <p>The ID of the instance from which to retrieve the UEFI data.</p>
104
+ * @public
105
+ */
106
+ InstanceId: string | undefined;
107
+ /**
108
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
109
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
110
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
111
+ * @public
112
+ */
113
+ DryRun?: boolean;
114
+ }
115
+ /**
116
+ * @public
117
+ */
118
+ export interface GetInstanceUefiDataResult {
119
+ /**
120
+ * <p>The ID of the instance from which to retrieve the UEFI data.</p>
121
+ * @public
122
+ */
123
+ InstanceId?: string;
124
+ /**
125
+ * <p>Base64 representation of the non-volatile UEFI variable store.</p>
126
+ * @public
127
+ */
128
+ UefiData?: string;
129
+ }
130
+ /**
131
+ * @public
132
+ */
133
+ export interface GetIpamAddressHistoryRequest {
134
+ /**
135
+ * <p>A check for whether you have the required permissions for the action without actually making the request
136
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
137
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
138
+ * @public
139
+ */
140
+ DryRun?: boolean;
141
+ /**
142
+ * <p>The CIDR you want the history of. The CIDR can be an IPv4 or IPv6 IP address range.
143
+ * If you enter a /16 IPv4 CIDR, you will get records that match it exactly. You will not get records for any subnets within the /16 CIDR.</p>
144
+ * @public
145
+ */
146
+ Cidr: string | undefined;
147
+ /**
148
+ * <p>The ID of the IPAM scope that the CIDR is in.</p>
149
+ * @public
150
+ */
151
+ IpamScopeId: string | undefined;
152
+ /**
153
+ * <p>The ID of the VPC you want your history records filtered by.</p>
154
+ * @public
155
+ */
156
+ VpcId?: string;
157
+ /**
158
+ * <p>The start of the time period for which you are looking for history. If you omit this option, it will default to the value of EndTime.</p>
159
+ * @public
160
+ */
161
+ StartTime?: Date;
162
+ /**
163
+ * <p>The end of the time period for which you are looking for history. If you omit this option, it will default to the current time.</p>
164
+ * @public
165
+ */
166
+ EndTime?: Date;
167
+ /**
168
+ * <p>The maximum number of historical results you would like returned per page. Defaults to 100.</p>
169
+ * @public
170
+ */
171
+ MaxResults?: number;
172
+ /**
173
+ * <p>The token for the next page of results.</p>
174
+ * @public
175
+ */
176
+ NextToken?: string;
177
+ }
178
+ /**
179
+ * @public
180
+ * @enum
181
+ */
182
+ export declare const IpamComplianceStatus: {
183
+ readonly compliant: "compliant";
184
+ readonly ignored: "ignored";
185
+ readonly noncompliant: "noncompliant";
186
+ readonly unmanaged: "unmanaged";
187
+ };
188
+ /**
189
+ * @public
190
+ */
191
+ export type IpamComplianceStatus = (typeof IpamComplianceStatus)[keyof typeof IpamComplianceStatus];
192
+ /**
193
+ * @public
194
+ * @enum
195
+ */
196
+ export declare const IpamOverlapStatus: {
197
+ readonly ignored: "ignored";
198
+ readonly nonoverlapping: "nonoverlapping";
199
+ readonly overlapping: "overlapping";
200
+ };
201
+ /**
202
+ * @public
203
+ */
204
+ export type IpamOverlapStatus = (typeof IpamOverlapStatus)[keyof typeof IpamOverlapStatus];
7
205
  /**
8
206
  * @public
9
207
  * @enum
@@ -446,7 +644,7 @@ export interface IpamDiscoveredPublicAddress {
446
644
  */
447
645
  Tags?: IpamPublicAddressTags;
448
646
  /**
449
- * <p>The network border group that the resource that the IP address is assigned to is in.</p>
647
+ * <p>The Availability Zone (AZ) or Local Zone (LZ) network border group that the resource that the IP address is assigned to is in. Defaults to an AZ network border group. For more information on available Local Zones, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#byoip-zone-avail">Local Zone availability</a> in the <i>Amazon EC2 User Guide</i>.</p>
450
648
  * @public
451
649
  */
452
650
  NetworkBorderGroup?: string;
@@ -518,6 +716,18 @@ export interface GetIpamDiscoveredResourceCidrsRequest {
518
716
  */
519
717
  MaxResults?: number;
520
718
  }
719
+ /**
720
+ * @public
721
+ * @enum
722
+ */
723
+ export declare const IpamNetworkInterfaceAttachmentStatus: {
724
+ readonly available: "available";
725
+ readonly in_use: "in-use";
726
+ };
727
+ /**
728
+ * @public
729
+ */
730
+ export type IpamNetworkInterfaceAttachmentStatus = (typeof IpamNetworkInterfaceAttachmentStatus)[keyof typeof IpamNetworkInterfaceAttachmentStatus];
521
731
  /**
522
732
  * @public
523
733
  * @enum
@@ -598,11 +808,21 @@ export interface IpamDiscoveredResourceCidr {
598
808
  * @public
599
809
  */
600
810
  VpcId?: string;
811
+ /**
812
+ * <p>For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.</p>
813
+ * @public
814
+ */
815
+ NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
601
816
  /**
602
817
  * <p>The last successful resource discovery time.</p>
603
818
  * @public
604
819
  */
605
820
  SampleTime?: Date;
821
+ /**
822
+ * <p>The Availability Zone ID.</p>
823
+ * @public
824
+ */
825
+ AvailabilityZoneId?: string;
606
826
  }
607
827
  /**
608
828
  * @public
@@ -882,6 +1102,11 @@ export interface IpamResourceCidr {
882
1102
  * @public
883
1103
  */
884
1104
  VpcId?: string;
1105
+ /**
1106
+ * <p>The Availability Zone ID.</p>
1107
+ * @public
1108
+ */
1109
+ AvailabilityZoneId?: string;
885
1110
  }
886
1111
  /**
887
1112
  * @public
@@ -8166,207 +8391,9 @@ export interface MonitorInstancesRequest {
8166
8391
  DryRun?: boolean;
8167
8392
  }
8168
8393
  /**
8169
- * <p>Describes the monitoring of an instance.</p>
8170
- * @public
8171
- */
8172
- export interface InstanceMonitoring {
8173
- /**
8174
- * <p>The ID of the instance.</p>
8175
- * @public
8176
- */
8177
- InstanceId?: string;
8178
- /**
8179
- * <p>The monitoring for the instance.</p>
8180
- * @public
8181
- */
8182
- Monitoring?: Monitoring;
8183
- }
8184
- /**
8185
- * @public
8186
- */
8187
- export interface MonitorInstancesResult {
8188
- /**
8189
- * <p>The monitoring information.</p>
8190
- * @public
8191
- */
8192
- InstanceMonitorings?: InstanceMonitoring[];
8193
- }
8194
- /**
8195
- * @public
8196
- */
8197
- export interface MoveAddressToVpcRequest {
8198
- /**
8199
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8200
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8201
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8202
- * @public
8203
- */
8204
- DryRun?: boolean;
8205
- /**
8206
- * <p>The Elastic IP address.</p>
8207
- * @public
8208
- */
8209
- PublicIp: string | undefined;
8210
- }
8211
- /**
8212
- * @public
8213
- * @enum
8214
- */
8215
- export declare const Status: {
8216
- readonly inClassic: "InClassic";
8217
- readonly inVpc: "InVpc";
8218
- readonly moveInProgress: "MoveInProgress";
8219
- };
8220
- /**
8221
- * @public
8222
- */
8223
- export type Status = (typeof Status)[keyof typeof Status];
8224
- /**
8225
- * @public
8226
- */
8227
- export interface MoveAddressToVpcResult {
8228
- /**
8229
- * <p>The allocation ID for the Elastic IP address.</p>
8230
- * @public
8231
- */
8232
- AllocationId?: string;
8233
- /**
8234
- * <p>The status of the move of the IP address.</p>
8235
- * @public
8236
- */
8237
- Status?: Status;
8238
- }
8239
- /**
8240
- * @public
8241
- */
8242
- export interface MoveByoipCidrToIpamRequest {
8243
- /**
8244
- * <p>A check for whether you have the required permissions for the action without actually making the request
8245
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8246
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8247
- * @public
8248
- */
8249
- DryRun?: boolean;
8250
- /**
8251
- * <p>The BYOIP CIDR.</p>
8252
- * @public
8253
- */
8254
- Cidr: string | undefined;
8255
- /**
8256
- * <p>The IPAM pool ID.</p>
8257
- * @public
8258
- */
8259
- IpamPoolId: string | undefined;
8260
- /**
8261
- * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
8262
- * @public
8263
- */
8264
- IpamPoolOwner: string | undefined;
8265
- }
8266
- /**
8267
- * @public
8268
- */
8269
- export interface MoveByoipCidrToIpamResult {
8270
- /**
8271
- * <p>The BYOIP CIDR.</p>
8272
- * @public
8273
- */
8274
- ByoipCidr?: ByoipCidr;
8275
- }
8276
- /**
8277
- * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
8278
- * Amazon Web Services account using bring your own IP addresses (BYOIP). For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-byoip.html#prepare-for-byoip">Configuring your BYOIP address range</a> in the <i>Amazon EC2 User Guide</i>.</p>
8279
- * @public
8280
- */
8281
- export interface CidrAuthorizationContext {
8282
- /**
8283
- * <p>The plain-text authorization message for the prefix and account.</p>
8284
- * @public
8285
- */
8286
- Message: string | undefined;
8287
- /**
8288
- * <p>The signed authorization message for the prefix and account.</p>
8289
- * @public
8290
- */
8291
- Signature: string | undefined;
8292
- }
8293
- /**
8294
- * @public
8295
- */
8296
- export interface ProvisionByoipCidrRequest {
8297
- /**
8298
- * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
8299
- * specify is /24. The most specific IPv6 address range that you can bring is /48 for CIDRs that are publicly advertisable and /56 for CIDRs that are not publicly advertisable. The address range cannot overlap with another address range that you've
8300
- * brought to this or another Region.</p>
8301
- * @public
8302
- */
8303
- Cidr: string | undefined;
8304
- /**
8305
- * <p>A signed document that proves that you are authorized to bring the specified IP address
8306
- * range to Amazon using BYOIP.</p>
8307
- * @public
8308
- */
8309
- CidrAuthorizationContext?: CidrAuthorizationContext;
8310
- /**
8311
- * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
8312
- * internet.</p>
8313
- * <p>Default: true</p>
8314
- * @public
8315
- */
8316
- PubliclyAdvertisable?: boolean;
8317
- /**
8318
- * <p>A description for the address range and the address pool.</p>
8319
- * @public
8320
- */
8321
- Description?: string;
8322
- /**
8323
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8324
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8325
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8326
- * @public
8327
- */
8328
- DryRun?: boolean;
8329
- /**
8330
- * <p>The tags to apply to the address pool.</p>
8331
- * @public
8332
- */
8333
- PoolTagSpecifications?: TagSpecification[];
8334
- /**
8335
- * <p>Reserved.</p>
8336
- * @public
8337
- */
8338
- MultiRegion?: boolean;
8339
- /**
8340
- * <p>If you have <a href="https://docs.aws.amazon.com/local-zones/latest/ug/how-local-zones-work.html">Local Zones</a> enabled, you can choose a network border group for Local Zones when you provision and advertise a BYOIPv4 CIDR. Choose the network border group carefully as the EIP and the Amazon Web Services resource it is associated with must reside in the same network border group.</p>
8341
- * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
8342
- * <ul>
8343
- * <li>
8344
- * <p>us-east-1-dfw-2</p>
8345
- * </li>
8346
- * <li>
8347
- * <p>us-west-2-lax-1</p>
8348
- * </li>
8349
- * <li>
8350
- * <p>us-west-2-phx-2</p>
8351
- * </li>
8352
- * </ul>
8353
- * <note>
8354
- * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
8355
- * </note>
8356
- * @public
8357
- */
8358
- NetworkBorderGroup?: string;
8359
- }
8360
- /**
8361
- * @public
8394
+ * @internal
8362
8395
  */
8363
- export interface ProvisionByoipCidrResult {
8364
- /**
8365
- * <p>Information about the address range.</p>
8366
- * @public
8367
- */
8368
- ByoipCidr?: ByoipCidr;
8369
- }
8396
+ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (obj: GetInstanceTpmEkPubResult) => any;
8370
8397
  /**
8371
8398
  * @internal
8372
8399
  */