@aws-sdk/client-ec2 3.812.0 → 3.814.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 (227) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +916 -483
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateDelegateMacVolumeOwnershipTaskCommand.js +23 -0
  5. package/dist-es/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.js +23 -0
  6. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +1 -1
  7. package/dist-es/commands/DescribeMacModificationTasksCommand.js +22 -0
  8. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  9. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  10. package/dist-es/commands/index.js +3 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_1.js +18 -4
  13. package/dist-es/models/models_2.js +8 -24
  14. package/dist-es/models/models_3.js +23 -4
  15. package/dist-es/models/models_4.js +12 -7
  16. package/dist-es/models/models_5.js +7 -6
  17. package/dist-es/models/models_6.js +8 -1
  18. package/dist-es/models/models_7.js +0 -19
  19. package/dist-es/models/models_8.js +19 -0
  20. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  21. package/dist-es/pagination/index.js +1 -0
  22. package/dist-es/protocols/Aws_ec2.js +366 -34
  23. package/dist-types/EC2.d.ts +22 -0
  24. package/dist-types/EC2Client.d.ts +5 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  28. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  32. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  65. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  111. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +34 -19
  112. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  113. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -0
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  115. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  121. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -1
  125. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  126. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  127. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  128. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  129. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  130. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  136. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -1
  137. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  138. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  139. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  140. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +4 -0
  146. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  147. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  149. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  150. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -1
  151. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  152. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  153. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  154. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  155. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  156. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  157. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  158. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  159. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  160. package/dist-types/commands/RunInstancesCommand.d.ts +2 -1
  161. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  162. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  163. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  164. package/dist-types/commands/index.d.ts +3 -0
  165. package/dist-types/models/models_0.d.ts +1 -0
  166. package/dist-types/models/models_1.d.ts +223 -480
  167. package/dist-types/models/models_2.d.ts +624 -222
  168. package/dist-types/models/models_3.d.ts +224 -169
  169. package/dist-types/models/models_4.d.ts +234 -563
  170. package/dist-types/models/models_5.d.ts +663 -337
  171. package/dist-types/models/models_6.d.ts +302 -373
  172. package/dist-types/models/models_7.d.ts +1475 -1496
  173. package/dist-types/models/models_8.d.ts +442 -2
  174. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  175. package/dist-types/pagination/index.d.ts +1 -0
  176. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  177. package/dist-types/ts3.4/EC2.d.ts +64 -0
  178. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  179. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  190. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  200. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +2 -4
  207. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  215. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  216. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  217. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  218. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  219. package/dist-types/ts3.4/models/models_4.d.ts +58 -92
  220. package/dist-types/ts3.4/models/models_5.d.ts +103 -75
  221. package/dist-types/ts3.4/models/models_6.d.ts +71 -81
  222. package/dist-types/ts3.4/models/models_7.d.ts +87 -107
  223. package/dist-types/ts3.4/models/models_8.d.ts +105 -0
  224. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  226. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  227. package/package.json +1 -1
