@aws-sdk/client-ec2 3.614.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 (183) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +751 -446
  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 +17 -7
  20. package/dist-es/models/models_7.js +11 -1
  21. package/dist-es/protocols/Aws_ec2.js +231 -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 +1 -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/DescribeImagesCommand.d.ts +2 -1
  105. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +94 -0
  107. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +9 -2
  109. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -3
  110. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +0 -3
  113. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  114. package/dist-types/commands/GetConsoleOutputCommand.d.ts +0 -7
  115. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +2 -1
  116. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  117. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -2
  119. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  120. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  121. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  122. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  123. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  124. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  125. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  126. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -3
  127. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  128. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  129. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  130. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  131. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  132. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  133. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  134. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  135. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  136. package/dist-types/commands/index.d.ts +3 -0
  137. package/dist-types/models/models_0.d.ts +1 -0
  138. package/dist-types/models/models_1.d.ts +161 -150
  139. package/dist-types/models/models_2.d.ts +174 -95
  140. package/dist-types/models/models_3.d.ts +95 -258
  141. package/dist-types/models/models_4.d.ts +400 -602
  142. package/dist-types/models/models_5.d.ts +576 -200
  143. package/dist-types/models/models_6.d.ts +205 -195
  144. package/dist-types/models/models_7.d.ts +218 -4
  145. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  146. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  147. package/dist-types/runtimeConfig.d.ts +1 -1
  148. package/dist-types/runtimeConfig.native.d.ts +1 -1
  149. package/dist-types/ts3.4/EC2.d.ts +70 -0
  150. package/dist-types/ts3.4/EC2Client.d.ts +20 -2
  151. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  152. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +40 -0
  153. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -4
  158. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +42 -0
  160. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -4
  161. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +2 -4
  163. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +4 -2
  166. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -4
  167. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  171. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  172. package/dist-types/ts3.4/models/models_1.d.ts +37 -45
  173. package/dist-types/ts3.4/models/models_2.d.ts +55 -32
  174. package/dist-types/ts3.4/models/models_3.d.ts +29 -63
  175. package/dist-types/ts3.4/models/models_4.d.ts +77 -101
  176. package/dist-types/ts3.4/models/models_5.d.ts +105 -60
  177. package/dist-types/ts3.4/models/models_6.d.ts +61 -50
  178. package/dist-types/ts3.4/models/models_7.d.ts +58 -7
  179. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  180. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  181. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  183. package/package.json +18 -18