@@ -1,69 +1,81 @@
1
- import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, Ipv6SupportValue, PortRange, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
1
+ import { AddedPrincipal, AddIpamOperatingRegion, AddIpamOrganizationalUnitExclusion, AddPrefixListEntry, AddressAttribute, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, Ipv6SupportValue, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
2
  import { _InstanceType, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationInstancePlatform, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceBandwidthWeighting, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, Ipam, IpamMeteredAccount, IpamPool, IpamResourceDiscovery, IpamScope, IpamTier, LaunchTemplate, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
- import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IcmpTypeCode, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, PayerResponsibility, RouteServer, RouteServerPersistRoutesAction, RuleAction, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
- import { Byoasn, CapacityBlockExtension, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
3
+ import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, InternetGatewayExclusionMode, IpAddressType, LocalGatewayRoute, ManagedPrefixList, RouteServer, RouteServerPersistRoutesAction, SubnetConfiguration, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VerifiedAccessSseSpecificationRequest, VpcBlockPublicAccessExclusion, VpnEcmpSupportValue } from "./models_2";
4
+ import { Byoasn, CapacityBlockExtension, Filter, IKEVersionsRequestListValue, InstanceTagNotificationAttribute, IpamPoolCidr, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_3";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, Monitoring, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_4";
6
6
  import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InternetGatewayBlockMode, LaunchTemplateConfig, LockState, PublicIpv4PoolRange, ReservedInstancesConfiguration, ScheduledInstance, SnapshotAttributeName, VerifiedAccessInstanceLoggingConfiguration, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
7
- import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily } from "./models_6";
7
+ import { InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, TransitGatewayPolicyTableEntry, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
8
  /**
9
9
  * @public
10
10
  */
11
- export interface GetVerifiedAccessGroupPolicyRequest {
12
- /**
13
- * <p>The ID of the Verified Access group.</p>
14
- * @public
15
- */
16
- VerifiedAccessGroupId: string | undefined;
11
+ export interface GetTransitGatewayPolicyTableEntriesResult {
17
12
  /**
18
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
19
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
20
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
13
+ * <p>The entries for the transit gateway policy table.</p>
21
14
  * @public
22
15
  */
23
- DryRun?: boolean | undefined;
16
+ TransitGatewayPolicyTableEntries?: TransitGatewayPolicyTableEntry[] | undefined;
24
17
  }
25
18
  /**
26
19
  * @public
27
20
  */
28
- export interface GetVerifiedAccessGroupPolicyResult {
29
- /**
30
- * <p>The status of the Verified Access policy.</p>
31
- * @public
32
- */
33
- PolicyEnabled?: boolean | undefined;
21
+ export interface GetTransitGatewayPrefixListReferencesRequest {
34
22
  /**
35
- * <p>The Verified Access policy document.</p>
23
+ * <p>The ID of the transit gateway route table.</p>
36
24
  * @public
37
25
  */
38
- PolicyDocument?: string | undefined;
39
- }
40
- /**
41
- * @public
42
- */
43
- export interface GetVpnConnectionDeviceSampleConfigurationRequest {
26
+ TransitGatewayRouteTableId: string | undefined;
44
27
  /**
45
- * <p>The <code>VpnConnectionId</code> specifies the Site-to-Site VPN connection used for the sample
46
- * configuration.</p>
28
+ * <p>One or more filters. The possible values are:</p>
29
+ * <ul>
30
+ * <li>
31
+ * <p>
32
+ * <code>attachment.resource-id</code> - The ID of the resource for the attachment.</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>attachment.resource-type</code> - The type of resource for the
37
+ * attachment. Valid values are <code>vpc</code> | <code>vpn</code> |
38
+ * <code>direct-connect-gateway</code> | <code>peering</code>.</p>
39
+ * </li>
40
+ * <li>
41
+ * <p>
42
+ * <code>attachment.transit-gateway-attachment-id</code> - The ID of the attachment.</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>is-blackhole</code> - Whether traffic matching the route is blocked (<code>true</code> | <code>false</code>).</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>prefix-list-id</code> - The ID of the prefix list.</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>prefix-list-owner-id</code> - The ID of the owner of the prefix list.</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>state</code> - The state of the prefix list reference (<code>pending</code> | <code>available</code> | <code>modifying</code> | <code>deleting</code>).</p>
59
+ * </li>
60
+ * </ul>
47
61
  * @public
48
62
  */
49
- VpnConnectionId: string | undefined;
63
+ Filters?: Filter[] | undefined;
50
64
  /**
51
- * <p>Device identifier provided by the <code>GetVpnConnectionDeviceTypes</code> API.</p>
65
+ * <p>The maximum number of results to return with a single call.
66
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
52
67
  * @public
53
68
  */
54
- VpnConnectionDeviceTypeId: string | undefined;
69
+ MaxResults?: number | undefined;
55
70
  /**
56
- * <p>The IKE version to be used in the sample configuration file for your customer gateway
57
- * device. You can specify one of the following versions: <code>ikev1</code> or
58
- * <code>ikev2</code>.</p>
71
+ * <p>The token for the next page of results.</p>
59
72
  * @public
60
73
  */
61
- InternetKeyExchangeVersion?: string | undefined;
74
+ NextToken?: string | undefined;
62
75
  /**
63
- * <p>Checks whether you have the required permissions for the action, without actually
64
- * making the request, and provides an error response. If you have the required
65
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
66
- * <code>UnauthorizedOperation</code>.</p>
76
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
77
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
78
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
67
79
  * @public
68
80
  */
69
81
  DryRun?: boolean | undefined;
@@ -71,92 +83,104 @@ export interface GetVpnConnectionDeviceSampleConfigurationRequest {
71
83
  /**
72
84
  * @public
73
85
  */
74
- export interface GetVpnConnectionDeviceSampleConfigurationResult {
86
+ export interface GetTransitGatewayPrefixListReferencesResult {
75
87
  /**
76
- * <p>Sample configuration file for the specified customer gateway device.</p>
88
+ * <p>Information about the prefix list references.</p>
77
89
  * @public
78
90
  */
79
- VpnConnectionDeviceSampleConfiguration?: string | undefined;
91
+ TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[] | undefined;
92
+ /**
93
+ * <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>
94
+ * @public
95
+ */
96
+ NextToken?: string | undefined;
80
97
  }
81
98
  /**
82
99
  * @public
83
100
  */
84
- export interface GetVpnConnectionDeviceTypesRequest {
101
+ export interface GetTransitGatewayRouteTableAssociationsRequest {
85
102
  /**
86
- * <p>The maximum number of results returned by <code>GetVpnConnectionDeviceTypes</code> in
87
- * paginated output. When this parameter is used, <code>GetVpnConnectionDeviceTypes</code>
88
- * only returns <code>MaxResults</code> results in a single page along with a
89
- * <code>NextToken</code> response element. The remaining results of the initial
90
- * request can be seen by sending another <code>GetVpnConnectionDeviceTypes</code> request
91
- * with the returned <code>NextToken</code> value. This value can be between 200 and 1000.
92
- * If this parameter is not used, then <code>GetVpnConnectionDeviceTypes</code> returns all
93
- * results.</p>
103
+ * <p>The ID of the transit gateway route table.</p>
104
+ * @public
105
+ */
106
+ TransitGatewayRouteTableId: string | undefined;
107
+ /**
108
+ * <p>One or more filters. The possible values are:</p>
109
+ * <ul>
110
+ * <li>
111
+ * <p>
112
+ * <code>resource-id</code> - The ID of the resource.</p>
113
+ * </li>
114
+ * <li>
115
+ * <p>
116
+ * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
117
+ * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
118
+ * | <code>connect</code>.</p>
119
+ * </li>
120
+ * <li>
121
+ * <p>
122
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
123
+ * </li>
124
+ * </ul>
125
+ * @public
126
+ */
127
+ Filters?: Filter[] | undefined;
128
+ /**
129
+ * <p>The maximum number of results to return with a single call.
130
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
94
131
  * @public
95
132
  */
96
133
  MaxResults?: number | undefined;
97
134
  /**
98
- * <p>The <code>NextToken</code> value returned from a previous paginated
99
- * <code>GetVpnConnectionDeviceTypes</code> request where <code>MaxResults</code> was
100
- * used and the results exceeded the value of that parameter. Pagination continues from the
101
- * end of the previous results that returned the <code>NextToken</code> value. This value
102
- * is null when there are no more results to return. </p>
135
+ * <p>The token for the next page of results.</p>
103
136
  * @public
104
137
  */
105
138
  NextToken?: string | undefined;
106
139
  /**
107
- * <p>Checks whether you have the required permissions for the action, without actually
108
- * making the request, and provides an error response. If you have the required
109
- * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
110
- * <code>UnauthorizedOperation</code>.</p>
140
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
141
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
142
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
111
143
  * @public
112
144
  */
113
145
  DryRun?: boolean | undefined;
114
146
  }
115
147
  /**
116
- * <p>List of customer gateway devices that have a sample configuration file available for
117
- * use. You can also see the list of device types with sample configuration files available
118
- * under <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html">Your customer
119
- * gateway device</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>.</p>
148
+ * <p>Describes an association between a route table and a resource attachment.</p>
120
149
  * @public
121
150
  */
122
- export interface VpnConnectionDeviceType {
151
+ export interface TransitGatewayRouteTableAssociation {
123
152
  /**
124
- * <p>Customer gateway device identifier.</p>
153
+ * <p>The ID of the attachment.</p>
125
154
  * @public
126
155
  */
127
- VpnConnectionDeviceTypeId?: string | undefined;
156
+ TransitGatewayAttachmentId?: string | undefined;
128
157
  /**
129
- * <p>Customer gateway device vendor.</p>
158
+ * <p>The ID of the resource.</p>
130
159
  * @public
131
160
  */
132
- Vendor?: string | undefined;
161
+ ResourceId?: string | undefined;
133
162
  /**
134
- * <p>Customer gateway device platform.</p>
163
+ * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
135
164
  * @public
136
165
  */
137
- Platform?: string | undefined;
166
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
138
167
  /**
139
- * <p>Customer gateway device software version.</p>
168
+ * <p>The state of the association.</p>
140
169
  * @public
141
170
  */
142
- Software?: string | undefined;
171
+ State?: TransitGatewayAssociationState | undefined;
143
172
  }
144
173
  /**
145
174
  * @public
146
175
  */
147
- export interface GetVpnConnectionDeviceTypesResult {
176
+ export interface GetTransitGatewayRouteTableAssociationsResult {
148
177
  /**
149
- * <p>List of customer gateway devices that have a sample configuration file available for
150
- * use.</p>
178
+ * <p>Information about the associations.</p>
151
179
  * @public
152
180
  */
153
- VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
181
+ Associations?: TransitGatewayRouteTableAssociation[] | undefined;
154
182
  /**
155
- * <p>The <code>NextToken</code> value to include in a future
156
- * <code>GetVpnConnectionDeviceTypes</code> request. When the results of a
157
- * <code>GetVpnConnectionDeviceTypes</code> request exceed <code>MaxResults</code>,
158
- * this value can be used to retrieve the next page of results. This value is null when
159
- * there are no more results to return.</p>
183
+ * <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>
160
184
  * @public
161
185
  */
162
186
  NextToken?: string | undefined;
@@ -164,96 +188,111 @@ export interface GetVpnConnectionDeviceTypesResult {
164
188
  /**
165
189
  * @public
166
190
  */
167
- export interface GetVpnTunnelReplacementStatusRequest {
168
- /**
169
- * <p>The ID of the Site-to-Site VPN connection. </p>
170
- * @public
171
- */
172
- VpnConnectionId: string | undefined;
191
+ export interface GetTransitGatewayRouteTablePropagationsRequest {
173
192
  /**
174
- * <p>The external IP address of the VPN tunnel.</p>
193
+ * <p>The ID of the transit gateway route table.</p>
175
194
  * @public
176
195
  */
177
- VpnTunnelOutsideIpAddress: string | undefined;
196
+ TransitGatewayRouteTableId: string | undefined;
178
197
  /**
179
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
198
+ * <p>One or more filters. The possible values are:</p>
199
+ * <ul>
200
+ * <li>
201
+ * <p>
202
+ * <code>resource-id</code> - The ID of the resource.</p>
203
+ * </li>
204
+ * <li>
205
+ * <p>
206
+ * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
207
+ * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
208
+ * | <code>connect</code>.</p>
209
+ * </li>
210
+ * <li>
211
+ * <p>
212
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
213
+ * </li>
214
+ * </ul>
180
215
  * @public
181
216
  */
182
- DryRun?: boolean | undefined;
183
- }
184
- /**
185
- * <p>Details for Site-to-Site VPN tunnel endpoint maintenance events.</p>
186
- * @public
187
- */
188
- export interface MaintenanceDetails {
217
+ Filters?: Filter[] | undefined;
189
218
  /**
190
- * <p>Verify existence of a pending maintenance.</p>
219
+ * <p>The maximum number of results to return with a single call.
220
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
191
221
  * @public
192
222
  */
193
- PendingMaintenance?: string | undefined;
223
+ MaxResults?: number | undefined;
194
224
  /**
195
- * <p>The timestamp after which Amazon Web Services will automatically apply maintenance.</p>
225
+ * <p>The token for the next page of results.</p>
196
226
  * @public
197
227
  */
198
- MaintenanceAutoAppliedAfter?: Date | undefined;
228
+ NextToken?: string | undefined;
199
229
  /**
200
- * <p>Timestamp of last applied maintenance.</p>
230
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
231
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
232
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
201
233
  * @public
202
234
  */
203
- LastMaintenanceApplied?: Date | undefined;
235
+ DryRun?: boolean | undefined;
204
236
  }
205
237
  /**
238
+ * <p>Describes a route table propagation.</p>
206
239
  * @public
207
240
  */
208
- export interface GetVpnTunnelReplacementStatusResult {
209
- /**
210
- * <p>The ID of the Site-to-Site VPN connection. </p>
211
- * @public
212
- */
213
- VpnConnectionId?: string | undefined;
241
+ export interface TransitGatewayRouteTablePropagation {
214
242
  /**
215
- * <p>The ID of the transit gateway associated with the VPN connection.</p>
243
+ * <p>The ID of the attachment.</p>
216
244
  * @public
217
245
  */
218
- TransitGatewayId?: string | undefined;
246
+ TransitGatewayAttachmentId?: string | undefined;
219
247
  /**
220
- * <p>The ID of the customer gateway.</p>
248
+ * <p>The ID of the resource.</p>
221
249
  * @public
222
250
  */
223
- CustomerGatewayId?: string | undefined;
251
+ ResourceId?: string | undefined;
224
252
  /**
225
- * <p>The ID of the virtual private gateway.</p>
253
+ * <p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
226
254
  * @public
227
255
  */
228
- VpnGatewayId?: string | undefined;
256
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
229
257
  /**
230
- * <p>The external IP address of the VPN tunnel.</p>
258
+ * <p>The state of the resource.</p>
231
259
  * @public
232
260
  */
233
- VpnTunnelOutsideIpAddress?: string | undefined;
261
+ State?: TransitGatewayPropagationState | undefined;
234
262
  /**
235
- * <p>Get details of pending tunnel endpoint maintenance.</p>
263
+ * <p>The ID of the transit gateway route table announcement.</p>
236
264
  * @public
237
265
  */
238
- MaintenanceDetails?: MaintenanceDetails | undefined;
266
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
239
267
  }
240
268
  /**
241
269
  * @public
242
270
  */
243
- export interface ImportClientVpnClientCertificateRevocationListRequest {
271
+ export interface GetTransitGatewayRouteTablePropagationsResult {
244
272
  /**
245
- * <p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>
273
+ * <p>Information about the route table propagations.</p>
246
274
  * @public
247
275
  */
248
- ClientVpnEndpointId: string | undefined;
276
+ TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[] | undefined;
249
277
  /**
250
- * <p>The client certificate revocation list file. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate">Generate a Client Certificate Revocation List</a> in the
251
- * <i>Client VPN Administrator Guide</i>.</p>
278
+ * <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>
252
279
  * @public
253
280
  */
254
- CertificateRevocationList: string | undefined;
281
+ NextToken?: string | undefined;
282
+ }
283
+ /**
284
+ * @public
285
+ */
286
+ export interface GetVerifiedAccessEndpointPolicyRequest {
255
287
  /**
256
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
288
+ * <p>The ID of the Verified Access endpoint.</p>
289
+ * @public
290
+ */
291
+ VerifiedAccessEndpointId: string | undefined;
292
+ /**
293
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
294
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
295
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
257
296
  * @public
258
297
  */
259
298
  DryRun?: boolean | undefined;
@@ -261,502 +300,834 @@ export interface ImportClientVpnClientCertificateRevocationListRequest {
261
300
  /**
262
301
  * @public
263
302
  */
264
- export interface ImportClientVpnClientCertificateRevocationListResult {
303
+ export interface GetVerifiedAccessEndpointPolicyResult {
265
304
  /**
266
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
305
+ * <p>The status of the Verified Access policy.</p>
267
306
  * @public
268
307
  */
269
- Return?: boolean | undefined;
308
+ PolicyEnabled?: boolean | undefined;
309
+ /**
310
+ * <p>The Verified Access policy document.</p>
311
+ * @public
312
+ */
313
+ PolicyDocument?: string | undefined;
270
314
  }
271
315
  /**
272
- * <p>Describes the client-specific data.</p>
273
316
  * @public
274
317
  */
275
- export interface ClientData {
318
+ export interface GetVerifiedAccessEndpointTargetsRequest {
276
319
  /**
277
- * <p>A user-defined comment about the disk upload.</p>
320
+ * <p>The ID of the network CIDR endpoint.</p>
278
321
  * @public
279
322
  */
280
- Comment?: string | undefined;
323
+ VerifiedAccessEndpointId: string | undefined;
281
324
  /**
282
- * <p>The time that the disk upload ends.</p>
325
+ * <p>The maximum number of results to return with a single call.
326
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
283
327
  * @public
284
328
  */
285
- UploadEnd?: Date | undefined;
329
+ MaxResults?: number | undefined;
286
330
  /**
287
- * <p>The size of the uploaded disk image, in GiB.</p>
331
+ * <p>The token for the next page of results.</p>
288
332
  * @public
289
333
  */
290
- UploadSize?: number | undefined;
334
+ NextToken?: string | undefined;
291
335
  /**
292
- * <p>The time that the disk upload starts.</p>
336
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
337
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
338
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
293
339
  * @public
294
340
  */
295
- UploadStart?: Date | undefined;
341
+ DryRun?: boolean | undefined;
296
342
  }
297
343
  /**
298
- * <p>Describes the Amazon S3 bucket for the disk image.</p>
344
+ * <p>Describes the targets for the specified Verified Access endpoint.</p>
299
345
  * @public
300
346
  */
301
- export interface UserBucket {
347
+ export interface VerifiedAccessEndpointTarget {
302
348
  /**
303
- * <p>The name of the Amazon S3 bucket where the disk image is located.</p>
349
+ * <p>The ID of the Verified Access endpoint.</p>
304
350
  * @public
305
351
  */
306
- S3Bucket?: string | undefined;
352
+ VerifiedAccessEndpointId?: string | undefined;
307
353
  /**
308
- * <p>The file name of the disk image.</p>
354
+ * <p>The IP address of the target.</p>
309
355
  * @public
310
356
  */
311
- S3Key?: string | undefined;
357
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
358
+ /**
359
+ * <p>The DNS name of the target.</p>
360
+ * @public
361
+ */
362
+ VerifiedAccessEndpointTargetDns?: string | undefined;
312
363
  }
313
364
  /**
314
- * <p>Describes the disk container object for an import image task.</p>
315
365
  * @public
316
366
  */
317
- export interface ImageDiskContainer {
367
+ export interface GetVerifiedAccessEndpointTargetsResult {
318
368
  /**
319
- * <p>The description of the disk image.</p>
369
+ * <p>The Verified Access targets.</p>
320
370
  * @public
321
371
  */
322
- Description?: string | undefined;
372
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
323
373
  /**
324
- * <p>The block device mapping for the disk.</p>
374
+ * <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>
325
375
  * @public
326
376
  */
327
- DeviceName?: string | undefined;
377
+ NextToken?: string | undefined;
378
+ }
379
+ /**
380
+ * @public
381
+ */
382
+ export interface GetVerifiedAccessGroupPolicyRequest {
328
383
  /**
329
- * <p>The format of the disk image being imported.</p>
330
- * <p>Valid values: <code>OVA</code> | <code>VHD</code> | <code>VHDX</code> | <code>VMDK</code> | <code>RAW</code>
331
- * </p>
384
+ * <p>The ID of the Verified Access group.</p>
332
385
  * @public
333
386
  */
334
- Format?: string | undefined;
387
+ VerifiedAccessGroupId: string | undefined;
335
388
  /**
336
- * <p>The ID of the EBS snapshot to be used for importing the snapshot.</p>
389
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
390
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
391
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
337
392
  * @public
338
393
  */
339
- SnapshotId?: string | undefined;
394
+ DryRun?: boolean | undefined;
395
+ }
396
+ /**
397
+ * @public
398
+ */
399
+ export interface GetVerifiedAccessGroupPolicyResult {
340
400
  /**
341
- * <p>The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an
342
- * Amazon S3 URL (s3://..)</p>
401
+ * <p>The status of the Verified Access policy.</p>
343
402
  * @public
344
403
  */
345
- Url?: string | undefined;
404
+ PolicyEnabled?: boolean | undefined;
346
405
  /**
347
- * <p>The S3 bucket for the disk image.</p>
406
+ * <p>The Verified Access policy document.</p>
348
407
  * @public
349
408
  */
350
- UserBucket?: UserBucket | undefined;
409
+ PolicyDocument?: string | undefined;
351
410
  }
352
411
  /**
353
- * <p>The request information of license configurations.</p>
354
412
  * @public
355
413
  */
356
- export interface ImportImageLicenseConfigurationRequest {
414
+ export interface GetVpnConnectionDeviceSampleConfigurationRequest {
357
415
  /**
358
- * <p>The ARN of a license configuration.</p>
416
+ * <p>The <code>VpnConnectionId</code> specifies the Site-to-Site VPN connection used for the sample
417
+ * configuration.</p>
359
418
  * @public
360
419
  */
361
- LicenseConfigurationArn?: string | undefined;
362
- }
363
- /**
364
- * @public
365
- */
366
- export interface ImportImageRequest {
420
+ VpnConnectionId: string | undefined;
367
421
  /**
368
- * <p>The architecture of the virtual machine.</p>
369
- * <p>Valid values: <code>i386</code> | <code>x86_64</code>
370
- * </p>
422
+ * <p>Device identifier provided by the <code>GetVpnConnectionDeviceTypes</code> API.</p>
371
423
  * @public
372
424
  */
373
- Architecture?: string | undefined;
425
+ VpnConnectionDeviceTypeId: string | undefined;
374
426
  /**
375
- * <p>The client-specific data.</p>
427
+ * <p>The IKE version to be used in the sample configuration file for your customer gateway
428
+ * device. You can specify one of the following versions: <code>ikev1</code> or
429
+ * <code>ikev2</code>.</p>
376
430
  * @public
377
431
  */
378
- ClientData?: ClientData | undefined;
432
+ InternetKeyExchangeVersion?: string | undefined;
379
433
  /**
380
- * <p>The token to enable idempotency for VM import requests.</p>
434
+ * <p>Checks whether you have the required permissions for the action, without actually
435
+ * making the request, and provides an error response. If you have the required
436
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
437
+ * <code>UnauthorizedOperation</code>.</p>
381
438
  * @public
382
439
  */
383
- ClientToken?: string | undefined;
440
+ DryRun?: boolean | undefined;
441
+ }
442
+ /**
443
+ * @public
444
+ */
445
+ export interface GetVpnConnectionDeviceSampleConfigurationResult {
384
446
  /**
385
- * <p>A description string for the import image task.</p>
447
+ * <p>Sample configuration file for the specified customer gateway device.</p>
386
448
  * @public
387
449
  */
388
- Description?: string | undefined;
450
+ VpnConnectionDeviceSampleConfiguration?: string | undefined;
451
+ }
452
+ /**
453
+ * @public
454
+ */
455
+ export interface GetVpnConnectionDeviceTypesRequest {
389
456
  /**
390
- * <p>Information about the disk containers.</p>
457
+ * <p>The maximum number of results returned by <code>GetVpnConnectionDeviceTypes</code> in
458
+ * paginated output. When this parameter is used, <code>GetVpnConnectionDeviceTypes</code>
459
+ * only returns <code>MaxResults</code> results in a single page along with a
460
+ * <code>NextToken</code> response element. The remaining results of the initial
461
+ * request can be seen by sending another <code>GetVpnConnectionDeviceTypes</code> request
462
+ * with the returned <code>NextToken</code> value. This value can be between 200 and 1000.
463
+ * If this parameter is not used, then <code>GetVpnConnectionDeviceTypes</code> returns all
464
+ * results.</p>
391
465
  * @public
392
466
  */
393
- DiskContainers?: ImageDiskContainer[] | undefined;
467
+ MaxResults?: number | undefined;
394
468
  /**
395
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
396
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
397
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
469
+ * <p>The <code>NextToken</code> value returned from a previous paginated
470
+ * <code>GetVpnConnectionDeviceTypes</code> request where <code>MaxResults</code> was
471
+ * used and the results exceeded the value of that parameter. Pagination continues from the
472
+ * end of the previous results that returned the <code>NextToken</code> value. This value
473
+ * is null when there are no more results to return. </p>
398
474
  * @public
399
475
  */
400
- DryRun?: boolean | undefined;
476
+ NextToken?: string | undefined;
401
477
  /**
402
- * <p>Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used
403
- * unless you specify a non-default KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the
404
- * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
478
+ * <p>Checks whether you have the required permissions for the action, without actually
479
+ * making the request, and provides an error response. If you have the required
480
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
481
+ * <code>UnauthorizedOperation</code>.</p>
405
482
  * @public
406
483
  */
407
- Encrypted?: boolean | undefined;
484
+ DryRun?: boolean | undefined;
485
+ }
486
+ /**
487
+ * <p>List of customer gateway devices that have a sample configuration file available for
488
+ * use. You can also see the list of device types with sample configuration files available
489
+ * under <a href="https://docs.aws.amazon.com/vpn/latest/s2svpn/your-cgw.html">Your customer
490
+ * gateway device</a> in the <i>Amazon Web Services Site-to-Site VPN User Guide</i>.</p>
491
+ * @public
492
+ */
493
+ export interface VpnConnectionDeviceType {
408
494
  /**
409
- * <p>The target hypervisor platform.</p>
410
- * <p>Valid values: <code>xen</code>
411
- * </p>
495
+ * <p>Customer gateway device identifier.</p>
412
496
  * @public
413
497
  */
414
- Hypervisor?: string | undefined;
498
+ VpnConnectionDeviceTypeId?: string | undefined;
415
499
  /**
416
- * <p>An identifier for the symmetric KMS key to use when creating the
417
- * encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this
418
- * parameter is not specified, the default KMS key for EBS is used. If a <code>KmsKeyId</code> is
419
- * specified, the <code>Encrypted</code> flag must also be set. </p>
420
- * <p>The KMS key identifier may be provided in any of the following formats: </p>
421
- * <ul>
422
- * <li>
423
- * <p>Key ID</p>
424
- * </li>
425
- * <li>
426
- * <p>Key alias</p>
427
- * </li>
428
- * <li>
429
- * <p>ARN using key ID. The ID ARN contains the <code>arn:aws:kms</code> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <code>key</code> namespace, and then the key ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>.</p>
430
- * </li>
431
- * <li>
432
- * <p>ARN using key alias. The alias ARN contains the <code>arn:aws:kms</code> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <code>alias</code> namespace, and then the key alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </p>
433
- * </li>
434
- * </ul>
435
- * <p>Amazon Web Services parses <code>KmsKeyId</code> asynchronously, meaning that the action you call may appear to complete even
436
- * though you provided an invalid identifier. This action will eventually report failure. </p>
437
- * <p>The specified KMS key must exist in the Region that the AMI is being copied to.</p>
438
- * <p>Amazon EBS does not support asymmetric KMS keys.</p>
500
+ * <p>Customer gateway device vendor.</p>
439
501
  * @public
440
502
  */
441
- KmsKeyId?: string | undefined;
503
+ Vendor?: string | undefined;
442
504
  /**
443
- * <p>The license type to be used for the Amazon Machine Image (AMI) after importing.</p>
444
- * <p>Specify <code>AWS</code> to replace the source-system license with an Amazon Web Services
445
- * license or <code>BYOL</code> to retain the source-system license. Leaving this parameter
446
- * undefined is the same as choosing <code>AWS</code> when importing a Windows Server operating
447
- * system, and the same as choosing <code>BYOL</code> when importing a Windows client operating
448
- * system (such as Windows 10) or a Linux operating system.</p>
449
- * <p>To use <code>BYOL</code>, you must have existing licenses with rights to use these licenses in a third party
450
- * cloud, such as Amazon Web Services. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image">Prerequisites</a> in the
451
- * VM Import/Export User Guide.</p>
505
+ * <p>Customer gateway device platform.</p>
452
506
  * @public
453
507
  */
454
- LicenseType?: string | undefined;
508
+ Platform?: string | undefined;
455
509
  /**
456
- * <p>The operating system of the virtual machine. If you import a VM that is compatible with
457
- * Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for
458
- * the platform.</p>
459
- * <p>Valid values: <code>Windows</code> | <code>Linux</code>
460
- * </p>
510
+ * <p>Customer gateway device software version.</p>
461
511
  * @public
462
512
  */
463
- Platform?: string | undefined;
513
+ Software?: string | undefined;
514
+ }
515
+ /**
516
+ * @public
517
+ */
518
+ export interface GetVpnConnectionDeviceTypesResult {
464
519
  /**
465
- * <p>The name of the role to use when not using the default role, 'vmimport'.</p>
520
+ * <p>List of customer gateway devices that have a sample configuration file available for
521
+ * use.</p>
466
522
  * @public
467
523
  */
468
- RoleName?: string | undefined;
524
+ VpnConnectionDeviceTypes?: VpnConnectionDeviceType[] | undefined;
469
525
  /**
470
- * <p>The ARNs of the license configurations.</p>
526
+ * <p>The <code>NextToken</code> value to include in a future
527
+ * <code>GetVpnConnectionDeviceTypes</code> request. When the results of a
528
+ * <code>GetVpnConnectionDeviceTypes</code> request exceed <code>MaxResults</code>,
529
+ * this value can be used to retrieve the next page of results. This value is null when
530
+ * there are no more results to return.</p>
471
531
  * @public
472
532
  */
473
- LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
533
+ NextToken?: string | undefined;
534
+ }
535
+ /**
536
+ * @public
537
+ */
538
+ export interface GetVpnTunnelReplacementStatusRequest {
474
539
  /**
475
- * <p>The tags to apply to the import image task during creation.</p>
540
+ * <p>The ID of the Site-to-Site VPN connection. </p>
476
541
  * @public
477
542
  */
478
- TagSpecifications?: TagSpecification[] | undefined;
543
+ VpnConnectionId: string | undefined;
479
544
  /**
480
- * <p>The usage operation value. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites">Licensing options</a> in the <i>VM Import/Export User Guide</i>.</p>
545
+ * <p>The external IP address of the VPN tunnel.</p>
481
546
  * @public
482
547
  */
483
- UsageOperation?: string | undefined;
548
+ VpnTunnelOutsideIpAddress: string | undefined;
484
549
  /**
485
- * <p>The boot mode of the virtual machine.</p>
486
- * <note>
487
- * <p>The <code>uefi-preferred</code> boot mode isn't supported for importing images. For more
488
- * information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-boot-modes">Boot modes</a> in
489
- * the <i>VM Import/Export User Guide</i>.</p>
490
- * </note>
550
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
491
551
  * @public
492
552
  */
493
- BootMode?: BootModeValues | undefined;
553
+ DryRun?: boolean | undefined;
494
554
  }
495
555
  /**
556
+ * <p>Details for Site-to-Site VPN tunnel endpoint maintenance events.</p>
496
557
  * @public
497
558
  */
498
- export interface ImportImageResult {
559
+ export interface MaintenanceDetails {
499
560
  /**
500
- * <p>The architecture of the virtual machine.</p>
561
+ * <p>Verify existence of a pending maintenance.</p>
501
562
  * @public
502
563
  */
503
- Architecture?: string | undefined;
564
+ PendingMaintenance?: string | undefined;
504
565
  /**
505
- * <p>A description of the import task.</p>
566
+ * <p>The timestamp after which Amazon Web Services will automatically apply maintenance.</p>
506
567
  * @public
507
568
  */
508
- Description?: string | undefined;
569
+ MaintenanceAutoAppliedAfter?: Date | undefined;
509
570
  /**
510
- * <p>Indicates whether the AMI is encrypted.</p>
571
+ * <p>Timestamp of last applied maintenance.</p>
511
572
  * @public
512
573
  */
513
- Encrypted?: boolean | undefined;
574
+ LastMaintenanceApplied?: Date | undefined;
575
+ }
576
+ /**
577
+ * @public
578
+ */
579
+ export interface GetVpnTunnelReplacementStatusResult {
514
580
  /**
515
- * <p>The target hypervisor of the import task.</p>
581
+ * <p>The ID of the Site-to-Site VPN connection. </p>
516
582
  * @public
517
583
  */
518
- Hypervisor?: string | undefined;
584
+ VpnConnectionId?: string | undefined;
519
585
  /**
520
- * <p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>
586
+ * <p>The ID of the transit gateway associated with the VPN connection.</p>
521
587
  * @public
522
588
  */
523
- ImageId?: string | undefined;
589
+ TransitGatewayId?: string | undefined;
524
590
  /**
525
- * <p>The task ID of the import image task.</p>
591
+ * <p>The ID of the customer gateway.</p>
526
592
  * @public
527
593
  */
528
- ImportTaskId?: string | undefined;
594
+ CustomerGatewayId?: string | undefined;
529
595
  /**
530
- * <p>The identifier for the symmetric KMS key that was used to create the encrypted AMI.</p>
596
+ * <p>The ID of the virtual private gateway.</p>
531
597
  * @public
532
598
  */
533
- KmsKeyId?: string | undefined;
599
+ VpnGatewayId?: string | undefined;
534
600
  /**
535
- * <p>The license type of the virtual machine.</p>
601
+ * <p>The external IP address of the VPN tunnel.</p>
536
602
  * @public
537
603
  */
538
- LicenseType?: string | undefined;
604
+ VpnTunnelOutsideIpAddress?: string | undefined;
539
605
  /**
540
- * <p>The operating system of the virtual machine.</p>
606
+ * <p>Get details of pending tunnel endpoint maintenance.</p>
541
607
  * @public
542
608
  */
543
- Platform?: string | undefined;
609
+ MaintenanceDetails?: MaintenanceDetails | undefined;
610
+ }
611
+ /**
612
+ * @public
613
+ */
614
+ export interface ImportClientVpnClientCertificateRevocationListRequest {
544
615
  /**
545
- * <p>The progress of the task.</p>
616
+ * <p>The ID of the Client VPN endpoint to which the client certificate revocation list applies.</p>
546
617
  * @public
547
618
  */
548
- Progress?: string | undefined;
619
+ ClientVpnEndpointId: string | undefined;
549
620
  /**
550
- * <p>Information about the snapshots.</p>
621
+ * <p>The client certificate revocation list file. For more information, see <a href="https://docs.aws.amazon.com/vpn/latest/clientvpn-admin/cvpn-working-certificates.html#cvpn-working-certificates-generate">Generate a Client Certificate Revocation List</a> in the
622
+ * <i>Client VPN Administrator Guide</i>.</p>
551
623
  * @public
552
624
  */
553
- SnapshotDetails?: SnapshotDetail[] | undefined;
625
+ CertificateRevocationList: string | undefined;
554
626
  /**
555
- * <p>A brief status of the task.</p>
627
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
556
628
  * @public
557
629
  */
558
- Status?: string | undefined;
630
+ DryRun?: boolean | undefined;
631
+ }
632
+ /**
633
+ * @public
634
+ */
635
+ export interface ImportClientVpnClientCertificateRevocationListResult {
559
636
  /**
560
- * <p>A detailed status message of the import task.</p>
637
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
561
638
  * @public
562
639
  */
563
- StatusMessage?: string | undefined;
640
+ Return?: boolean | undefined;
641
+ }
642
+ /**
643
+ * <p>Describes the client-specific data.</p>
644
+ * @public
645
+ */
646
+ export interface ClientData {
564
647
  /**
565
- * <p>The ARNs of the license configurations.</p>
648
+ * <p>A user-defined comment about the disk upload.</p>
566
649
  * @public
567
650
  */
568
- LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
651
+ Comment?: string | undefined;
569
652
  /**
570
- * <p>Any tags assigned to the import image task.</p>
653
+ * <p>The time that the disk upload ends.</p>
571
654
  * @public
572
655
  */
573
- Tags?: Tag[] | undefined;
656
+ UploadEnd?: Date | undefined;
574
657
  /**
575
- * <p>The usage operation value.</p>
658
+ * <p>The size of the uploaded disk image, in GiB.</p>
576
659
  * @public
577
660
  */
578
- UsageOperation?: string | undefined;
661
+ UploadSize?: number | undefined;
662
+ /**
663
+ * <p>The time that the disk upload starts.</p>
664
+ * @public
665
+ */
666
+ UploadStart?: Date | undefined;
579
667
  }
580
668
  /**
581
- * <p>Describes a disk image.</p>
669
+ * <p>Describes the Amazon S3 bucket for the disk image.</p>
582
670
  * @public
583
671
  */
584
- export interface DiskImageDetail {
585
- /**
586
- * <p>The disk image format.</p>
587
- * @public
588
- */
589
- Format: DiskImageFormat | undefined;
672
+ export interface UserBucket {
590
673
  /**
591
- * <p>The size of the disk image, in GiB.</p>
674
+ * <p>The name of the Amazon S3 bucket where the disk image is located.</p>
592
675
  * @public
593
676
  */
594
- Bytes: number | undefined;
677
+ S3Bucket?: string | undefined;
595
678
  /**
596
- * <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
597
- * For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
598
- * Alternative" section of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer
599
- * Guide</i>.</p>
600
- * <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
679
+ * <p>The file name of the disk image.</p>
601
680
  * @public
602
681
  */
603
- ImportManifestUrl: string | undefined;
682
+ S3Key?: string | undefined;
604
683
  }
605
684
  /**
606
- * <p>Describes an EBS volume.</p>
685
+ * <p>Describes the disk container object for an import image task.</p>
607
686
  * @public
608
687
  */
609
- export interface VolumeDetail {
688
+ export interface ImageDiskContainer {
610
689
  /**
611
- * <p>The size of the volume, in GiB.</p>
690
+ * <p>The description of the disk image.</p>
612
691
  * @public
613
692
  */
614
- Size: number | undefined;
615
- }
616
- /**
617
- * <p>Describes a disk image.</p>
618
- * @public
619
- */
620
- export interface DiskImage {
693
+ Description?: string | undefined;
621
694
  /**
622
- * <p>A description of the disk image.</p>
695
+ * <p>The block device mapping for the disk.</p>
623
696
  * @public
624
697
  */
625
- Description?: string | undefined;
698
+ DeviceName?: string | undefined;
626
699
  /**
627
- * <p>Information about the disk image.</p>
700
+ * <p>The format of the disk image being imported.</p>
701
+ * <p>Valid values: <code>OVA</code> | <code>VHD</code> | <code>VHDX</code> | <code>VMDK</code> | <code>RAW</code>
702
+ * </p>
628
703
  * @public
629
704
  */
630
- Image?: DiskImageDetail | undefined;
705
+ Format?: string | undefined;
631
706
  /**
632
- * <p>Information about the volume.</p>
707
+ * <p>The ID of the EBS snapshot to be used for importing the snapshot.</p>
633
708
  * @public
634
709
  */
635
- Volume?: VolumeDetail | undefined;
710
+ SnapshotId?: string | undefined;
711
+ /**
712
+ * <p>The URL to the Amazon S3-based disk image being imported. The URL can either be a https URL (https://..) or an
713
+ * Amazon S3 URL (s3://..)</p>
714
+ * @public
715
+ */
716
+ Url?: string | undefined;
717
+ /**
718
+ * <p>The S3 bucket for the disk image.</p>
719
+ * @public
720
+ */
721
+ UserBucket?: UserBucket | undefined;
636
722
  }
637
723
  /**
638
- * <p>Describes the user data for an instance.</p>
724
+ * <p>The request information of license configurations.</p>
639
725
  * @public
640
726
  */
641
- export interface UserData {
727
+ export interface ImportImageLicenseConfigurationRequest {
642
728
  /**
643
- * <p>The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you
644
- * can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>
729
+ * <p>The ARN of a license configuration.</p>
645
730
  * @public
646
731
  */
647
- Data?: string | undefined;
732
+ LicenseConfigurationArn?: string | undefined;
648
733
  }
649
734
  /**
650
- * <p>Describes the launch specification for VM import.</p>
651
735
  * @public
652
736
  */
653
- export interface ImportInstanceLaunchSpecification {
737
+ export interface ImportImageRequest {
654
738
  /**
655
- * <p>The architecture of the instance.</p>
739
+ * <p>The architecture of the virtual machine.</p>
740
+ * <p>Valid values: <code>i386</code> | <code>x86_64</code>
741
+ * </p>
656
742
  * @public
657
743
  */
658
- Architecture?: ArchitectureValues | undefined;
744
+ Architecture?: string | undefined;
659
745
  /**
660
- * <p>The security group names.</p>
746
+ * <p>The client-specific data.</p>
661
747
  * @public
662
748
  */
663
- GroupNames?: string[] | undefined;
749
+ ClientData?: ClientData | undefined;
664
750
  /**
665
- * <p>The security group IDs.</p>
751
+ * <p>The token to enable idempotency for VM import requests.</p>
666
752
  * @public
667
753
  */
668
- GroupIds?: string[] | undefined;
754
+ ClientToken?: string | undefined;
669
755
  /**
670
- * <p>Reserved.</p>
756
+ * <p>A description string for the import image task.</p>
671
757
  * @public
672
758
  */
673
- AdditionalInfo?: string | undefined;
759
+ Description?: string | undefined;
674
760
  /**
675
- * <p>The Base64-encoded user data to make available to the instance.</p>
761
+ * <p>Information about the disk containers.</p>
676
762
  * @public
677
763
  */
678
- UserData?: UserData | undefined;
764
+ DiskContainers?: ImageDiskContainer[] | undefined;
679
765
  /**
680
- * <p>The instance type. For more information about the instance types that you can import, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types">Instance Types</a> in the
681
- * VM Import/Export User Guide.</p>
766
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
767
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
768
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
682
769
  * @public
683
770
  */
684
- InstanceType?: _InstanceType | undefined;
771
+ DryRun?: boolean | undefined;
685
772
  /**
686
- * <p>The placement information for the instance.</p>
773
+ * <p>Specifies whether the destination AMI of the imported image should be encrypted. The default KMS key for EBS is used
774
+ * unless you specify a non-default KMS key using <code>KmsKeyId</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html">Amazon EBS Encryption</a> in the
775
+ * <i>Amazon Elastic Compute Cloud User Guide</i>.</p>
687
776
  * @public
688
777
  */
689
- Placement?: Placement | undefined;
778
+ Encrypted?: boolean | undefined;
690
779
  /**
691
- * <p>Indicates whether monitoring is enabled.</p>
780
+ * <p>The target hypervisor platform.</p>
781
+ * <p>Valid values: <code>xen</code>
782
+ * </p>
692
783
  * @public
693
784
  */
694
- Monitoring?: boolean | undefined;
785
+ Hypervisor?: string | undefined;
695
786
  /**
696
- * <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
787
+ * <p>An identifier for the symmetric KMS key to use when creating the
788
+ * encrypted AMI. This parameter is only required if you want to use a non-default KMS key; if this
789
+ * parameter is not specified, the default KMS key for EBS is used. If a <code>KmsKeyId</code> is
790
+ * specified, the <code>Encrypted</code> flag must also be set. </p>
791
+ * <p>The KMS key identifier may be provided in any of the following formats: </p>
792
+ * <ul>
793
+ * <li>
794
+ * <p>Key ID</p>
795
+ * </li>
796
+ * <li>
797
+ * <p>Key alias</p>
798
+ * </li>
799
+ * <li>
800
+ * <p>ARN using key ID. The ID ARN contains the <code>arn:aws:kms</code> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <code>key</code> namespace, and then the key ID. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:key/<i>abcd1234-a123-456a-a12b-a123b4cd56ef</i>.</p>
801
+ * </li>
802
+ * <li>
803
+ * <p>ARN using key alias. The alias ARN contains the <code>arn:aws:kms</code> namespace, followed by the Region of the key, the Amazon Web Services account ID of the key owner, the <code>alias</code> namespace, and then the key alias. For example, arn:aws:kms:<i>us-east-1</i>:<i>012345678910</i>:alias/<i>ExampleAlias</i>. </p>
804
+ * </li>
805
+ * </ul>
806
+ * <p>Amazon Web Services parses <code>KmsKeyId</code> asynchronously, meaning that the action you call may appear to complete even
807
+ * though you provided an invalid identifier. This action will eventually report failure. </p>
808
+ * <p>The specified KMS key must exist in the Region that the AMI is being copied to.</p>
809
+ * <p>Amazon EBS does not support asymmetric KMS keys.</p>
697
810
  * @public
698
811
  */
699
- SubnetId?: string | undefined;
812
+ KmsKeyId?: string | undefined;
700
813
  /**
701
- * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
702
- * operating system command for system shutdown).</p>
814
+ * <p>The license type to be used for the Amazon Machine Image (AMI) after importing.</p>
815
+ * <p>Specify <code>AWS</code> to replace the source-system license with an Amazon Web Services
816
+ * license or <code>BYOL</code> to retain the source-system license. Leaving this parameter
817
+ * undefined is the same as choosing <code>AWS</code> when importing a Windows Server operating
818
+ * system, and the same as choosing <code>BYOL</code> when importing a Windows client operating
819
+ * system (such as Windows 10) or a Linux operating system.</p>
820
+ * <p>To use <code>BYOL</code>, you must have existing licenses with rights to use these licenses in a third party
821
+ * cloud, such as Amazon Web Services. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmimport-image-import.html#prerequisites-image">Prerequisites</a> in the
822
+ * VM Import/Export User Guide.</p>
703
823
  * @public
704
824
  */
705
- InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
825
+ LicenseType?: string | undefined;
706
826
  /**
707
- * <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
827
+ * <p>The operating system of the virtual machine. If you import a VM that is compatible with
828
+ * Unified Extensible Firmware Interface (UEFI) using an EBS snapshot, you must specify a value for
829
+ * the platform.</p>
830
+ * <p>Valid values: <code>Windows</code> | <code>Linux</code>
831
+ * </p>
708
832
  * @public
709
833
  */
710
- PrivateIpAddress?: string | undefined;
711
- }
712
- /**
713
- * @public
714
- */
715
- export interface ImportInstanceRequest {
834
+ Platform?: string | undefined;
716
835
  /**
717
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
718
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
719
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
836
+ * <p>The name of the role to use when not using the default role, 'vmimport'.</p>
720
837
  * @public
721
838
  */
722
- DryRun?: boolean | undefined;
839
+ RoleName?: string | undefined;
723
840
  /**
724
- * <p>A description for the instance being imported.</p>
841
+ * <p>The ARNs of the license configurations.</p>
725
842
  * @public
726
843
  */
727
- Description?: string | undefined;
844
+ LicenseSpecifications?: ImportImageLicenseConfigurationRequest[] | undefined;
728
845
  /**
729
- * <p>The launch specification.</p>
846
+ * <p>The tags to apply to the import image task during creation.</p>
730
847
  * @public
731
848
  */
732
- LaunchSpecification?: ImportInstanceLaunchSpecification | undefined;
849
+ TagSpecifications?: TagSpecification[] | undefined;
733
850
  /**
734
- * <p>The disk image.</p>
851
+ * <p>The usage operation value. For more information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#prerequisites">Licensing options</a> in the <i>VM Import/Export User Guide</i>.</p>
735
852
  * @public
736
853
  */
737
- DiskImages?: DiskImage[] | undefined;
854
+ UsageOperation?: string | undefined;
738
855
  /**
739
- * <p>The instance operating system.</p>
856
+ * <p>The boot mode of the virtual machine.</p>
857
+ * <note>
858
+ * <p>The <code>uefi-preferred</code> boot mode isn't supported for importing images. For more
859
+ * information, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/prerequisites.html#vmimport-boot-modes">Boot modes</a> in
860
+ * the <i>VM Import/Export User Guide</i>.</p>
861
+ * </note>
740
862
  * @public
741
863
  */
742
- Platform: PlatformValues | undefined;
864
+ BootMode?: BootModeValues | undefined;
743
865
  }
744
866
  /**
745
867
  * @public
746
868
  */
747
- export interface ImportInstanceResult {
869
+ export interface ImportImageResult {
748
870
  /**
749
- * <p>Information about the conversion task.</p>
871
+ * <p>The architecture of the virtual machine.</p>
750
872
  * @public
751
873
  */
752
- ConversionTask?: ConversionTask | undefined;
753
- }
754
- /**
755
- * @public
756
- */
757
- export interface ImportKeyPairRequest {
874
+ Architecture?: string | undefined;
758
875
  /**
759
- * <p>The tags to apply to the imported key pair.</p>
876
+ * <p>A description of the import task.</p>
877
+ * @public
878
+ */
879
+ Description?: string | undefined;
880
+ /**
881
+ * <p>Indicates whether the AMI is encrypted.</p>
882
+ * @public
883
+ */
884
+ Encrypted?: boolean | undefined;
885
+ /**
886
+ * <p>The target hypervisor of the import task.</p>
887
+ * @public
888
+ */
889
+ Hypervisor?: string | undefined;
890
+ /**
891
+ * <p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>
892
+ * @public
893
+ */
894
+ ImageId?: string | undefined;
895
+ /**
896
+ * <p>The task ID of the import image task.</p>
897
+ * @public
898
+ */
899
+ ImportTaskId?: string | undefined;
900
+ /**
901
+ * <p>The identifier for the symmetric KMS key that was used to create the encrypted AMI.</p>
902
+ * @public
903
+ */
904
+ KmsKeyId?: string | undefined;
905
+ /**
906
+ * <p>The license type of the virtual machine.</p>
907
+ * @public
908
+ */
909
+ LicenseType?: string | undefined;
910
+ /**
911
+ * <p>The operating system of the virtual machine.</p>
912
+ * @public
913
+ */
914
+ Platform?: string | undefined;
915
+ /**
916
+ * <p>The progress of the task.</p>
917
+ * @public
918
+ */
919
+ Progress?: string | undefined;
920
+ /**
921
+ * <p>Information about the snapshots.</p>
922
+ * @public
923
+ */
924
+ SnapshotDetails?: SnapshotDetail[] | undefined;
925
+ /**
926
+ * <p>A brief status of the task.</p>
927
+ * @public
928
+ */
929
+ Status?: string | undefined;
930
+ /**
931
+ * <p>A detailed status message of the import task.</p>
932
+ * @public
933
+ */
934
+ StatusMessage?: string | undefined;
935
+ /**
936
+ * <p>The ARNs of the license configurations.</p>
937
+ * @public
938
+ */
939
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[] | undefined;
940
+ /**
941
+ * <p>Any tags assigned to the import image task.</p>
942
+ * @public
943
+ */
944
+ Tags?: Tag[] | undefined;
945
+ /**
946
+ * <p>The usage operation value.</p>
947
+ * @public
948
+ */
949
+ UsageOperation?: string | undefined;
950
+ }
951
+ /**
952
+ * <p>Describes a disk image.</p>
953
+ * @public
954
+ */
955
+ export interface DiskImageDetail {
956
+ /**
957
+ * <p>The disk image format.</p>
958
+ * @public
959
+ */
960
+ Format: DiskImageFormat | undefined;
961
+ /**
962
+ * <p>The size of the disk image, in GiB.</p>
963
+ * @public
964
+ */
965
+ Bytes: number | undefined;
966
+ /**
967
+ * <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
968
+ * For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
969
+ * Alternative" section of the <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html">Authenticating REST Requests</a> topic in the <i>Amazon Simple Storage Service Developer
970
+ * Guide</i>.</p>
971
+ * <p>For information about the import manifest referenced by this API action, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/manifest.html">VM Import Manifest</a>.</p>
972
+ * @public
973
+ */
974
+ ImportManifestUrl: string | undefined;
975
+ }
976
+ /**
977
+ * <p>Describes an EBS volume.</p>
978
+ * @public
979
+ */
980
+ export interface VolumeDetail {
981
+ /**
982
+ * <p>The size of the volume, in GiB.</p>
983
+ * @public
984
+ */
985
+ Size: number | undefined;
986
+ }
987
+ /**
988
+ * <p>Describes a disk image.</p>
989
+ * @public
990
+ */
991
+ export interface DiskImage {
992
+ /**
993
+ * <p>A description of the disk image.</p>
994
+ * @public
995
+ */
996
+ Description?: string | undefined;
997
+ /**
998
+ * <p>Information about the disk image.</p>
999
+ * @public
1000
+ */
1001
+ Image?: DiskImageDetail | undefined;
1002
+ /**
1003
+ * <p>Information about the volume.</p>
1004
+ * @public
1005
+ */
1006
+ Volume?: VolumeDetail | undefined;
1007
+ }
1008
+ /**
1009
+ * <p>Describes the user data for an instance.</p>
1010
+ * @public
1011
+ */
1012
+ export interface UserData {
1013
+ /**
1014
+ * <p>The user data. If you are using an Amazon Web Services SDK or command line tool, Base64-encoding is performed for you, and you
1015
+ * can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>
1016
+ * @public
1017
+ */
1018
+ Data?: string | undefined;
1019
+ }
1020
+ /**
1021
+ * <p>Describes the launch specification for VM import.</p>
1022
+ * @public
1023
+ */
1024
+ export interface ImportInstanceLaunchSpecification {
1025
+ /**
1026
+ * <p>The architecture of the instance.</p>
1027
+ * @public
1028
+ */
1029
+ Architecture?: ArchitectureValues | undefined;
1030
+ /**
1031
+ * <p>The security group names.</p>
1032
+ * @public
1033
+ */
1034
+ GroupNames?: string[] | undefined;
1035
+ /**
1036
+ * <p>The security group IDs.</p>
1037
+ * @public
1038
+ */
1039
+ GroupIds?: string[] | undefined;
1040
+ /**
1041
+ * <p>Reserved.</p>
1042
+ * @public
1043
+ */
1044
+ AdditionalInfo?: string | undefined;
1045
+ /**
1046
+ * <p>The Base64-encoded user data to make available to the instance.</p>
1047
+ * @public
1048
+ */
1049
+ UserData?: UserData | undefined;
1050
+ /**
1051
+ * <p>The instance type. For more information about the instance types that you can import, see <a href="https://docs.aws.amazon.com/vm-import/latest/userguide/vmie_prereqs.html#vmimport-instance-types">Instance Types</a> in the
1052
+ * VM Import/Export User Guide.</p>
1053
+ * @public
1054
+ */
1055
+ InstanceType?: _InstanceType | undefined;
1056
+ /**
1057
+ * <p>The placement information for the instance.</p>
1058
+ * @public
1059
+ */
1060
+ Placement?: Placement | undefined;
1061
+ /**
1062
+ * <p>Indicates whether monitoring is enabled.</p>
1063
+ * @public
1064
+ */
1065
+ Monitoring?: boolean | undefined;
1066
+ /**
1067
+ * <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
1068
+ * @public
1069
+ */
1070
+ SubnetId?: string | undefined;
1071
+ /**
1072
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
1073
+ * operating system command for system shutdown).</p>
1074
+ * @public
1075
+ */
1076
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | undefined;
1077
+ /**
1078
+ * <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
1079
+ * @public
1080
+ */
1081
+ PrivateIpAddress?: string | undefined;
1082
+ }
1083
+ /**
1084
+ * @public
1085
+ */
1086
+ export interface ImportInstanceRequest {
1087
+ /**
1088
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1089
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1090
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1091
+ * @public
1092
+ */
1093
+ DryRun?: boolean | undefined;
1094
+ /**
1095
+ * <p>A description for the instance being imported.</p>
1096
+ * @public
1097
+ */
1098
+ Description?: string | undefined;
1099
+ /**
1100
+ * <p>The launch specification.</p>
1101
+ * @public
1102
+ */
1103
+ LaunchSpecification?: ImportInstanceLaunchSpecification | undefined;
1104
+ /**
1105
+ * <p>The disk image.</p>
1106
+ * @public
1107
+ */
1108
+ DiskImages?: DiskImage[] | undefined;
1109
+ /**
1110
+ * <p>The instance operating system.</p>
1111
+ * @public
1112
+ */
1113
+ Platform: PlatformValues | undefined;
1114
+ }
1115
+ /**
1116
+ * @public
1117
+ */
1118
+ export interface ImportInstanceResult {
1119
+ /**
1120
+ * <p>Information about the conversion task.</p>
1121
+ * @public
1122
+ */
1123
+ ConversionTask?: ConversionTask | undefined;
1124
+ }
1125
+ /**
1126
+ * @public
1127
+ */
1128
+ export interface ImportKeyPairRequest {
1129
+ /**
1130
+ * <p>The tags to apply to the imported key pair.</p>
760
1131
  * @public
761
1132
  */
762
1133
  TagSpecifications?: TagSpecification[] | undefined;
@@ -2718,8 +3089,32 @@ export interface ModifyInstanceMaintenanceOptionsRequest {
2718
3089
  */
2719
3090
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
2720
3091
  /**
2721
- * <p>Checks whether you have the required permissions for the action, without actually
2722
- * making the request, and provides an error response. If you have the required
3092
+ * <p>Specifies whether to attempt reboot migration during a user-initiated reboot of an
3093
+ * instance that has a scheduled <code>system-reboot</code> event:</p>
3094
+ * <ul>
3095
+ * <li>
3096
+ * <p>
3097
+ * <code>default</code> - Amazon EC2 attempts to migrate the instance to
3098
+ * new hardware (reboot migration). If successful, the <code>system-reboot</code>
3099
+ * event is cleared. If unsuccessful, an in-place reboot occurs and the event
3100
+ * remains scheduled.</p>
3101
+ * </li>
3102
+ * <li>
3103
+ * <p>
3104
+ * <code>disabled</code> - Amazon EC2 keeps the instance on the same
3105
+ * hardware (in-place reboot). The <code>system-reboot</code> event remains
3106
+ * scheduled.</p>
3107
+ * </li>
3108
+ * </ul>
3109
+ * <p>This setting only applies to supported instances that have a scheduled reboot event.
3110
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
3111
+ * <i>Amazon EC2 User Guide</i>.</p>
3112
+ * @public
3113
+ */
3114
+ RebootMigration?: InstanceRebootMigrationState | undefined;
3115
+ /**
3116
+ * <p>Checks whether you have the required permissions for the action, without actually
3117
+ * making the request, and provides an error response. If you have the required
2723
3118
  * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
2724
3119
  * <code>UnauthorizedOperation</code>.</p>
2725
3120
  * @public
@@ -2741,6 +3136,30 @@ export interface ModifyInstanceMaintenanceOptionsResult {
2741
3136
  * @public
2742
3137
  */
2743
3138
  AutoRecovery?: InstanceAutoRecoveryState | undefined;
3139
+ /**
3140
+ * <p>Specifies whether to attempt reboot migration during a user-initiated reboot of an
3141
+ * instance that has a scheduled <code>system-reboot</code> event:</p>
3142
+ * <ul>
3143
+ * <li>
3144
+ * <p>
3145
+ * <code>default</code> - Amazon EC2 attempts to migrate the instance to
3146
+ * new hardware (reboot migration). If successful, the <code>system-reboot</code>
3147
+ * event is cleared. If unsuccessful, an in-place reboot occurs and the event
3148
+ * remains scheduled.</p>
3149
+ * </li>
3150
+ * <li>
3151
+ * <p>
3152
+ * <code>disabled</code> - Amazon EC2 keeps the instance on the same
3153
+ * hardware (in-place reboot). The <code>system-reboot</code> event remains
3154
+ * scheduled.</p>
3155
+ * </li>
3156
+ * </ul>
3157
+ * <p>This setting only applies to supported instances that have a scheduled reboot event.
3158
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
3159
+ * <i>Amazon EC2 User Guide</i>.</p>
3160
+ * @public
3161
+ */
3162
+ RebootMigration?: InstanceRebootMigrationState | undefined;
2744
3163
  }
2745
3164
  /**
2746
3165
  * @public
@@ -6436,623 +6855,226 @@ export declare const Status: {
6436
6855
  /**
6437
6856
  * @public
6438
6857
  */
6439
- export type Status = (typeof Status)[keyof typeof Status];
6440
- /**
6441
- * @public
6442
- */
6443
- export interface MoveAddressToVpcResult {
6444
- /**
6445
- * <p>The allocation ID for the Elastic IP address.</p>
6446
- * @public
6447
- */
6448
- AllocationId?: string | undefined;
6449
- /**
6450
- * <p>The status of the move of the IP address.</p>
6451
- * @public
6452
- */
6453
- Status?: Status | undefined;
6454
- }
6455
- /**
6456
- * @public
6457
- */
6458
- export interface MoveByoipCidrToIpamRequest {
6459
- /**
6460
- * <p>A check for whether you have the required permissions for the action without actually making the request
6461
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6462
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6463
- * @public
6464
- */
6465
- DryRun?: boolean | undefined;
6466
- /**
6467
- * <p>The BYOIP CIDR.</p>
6468
- * @public
6469
- */
6470
- Cidr: string | undefined;
6471
- /**
6472
- * <p>The IPAM pool ID.</p>
6473
- * @public
6474
- */
6475
- IpamPoolId: string | undefined;
6476
- /**
6477
- * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
6478
- * @public
6479
- */
6480
- IpamPoolOwner: string | undefined;
6481
- }
6482
- /**
6483
- * @public
6484
- */
6485
- export interface MoveByoipCidrToIpamResult {
6486
- /**
6487
- * <p>The BYOIP CIDR.</p>
6488
- * @public
6489
- */
6490
- ByoipCidr?: ByoipCidr | undefined;
6491
- }
6492
- /**
6493
- * @public
6494
- */
6495
- export interface MoveCapacityReservationInstancesRequest {
6496
- /**
6497
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6498
- * @public
6499
- */
6500
- DryRun?: boolean | undefined;
6501
- /**
6502
- * <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">Ensure Idempotency</a>.</p>
6503
- * @public
6504
- */
6505
- ClientToken?: string | undefined;
6506
- /**
6507
- * <p> The ID of the Capacity Reservation from which you want to move capacity. </p>
6508
- * @public
6509
- */
6510
- SourceCapacityReservationId: string | undefined;
6511
- /**
6512
- * <p> The ID of the Capacity Reservation that you want to move capacity into. </p>
6513
- * @public
6514
- */
6515
- DestinationCapacityReservationId: string | undefined;
6516
- /**
6517
- * <p>The number of instances that you want to move from the source Capacity Reservation.
6518
- * </p>
6519
- * @public
6520
- */
6521
- InstanceCount: number | undefined;
6522
- }
6523
- /**
6524
- * @public
6525
- */
6526
- export interface MoveCapacityReservationInstancesResult {
6527
- /**
6528
- * <p> Information about the source Capacity Reservation. </p>
6529
- * @public
6530
- */
6531
- SourceCapacityReservation?: CapacityReservation | undefined;
6532
- /**
6533
- * <p> Information about the destination Capacity Reservation. </p>
6534
- * @public
6535
- */
6536
- DestinationCapacityReservation?: CapacityReservation | undefined;
6537
- /**
6538
- * <p> The number of instances that were moved from the source Capacity Reservation to the
6539
- * destination Capacity Reservation. </p>
6540
- * @public
6541
- */
6542
- InstanceCount?: number | undefined;
6543
- }
6544
- /**
6545
- * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
6546
- * 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>
6547
- * @public
6548
- */
6549
- export interface CidrAuthorizationContext {
6550
- /**
6551
- * <p>The plain-text authorization message for the prefix and account.</p>
6552
- * @public
6553
- */
6554
- Message: string | undefined;
6555
- /**
6556
- * <p>The signed authorization message for the prefix and account.</p>
6557
- * @public
6558
- */
6559
- Signature: string | undefined;
6560
- }
6561
- /**
6562
- * @public
6563
- */
6564
- export interface ProvisionByoipCidrRequest {
6565
- /**
6566
- * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
6567
- * 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
6568
- * brought to this or another Region.</p>
6569
- * @public
6570
- */
6571
- Cidr: string | undefined;
6572
- /**
6573
- * <p>A signed document that proves that you are authorized to bring the specified IP address
6574
- * range to Amazon using BYOIP.</p>
6575
- * @public
6576
- */
6577
- CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
6578
- /**
6579
- * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
6580
- * internet.</p>
6581
- * <p>Default: true</p>
6582
- * @public
6583
- */
6584
- PubliclyAdvertisable?: boolean | undefined;
6585
- /**
6586
- * <p>A description for the address range and the address pool.</p>
6587
- * @public
6588
- */
6589
- Description?: string | undefined;
6590
- /**
6591
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6592
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6593
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6594
- * @public
6595
- */
6596
- DryRun?: boolean | undefined;
6597
- /**
6598
- * <p>The tags to apply to the address pool.</p>
6599
- * @public
6600
- */
6601
- PoolTagSpecifications?: TagSpecification[] | undefined;
6602
- /**
6603
- * <p>Reserved.</p>
6604
- * @public
6605
- */
6606
- MultiRegion?: boolean | undefined;
6607
- /**
6608
- * <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>
6609
- * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
6610
- * <ul>
6611
- * <li>
6612
- * <p>us-east-1-dfw-2</p>
6613
- * </li>
6614
- * <li>
6615
- * <p>us-west-2-lax-1</p>
6616
- * </li>
6617
- * <li>
6618
- * <p>us-west-2-phx-2</p>
6619
- * </li>
6620
- * </ul>
6621
- * <note>
6622
- * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
6623
- * </note>
6624
- * @public
6625
- */
6626
- NetworkBorderGroup?: string | undefined;
6627
- }
6628
- /**
6629
- * @public
6630
- */
6631
- export interface ProvisionByoipCidrResult {
6632
- /**
6633
- * <p>Information about the address range.</p>
6634
- * @public
6635
- */
6636
- ByoipCidr?: ByoipCidr | undefined;
6637
- }
6638
- /**
6639
- * <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
6640
- * For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
6641
- * @public
6642
- */
6643
- export interface AsnAuthorizationContext {
6644
- /**
6645
- * <p>The authorization context's message.</p>
6646
- * @public
6647
- */
6648
- Message: string | undefined;
6649
- /**
6650
- * <p>The authorization context's signature.</p>
6651
- * @public
6652
- */
6653
- Signature: string | undefined;
6654
- }
6655
- /**
6656
- * @public
6657
- */
6658
- export interface ProvisionIpamByoasnRequest {
6659
- /**
6660
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6661
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6662
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6663
- * @public
6664
- */
6665
- DryRun?: boolean | undefined;
6666
- /**
6667
- * <p>An IPAM ID.</p>
6668
- * @public
6669
- */
6670
- IpamId: string | undefined;
6671
- /**
6672
- * <p>A public 2-byte or 4-byte ASN.</p>
6673
- * @public
6674
- */
6675
- Asn: string | undefined;
6676
- /**
6677
- * <p>An ASN authorization context.</p>
6678
- * @public
6679
- */
6680
- AsnAuthorizationContext: AsnAuthorizationContext | undefined;
6681
- }
6682
- /**
6683
- * @public
6684
- */
6685
- export interface ProvisionIpamByoasnResult {
6686
- /**
6687
- * <p>An ASN and BYOIP CIDR association.</p>
6688
- * @public
6689
- */
6690
- Byoasn?: Byoasn | undefined;
6691
- }
6692
- /**
6693
- * <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
6694
- * @public
6695
- */
6696
- export interface IpamCidrAuthorizationContext {
6697
- /**
6698
- * <p>The plain-text authorization message for the prefix and account.</p>
6699
- * @public
6700
- */
6701
- Message?: string | undefined;
6702
- /**
6703
- * <p>The signed authorization message for the prefix and account.</p>
6704
- * @public
6705
- */
6706
- Signature?: string | undefined;
6707
- }
6708
- /**
6709
- * @public
6710
- * @enum
6711
- */
6712
- export declare const VerificationMethod: {
6713
- readonly dns_token: "dns-token";
6714
- readonly remarks_x509: "remarks-x509";
6715
- };
6716
- /**
6717
- * @public
6718
- */
6719
- export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
6720
- /**
6721
- * @public
6722
- */
6723
- export interface ProvisionIpamPoolCidrRequest {
6724
- /**
6725
- * <p>A check for whether you have the required permissions for the action without actually making the request
6726
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6727
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6728
- * @public
6729
- */
6730
- DryRun?: boolean | undefined;
6731
- /**
6732
- * <p>The ID of the IPAM pool to which you want to assign a CIDR.</p>
6733
- * @public
6734
- */
6735
- IpamPoolId: string | undefined;
6736
- /**
6737
- * <p>The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.</p>
6738
- * @public
6739
- */
6740
- Cidr?: string | undefined;
6741
- /**
6742
- * <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>
6743
- * @public
6744
- */
6745
- CidrAuthorizationContext?: IpamCidrAuthorizationContext | undefined;
6746
- /**
6747
- * <p>The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.</p>
6748
- * @public
6749
- */
6750
- NetmaskLength?: number | undefined;
6751
- /**
6752
- * <p>A 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/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
6753
- * @public
6754
- */
6755
- ClientToken?: string | undefined;
6756
- /**
6757
- * <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>
6758
- * @public
6759
- */
6760
- VerificationMethod?: VerificationMethod | undefined;
6761
- /**
6762
- * <p>Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
6763
- * @public
6764
- */
6765
- IpamExternalResourceVerificationTokenId?: string | undefined;
6766
- }
6767
- /**
6768
- * @public
6769
- */
6770
- export interface ProvisionIpamPoolCidrResult {
6771
- /**
6772
- * <p>Information about the provisioned CIDR.</p>
6773
- * @public
6774
- */
6775
- IpamPoolCidr?: IpamPoolCidr | undefined;
6776
- }
6777
- /**
6778
- * @public
6779
- */
6780
- export interface ProvisionPublicIpv4PoolCidrRequest {
6781
- /**
6782
- * <p>A check for whether you have the required permissions for the action without actually making the request
6783
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6784
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6785
- * @public
6786
- */
6787
- DryRun?: boolean | undefined;
6788
- /**
6789
- * <p>The ID of the IPAM pool you would like to use to allocate this CIDR.</p>
6790
- * @public
6791
- */
6792
- IpamPoolId: string | undefined;
6793
- /**
6794
- * <p>The ID of the public IPv4 pool you would like to use for this CIDR.</p>
6795
- * @public
6796
- */
6797
- PoolId: string | undefined;
6798
- /**
6799
- * <p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.</p>
6800
- * @public
6801
- */
6802
- NetmaskLength: number | undefined;
6803
- /**
6804
- * <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>
6805
- * @public
6806
- */
6807
- NetworkBorderGroup?: string | undefined;
6808
- }
6809
- /**
6810
- * @public
6811
- */
6812
- export interface ProvisionPublicIpv4PoolCidrResult {
6813
- /**
6814
- * <p>The ID of the pool that you want to provision the CIDR to.</p>
6815
- * @public
6816
- */
6817
- PoolId?: string | undefined;
6818
- /**
6819
- * <p>Information about the address range of the public IPv4 pool.</p>
6820
- * @public
6821
- */
6822
- PoolAddressRange?: PublicIpv4PoolRange | undefined;
6823
- }
6824
- /**
6825
- * @public
6826
- */
6827
- export interface PurchaseCapacityBlockRequest {
6828
- /**
6829
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6830
- * @public
6831
- */
6832
- DryRun?: boolean | undefined;
6833
- /**
6834
- * <p>The tags to apply to the Capacity Block during launch.</p>
6835
- * @public
6836
- */
6837
- TagSpecifications?: TagSpecification[] | undefined;
6858
+ export type Status = (typeof Status)[keyof typeof Status];
6859
+ /**
6860
+ * @public
6861
+ */
6862
+ export interface MoveAddressToVpcResult {
6838
6863
  /**
6839
- * <p>The ID of the Capacity Block offering.</p>
6864
+ * <p>The allocation ID for the Elastic IP address.</p>
6840
6865
  * @public
6841
6866
  */
6842
- CapacityBlockOfferingId: string | undefined;
6867
+ AllocationId?: string | undefined;
6843
6868
  /**
6844
- * <p>The type of operating system for which to reserve capacity.</p>
6869
+ * <p>The status of the move of the IP address.</p>
6845
6870
  * @public
6846
6871
  */
6847
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
6872
+ Status?: Status | undefined;
6848
6873
  }
6849
6874
  /**
6850
6875
  * @public
6851
6876
  */
6852
- export interface PurchaseCapacityBlockResult {
6877
+ export interface MoveByoipCidrToIpamRequest {
6853
6878
  /**
6854
- * <p>The Capacity Reservation.</p>
6879
+ * <p>A check for whether you have the required permissions for the action without actually making the request
6880
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6881
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6855
6882
  * @public
6856
6883
  */
6857
- CapacityReservation?: CapacityReservation | undefined;
6858
- }
6859
- /**
6860
- * @public
6861
- */
6862
- export interface PurchaseCapacityBlockExtensionRequest {
6884
+ DryRun?: boolean | undefined;
6863
6885
  /**
6864
- * <p>The ID of the Capacity Block extension offering to purchase.</p>
6886
+ * <p>The BYOIP CIDR.</p>
6865
6887
  * @public
6866
6888
  */
6867
- CapacityBlockExtensionOfferingId: string | undefined;
6889
+ Cidr: string | undefined;
6868
6890
  /**
6869
- * <p>The ID of the Capacity reservation to be extended.</p>
6891
+ * <p>The IPAM pool ID.</p>
6870
6892
  * @public
6871
6893
  */
6872
- CapacityReservationId: string | undefined;
6894
+ IpamPoolId: string | undefined;
6873
6895
  /**
6874
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6896
+ * <p>The Amazon Web Services account ID of the owner of the IPAM pool.</p>
6875
6897
  * @public
6876
6898
  */
6877
- DryRun?: boolean | undefined;
6899
+ IpamPoolOwner: string | undefined;
6878
6900
  }
6879
6901
  /**
6880
6902
  * @public
6881
6903
  */
6882
- export interface PurchaseCapacityBlockExtensionResult {
6904
+ export interface MoveByoipCidrToIpamResult {
6883
6905
  /**
6884
- * <p>The purchased Capacity Block extensions. </p>
6906
+ * <p>The BYOIP CIDR.</p>
6885
6907
  * @public
6886
6908
  */
6887
- CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
6909
+ ByoipCidr?: ByoipCidr | undefined;
6888
6910
  }
6889
6911
  /**
6890
6912
  * @public
6891
6913
  */
6892
- export interface PurchaseHostReservationRequest {
6893
- /**
6894
- * <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>
6895
- * @public
6896
- */
6897
- ClientToken?: string | undefined;
6914
+ export interface MoveCapacityReservationInstancesRequest {
6898
6915
  /**
6899
- * <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>, and
6900
- * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
6901
- * supported currency is <code>USD</code>.</p>
6916
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6902
6917
  * @public
6903
6918
  */
6904
- CurrencyCode?: CurrencyCodeValues | undefined;
6919
+ DryRun?: boolean | undefined;
6905
6920
  /**
6906
- * <p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>
6921
+ * <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">Ensure Idempotency</a>.</p>
6907
6922
  * @public
6908
6923
  */
6909
- HostIdSet: string[] | undefined;
6924
+ ClientToken?: string | undefined;
6910
6925
  /**
6911
- * <p>The specified limit is checked against the total upfront cost of the reservation
6912
- * (calculated as the offering's upfront cost multiplied by the host count). If the total
6913
- * upfront cost is greater than the specified price limit, the request fails. This is used
6914
- * to ensure that the purchase does not exceed the expected upfront cost of the purchase.
6915
- * At this time, the only supported currency is <code>USD</code>. For example, to indicate
6916
- * a limit price of USD 100, specify 100.00.</p>
6926
+ * <p> The ID of the Capacity Reservation from which you want to move capacity. </p>
6917
6927
  * @public
6918
6928
  */
6919
- LimitPrice?: string | undefined;
6929
+ SourceCapacityReservationId: string | undefined;
6920
6930
  /**
6921
- * <p>The ID of the offering.</p>
6931
+ * <p> The ID of the Capacity Reservation that you want to move capacity into. </p>
6922
6932
  * @public
6923
6933
  */
6924
- OfferingId: string | undefined;
6934
+ DestinationCapacityReservationId: string | undefined;
6925
6935
  /**
6926
- * <p>The tags to apply to the Dedicated Host Reservation during purchase.</p>
6936
+ * <p>The number of instances that you want to move from the source Capacity Reservation.
6937
+ * </p>
6927
6938
  * @public
6928
6939
  */
6929
- TagSpecifications?: TagSpecification[] | undefined;
6940
+ InstanceCount: number | undefined;
6930
6941
  }
6931
6942
  /**
6932
6943
  * @public
6933
6944
  */
6934
- export interface PurchaseHostReservationResult {
6945
+ export interface MoveCapacityReservationInstancesResult {
6935
6946
  /**
6936
- * <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>
6947
+ * <p> Information about the source Capacity Reservation. </p>
6937
6948
  * @public
6938
6949
  */
6939
- ClientToken?: string | undefined;
6950
+ SourceCapacityReservation?: CapacityReservation | undefined;
6940
6951
  /**
6941
- * <p>The currency in which the <code>totalUpfrontPrice</code> and
6942
- * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
6943
- * supported currency is <code>USD</code>.</p>
6952
+ * <p> Information about the destination Capacity Reservation. </p>
6944
6953
  * @public
6945
6954
  */
6946
- CurrencyCode?: CurrencyCodeValues | undefined;
6955
+ DestinationCapacityReservation?: CapacityReservation | undefined;
6947
6956
  /**
6948
- * <p>Describes the details of the purchase.</p>
6957
+ * <p> The number of instances that were moved from the source Capacity Reservation to the
6958
+ * destination Capacity Reservation. </p>
6949
6959
  * @public
6950
6960
  */
6951
- Purchase?: Purchase[] | undefined;
6961
+ InstanceCount?: number | undefined;
6962
+ }
6963
+ /**
6964
+ * <p>Provides authorization for Amazon to bring a specific IP address range to a specific
6965
+ * 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>
6966
+ * @public
6967
+ */
6968
+ export interface CidrAuthorizationContext {
6952
6969
  /**
6953
- * <p>The total hourly price of the reservation calculated per hour.</p>
6970
+ * <p>The plain-text authorization message for the prefix and account.</p>
6954
6971
  * @public
6955
6972
  */
6956
- TotalHourlyPrice?: string | undefined;
6973
+ Message: string | undefined;
6957
6974
  /**
6958
- * <p>The total amount charged to your account when you purchase the reservation.</p>
6975
+ * <p>The signed authorization message for the prefix and account.</p>
6959
6976
  * @public
6960
6977
  */
6961
- TotalUpfrontPrice?: string | undefined;
6978
+ Signature: string | undefined;
6962
6979
  }
6963
6980
  /**
6964
- * <p>Describes the limit price of a Reserved Instance offering.</p>
6965
6981
  * @public
6966
6982
  */
6967
- export interface ReservedInstanceLimitPrice {
6983
+ export interface ProvisionByoipCidrRequest {
6968
6984
  /**
6969
- * <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total
6970
- * order (instanceCount * price).</p>
6985
+ * <p>The public IPv4 or IPv6 address range, in CIDR notation. The most specific IPv4 prefix that you can
6986
+ * 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
6987
+ * brought to this or another Region.</p>
6971
6988
  * @public
6972
6989
  */
6973
- Amount?: number | undefined;
6990
+ Cidr: string | undefined;
6974
6991
  /**
6975
- * <p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the
6976
- * only supported currency is <code>USD</code>.</p>
6992
+ * <p>A signed document that proves that you are authorized to bring the specified IP address
6993
+ * range to Amazon using BYOIP.</p>
6977
6994
  * @public
6978
6995
  */
6979
- CurrencyCode?: CurrencyCodeValues | undefined;
6980
- }
6981
- /**
6982
- * <p>Contains the parameters for PurchaseReservedInstancesOffering.</p>
6983
- * @public
6984
- */
6985
- export interface PurchaseReservedInstancesOfferingRequest {
6996
+ CidrAuthorizationContext?: CidrAuthorizationContext | undefined;
6986
6997
  /**
6987
- * <p>The number of Reserved Instances to purchase.</p>
6998
+ * <p>(IPv6 only) Indicate whether the address range will be publicly advertised to the
6999
+ * internet.</p>
7000
+ * <p>Default: true</p>
6988
7001
  * @public
6989
7002
  */
6990
- InstanceCount: number | undefined;
7003
+ PubliclyAdvertisable?: boolean | undefined;
6991
7004
  /**
6992
- * <p>The ID of the Reserved Instance offering to purchase.</p>
7005
+ * <p>A description for the address range and the address pool.</p>
6993
7006
  * @public
6994
7007
  */
6995
- ReservedInstancesOfferingId: string | undefined;
7008
+ Description?: string | undefined;
6996
7009
  /**
6997
- * <p>The time at which to purchase the Reserved Instance, in UTC format (for example,
6998
- * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
7010
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7011
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7012
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6999
7013
  * @public
7000
7014
  */
7001
- PurchaseTime?: Date | undefined;
7015
+ DryRun?: boolean | undefined;
7002
7016
  /**
7003
- * <p>Checks whether you have the required permissions for the action, without actually making
7004
- * the request, and provides an error response. If you have the required permissions, the error
7005
- * response is <code>DryRunOperation</code>. Otherwise, it is
7006
- * <code>UnauthorizedOperation</code>.</p>
7017
+ * <p>The tags to apply to the address pool.</p>
7007
7018
  * @public
7008
7019
  */
7009
- DryRun?: boolean | undefined;
7020
+ PoolTagSpecifications?: TagSpecification[] | undefined;
7010
7021
  /**
7011
- * <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure
7012
- * that the Reserved Instances are not purchased at unexpected prices.</p>
7022
+ * <p>Reserved.</p>
7013
7023
  * @public
7014
7024
  */
7015
- LimitPrice?: ReservedInstanceLimitPrice | undefined;
7025
+ MultiRegion?: boolean | undefined;
7026
+ /**
7027
+ * <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>
7028
+ * <p>You can provision BYOIP address ranges to and advertise them in the following Local Zone network border groups:</p>
7029
+ * <ul>
7030
+ * <li>
7031
+ * <p>us-east-1-dfw-2</p>
7032
+ * </li>
7033
+ * <li>
7034
+ * <p>us-west-2-lax-1</p>
7035
+ * </li>
7036
+ * <li>
7037
+ * <p>us-west-2-phx-2</p>
7038
+ * </li>
7039
+ * </ul>
7040
+ * <note>
7041
+ * <p>You cannot provision or advertise BYOIPv6 address ranges in Local Zones at this time.</p>
7042
+ * </note>
7043
+ * @public
7044
+ */
7045
+ NetworkBorderGroup?: string | undefined;
7016
7046
  }
7017
7047
  /**
7018
- * <p>Contains the output of PurchaseReservedInstancesOffering.</p>
7019
7048
  * @public
7020
7049
  */
7021
- export interface PurchaseReservedInstancesOfferingResult {
7050
+ export interface ProvisionByoipCidrResult {
7022
7051
  /**
7023
- * <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
7024
- * pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
7052
+ * <p>Information about the address range.</p>
7025
7053
  * @public
7026
7054
  */
7027
- ReservedInstancesId?: string | undefined;
7055
+ ByoipCidr?: ByoipCidr | undefined;
7028
7056
  }
7029
7057
  /**
7030
- * <p>Describes a request to purchase Scheduled Instances.</p>
7058
+ * <p>Provides authorization for Amazon to bring an Autonomous System Number (ASN) to a specific Amazon Web Services account using bring your own ASN (BYOASN).
7059
+ * For details on the format of the message and signature, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/tutorials-byoasn.html">Tutorial: Bring your ASN to IPAM</a> in the <i>Amazon VPC IPAM guide</i>.</p>
7031
7060
  * @public
7032
7061
  */
7033
- export interface PurchaseRequest {
7062
+ export interface AsnAuthorizationContext {
7034
7063
  /**
7035
- * <p>The number of instances.</p>
7064
+ * <p>The authorization context's message.</p>
7036
7065
  * @public
7037
7066
  */
7038
- InstanceCount: number | undefined;
7067
+ Message: string | undefined;
7039
7068
  /**
7040
- * <p>The purchase token.</p>
7069
+ * <p>The authorization context's signature.</p>
7041
7070
  * @public
7042
7071
  */
7043
- PurchaseToken: string | undefined;
7072
+ Signature: string | undefined;
7044
7073
  }
7045
7074
  /**
7046
- * <p>Contains the parameters for PurchaseScheduledInstances.</p>
7047
7075
  * @public
7048
7076
  */
7049
- export interface PurchaseScheduledInstancesRequest {
7050
- /**
7051
- * <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
7052
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
7053
- * @public
7054
- */
7055
- ClientToken?: string | undefined;
7077
+ export interface ProvisionIpamByoasnRequest {
7056
7078
  /**
7057
7079
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7058
7080
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7061,434 +7083,395 @@ export interface PurchaseScheduledInstancesRequest {
7061
7083
  */
7062
7084
  DryRun?: boolean | undefined;
7063
7085
  /**
7064
- * <p>The purchase requests.</p>
7086
+ * <p>An IPAM ID.</p>
7065
7087
  * @public
7066
7088
  */
7067
- PurchaseRequests: PurchaseRequest[] | undefined;
7089
+ IpamId: string | undefined;
7090
+ /**
7091
+ * <p>A public 2-byte or 4-byte ASN.</p>
7092
+ * @public
7093
+ */
7094
+ Asn: string | undefined;
7095
+ /**
7096
+ * <p>An ASN authorization context.</p>
7097
+ * @public
7098
+ */
7099
+ AsnAuthorizationContext: AsnAuthorizationContext | undefined;
7068
7100
  }
7069
7101
  /**
7070
- * <p>Contains the output of PurchaseScheduledInstances.</p>
7071
7102
  * @public
7072
7103
  */
7073
- export interface PurchaseScheduledInstancesResult {
7104
+ export interface ProvisionIpamByoasnResult {
7105
+ /**
7106
+ * <p>An ASN and BYOIP CIDR association.</p>
7107
+ * @public
7108
+ */
7109
+ Byoasn?: Byoasn | undefined;
7110
+ }
7111
+ /**
7112
+ * <p>A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP.</p>
7113
+ * @public
7114
+ */
7115
+ export interface IpamCidrAuthorizationContext {
7116
+ /**
7117
+ * <p>The plain-text authorization message for the prefix and account.</p>
7118
+ * @public
7119
+ */
7120
+ Message?: string | undefined;
7074
7121
  /**
7075
- * <p>Information about the Scheduled Instances.</p>
7122
+ * <p>The signed authorization message for the prefix and account.</p>
7076
7123
  * @public
7077
7124
  */
7078
- ScheduledInstanceSet?: ScheduledInstance[] | undefined;
7125
+ Signature?: string | undefined;
7079
7126
  }
7080
7127
  /**
7081
7128
  * @public
7129
+ * @enum
7082
7130
  */
7083
- export interface RebootInstancesRequest {
7131
+ export declare const VerificationMethod: {
7132
+ readonly dns_token: "dns-token";
7133
+ readonly remarks_x509: "remarks-x509";
7134
+ };
7135
+ /**
7136
+ * @public
7137
+ */
7138
+ export type VerificationMethod = (typeof VerificationMethod)[keyof typeof VerificationMethod];
7139
+ /**
7140
+ * @public
7141
+ */
7142
+ export interface ProvisionIpamPoolCidrRequest {
7084
7143
  /**
7085
- * <p>The instance IDs.</p>
7144
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7145
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7146
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7086
7147
  * @public
7087
7148
  */
7088
- InstanceIds: string[] | undefined;
7149
+ DryRun?: boolean | undefined;
7089
7150
  /**
7090
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7091
- * request, and provides an error response. If you have the required permissions, the error response is
7092
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7151
+ * <p>The ID of the IPAM pool to which you want to assign a CIDR.</p>
7093
7152
  * @public
7094
7153
  */
7095
- DryRun?: boolean | undefined;
7096
- }
7097
- /**
7098
- * <p>Contains the parameters for RegisterImage.</p>
7099
- * @public
7100
- */
7101
- export interface RegisterImageRequest {
7154
+ IpamPoolId: string | undefined;
7102
7155
  /**
7103
- * <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
7104
- * <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be
7105
- * accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
7106
- * <i>Amazon S3 Service Developer Guide</i>.</p>
7156
+ * <p>The CIDR you want to assign to the IPAM pool. Either "NetmaskLength" or "Cidr" is required. This value will be null if you specify "NetmaskLength" and will be filled in during the provisioning process.</p>
7107
7157
  * @public
7108
7158
  */
7109
- ImageLocation?: string | undefined;
7159
+ Cidr?: string | undefined;
7110
7160
  /**
7111
- * <p>The billing product codes. Your account must be authorized to specify billing product
7112
- * codes.</p>
7113
- * <p>If your account is not authorized to specify billing product codes, you can publish AMIs
7114
- * that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
7115
- * on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a
7116
- * seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products</a> in the
7117
- * <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
7161
+ * <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>
7118
7162
  * @public
7119
7163
  */
7120
- BillingProducts?: string[] | undefined;
7164
+ CidrAuthorizationContext?: IpamCidrAuthorizationContext | undefined;
7121
7165
  /**
7122
- * <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
7123
- * supports both UEFI and Legacy BIOS.</p>
7124
- * <note>
7125
- * <p>The operating system contained in the AMI must be configured to support the specified
7126
- * boot mode.</p>
7127
- * </note>
7128
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
7129
- * <i>Amazon EC2 User Guide</i>.</p>
7166
+ * <p>The netmask length of the CIDR you'd like to provision to a pool. Can be used for provisioning Amazon-provided IPv6 CIDRs to top-level pools and for provisioning CIDRs to pools with source pools. Cannot be used to provision BYOIP CIDRs to top-level pools. Either "NetmaskLength" or "Cidr" is required.</p>
7130
7167
  * @public
7131
7168
  */
7132
- BootMode?: BootModeValues | undefined;
7169
+ NetmaskLength?: number | undefined;
7133
7170
  /**
7134
- * <p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more
7135
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
7171
+ * <p>A 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/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring idempotency</a>.</p>
7136
7172
  * @public
7137
7173
  */
7138
- TpmSupport?: TpmSupportValues | undefined;
7174
+ ClientToken?: string | undefined;
7139
7175
  /**
7140
- * <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
7141
- * use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
7142
- * <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
7143
- * GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
7144
- * <i>Amazon EC2 User Guide</i>.</p>
7176
+ * <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>
7145
7177
  * @public
7146
7178
  */
7147
- UefiData?: string | undefined;
7179
+ VerificationMethod?: VerificationMethod | undefined;
7148
7180
  /**
7149
- * <p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances
7150
- * launched from this AMI will have <code>HttpTokens</code> automatically set to
7151
- * <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
7152
- * requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
7153
- * <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
7154
- * <note>
7155
- * <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
7156
- * IMDSv2.</p>
7157
- * </note>
7181
+ * <p>Verification token ID. This option only applies to IPv4 and IPv6 pools in the public scope.</p>
7158
7182
  * @public
7159
7183
  */
7160
- ImdsSupport?: ImdsSupportValues | undefined;
7184
+ IpamExternalResourceVerificationTokenId?: string | undefined;
7185
+ }
7186
+ /**
7187
+ * @public
7188
+ */
7189
+ export interface ProvisionIpamPoolCidrResult {
7161
7190
  /**
7162
- * <p>The tags to apply to the AMI.</p>
7163
- * <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>. If you
7164
- * specify another value for <code>ResourceType</code>, the request fails.</p>
7165
- * <p>To tag an AMI after it has been registered, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
7191
+ * <p>Information about the provisioned CIDR.</p>
7166
7192
  * @public
7167
7193
  */
7168
- TagSpecifications?: TagSpecification[] | undefined;
7194
+ IpamPoolCidr?: IpamPoolCidr | undefined;
7195
+ }
7196
+ /**
7197
+ * @public
7198
+ */
7199
+ export interface ProvisionPublicIpv4PoolCidrRequest {
7169
7200
  /**
7170
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7171
- * and provides an error response. If you have the required permissions, the error response is
7172
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7201
+ * <p>A check for whether you have the required permissions for the action without actually making the request
7202
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7203
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7173
7204
  * @public
7174
7205
  */
7175
7206
  DryRun?: boolean | undefined;
7176
7207
  /**
7177
- * <p>A name for your AMI.</p>
7178
- * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
7179
- * ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
7180
- * underscores(_)</p>
7208
+ * <p>The ID of the IPAM pool you would like to use to allocate this CIDR.</p>
7181
7209
  * @public
7182
7210
  */
7183
- Name: string | undefined;
7211
+ IpamPoolId: string | undefined;
7184
7212
  /**
7185
- * <p>A description for your AMI.</p>
7213
+ * <p>The ID of the public IPv4 pool you would like to use for this CIDR.</p>
7186
7214
  * @public
7187
7215
  */
7188
- Description?: string | undefined;
7216
+ PoolId: string | undefined;
7189
7217
  /**
7190
- * <p>The architecture of the AMI.</p>
7191
- * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the
7192
- * architecture specified in the manifest file.</p>
7218
+ * <p>The netmask length of the CIDR you would like to allocate to the public IPv4 pool. The least specific netmask length you can define is 24.</p>
7193
7219
  * @public
7194
7220
  */
7195
- Architecture?: ArchitectureValues | undefined;
7221
+ NetmaskLength: number | undefined;
7196
7222
  /**
7197
- * <p>The ID of the kernel.</p>
7223
+ * <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>
7198
7224
  * @public
7199
7225
  */
7200
- KernelId?: string | undefined;
7226
+ NetworkBorderGroup?: string | undefined;
7227
+ }
7228
+ /**
7229
+ * @public
7230
+ */
7231
+ export interface ProvisionPublicIpv4PoolCidrResult {
7201
7232
  /**
7202
- * <p>The ID of the RAM disk.</p>
7233
+ * <p>The ID of the pool that you want to provision the CIDR to.</p>
7203
7234
  * @public
7204
7235
  */
7205
- RamdiskId?: string | undefined;
7236
+ PoolId?: string | undefined;
7206
7237
  /**
7207
- * <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
7238
+ * <p>Information about the address range of the public IPv4 pool.</p>
7208
7239
  * @public
7209
7240
  */
7210
- RootDeviceName?: string | undefined;
7241
+ PoolAddressRange?: PublicIpv4PoolRange | undefined;
7242
+ }
7243
+ /**
7244
+ * @public
7245
+ */
7246
+ export interface PurchaseCapacityBlockRequest {
7211
7247
  /**
7212
- * <p>The block device mapping entries.</p>
7213
- * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
7214
- * encryption state of the volume.</p>
7215
- * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost
7216
- * or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used
7217
- * to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
7218
- * snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
7248
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7219
7249
  * @public
7220
7250
  */
7221
- BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
7251
+ DryRun?: boolean | undefined;
7222
7252
  /**
7223
- * <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
7224
- * <p>Default: <code>paravirtual</code>
7225
- * </p>
7253
+ * <p>The tags to apply to the Capacity Block during launch.</p>
7226
7254
  * @public
7227
7255
  */
7228
- VirtualizationType?: string | undefined;
7256
+ TagSpecifications?: TagSpecification[] | undefined;
7229
7257
  /**
7230
- * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
7231
- * Function interface for the AMI and any instances that you launch from the AMI.</p>
7232
- * <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
7233
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
7234
- * instances launched from the AMI unreachable.</p>
7258
+ * <p>The ID of the Capacity Block offering.</p>
7235
7259
  * @public
7236
7260
  */
7237
- SriovNetSupport?: string | undefined;
7261
+ CapacityBlockOfferingId: string | undefined;
7238
7262
  /**
7239
- * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
7240
- * instances that you launch from the AMI.</p>
7241
- * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
7242
- * instances launched from the AMI unreachable.</p>
7263
+ * <p>The type of operating system for which to reserve capacity.</p>
7243
7264
  * @public
7244
7265
  */
7245
- EnaSupport?: boolean | undefined;
7266
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
7246
7267
  }
7247
7268
  /**
7248
- * <p>Contains the output of RegisterImage.</p>
7249
7269
  * @public
7250
7270
  */
7251
- export interface RegisterImageResult {
7271
+ export interface PurchaseCapacityBlockResult {
7252
7272
  /**
7253
- * <p>The ID of the newly registered AMI.</p>
7273
+ * <p>The Capacity Reservation.</p>
7254
7274
  * @public
7255
7275
  */
7256
- ImageId?: string | undefined;
7276
+ CapacityReservation?: CapacityReservation | undefined;
7257
7277
  }
7258
7278
  /**
7259
- * <p>Information about the tag keys to register for the current Region. You can either
7260
- * specify individual tag keys or register all tag keys in the current Region. You must
7261
- * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
7262
- * request</p>
7263
7279
  * @public
7264
7280
  */
7265
- export interface RegisterInstanceTagAttributeRequest {
7281
+ export interface PurchaseCapacityBlockExtensionRequest {
7266
7282
  /**
7267
- * <p>Indicates whether to register all tag keys in the current Region. Specify
7268
- * <code>true</code> to register all tag keys.</p>
7283
+ * <p>The ID of the Capacity Block extension offering to purchase.</p>
7269
7284
  * @public
7270
7285
  */
7271
- IncludeAllTagsOfInstance?: boolean | undefined;
7286
+ CapacityBlockExtensionOfferingId: string | undefined;
7272
7287
  /**
7273
- * <p>The tag keys to register.</p>
7288
+ * <p>The ID of the Capacity reservation to be extended.</p>
7274
7289
  * @public
7275
7290
  */
7276
- InstanceTagKeys?: string[] | undefined;
7277
- }
7278
- /**
7279
- * @public
7280
- */
7281
- export interface RegisterInstanceEventNotificationAttributesRequest {
7291
+ CapacityReservationId: string | undefined;
7282
7292
  /**
7283
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7284
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7285
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7293
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7286
7294
  * @public
7287
7295
  */
7288
7296
  DryRun?: boolean | undefined;
7289
- /**
7290
- * <p>Information about the tag keys to register.</p>
7291
- * @public
7292
- */
7293
- InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
7294
7297
  }
7295
7298
  /**
7296
7299
  * @public
7297
7300
  */
7298
- export interface RegisterInstanceEventNotificationAttributesResult {
7301
+ export interface PurchaseCapacityBlockExtensionResult {
7299
7302
  /**
7300
- * <p>The resulting set of tag keys.</p>
7303
+ * <p>The purchased Capacity Block extensions. </p>
7301
7304
  * @public
7302
7305
  */
7303
- InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
7306
+ CapacityBlockExtensions?: CapacityBlockExtension[] | undefined;
7304
7307
  }
7305
7308
  /**
7306
7309
  * @public
7307
7310
  */
7308
- export interface RegisterTransitGatewayMulticastGroupMembersRequest {
7309
- /**
7310
- * <p>The ID of the transit gateway multicast domain.</p>
7311
- * @public
7312
- */
7313
- TransitGatewayMulticastDomainId: string | undefined;
7311
+ export interface PurchaseHostReservationRequest {
7314
7312
  /**
7315
- * <p>The IP address assigned to the transit gateway multicast group.</p>
7313
+ * <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>
7316
7314
  * @public
7317
7315
  */
7318
- GroupIpAddress?: string | undefined;
7316
+ ClientToken?: string | undefined;
7319
7317
  /**
7320
- * <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
7318
+ * <p>The currency in which the <code>totalUpfrontPrice</code>, <code>LimitPrice</code>, and
7319
+ * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
7320
+ * supported currency is <code>USD</code>.</p>
7321
7321
  * @public
7322
7322
  */
7323
- NetworkInterfaceIds: string[] | undefined;
7323
+ CurrencyCode?: CurrencyCodeValues | undefined;
7324
7324
  /**
7325
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7326
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7327
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7325
+ * <p>The IDs of the Dedicated Hosts with which the reservation will be associated.</p>
7328
7326
  * @public
7329
7327
  */
7330
- DryRun?: boolean | undefined;
7331
- }
7332
- /**
7333
- * <p>Describes the registered transit gateway multicast group members.</p>
7334
- * @public
7335
- */
7336
- export interface TransitGatewayMulticastRegisteredGroupMembers {
7328
+ HostIdSet: string[] | undefined;
7337
7329
  /**
7338
- * <p>The ID of the transit gateway multicast domain.</p>
7330
+ * <p>The specified limit is checked against the total upfront cost of the reservation
7331
+ * (calculated as the offering's upfront cost multiplied by the host count). If the total
7332
+ * upfront cost is greater than the specified price limit, the request fails. This is used
7333
+ * to ensure that the purchase does not exceed the expected upfront cost of the purchase.
7334
+ * At this time, the only supported currency is <code>USD</code>. For example, to indicate
7335
+ * a limit price of USD 100, specify 100.00.</p>
7339
7336
  * @public
7340
7337
  */
7341
- TransitGatewayMulticastDomainId?: string | undefined;
7338
+ LimitPrice?: string | undefined;
7342
7339
  /**
7343
- * <p>The ID of the registered network interfaces.</p>
7340
+ * <p>The ID of the offering.</p>
7344
7341
  * @public
7345
7342
  */
7346
- RegisteredNetworkInterfaceIds?: string[] | undefined;
7343
+ OfferingId: string | undefined;
7347
7344
  /**
7348
- * <p>The IP address assigned to the transit gateway multicast group.</p>
7345
+ * <p>The tags to apply to the Dedicated Host Reservation during purchase.</p>
7349
7346
  * @public
7350
7347
  */
7351
- GroupIpAddress?: string | undefined;
7348
+ TagSpecifications?: TagSpecification[] | undefined;
7352
7349
  }
7353
7350
  /**
7354
7351
  * @public
7355
7352
  */
7356
- export interface RegisterTransitGatewayMulticastGroupMembersResult {
7353
+ export interface PurchaseHostReservationResult {
7357
7354
  /**
7358
- * <p>Information about the registered transit gateway multicast group members.</p>
7355
+ * <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>
7359
7356
  * @public
7360
7357
  */
7361
- RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers | undefined;
7362
- }
7363
- /**
7364
- * @public
7365
- */
7366
- export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
7358
+ ClientToken?: string | undefined;
7367
7359
  /**
7368
- * <p>The ID of the transit gateway multicast domain.</p>
7360
+ * <p>The currency in which the <code>totalUpfrontPrice</code> and
7361
+ * <code>totalHourlyPrice</code> amounts are specified. At this time, the only
7362
+ * supported currency is <code>USD</code>.</p>
7369
7363
  * @public
7370
7364
  */
7371
- TransitGatewayMulticastDomainId: string | undefined;
7365
+ CurrencyCode?: CurrencyCodeValues | undefined;
7372
7366
  /**
7373
- * <p>The IP address assigned to the transit gateway multicast group.</p>
7367
+ * <p>Describes the details of the purchase.</p>
7374
7368
  * @public
7375
7369
  */
7376
- GroupIpAddress?: string | undefined;
7370
+ Purchase?: Purchase[] | undefined;
7377
7371
  /**
7378
- * <p>The group sources' network interface IDs to register with the transit gateway multicast group.</p>
7372
+ * <p>The total hourly price of the reservation calculated per hour.</p>
7379
7373
  * @public
7380
7374
  */
7381
- NetworkInterfaceIds: string[] | undefined;
7375
+ TotalHourlyPrice?: string | undefined;
7382
7376
  /**
7383
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7384
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7385
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7377
+ * <p>The total amount charged to your account when you purchase the reservation.</p>
7386
7378
  * @public
7387
7379
  */
7388
- DryRun?: boolean | undefined;
7380
+ TotalUpfrontPrice?: string | undefined;
7389
7381
  }
7390
7382
  /**
7391
- * <p>Describes the members registered with the transit gateway multicast group.</p>
7383
+ * <p>Describes the limit price of a Reserved Instance offering.</p>
7392
7384
  * @public
7393
7385
  */
7394
- export interface TransitGatewayMulticastRegisteredGroupSources {
7395
- /**
7396
- * <p>The ID of the transit gateway multicast domain.</p>
7397
- * @public
7398
- */
7399
- TransitGatewayMulticastDomainId?: string | undefined;
7386
+ export interface ReservedInstanceLimitPrice {
7400
7387
  /**
7401
- * <p>The IDs of the network interfaces members registered with the transit gateway multicast group.</p>
7388
+ * <p>Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total
7389
+ * order (instanceCount * price).</p>
7402
7390
  * @public
7403
7391
  */
7404
- RegisteredNetworkInterfaceIds?: string[] | undefined;
7392
+ Amount?: number | undefined;
7405
7393
  /**
7406
- * <p>The IP address assigned to the transit gateway multicast group.</p>
7394
+ * <p>The currency in which the <code>limitPrice</code> amount is specified. At this time, the
7395
+ * only supported currency is <code>USD</code>.</p>
7407
7396
  * @public
7408
7397
  */
7409
- GroupIpAddress?: string | undefined;
7398
+ CurrencyCode?: CurrencyCodeValues | undefined;
7410
7399
  }
7411
7400
  /**
7401
+ * <p>Contains the parameters for PurchaseReservedInstancesOffering.</p>
7412
7402
  * @public
7413
7403
  */
7414
- export interface RegisterTransitGatewayMulticastGroupSourcesResult {
7404
+ export interface PurchaseReservedInstancesOfferingRequest {
7415
7405
  /**
7416
- * <p>Information about the transit gateway multicast group sources.</p>
7406
+ * <p>The number of Reserved Instances to purchase.</p>
7417
7407
  * @public
7418
7408
  */
7419
- RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources | undefined;
7420
- }
7421
- /**
7422
- * @public
7423
- */
7424
- export interface RejectCapacityReservationBillingOwnershipRequest {
7409
+ InstanceCount: number | undefined;
7425
7410
  /**
7426
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7411
+ * <p>The ID of the Reserved Instance offering to purchase.</p>
7412
+ * @public
7413
+ */
7414
+ ReservedInstancesOfferingId: string | undefined;
7415
+ /**
7416
+ * <p>The time at which to purchase the Reserved Instance, in UTC format (for example,
7417
+ * <i>YYYY</i>-<i>MM</i>-<i>DD</i>T<i>HH</i>:<i>MM</i>:<i>SS</i>Z).</p>
7418
+ * @public
7419
+ */
7420
+ PurchaseTime?: Date | undefined;
7421
+ /**
7422
+ * <p>Checks whether you have the required permissions for the action, without actually making
7423
+ * the request, and provides an error response. If you have the required permissions, the error
7424
+ * response is <code>DryRunOperation</code>. Otherwise, it is
7425
+ * <code>UnauthorizedOperation</code>.</p>
7427
7426
  * @public
7428
7427
  */
7429
7428
  DryRun?: boolean | undefined;
7430
7429
  /**
7431
- * <p>The ID of the Capacity Reservation for which to reject the request.</p>
7430
+ * <p>Specified for Reserved Instance Marketplace offerings to limit the total order and ensure
7431
+ * that the Reserved Instances are not purchased at unexpected prices.</p>
7432
7432
  * @public
7433
7433
  */
7434
- CapacityReservationId: string | undefined;
7434
+ LimitPrice?: ReservedInstanceLimitPrice | undefined;
7435
7435
  }
7436
7436
  /**
7437
+ * <p>Contains the output of PurchaseReservedInstancesOffering.</p>
7437
7438
  * @public
7438
7439
  */
7439
- export interface RejectCapacityReservationBillingOwnershipResult {
7440
+ export interface PurchaseReservedInstancesOfferingResult {
7440
7441
  /**
7441
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7442
+ * <p>The IDs of the purchased Reserved Instances. If your purchase crosses into a discounted
7443
+ * pricing tier, the final Reserved Instances IDs might change. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/concepts-reserved-instances-application.html#crossing-pricing-tiers">Crossing pricing tiers</a> in the <i>Amazon EC2 User Guide</i>.</p>
7442
7444
  * @public
7443
7445
  */
7444
- Return?: boolean | undefined;
7446
+ ReservedInstancesId?: string | undefined;
7445
7447
  }
7446
7448
  /**
7449
+ * <p>Describes a request to purchase Scheduled Instances.</p>
7447
7450
  * @public
7448
7451
  */
7449
- export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
7450
- /**
7451
- * <p>The ID of the transit gateway multicast domain.</p>
7452
- * @public
7453
- */
7454
- TransitGatewayMulticastDomainId?: string | undefined;
7455
- /**
7456
- * <p>The ID of the transit gateway attachment.</p>
7457
- * @public
7458
- */
7459
- TransitGatewayAttachmentId?: string | undefined;
7460
- /**
7461
- * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
7462
- * @public
7463
- */
7464
- SubnetIds?: string[] | undefined;
7452
+ export interface PurchaseRequest {
7465
7453
  /**
7466
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7467
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7468
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7454
+ * <p>The number of instances.</p>
7469
7455
  * @public
7470
7456
  */
7471
- DryRun?: boolean | undefined;
7472
- }
7473
- /**
7474
- * @public
7475
- */
7476
- export interface RejectTransitGatewayMulticastDomainAssociationsResult {
7457
+ InstanceCount: number | undefined;
7477
7458
  /**
7478
- * <p>Information about the multicast domain associations.</p>
7459
+ * <p>The purchase token.</p>
7479
7460
  * @public
7480
7461
  */
7481
- Associations?: TransitGatewayMulticastDomainAssociations | undefined;
7462
+ PurchaseToken: string | undefined;
7482
7463
  }
7483
7464
  /**
7465
+ * <p>Contains the parameters for PurchaseScheduledInstances.</p>
7484
7466
  * @public
7485
7467
  */
7486
- export interface RejectTransitGatewayPeeringAttachmentRequest {
7468
+ export interface PurchaseScheduledInstancesRequest {
7487
7469
  /**
7488
- * <p>The ID of the transit gateway peering attachment.</p>
7470
+ * <p>Unique, case-sensitive identifier that ensures the idempotency of the request.
7471
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring Idempotency</a>.</p>
7489
7472
  * @public
7490
7473
  */
7491
- TransitGatewayAttachmentId: string | undefined;
7474
+ ClientToken?: string | undefined;
7492
7475
  /**
7493
7476
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7494
7477
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7496,283 +7479,267 @@ export interface RejectTransitGatewayPeeringAttachmentRequest {
7496
7479
  * @public
7497
7480
  */
7498
7481
  DryRun?: boolean | undefined;
7482
+ /**
7483
+ * <p>The purchase requests.</p>
7484
+ * @public
7485
+ */
7486
+ PurchaseRequests: PurchaseRequest[] | undefined;
7499
7487
  }
7500
7488
  /**
7489
+ * <p>Contains the output of PurchaseScheduledInstances.</p>
7501
7490
  * @public
7502
7491
  */
7503
- export interface RejectTransitGatewayPeeringAttachmentResult {
7492
+ export interface PurchaseScheduledInstancesResult {
7504
7493
  /**
7505
- * <p>The transit gateway peering attachment.</p>
7494
+ * <p>Information about the Scheduled Instances.</p>
7506
7495
  * @public
7507
7496
  */
7508
- TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
7497
+ ScheduledInstanceSet?: ScheduledInstance[] | undefined;
7509
7498
  }
7510
7499
  /**
7511
7500
  * @public
7512
7501
  */
7513
- export interface RejectTransitGatewayVpcAttachmentRequest {
7502
+ export interface RebootInstancesRequest {
7514
7503
  /**
7515
- * <p>The ID of the attachment.</p>
7504
+ * <p>The instance IDs.</p>
7516
7505
  * @public
7517
7506
  */
7518
- TransitGatewayAttachmentId: string | undefined;
7507
+ InstanceIds: string[] | undefined;
7519
7508
  /**
7520
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7521
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7522
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7509
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
7510
+ * request, and provides an error response. If you have the required permissions, the error response is
7511
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7523
7512
  * @public
7524
7513
  */
7525
7514
  DryRun?: boolean | undefined;
7526
7515
  }
7527
7516
  /**
7517
+ * <p>Contains the parameters for RegisterImage.</p>
7528
7518
  * @public
7529
7519
  */
7530
- export interface RejectTransitGatewayVpcAttachmentResult {
7531
- /**
7532
- * <p>Information about the attachment.</p>
7533
- * @public
7534
- */
7535
- TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
7536
- }
7537
- /**
7538
- * @public
7539
- */
7540
- export interface RejectVpcEndpointConnectionsRequest {
7520
+ export interface RegisterImageRequest {
7541
7521
  /**
7542
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7543
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7544
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7522
+ * <p>The full path to your AMI manifest in Amazon S3 storage. The specified bucket must have the
7523
+ * <code>aws-exec-read</code> canned access control list (ACL) to ensure that it can be
7524
+ * accessed by Amazon EC2. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl">Canned ACLs</a> in the
7525
+ * <i>Amazon S3 Service Developer Guide</i>.</p>
7545
7526
  * @public
7546
7527
  */
7547
- DryRun?: boolean | undefined;
7528
+ ImageLocation?: string | undefined;
7548
7529
  /**
7549
- * <p>The ID of the service.</p>
7530
+ * <p>The billing product codes. Your account must be authorized to specify billing product
7531
+ * codes.</p>
7532
+ * <p>If your account is not authorized to specify billing product codes, you can publish AMIs
7533
+ * that include billable software and list them on the Amazon Web Services Marketplace. You must first register as a seller
7534
+ * on the Amazon Web Services Marketplace. For more information, see <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/user-guide-for-sellers.html">Getting started as a
7535
+ * seller</a> and <a href="https://docs.aws.amazon.com/marketplace/latest/userguide/ami-products.html">AMI-based products</a> in the
7536
+ * <i>Amazon Web Services Marketplace Seller Guide</i>.</p>
7550
7537
  * @public
7551
7538
  */
7552
- ServiceId: string | undefined;
7539
+ BillingProducts?: string[] | undefined;
7553
7540
  /**
7554
- * <p>The IDs of the VPC endpoints.</p>
7541
+ * <p>The boot mode of the AMI. A value of <code>uefi-preferred</code> indicates that the AMI
7542
+ * supports both UEFI and Legacy BIOS.</p>
7543
+ * <note>
7544
+ * <p>The operating system contained in the AMI must be configured to support the specified
7545
+ * boot mode.</p>
7546
+ * </note>
7547
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the
7548
+ * <i>Amazon EC2 User Guide</i>.</p>
7555
7549
  * @public
7556
7550
  */
7557
- VpcEndpointIds: string[] | undefined;
7558
- }
7559
- /**
7560
- * @public
7561
- */
7562
- export interface RejectVpcEndpointConnectionsResult {
7551
+ BootMode?: BootModeValues | undefined;
7563
7552
  /**
7564
- * <p>Information about the endpoints that were not rejected, if applicable.</p>
7553
+ * <p>Set to <code>v2.0</code> to enable Trusted Platform Module (TPM) support. For more
7554
+ * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html">NitroTPM</a> in the <i>Amazon EC2 User Guide</i>.</p>
7565
7555
  * @public
7566
7556
  */
7567
- Unsuccessful?: UnsuccessfulItem[] | undefined;
7568
- }
7569
- /**
7570
- * @public
7571
- */
7572
- export interface RejectVpcPeeringConnectionRequest {
7557
+ TpmSupport?: TpmSupportValues | undefined;
7573
7558
  /**
7574
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7575
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7576
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7559
+ * <p>Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data,
7560
+ * use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceUefiData">GetInstanceUefiData</a> command. You can inspect and modify the UEFI data by using the
7561
+ * <a href="https://github.com/awslabs/python-uefivars">python-uefivars tool</a> on
7562
+ * GitHub. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/uefi-secure-boot.html">UEFI Secure Boot</a> in the
7563
+ * <i>Amazon EC2 User Guide</i>.</p>
7577
7564
  * @public
7578
7565
  */
7579
- DryRun?: boolean | undefined;
7566
+ UefiData?: string | undefined;
7580
7567
  /**
7581
- * <p>The ID of the VPC peering connection.</p>
7568
+ * <p>Set to <code>v2.0</code> to indicate that IMDSv2 is specified in the AMI. Instances
7569
+ * launched from this AMI will have <code>HttpTokens</code> automatically set to
7570
+ * <code>required</code> so that, by default, the instance requires that IMDSv2 is used when
7571
+ * requesting instance metadata. In addition, <code>HttpPutResponseHopLimit</code> is set to
7572
+ * <code>2</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-IMDS-new-instances.html#configure-IMDS-new-instances-ami-configuration">Configure the AMI</a> in the <i>Amazon EC2 User Guide</i>.</p>
7573
+ * <note>
7574
+ * <p>If you set the value to <code>v2.0</code>, make sure that your AMI software can support
7575
+ * IMDSv2.</p>
7576
+ * </note>
7582
7577
  * @public
7583
7578
  */
7584
- VpcPeeringConnectionId: string | undefined;
7585
- }
7586
- /**
7587
- * @public
7588
- */
7589
- export interface RejectVpcPeeringConnectionResult {
7579
+ ImdsSupport?: ImdsSupportValues | undefined;
7590
7580
  /**
7591
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7581
+ * <p>The tags to apply to the AMI.</p>
7582
+ * <p>To tag the AMI, the value for <code>ResourceType</code> must be <code>image</code>. If you
7583
+ * specify another value for <code>ResourceType</code>, the request fails.</p>
7584
+ * <p>To tag an AMI after it has been registered, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html">CreateTags</a>.</p>
7592
7585
  * @public
7593
7586
  */
7594
- Return?: boolean | undefined;
7595
- }
7596
- /**
7597
- * @public
7598
- */
7599
- export interface ReleaseAddressRequest {
7587
+ TagSpecifications?: TagSpecification[] | undefined;
7600
7588
  /**
7601
- * <p>The allocation ID. This parameter is required.</p>
7589
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7590
+ * and provides an error response. If you have the required permissions, the error response is
7591
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7602
7592
  * @public
7603
7593
  */
7604
- AllocationId?: string | undefined;
7594
+ DryRun?: boolean | undefined;
7605
7595
  /**
7606
- * <p>Deprecated.</p>
7596
+ * <p>A name for your AMI.</p>
7597
+ * <p>Constraints: 3-128 alphanumeric characters, parentheses (()), square brackets ([]), spaces
7598
+ * ( ), periods (.), slashes (/), dashes (-), single quotes ('), at-signs (@), or
7599
+ * underscores(_)</p>
7607
7600
  * @public
7608
7601
  */
7609
- PublicIp?: string | undefined;
7602
+ Name: string | undefined;
7610
7603
  /**
7611
- * <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
7612
- * IP addresses.</p>
7613
- * <p>If you provide an incorrect network border group, you receive an <code>InvalidAddress.NotFound</code> error.</p>
7604
+ * <p>A description for your AMI.</p>
7614
7605
  * @public
7615
7606
  */
7616
- NetworkBorderGroup?: string | undefined;
7607
+ Description?: string | undefined;
7617
7608
  /**
7618
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7619
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7620
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7609
+ * <p>The architecture of the AMI.</p>
7610
+ * <p>Default: For Amazon EBS-backed AMIs, <code>i386</code>. For instance store-backed AMIs, the
7611
+ * architecture specified in the manifest file.</p>
7621
7612
  * @public
7622
7613
  */
7623
- DryRun?: boolean | undefined;
7624
- }
7625
- /**
7626
- * @public
7627
- */
7628
- export interface ReleaseHostsRequest {
7614
+ Architecture?: ArchitectureValues | undefined;
7629
7615
  /**
7630
- * <p>The IDs of the Dedicated Hosts to release.</p>
7616
+ * <p>The ID of the kernel.</p>
7631
7617
  * @public
7632
7618
  */
7633
- HostIds: string[] | undefined;
7634
- }
7635
- /**
7636
- * @public
7637
- */
7638
- export interface ReleaseHostsResult {
7619
+ KernelId?: string | undefined;
7639
7620
  /**
7640
- * <p>The IDs of the Dedicated Hosts that were successfully released.</p>
7621
+ * <p>The ID of the RAM disk.</p>
7641
7622
  * @public
7642
7623
  */
7643
- Successful?: string[] | undefined;
7624
+ RamdiskId?: string | undefined;
7644
7625
  /**
7645
- * <p>The IDs of the Dedicated Hosts that could not be released, including an error
7646
- * message.</p>
7626
+ * <p>The device name of the root device volume (for example, <code>/dev/sda1</code>).</p>
7647
7627
  * @public
7648
7628
  */
7649
- Unsuccessful?: UnsuccessfulItem[] | undefined;
7650
- }
7651
- /**
7652
- * @public
7653
- */
7654
- export interface ReleaseIpamPoolAllocationRequest {
7629
+ RootDeviceName?: string | undefined;
7655
7630
  /**
7656
- * <p>A check for whether you have the required permissions for the action without actually making the request
7657
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7658
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7631
+ * <p>The block device mapping entries.</p>
7632
+ * <p>If you specify an Amazon EBS volume using the ID of an Amazon EBS snapshot, you can't specify the
7633
+ * encryption state of the volume.</p>
7634
+ * <p>If you create an AMI on an Outpost, then all backing snapshots must be on the same Outpost
7635
+ * or in the Region of that Outpost. AMIs on an Outpost that include local snapshots can be used
7636
+ * to launch instances on the same Outpost only. For more information, <a href="https://docs.aws.amazon.com/ebs/latest/userguide/snapshots-outposts.html#ami">Amazon EBS local
7637
+ * snapshots on Outposts</a> in the <i>Amazon EBS User Guide</i>.</p>
7659
7638
  * @public
7660
7639
  */
7661
- DryRun?: boolean | undefined;
7640
+ BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
7662
7641
  /**
7663
- * <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
7642
+ * <p>The type of virtualization (<code>hvm</code> | <code>paravirtual</code>).</p>
7643
+ * <p>Default: <code>paravirtual</code>
7644
+ * </p>
7664
7645
  * @public
7665
7646
  */
7666
- IpamPoolId: string | undefined;
7647
+ VirtualizationType?: string | undefined;
7667
7648
  /**
7668
- * <p>The CIDR of the allocation you want to release.</p>
7649
+ * <p>Set to <code>simple</code> to enable enhanced networking with the Intel 82599 Virtual
7650
+ * Function interface for the AMI and any instances that you launch from the AMI.</p>
7651
+ * <p>There is no way to disable <code>sriovNetSupport</code> at this time.</p>
7652
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
7653
+ * instances launched from the AMI unreachable.</p>
7669
7654
  * @public
7670
7655
  */
7671
- Cidr: string | undefined;
7656
+ SriovNetSupport?: string | undefined;
7672
7657
  /**
7673
- * <p>The ID of the allocation.</p>
7658
+ * <p>Set to <code>true</code> to enable enhanced networking with ENA for the AMI and any
7659
+ * instances that you launch from the AMI.</p>
7660
+ * <p>This option is supported only for HVM AMIs. Specifying this option with a PV AMI can make
7661
+ * instances launched from the AMI unreachable.</p>
7674
7662
  * @public
7675
7663
  */
7676
- IpamPoolAllocationId: string | undefined;
7664
+ EnaSupport?: boolean | undefined;
7677
7665
  }
7678
7666
  /**
7667
+ * <p>Contains the output of RegisterImage.</p>
7679
7668
  * @public
7680
7669
  */
7681
- export interface ReleaseIpamPoolAllocationResult {
7670
+ export interface RegisterImageResult {
7682
7671
  /**
7683
- * <p>Indicates if the release was successful.</p>
7672
+ * <p>The ID of the newly registered AMI.</p>
7684
7673
  * @public
7685
7674
  */
7686
- Success?: boolean | undefined;
7675
+ ImageId?: string | undefined;
7687
7676
  }
7688
7677
  /**
7678
+ * <p>Information about the tag keys to register for the current Region. You can either
7679
+ * specify individual tag keys or register all tag keys in the current Region. You must
7680
+ * specify either <code>IncludeAllTagsOfInstance</code> or <code>InstanceTagKeys</code> in the
7681
+ * request</p>
7689
7682
  * @public
7690
7683
  */
7691
- export interface ReplaceIamInstanceProfileAssociationRequest {
7684
+ export interface RegisterInstanceTagAttributeRequest {
7692
7685
  /**
7693
- * <p>The IAM instance profile.</p>
7686
+ * <p>Indicates whether to register all tag keys in the current Region. Specify
7687
+ * <code>true</code> to register all tag keys.</p>
7694
7688
  * @public
7695
7689
  */
7696
- IamInstanceProfile: IamInstanceProfileSpecification | undefined;
7690
+ IncludeAllTagsOfInstance?: boolean | undefined;
7697
7691
  /**
7698
- * <p>The ID of the existing IAM instance profile association.</p>
7692
+ * <p>The tag keys to register.</p>
7699
7693
  * @public
7700
7694
  */
7701
- AssociationId: string | undefined;
7695
+ InstanceTagKeys?: string[] | undefined;
7702
7696
  }
7703
7697
  /**
7704
7698
  * @public
7705
7699
  */
7706
- export interface ReplaceIamInstanceProfileAssociationResult {
7700
+ export interface RegisterInstanceEventNotificationAttributesRequest {
7707
7701
  /**
7708
- * <p>Information about the IAM instance profile association.</p>
7702
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7703
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7704
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7709
7705
  * @public
7710
7706
  */
7711
- IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
7707
+ DryRun?: boolean | undefined;
7708
+ /**
7709
+ * <p>Information about the tag keys to register.</p>
7710
+ * @public
7711
+ */
7712
+ InstanceTagAttribute: RegisterInstanceTagAttributeRequest | undefined;
7712
7713
  }
7713
7714
  /**
7714
- * <p>The list of criteria that are evaluated to determine whch AMIs are discoverable and usable
7715
- * in the account in the specified Amazon Web Services Region. Currently, the only criteria that can be
7716
- * specified are AMI providers. </p>
7717
- * <p>Up to 10 <code>imageCriteria</code> objects can be specified, and up to a total of 200
7718
- * values for all <code>imageProviders</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration">JSON
7719
- * configuration for the Allowed AMIs criteria</a> in the
7720
- * <i>Amazon EC2 User Guide</i>.</p>
7721
7715
  * @public
7722
7716
  */
7723
- export interface ImageCriterionRequest {
7717
+ export interface RegisterInstanceEventNotificationAttributesResult {
7724
7718
  /**
7725
- * <p>A list of image providers whose AMIs are discoverable and useable in the account. Up to a
7726
- * total of 200 values can be specified.</p>
7727
- * <p>Possible values:</p>
7728
- * <p>
7729
- * <code>amazon</code>: Allow AMIs created by Amazon Web Services.</p>
7730
- * <p>
7731
- * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
7732
- * Marketplace.</p>
7733
- * <p>
7734
- * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
7735
- * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
7736
- * specified.</p>
7737
- * <p>
7738
- * <code>none</code>: Allow AMIs created by your own account only. When <code>none</code> is
7739
- * specified, no other values can be specified.</p>
7719
+ * <p>The resulting set of tag keys.</p>
7740
7720
  * @public
7741
7721
  */
7742
- ImageProviders?: string[] | undefined;
7722
+ InstanceTagAttribute?: InstanceTagNotificationAttribute | undefined;
7743
7723
  }
7744
7724
  /**
7745
7725
  * @public
7746
7726
  */
7747
- export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
7727
+ export interface RegisterTransitGatewayMulticastGroupMembersRequest {
7748
7728
  /**
7749
- * <p>The list of criteria that are evaluated to determine whether AMIs are discoverable and
7750
- * usable in the account in the specified Amazon Web Services Region.</p>
7729
+ * <p>The ID of the transit gateway multicast domain.</p>
7751
7730
  * @public
7752
7731
  */
7753
- ImageCriteria?: ImageCriterionRequest[] | undefined;
7732
+ TransitGatewayMulticastDomainId: string | undefined;
7754
7733
  /**
7755
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7756
- * and provides an error response. If you have the required permissions, the error response is
7757
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7734
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
7758
7735
  * @public
7759
7736
  */
7760
- DryRun?: boolean | undefined;
7761
- }
7762
- /**
7763
- * @public
7764
- */
7765
- export interface ReplaceImageCriteriaInAllowedImagesSettingsResult {
7737
+ GroupIpAddress?: string | undefined;
7766
7738
  /**
7767
- * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7739
+ * <p>The group members' network interface IDs to register with the transit gateway multicast group.</p>
7768
7740
  * @public
7769
7741
  */
7770
- ReturnValue?: boolean | undefined;
7771
- }
7772
- /**
7773
- * @public
7774
- */
7775
- export interface ReplaceNetworkAclAssociationRequest {
7742
+ NetworkInterfaceIds: string[] | undefined;
7776
7743
  /**
7777
7744
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7778
7745
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7780,133 +7747,167 @@ export interface ReplaceNetworkAclAssociationRequest {
7780
7747
  * @public
7781
7748
  */
7782
7749
  DryRun?: boolean | undefined;
7750
+ }
7751
+ /**
7752
+ * <p>Describes the registered transit gateway multicast group members.</p>
7753
+ * @public
7754
+ */
7755
+ export interface TransitGatewayMulticastRegisteredGroupMembers {
7783
7756
  /**
7784
- * <p>The ID of the current association between the original network ACL and the subnet.</p>
7757
+ * <p>The ID of the transit gateway multicast domain.</p>
7785
7758
  * @public
7786
7759
  */
7787
- AssociationId: string | undefined;
7760
+ TransitGatewayMulticastDomainId?: string | undefined;
7761
+ /**
7762
+ * <p>The ID of the registered network interfaces.</p>
7763
+ * @public
7764
+ */
7765
+ RegisteredNetworkInterfaceIds?: string[] | undefined;
7788
7766
  /**
7789
- * <p>The ID of the new network ACL to associate with the subnet.</p>
7767
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
7790
7768
  * @public
7791
7769
  */
7792
- NetworkAclId: string | undefined;
7770
+ GroupIpAddress?: string | undefined;
7793
7771
  }
7794
7772
  /**
7795
7773
  * @public
7796
7774
  */
7797
- export interface ReplaceNetworkAclAssociationResult {
7775
+ export interface RegisterTransitGatewayMulticastGroupMembersResult {
7798
7776
  /**
7799
- * <p>The ID of the new association.</p>
7777
+ * <p>Information about the registered transit gateway multicast group members.</p>
7800
7778
  * @public
7801
7779
  */
7802
- NewAssociationId?: string | undefined;
7780
+ RegisteredMulticastGroupMembers?: TransitGatewayMulticastRegisteredGroupMembers | undefined;
7803
7781
  }
7804
7782
  /**
7805
7783
  * @public
7806
7784
  */
7807
- export interface ReplaceNetworkAclEntryRequest {
7785
+ export interface RegisterTransitGatewayMulticastGroupSourcesRequest {
7808
7786
  /**
7809
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7810
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7811
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7787
+ * <p>The ID of the transit gateway multicast domain.</p>
7812
7788
  * @public
7813
7789
  */
7814
- DryRun?: boolean | undefined;
7790
+ TransitGatewayMulticastDomainId: string | undefined;
7815
7791
  /**
7816
- * <p>The ID of the ACL.</p>
7792
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
7817
7793
  * @public
7818
7794
  */
7819
- NetworkAclId: string | undefined;
7795
+ GroupIpAddress?: string | undefined;
7820
7796
  /**
7821
- * <p>The rule number of the entry to replace.</p>
7797
+ * <p>The group sources' network interface IDs to register with the transit gateway multicast group.</p>
7822
7798
  * @public
7823
7799
  */
7824
- RuleNumber: number | undefined;
7800
+ NetworkInterfaceIds: string[] | undefined;
7825
7801
  /**
7826
- * <p>The protocol number. A value of "-1" means all protocols. If you specify "-1" or a
7827
- * protocol number other than "6" (TCP), "17" (UDP), or "1" (ICMP), traffic on all ports is
7828
- * allowed, regardless of any ports or ICMP types or codes that you specify. If you specify
7829
- * protocol "58" (ICMPv6) and specify an IPv4 CIDR block, traffic for all ICMP types and
7830
- * codes allowed, regardless of any that you specify. If you specify protocol "58" (ICMPv6)
7831
- * and specify an IPv6 CIDR block, you must specify an ICMP type and code.</p>
7802
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7803
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7804
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7832
7805
  * @public
7833
7806
  */
7834
- Protocol: string | undefined;
7807
+ DryRun?: boolean | undefined;
7808
+ }
7809
+ /**
7810
+ * <p>Describes the members registered with the transit gateway multicast group.</p>
7811
+ * @public
7812
+ */
7813
+ export interface TransitGatewayMulticastRegisteredGroupSources {
7835
7814
  /**
7836
- * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
7815
+ * <p>The ID of the transit gateway multicast domain.</p>
7837
7816
  * @public
7838
7817
  */
7839
- RuleAction: RuleAction | undefined;
7818
+ TransitGatewayMulticastDomainId?: string | undefined;
7840
7819
  /**
7841
- * <p>Indicates whether to replace the egress rule.</p>
7842
- * <p>Default: If no value is specified, we replace the ingress rule.</p>
7820
+ * <p>The IDs of the network interfaces members registered with the transit gateway multicast group.</p>
7843
7821
  * @public
7844
7822
  */
7845
- Egress: boolean | undefined;
7823
+ RegisteredNetworkInterfaceIds?: string[] | undefined;
7846
7824
  /**
7847
- * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
7848
- * <code>172.16.0.0/24</code>).</p>
7825
+ * <p>The IP address assigned to the transit gateway multicast group.</p>
7849
7826
  * @public
7850
7827
  */
7851
- CidrBlock?: string | undefined;
7828
+ GroupIpAddress?: string | undefined;
7829
+ }
7830
+ /**
7831
+ * @public
7832
+ */
7833
+ export interface RegisterTransitGatewayMulticastGroupSourcesResult {
7852
7834
  /**
7853
- * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
7854
- * <code>2001:bd8:1234:1a00::/64</code>).</p>
7835
+ * <p>Information about the transit gateway multicast group sources.</p>
7855
7836
  * @public
7856
7837
  */
7857
- Ipv6CidrBlock?: string | undefined;
7838
+ RegisteredMulticastGroupSources?: TransitGatewayMulticastRegisteredGroupSources | undefined;
7839
+ }
7840
+ /**
7841
+ * @public
7842
+ */
7843
+ export interface RejectCapacityReservationBillingOwnershipRequest {
7858
7844
  /**
7859
- * <p>ICMP protocol: The ICMP or ICMPv6 type and code. Required if specifying protocol
7860
- * 1 (ICMP) or protocol 58 (ICMPv6) with an IPv6 CIDR block.</p>
7845
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7861
7846
  * @public
7862
7847
  */
7863
- IcmpTypeCode?: IcmpTypeCode | undefined;
7848
+ DryRun?: boolean | undefined;
7864
7849
  /**
7865
- * <p>TCP or UDP protocols: The range of ports the rule applies to.
7866
- * Required if specifying protocol 6 (TCP) or 17 (UDP).</p>
7850
+ * <p>The ID of the Capacity Reservation for which to reject the request.</p>
7867
7851
  * @public
7868
7852
  */
7869
- PortRange?: PortRange | undefined;
7853
+ CapacityReservationId: string | undefined;
7870
7854
  }
7871
7855
  /**
7872
7856
  * @public
7873
7857
  */
7874
- export interface ReplaceRouteRequest {
7858
+ export interface RejectCapacityReservationBillingOwnershipResult {
7875
7859
  /**
7876
- * <p>The ID of the prefix list for the route.</p>
7860
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7877
7861
  * @public
7878
7862
  */
7879
- DestinationPrefixListId?: string | undefined;
7863
+ Return?: boolean | undefined;
7864
+ }
7865
+ /**
7866
+ * @public
7867
+ */
7868
+ export interface RejectTransitGatewayMulticastDomainAssociationsRequest {
7880
7869
  /**
7881
- * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
7870
+ * <p>The ID of the transit gateway multicast domain.</p>
7882
7871
  * @public
7883
7872
  */
7884
- VpcEndpointId?: string | undefined;
7873
+ TransitGatewayMulticastDomainId?: string | undefined;
7885
7874
  /**
7886
- * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
7875
+ * <p>The ID of the transit gateway attachment.</p>
7887
7876
  * @public
7888
7877
  */
7889
- LocalTarget?: boolean | undefined;
7878
+ TransitGatewayAttachmentId?: string | undefined;
7890
7879
  /**
7891
- * <p>The ID of a transit gateway.</p>
7880
+ * <p>The IDs of the subnets to associate with the transit gateway multicast domain.</p>
7892
7881
  * @public
7893
7882
  */
7894
- TransitGatewayId?: string | undefined;
7883
+ SubnetIds?: string[] | undefined;
7895
7884
  /**
7896
- * <p>The ID of the local gateway.</p>
7885
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7886
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7887
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7897
7888
  * @public
7898
7889
  */
7899
- LocalGatewayId?: string | undefined;
7890
+ DryRun?: boolean | undefined;
7891
+ }
7892
+ /**
7893
+ * @public
7894
+ */
7895
+ export interface RejectTransitGatewayMulticastDomainAssociationsResult {
7900
7896
  /**
7901
- * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
7897
+ * <p>Information about the multicast domain associations.</p>
7902
7898
  * @public
7903
7899
  */
7904
- CarrierGatewayId?: string | undefined;
7900
+ Associations?: TransitGatewayMulticastDomainAssociations | undefined;
7901
+ }
7902
+ /**
7903
+ * @public
7904
+ */
7905
+ export interface RejectTransitGatewayPeeringAttachmentRequest {
7905
7906
  /**
7906
- * <p>The Amazon Resource Name (ARN) of the core network.</p>
7907
+ * <p>The ID of the transit gateway peering attachment.</p>
7907
7908
  * @public
7908
7909
  */
7909
- CoreNetworkArn?: string | undefined;
7910
+ TransitGatewayAttachmentId: string | undefined;
7910
7911
  /**
7911
7912
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7912
7913
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7914,58 +7915,80 @@ export interface ReplaceRouteRequest {
7914
7915
  * @public
7915
7916
  */
7916
7917
  DryRun?: boolean | undefined;
7918
+ }
7919
+ /**
7920
+ * @public
7921
+ */
7922
+ export interface RejectTransitGatewayPeeringAttachmentResult {
7917
7923
  /**
7918
- * <p>The ID of the route table.</p>
7919
- * @public
7920
- */
7921
- RouteTableId: string | undefined;
7922
- /**
7923
- * <p>The IPv4 CIDR address block used for the destination match. The value that you
7924
- * provide must match the CIDR of an existing route in the table.</p>
7924
+ * <p>The transit gateway peering attachment.</p>
7925
7925
  * @public
7926
7926
  */
7927
- DestinationCidrBlock?: string | undefined;
7927
+ TransitGatewayPeeringAttachment?: TransitGatewayPeeringAttachment | undefined;
7928
+ }
7929
+ /**
7930
+ * @public
7931
+ */
7932
+ export interface RejectTransitGatewayVpcAttachmentRequest {
7928
7933
  /**
7929
- * <p>The ID of an internet gateway or virtual private gateway.</p>
7934
+ * <p>The ID of the attachment.</p>
7930
7935
  * @public
7931
7936
  */
7932
- GatewayId?: string | undefined;
7937
+ TransitGatewayAttachmentId: string | undefined;
7933
7938
  /**
7934
- * <p>The IPv6 CIDR address block used for the destination match. The value that you
7935
- * provide must match the CIDR of an existing route in the table.</p>
7939
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7940
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7941
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7936
7942
  * @public
7937
7943
  */
7938
- DestinationIpv6CidrBlock?: string | undefined;
7944
+ DryRun?: boolean | undefined;
7945
+ }
7946
+ /**
7947
+ * @public
7948
+ */
7949
+ export interface RejectTransitGatewayVpcAttachmentResult {
7939
7950
  /**
7940
- * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
7951
+ * <p>Information about the attachment.</p>
7941
7952
  * @public
7942
7953
  */
7943
- EgressOnlyInternetGatewayId?: string | undefined;
7954
+ TransitGatewayVpcAttachment?: TransitGatewayVpcAttachment | undefined;
7955
+ }
7956
+ /**
7957
+ * @public
7958
+ */
7959
+ export interface RejectVpcEndpointConnectionsRequest {
7944
7960
  /**
7945
- * <p>The ID of a NAT instance in your VPC.</p>
7961
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
7962
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7963
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7946
7964
  * @public
7947
7965
  */
7948
- InstanceId?: string | undefined;
7966
+ DryRun?: boolean | undefined;
7949
7967
  /**
7950
- * <p>The ID of a network interface.</p>
7968
+ * <p>The ID of the service.</p>
7951
7969
  * @public
7952
7970
  */
7953
- NetworkInterfaceId?: string | undefined;
7971
+ ServiceId: string | undefined;
7954
7972
  /**
7955
- * <p>The ID of a VPC peering connection.</p>
7973
+ * <p>The IDs of the VPC endpoints.</p>
7956
7974
  * @public
7957
7975
  */
7958
- VpcPeeringConnectionId?: string | undefined;
7976
+ VpcEndpointIds: string[] | undefined;
7977
+ }
7978
+ /**
7979
+ * @public
7980
+ */
7981
+ export interface RejectVpcEndpointConnectionsResult {
7959
7982
  /**
7960
- * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
7983
+ * <p>Information about the endpoints that were not rejected, if applicable.</p>
7961
7984
  * @public
7962
7985
  */
7963
- NatGatewayId?: string | undefined;
7986
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
7964
7987
  }
7965
7988
  /**
7966
7989
  * @public
7967
7990
  */
7968
- export interface ReplaceRouteTableAssociationRequest {
7991
+ export interface RejectVpcPeeringConnectionRequest {
7969
7992
  /**
7970
7993
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
7971
7994
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -7974,55 +7997,42 @@ export interface ReplaceRouteTableAssociationRequest {
7974
7997
  */
7975
7998
  DryRun?: boolean | undefined;
7976
7999
  /**
7977
- * <p>The association ID.</p>
7978
- * @public
7979
- */
7980
- AssociationId: string | undefined;
7981
- /**
7982
- * <p>The ID of the new route table to associate with the subnet.</p>
8000
+ * <p>The ID of the VPC peering connection.</p>
7983
8001
  * @public
7984
8002
  */
7985
- RouteTableId: string | undefined;
8003
+ VpcPeeringConnectionId: string | undefined;
7986
8004
  }
7987
8005
  /**
7988
8006
  * @public
7989
8007
  */
7990
- export interface ReplaceRouteTableAssociationResult {
7991
- /**
7992
- * <p>The ID of the new association.</p>
7993
- * @public
7994
- */
7995
- NewAssociationId?: string | undefined;
8008
+ export interface RejectVpcPeeringConnectionResult {
7996
8009
  /**
7997
- * <p>The state of the association.</p>
8010
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
7998
8011
  * @public
7999
8012
  */
8000
- AssociationState?: RouteTableAssociationState | undefined;
8013
+ Return?: boolean | undefined;
8001
8014
  }
8002
8015
  /**
8003
8016
  * @public
8004
8017
  */
8005
- export interface ReplaceTransitGatewayRouteRequest {
8006
- /**
8007
- * <p>The CIDR range used for the destination match. Routing decisions are based on the most specific match.</p>
8008
- * @public
8009
- */
8010
- DestinationCidrBlock: string | undefined;
8018
+ export interface ReleaseAddressRequest {
8011
8019
  /**
8012
- * <p>The ID of the route table.</p>
8020
+ * <p>The allocation ID. This parameter is required.</p>
8013
8021
  * @public
8014
8022
  */
8015
- TransitGatewayRouteTableId: string | undefined;
8023
+ AllocationId?: string | undefined;
8016
8024
  /**
8017
- * <p>The ID of the attachment.</p>
8025
+ * <p>Deprecated.</p>
8018
8026
  * @public
8019
8027
  */
8020
- TransitGatewayAttachmentId?: string | undefined;
8028
+ PublicIp?: string | undefined;
8021
8029
  /**
8022
- * <p>Indicates whether traffic matching this route is to be dropped.</p>
8030
+ * <p>The set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises
8031
+ * IP addresses.</p>
8032
+ * <p>If you provide an incorrect network border group, you receive an <code>InvalidAddress.NotFound</code> error.</p>
8023
8033
  * @public
8024
8034
  */
8025
- Blackhole?: boolean | undefined;
8035
+ NetworkBorderGroup?: string | undefined;
8026
8036
  /**
8027
8037
  * <p>Checks whether you have the required permissions for the action, without actually making the request,
8028
8038
  * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
@@ -8034,166 +8044,139 @@ export interface ReplaceTransitGatewayRouteRequest {
8034
8044
  /**
8035
8045
  * @public
8036
8046
  */
8037
- export interface ReplaceTransitGatewayRouteResult {
8047
+ export interface ReleaseHostsRequest {
8038
8048
  /**
8039
- * <p>Information about the modified route.</p>
8049
+ * <p>The IDs of the Dedicated Hosts to release.</p>
8040
8050
  * @public
8041
8051
  */
8042
- Route?: TransitGatewayRoute | undefined;
8052
+ HostIds: string[] | undefined;
8043
8053
  }
8044
8054
  /**
8045
8055
  * @public
8046
8056
  */
8047
- export interface ReplaceVpnTunnelRequest {
8057
+ export interface ReleaseHostsResult {
8048
8058
  /**
8049
- * <p>The ID of the Site-to-Site VPN connection. </p>
8059
+ * <p>The IDs of the Dedicated Hosts that were successfully released.</p>
8050
8060
  * @public
8051
8061
  */
8052
- VpnConnectionId: string | undefined;
8062
+ Successful?: string[] | undefined;
8053
8063
  /**
8054
- * <p>The external IP address of the VPN tunnel.</p>
8064
+ * <p>The IDs of the Dedicated Hosts that could not be released, including an error
8065
+ * message.</p>
8055
8066
  * @public
8056
8067
  */
8057
- VpnTunnelOutsideIpAddress: string | undefined;
8068
+ Unsuccessful?: UnsuccessfulItem[] | undefined;
8069
+ }
8070
+ /**
8071
+ * @public
8072
+ */
8073
+ export interface ReleaseIpamPoolAllocationRequest {
8074
+ /**
8075
+ * <p>A check for whether you have the required permissions for the action without actually making the request
8076
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8077
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8078
+ * @public
8079
+ */
8080
+ DryRun?: boolean | undefined;
8058
8081
  /**
8059
- * <p>Trigger pending tunnel endpoint maintenance.</p>
8082
+ * <p>The ID of the IPAM pool which contains the allocation you want to release.</p>
8060
8083
  * @public
8061
8084
  */
8062
- ApplyPendingMaintenance?: boolean | undefined;
8085
+ IpamPoolId: string | undefined;
8063
8086
  /**
8064
- * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8087
+ * <p>The CIDR of the allocation you want to release.</p>
8065
8088
  * @public
8066
8089
  */
8067
- DryRun?: boolean | undefined;
8090
+ Cidr: string | undefined;
8091
+ /**
8092
+ * <p>The ID of the allocation.</p>
8093
+ * @public
8094
+ */
8095
+ IpamPoolAllocationId: string | undefined;
8068
8096
  }
8069
8097
  /**
8070
8098
  * @public
8071
8099
  */
8072
- export interface ReplaceVpnTunnelResult {
8100
+ export interface ReleaseIpamPoolAllocationResult {
8073
8101
  /**
8074
- * <p>Confirmation of replace tunnel operation.</p>
8102
+ * <p>Indicates if the release was successful.</p>
8075
8103
  * @public
8076
8104
  */
8077
- Return?: boolean | undefined;
8105
+ Success?: boolean | undefined;
8078
8106
  }
8079
- /**
8080
- * @public
8081
- * @enum
8082
- */
8083
- export declare const ReportInstanceReasonCodes: {
8084
- readonly instance_stuck_in_state: "instance-stuck-in-state";
8085
- readonly not_accepting_credentials: "not-accepting-credentials";
8086
- readonly other: "other";
8087
- readonly password_not_available: "password-not-available";
8088
- readonly performance_ebs_volume: "performance-ebs-volume";
8089
- readonly performance_instance_store: "performance-instance-store";
8090
- readonly performance_network: "performance-network";
8091
- readonly performance_other: "performance-other";
8092
- readonly unresponsive: "unresponsive";
8093
- };
8094
- /**
8095
- * @public
8096
- */
8097
- export type ReportInstanceReasonCodes = (typeof ReportInstanceReasonCodes)[keyof typeof ReportInstanceReasonCodes];
8098
- /**
8099
- * @public
8100
- * @enum
8101
- */
8102
- export declare const ReportStatusType: {
8103
- readonly impaired: "impaired";
8104
- readonly ok: "ok";
8105
- };
8106
8107
  /**
8107
8108
  * @public
8108
8109
  */
8109
- export type ReportStatusType = (typeof ReportStatusType)[keyof typeof ReportStatusType];
8110
- /**
8111
- * @public
8112
- */
8113
- export interface ReportInstanceStatusRequest {
8114
- /**
8115
- * <p>Checks whether you have the required permissions for the operation, without actually making the
8116
- * request, and provides an error response. If you have the required permissions, the error response is
8117
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8118
- * @public
8119
- */
8120
- DryRun?: boolean | undefined;
8110
+ export interface ReplaceIamInstanceProfileAssociationRequest {
8121
8111
  /**
8122
- * <p>The instances.</p>
8112
+ * <p>The IAM instance profile.</p>
8123
8113
  * @public
8124
8114
  */
8125
- Instances: string[] | undefined;
8115
+ IamInstanceProfile: IamInstanceProfileSpecification | undefined;
8126
8116
  /**
8127
- * <p>The status of all instances listed.</p>
8117
+ * <p>The ID of the existing IAM instance profile association.</p>
8128
8118
  * @public
8129
8119
  */
8130
- Status: ReportStatusType | undefined;
8120
+ AssociationId: string | undefined;
8121
+ }
8122
+ /**
8123
+ * @public
8124
+ */
8125
+ export interface ReplaceIamInstanceProfileAssociationResult {
8131
8126
  /**
8132
- * <p>The time at which the reported instance health state began.</p>
8127
+ * <p>Information about the IAM instance profile association.</p>
8133
8128
  * @public
8134
8129
  */
8135
- StartTime?: Date | undefined;
8130
+ IamInstanceProfileAssociation?: IamInstanceProfileAssociation | undefined;
8131
+ }
8132
+ /**
8133
+ * <p>The list of criteria that are evaluated to determine whch AMIs are discoverable and usable
8134
+ * in the account in the specified Amazon Web Services Region. Currently, the only criteria that can be
8135
+ * specified are AMI providers. </p>
8136
+ * <p>Up to 10 <code>imageCriteria</code> objects can be specified, and up to a total of 200
8137
+ * values for all <code>imageProviders</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-allowed-amis.html#allowed-amis-json-configuration">JSON
8138
+ * configuration for the Allowed AMIs criteria</a> in the
8139
+ * <i>Amazon EC2 User Guide</i>.</p>
8140
+ * @public
8141
+ */
8142
+ export interface ImageCriterionRequest {
8136
8143
  /**
8137
- * <p>The time at which the reported instance health state ended.</p>
8144
+ * <p>A list of image providers whose AMIs are discoverable and useable in the account. Up to a
8145
+ * total of 200 values can be specified.</p>
8146
+ * <p>Possible values:</p>
8147
+ * <p>
8148
+ * <code>amazon</code>: Allow AMIs created by Amazon Web Services.</p>
8149
+ * <p>
8150
+ * <code>aws-marketplace</code>: Allow AMIs created by verified providers in the Amazon Web Services
8151
+ * Marketplace.</p>
8152
+ * <p>
8153
+ * <code>aws-backup-vault</code>: Allow AMIs created by Amazon Web Services Backup. </p>
8154
+ * <p>12-digit account ID: Allow AMIs created by this account. One or more account IDs can be
8155
+ * specified.</p>
8156
+ * <p>
8157
+ * <code>none</code>: Allow AMIs created by your own account only. When <code>none</code> is
8158
+ * specified, no other values can be specified.</p>
8138
8159
  * @public
8139
8160
  */
8140
- EndTime?: Date | undefined;
8161
+ ImageProviders?: string[] | undefined;
8162
+ }
8163
+ /**
8164
+ * @public
8165
+ */
8166
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsRequest {
8141
8167
  /**
8142
- * <p>The reason codes that describe the health state of your instance.</p>
8143
- * <ul>
8144
- * <li>
8145
- * <p>
8146
- * <code>instance-stuck-in-state</code>: My instance is stuck in a state.</p>
8147
- * </li>
8148
- * <li>
8149
- * <p>
8150
- * <code>unresponsive</code>: My instance is unresponsive.</p>
8151
- * </li>
8152
- * <li>
8153
- * <p>
8154
- * <code>not-accepting-credentials</code>: My instance is not accepting my
8155
- * credentials.</p>
8156
- * </li>
8157
- * <li>
8158
- * <p>
8159
- * <code>password-not-available</code>: A password is not available for my
8160
- * instance.</p>
8161
- * </li>
8162
- * <li>
8163
- * <p>
8164
- * <code>performance-network</code>: My instance is experiencing performance
8165
- * problems that I believe are network related.</p>
8166
- * </li>
8167
- * <li>
8168
- * <p>
8169
- * <code>performance-instance-store</code>: My instance is experiencing performance
8170
- * problems that I believe are related to the instance stores.</p>
8171
- * </li>
8172
- * <li>
8173
- * <p>
8174
- * <code>performance-ebs-volume</code>: My instance is experiencing performance
8175
- * problems that I believe are related to an EBS volume.</p>
8176
- * </li>
8177
- * <li>
8178
- * <p>
8179
- * <code>performance-other</code>: My instance is experiencing performance
8180
- * problems.</p>
8181
- * </li>
8182
- * <li>
8183
- * <p>
8184
- * <code>other</code>: [explain using the description parameter]</p>
8185
- * </li>
8186
- * </ul>
8168
+ * <p>The list of criteria that are evaluated to determine whether AMIs are discoverable and
8169
+ * usable in the account in the specified Amazon Web Services Region.</p>
8187
8170
  * @public
8188
8171
  */
8189
- ReasonCodes: ReportInstanceReasonCodes[] | undefined;
8172
+ ImageCriteria?: ImageCriterionRequest[] | undefined;
8190
8173
  /**
8191
- * <p>Descriptive text about the health state of your instance.</p>
8192
- *
8193
- * @deprecated
8174
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
8175
+ * and provides an error response. If you have the required permissions, the error response is
8176
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8194
8177
  * @public
8195
8178
  */
8196
- Description?: string | undefined;
8179
+ DryRun?: boolean | undefined;
8197
8180
  }
8198
8181
  /**
8199
8182
  * @internal
@@ -8295,7 +8278,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: Modi
8295
8278
  * @internal
8296
8279
  */
8297
8280
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
8298
- /**
8299
- * @internal
8300
- */
8301
- export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;