@@ -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
@@ -611,7 +809,7 @@ export interface IpamDiscoveredResourceCidr {
611
809
  */
612
810
  VpcId?: string;
613
811
  /**
614
- * <p>For elastic IP addresses, this is the status of an attached network interface.</p>
812
+ * <p>For elastic network interfaces, this is the status of whether or not the elastic network interface is attached.</p>
615
813
  * @public
616
814
  */
617
815
  NetworkInterfaceAttachmentStatus?: IpamNetworkInterfaceAttachmentStatus;
@@ -8193,197 +8391,9 @@ export interface MonitorInstancesRequest {
8193
8391
  DryRun?: boolean;
8194
8392
  }
8195
8393
  /**
8196
- * <p>Describes the monitoring of an instance.</p>
8197
- * @public
8198
- */
8199
- export interface InstanceMonitoring {
8200
- /**
8201
- * <p>The ID of the instance.</p>
8202
- * @public
8203
- */
8204
- InstanceId?: string;
8205
- /**
8206
- * <p>The monitoring for the instance.</p>
8207
- * @public
8208
- */
8209
- Monitoring?: Monitoring;
8210
- }
8211
- /**
8212
- * @public
8213
- */
8214
- export interface MonitorInstancesResult {
8215
- /**
8216
- * <p>The monitoring information.</p>
8217
- * @public
8218
- */
8219
- InstanceMonitorings?: InstanceMonitoring[];
8220
- }
8221
- /**
8222
- * @public
8223
- */
8224
- export interface MoveAddressToVpcRequest {
8225
- /**
8226
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8227
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8228
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8229
- * @public
8230
- */
8231
- DryRun?: boolean;
8232
- /**
8233
- * <p>The Elastic IP address.</p>
8234
- * @public
8235
- */
8236
- PublicIp: string | undefined;
8237
- }
8238
- /**
8239
- * @public
8240
- * @enum
8241
- */
8242
- export declare const Status: {
8243
- readonly inClassic: "InClassic";
8244
- readonly inVpc: "InVpc";
8245
- readonly moveInProgress: "MoveInProgress";
8246
- };
8247
- /**
8248
- * @public
8249
- */
8250
- export type Status = (typeof Status)[keyof typeof Status];
8251
- /**
8252
- * @public
8253
- */
8254
- export interface MoveAddressToVpcResult {
8255
- /**
8256
- * <p>The allocation ID for the Elastic IP address.</p>
8257
- * @public
8258
- */
8259
- AllocationId?: string;
8260
- /**
8261
- * <p>The status of the move of the IP address.</p>
8262
- * @public
8263
- */
8264
- Status?: Status;
8265
- }
8266
- /**
8267
- * @public
8268
- */
8269
- export interface MoveByoipCidrToIpamRequest {
8270
- /**
8271
- * <p>A check for whether you have the required permissions for the action without actually making the request
8272
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8273
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8274
- * @public
8275
- */
8276
- DryRun?: boolean;
8277
- /**
8278
- * <p>The BYOIP CIDR.</p>
8279
- * @public
8280
- */
8281
- Cidr: string | undefined;
8282
- /**
8283
- * <p>The IPAM pool ID.</p>
8284
- * @public
8285
- */
8286
- IpamPoolId: string | undefined;
8287
- /**
8288
- * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
8289
- * @public
8290
- */
8291
- IpamPoolOwner: string | undefined;
8292
- }
8293
- /**
8294
- * @public
8295
- */
8296
- export interface MoveByoipCidrToIpamResult {
8297
- /**
8298
- * <p>The BYOIP CIDR.</p>
8299
- * @public
8300
- */
8301
- ByoipCidr?: ByoipCidr;
8302
- }
8303
- /**
8304
- * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
8305
- * 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>
8306
- * @public
8307
- */
8308
- export interface CidrAuthorizationContext {
8309
- /**
8310
- * <p>The plain-text authorization message for the prefix and account.</p>
8311
- * @public
8312
- */
8313
- Message: string | undefined;
8314
- /**
8315
- * <p>The signed authorization message for the prefix and account.</p>
8316
- * @public
8317
- */
8318
- Signature: string | undefined;
8319
- }
8320
- /**
8321
- * @public
8394
+ * @internal
8322
8395
  */
8323
- export interface ProvisionByoipCidrRequest {
8324
- /**
8325
- * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
8326
- * 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
8327
- * brought to this or another Region.</p>
8328
- * @public
8329
- */
8330
- Cidr: string | undefined;
8331
- /**
8332
- * <p>A signed document that proves that you are authorized to bring the specified IP address
8333
- * range to Amazon using BYOIP.</p>
8334
- * @public
8335
- */
8336
- CidrAuthorizationContext?: CidrAuthorizationContext;
8337
- /**
8338
- * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
8339
- * internet.</p>
8340
- * <p>Default: true</p>
8341
- * @public
8342
- */
8343
- PubliclyAdvertisable?: boolean;
8344
- /**
8345
- * <p>A description for the address range and the address pool.</p>
8346
- * @public
8347
- */
8348
- Description?: string;
8349
- /**
8350
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8351
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8352
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8353
- * @public
8354
- */
8355
- DryRun?: boolean;
8356
- /**
8357
- * <p>The tags to apply to the address pool.</p>
8358
- * @public
8359
- */
8360
- PoolTagSpecifications?: TagSpecification[];
8361
- /**
8362
- * <p>Reserved.</p>
8363
- * @public
8364
- */
8365
- MultiRegion?: boolean;
8366
- /**
8367
- * <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>
8368
- * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
8369
- * <ul>
8370
- * <li>
8371
- * <p>us-east-1-dfw-2</p>
8372
- * </li>
8373
- * <li>
8374
- * <p>us-west-2-lax-1</p>
8375
- * </li>
8376
- * <li>
8377
- * <p>us-west-2-phx-2</p>
8378
- * </li>
8379
- * </ul>
8380
- * <note>
8381
- * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
8382
- * </note>
8383
- * @public
8384
- */
8385
- NetworkBorderGroup?: string;
8386
- }
8396
+ export declare const GetInstanceTpmEkPubResultFilterSensitiveLog: (obj: GetInstanceTpmEkPubResult) => any;
8387
8397
  /**
8388
8398
  * @internal
8389
8399
  */
@@ -2,9 +2,201 @@ import { _InstanceType, AddressAttribute, AddressAttributeName, ByoipCidr, Capac
2
2
  import { AmdSevSnpSpecification, BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, HostnameType, IcmpTypeCode, InstanceInterruptionBehavior, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RuleAction, ShutdownBehavior, SpotInstanceType } from "./models_1";
3
3
  import { SnapshotState, SSEType, TransitGatewayRoute } from "./models_2";
4
4
  import { ArchitectureValues, BootModeValues, Byoasn, ClientVpnConnectionStatus, Filter, ImdsSupportValues, InstanceTagNotificationAttribute, IpamPoolCidr, TpmSupportValues } from "./models_3";
5
- import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
- import { Purchase } from "./models_5";
7
- import { CapacityReservationSpecification, InstanceMonitoring, Status } from "./models_6";
5
+ import { HttpTokensState, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceState, Monitoring, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotPlacement } from "./models_4";
6
+ import { Purchase, RunInstancesMonitoringEnabled, SpotInstanceRequest } from "./models_5";
7
+ import { CapacityReservationSpecification } from "./models_6";
8
+ /**
9
+ * <p>Describes the monitoring of an instance.</p>
10
+ * @public
11
+ */
12
+ export interface InstanceMonitoring {
13
+ /**
14
+ * <p>The ID of the instance.</p>
15
+ * @public
16
+ */
17
+ InstanceId?: string;
18
+ /**
19
+ * <p>The monitoring for the instance.</p>
20
+ * @public
21
+ */
22
+ Monitoring?: Monitoring;
23
+ }
24
+ /**
25
+ * @public
26
+ */
27
+ export interface MonitorInstancesResult {
28
+ /**
29
+ * <p>The monitoring information.</p>
30
+ * @public
31
+ */
32
+ InstanceMonitorings?: InstanceMonitoring[];
33
+ }
34
+ /**
35
+ * @public
36
+ */
37
+ export interface MoveAddressToVpcRequest {
38
+ /**
39
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
40
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
41
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
42
+ * @public
43
+ */
44
+ DryRun?: boolean;
45
+ /**
46
+ * <p>The Elastic IP address.</p>
47
+ * @public
48
+ */
49
+ PublicIp: string | undefined;
50
+ }
51
+ /**
52
+ * @public
53
+ * @enum
54
+ */
55
+ export declare const Status: {
56
+ readonly inClassic: "InClassic";
57
+ readonly inVpc: "InVpc";
58
+ readonly moveInProgress: "MoveInProgress";
59
+ };
60
+ /**
61
+ * @public
62
+ */
63
+ export type Status = (typeof Status)[keyof typeof Status];
64
+ /**
65
+ * @public
66
+ */
67
+ export interface MoveAddressToVpcResult {
68
+ /**
69
+ * <p>The allocation ID for the Elastic IP address.</p>
70
+ * @public
71
+ */
72
+ AllocationId?: string;
73
+ /**
74
+ * <p>The status of the move of the IP address.</p>
75
+ * @public
76
+ */
77
+ Status?: Status;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface MoveByoipCidrToIpamRequest {
83
+ /**
84
+ * <p>A check for whether you have the required permissions for the action without actually making the request
85
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
86
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
87
+ * @public
88
+ */
89
+ DryRun?: boolean;
90
+ /**
91
+ * <p>The BYOIP CIDR.</p>
92
+ * @public
93
+ */
94
+ Cidr: string | undefined;
95
+ /**
96
+ * <p>The IPAM pool ID.</p>
97
+ * @public
98
+ */
99
+ IpamPoolId: string | undefined;
100
+ /**
101
+ * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
102
+ * @public
103
+ */
104
+ IpamPoolOwner: string | undefined;
105
+ }
106
+ /**
107
+ * @public
108
+ */
109
+ export interface MoveByoipCidrToIpamResult {
110
+ /**
111
+ * <p>The BYOIP CIDR.</p>
112
+ * @public
113
+ */
114
+ ByoipCidr?: ByoipCidr;
115
+ }
116
+ /**
117
+ * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
118
+ * 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>
119
+ * @public
120
+ */
121
+ export interface CidrAuthorizationContext {
122
+ /**
123
+ * <p>The plain-text authorization message for the prefix and account.</p>
124
+ * @public
125
+ */
126
+ Message: string | undefined;
127
+ /**
128
+ * <p>The signed authorization message for the prefix and account.</p>
129
+ * @public
130
+ */
131
+ Signature: string | undefined;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface ProvisionByoipCidrRequest {
137
+ /**
138
+ * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
139
+ * 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
140
+ * brought to this or another Region.</p>
141
+ * @public
142
+ */
143
+ Cidr: string | undefined;
144
+ /**
145
+ * <p>A signed document that proves that you are authorized to bring the specified IP address
146
+ * range to Amazon using BYOIP.</p>
147
+ * @public
148
+ */
149
+ CidrAuthorizationContext?: CidrAuthorizationContext;
150
+ /**
151
+ * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
152
+ * internet.</p>
153
+ * <p>Default: true</p>
154
+ * @public
155
+ */
156
+ PubliclyAdvertisable?: boolean;
157
+ /**
158
+ * <p>A description for the address range and the address pool.</p>
159
+ * @public
160
+ */
161
+ Description?: string;
162
+ /**
163
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
164
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
165
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
166
+ * @public
167
+ */
168
+ DryRun?: boolean;
169
+ /**
170
+ * <p>The tags to apply to the address pool.</p>
171
+ * @public
172
+ */
173
+ PoolTagSpecifications?: TagSpecification[];
174
+ /**
175
+ * <p>Reserved.</p>
176
+ * @public
177
+ */
178
+ MultiRegion?: boolean;
179
+ /**
180
+ * <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>
181
+ * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
182
+ * <ul>
183
+ * <li>
184
+ * <p>us-east-1-dfw-2</p>
185
+ * </li>
186
+ * <li>
187
+ * <p>us-west-2-lax-1</p>
188
+ * </li>
189
+ * <li>
190
+ * <p>us-west-2-phx-2</p>
191
+ * </li>
192
+ * </ul>
193
+ * <note>
194
+ * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
195
+ * </note>
196
+ * @public
197
+ */
198
+ NetworkBorderGroup?: string;
199
+ }
8
200
  /**
9
201
  * @public
10
202
  */
@@ -85,6 +277,18 @@ export interface IpamCidrAuthorizationContext {
85
277
  */
86
278
  Signature?: string;
87
279
  }
280
+ /**
281
+ * @public
282
+ * @enum
283
+ */
284
+ export declare const VerificationMethod: {
285
+ readonly dns_token: "dns-token";
286
+ readonly remarks_x509: "remarks-x509";
287
+ };
288
+ /**
289
+ * @public
290
+ */
291
+ export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
88
292
  /**
89
293
  * @public
90
294
  */
@@ -107,7 +311,7 @@ export interface ProvisionIpamPoolCidrRequest {
107
311
  */
108
312
  Cidr?: string;
109
313
  /**
110
- * <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option applies to public pools only.</p>
314
+ * <p>A signed document that proves that you are authorized to bring a specified IP address range to Amazon using BYOIP. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
111
315
  * @public
112
316
  */
113
317
  CidrAuthorizationContext?: IpamCidrAuthorizationContext;
@@ -121,6 +325,16 @@ export interface ProvisionIpamPoolCidrRequest {
121
325
  * @public
122
326
  */
123
327
  ClientToken?: string;
328
+ /**
329
+ * <p>The method for verifying control of a public IP address range. Defaults to <code>remarks-x509</code> if not specified. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
330
+ * @public
331
+ */
332
+ VerificationMethod?: VerificationMethod;
333
+ /**
334
+ * <p>Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
335
+ * @public
336
+ */
337
+ IpamExternalResourceVerificationTokenId?: string;
124
338
  }
125
339
  /**
126
340
  * @public