@aws-sdk/client-ec2 3.348.0 → 3.352.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 (200) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/EC2.js +6 -0
  3. package/dist-cjs/commands/CreateInstanceConnectEndpointCommand.js +46 -0
  4. package/dist-cjs/commands/DeleteInstanceConnectEndpointCommand.js +46 -0
  5. package/dist-cjs/commands/DescribeInstanceConnectEndpointsCommand.js +46 -0
  6. package/dist-cjs/commands/DescribeVerifiedAccessTrustProvidersCommand.js +2 -2
  7. package/dist-cjs/commands/ImportImageCommand.js +2 -1
  8. package/dist-cjs/commands/ImportInstanceCommand.js +3 -3
  9. package/dist-cjs/commands/index.js +3 -0
  10. package/dist-cjs/models/models_0.js +1 -0
  11. package/dist-cjs/models/models_1.js +10 -10
  12. package/dist-cjs/models/models_2.js +10 -2
  13. package/dist-cjs/models/models_3.js +2 -26
  14. package/dist-cjs/models/models_4.js +26 -13
  15. package/dist-cjs/models/models_5.js +12 -41
  16. package/dist-cjs/models/models_6.js +41 -7
  17. package/dist-cjs/models/models_7.js +5 -0
  18. package/dist-cjs/pagination/DescribeInstanceConnectEndpointsPaginator.js +29 -0
  19. package/dist-cjs/pagination/index.js +1 -0
  20. package/dist-cjs/protocols/Aws_ec2.js +341 -23
  21. package/dist-es/EC2.js +6 -0
  22. package/dist-es/commands/CreateInstanceConnectEndpointCommand.js +42 -0
  23. package/dist-es/commands/DeleteInstanceConnectEndpointCommand.js +42 -0
  24. package/dist-es/commands/DescribeInstanceConnectEndpointsCommand.js +42 -0
  25. package/dist-es/commands/DescribeVerifiedAccessTrustProvidersCommand.js +1 -1
  26. package/dist-es/commands/ImportImageCommand.js +2 -1
  27. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  28. package/dist-es/commands/index.js +3 -0
  29. package/dist-es/models/models_0.js +1 -0
  30. package/dist-es/models/models_1.js +8 -8
  31. package/dist-es/models/models_2.js +8 -0
  32. package/dist-es/models/models_3.js +0 -24
  33. package/dist-es/models/models_4.js +24 -11
  34. package/dist-es/models/models_5.js +10 -33
  35. package/dist-es/models/models_6.js +33 -6
  36. package/dist-es/models/models_7.js +4 -1
  37. package/dist-es/pagination/DescribeInstanceConnectEndpointsPaginator.js +25 -0
  38. package/dist-es/pagination/index.js +1 -0
  39. package/dist-es/protocols/Aws_ec2.js +312 -0
  40. package/dist-types/EC2.d.ts +21 -0
  41. package/dist-types/EC2Client.d.ts +5 -2
  42. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  43. package/dist-types/commands/AllocateAddressCommand.d.ts +6 -10
  44. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  45. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -1
  46. package/dist-types/commands/AssociateAddressCommand.d.ts +1 -11
  47. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  48. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  49. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  50. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +120 -0
  64. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  74. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  83. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  84. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -3
  86. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +99 -0
  117. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -1
  118. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  119. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  120. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  121. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +9 -0
  123. package/dist-types/commands/DescribeAddressesCommand.d.ts +0 -5
  124. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +114 -0
  125. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +5 -1
  127. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  130. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -2
  133. package/dist-types/commands/DisassociateAddressCommand.d.ts +0 -6
  134. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  135. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  136. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +3 -2
  138. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  141. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +4 -4
  142. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  143. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  144. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -8
  145. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  146. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  147. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  148. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +3 -3
  149. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  150. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  151. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  152. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/index.d.ts +3 -0
  156. package/dist-types/models/models_0.d.ts +18 -24
  157. package/dist-types/models/models_1.d.ts +151 -91
  158. package/dist-types/models/models_2.d.ts +115 -102
  159. package/dist-types/models/models_3.d.ts +186 -160
  160. package/dist-types/models/models_4.d.ts +154 -150
  161. package/dist-types/models/models_5.d.ts +148 -250
  162. package/dist-types/models/models_6.d.ts +239 -288
  163. package/dist-types/models/models_7.d.ts +299 -2
  164. package/dist-types/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +7 -0
  165. package/dist-types/pagination/index.d.ts +1 -0
  166. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  167. package/dist-types/ts3.4/EC2.d.ts +51 -0
  168. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  169. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +42 -0
  170. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +4 -2
  172. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +42 -0
  173. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeInstanceConnectEndpointsCommand.d.ts +42 -0
  179. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  180. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -1
  184. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  189. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  190. package/dist-types/ts3.4/models/models_1.d.ts +39 -26
  191. package/dist-types/ts3.4/models/models_2.d.ts +34 -28
  192. package/dist-types/ts3.4/models/models_3.d.ts +40 -47
  193. package/dist-types/ts3.4/models/models_4.d.ts +47 -48
  194. package/dist-types/ts3.4/models/models_5.d.ts +49 -83
  195. package/dist-types/ts3.4/models/models_6.d.ts +85 -62
  196. package/dist-types/ts3.4/models/models_7.d.ts +55 -1
  197. package/dist-types/ts3.4/pagination/DescribeInstanceConnectEndpointsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  199. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  200. package/package.json +6 -6
@@ -1,9 +1,227 @@
1
- import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
1
+ import { _InstanceType, AddedPrincipal, AddIpamOperatingRegion, AddPrefixListEntry, AddressAttribute, AddressAttributeName, Affinity, ApplianceModeSupportValue, AutoPlacement, ByoipCidr, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, DnsSupportValue, EnaSrdSpecification, EndDateType, HostMaintenance, HostRecovery, IamInstanceProfileAssociation, IamInstanceProfileSpecification, InstanceEventWindow, IpPermission, Ipv6SupportValue, PortRange, RouteTableAssociationState, Tag, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ConnectionLogOptions, CreditSpecificationRequest, DiskImageFormat, ElasticGpuSpecification, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, IcmpTypeCode, InstanceEventWindowTimeRangeRequest, InstanceInterruptionBehavior, InstanceIpv6Address, Ipam, IpamPool, IpamResourceDiscovery, IpamScope, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, MarketType, Placement, PlatformValues, RequestIpamResourceTag, RuleAction, SelfServicePortal, ShutdownBehavior, SpotInstanceType, TargetCapacitySpecificationRequest, VolumeType } from "./models_1";
3
3
  import { AutoAcceptSharedAttachmentsValue, DefaultRouteTableAssociationValue, DefaultRouteTablePropagationValue, DnsOptionsSpecification, IKEVersionsRequestListValue, IpAddressType, PayerResponsibility, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SnapshotState, TrafficDirection, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorNetworkService, TrafficMirrorPortRangeRequest, TrafficMirrorRuleAction, TrafficMirrorSession, TransitGateway, TransitGatewayPrefixListReference, TransitGatewayRoute, VerifiedAccessEndpoint, VerifiedAccessEndpointProtocol, VerifiedAccessGroup, VpnConnection, VpnEcmpSupportValue, VpnTunnelLogOptionsSpecification } from "./models_2";
4
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, Filter, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
5
- import { CreateVolumePermission, ExcessCapacityTerminationPolicy, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement, VerifiedAccessInstanceLoggingConfiguration } from "./models_4";
6
- import { ClientData, DiskImageDetail, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, UserBucket, VolumeDetail, VolumeModification } from "./models_5";
4
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, ImdsSupportValues, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceTagNotificationAttribute, IpamPoolCidr, LaunchPermission, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, TpmSupportValues } from "./models_3";
5
+ import { CreateVolumePermission, ExcessCapacityTerminationPolicy, HttpTokensState, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceNetworkInterfaceSpecification, InstanceStatusEvent, LaunchTemplateConfig, Monitoring, PublicIpv4PoolRange, ReservedInstancesConfiguration, RunInstancesMonitoringEnabled, ScheduledInstance, SnapshotAttributeName, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
6
+ import { ClientData, InstanceFamilyCreditSpecification, IpamResourceCidr, Purchase, UnlimitedSupportedInstanceFamily, UserBucket, VerifiedAccessInstanceLoggingConfiguration, VolumeModification } from "./models_5";
7
+ /**
8
+ * @public
9
+ */
10
+ export interface ImportImageResult {
11
+ /**
12
+ * <p>The architecture of the virtual machine.</p>
13
+ */
14
+ Architecture?: string;
15
+ /**
16
+ * <p>A description of the import task.</p>
17
+ */
18
+ Description?: string;
19
+ /**
20
+ * <p>Indicates whether the AMI is encrypted.</p>
21
+ */
22
+ Encrypted?: boolean;
23
+ /**
24
+ * <p>The target hypervisor of the import task.</p>
25
+ */
26
+ Hypervisor?: string;
27
+ /**
28
+ * <p>The ID of the Amazon Machine Image (AMI) created by the import task.</p>
29
+ */
30
+ ImageId?: string;
31
+ /**
32
+ * <p>The task ID of the import image task.</p>
33
+ */
34
+ ImportTaskId?: string;
35
+ /**
36
+ * <p>The identifier for the symmetric KMS key that was used to create the encrypted AMI.</p>
37
+ */
38
+ KmsKeyId?: string;
39
+ /**
40
+ * <p>The license type of the virtual machine.</p>
41
+ */
42
+ LicenseType?: string;
43
+ /**
44
+ * <p>The operating system of the virtual machine.</p>
45
+ */
46
+ Platform?: string;
47
+ /**
48
+ * <p>The progress of the task.</p>
49
+ */
50
+ Progress?: string;
51
+ /**
52
+ * <p>Information about the snapshots.</p>
53
+ */
54
+ SnapshotDetails?: SnapshotDetail[];
55
+ /**
56
+ * <p>A brief status of the task.</p>
57
+ */
58
+ Status?: string;
59
+ /**
60
+ * <p>A detailed status message of the import task.</p>
61
+ */
62
+ StatusMessage?: string;
63
+ /**
64
+ * <p>The ARNs of the license configurations.</p>
65
+ */
66
+ LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
67
+ /**
68
+ * <p>Any tags assigned to the import image task.</p>
69
+ */
70
+ Tags?: Tag[];
71
+ /**
72
+ * <p>The usage operation value.</p>
73
+ */
74
+ UsageOperation?: string;
75
+ }
76
+ /**
77
+ * @public
78
+ * <p>Describes a disk image.</p>
79
+ */
80
+ export interface DiskImageDetail {
81
+ /**
82
+ * <p>The size of the disk image, in GiB.</p>
83
+ */
84
+ Bytes: number | undefined;
85
+ /**
86
+ * <p>The disk image format.</p>
87
+ */
88
+ Format: DiskImageFormat | string | undefined;
89
+ /**
90
+ * <p>A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL.
91
+ * For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication
92
+ * 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
93
+ * Guide</i>.</p>
94
+ * <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>
95
+ */
96
+ ImportManifestUrl: string | undefined;
97
+ }
98
+ /**
99
+ * @public
100
+ * <p>Describes an EBS volume.</p>
101
+ */
102
+ export interface VolumeDetail {
103
+ /**
104
+ * <p>The size of the volume, in GiB.</p>
105
+ */
106
+ Size: number | undefined;
107
+ }
108
+ /**
109
+ * @public
110
+ * <p>Describes a disk image.</p>
111
+ */
112
+ export interface DiskImage {
113
+ /**
114
+ * <p>A description of the disk image.</p>
115
+ */
116
+ Description?: string;
117
+ /**
118
+ * <p>Information about the disk image.</p>
119
+ */
120
+ Image?: DiskImageDetail;
121
+ /**
122
+ * <p>Information about the volume.</p>
123
+ */
124
+ Volume?: VolumeDetail;
125
+ }
126
+ /**
127
+ * @public
128
+ * <p>Describes the user data for an instance.</p>
129
+ */
130
+ export interface UserData {
131
+ /**
132
+ * <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
133
+ * can load the text from a file. Otherwise, you must provide Base64-encoded text.</p>
134
+ */
135
+ Data?: string;
136
+ }
137
+ /**
138
+ * @public
139
+ * <p>Describes the launch specification for VM import.</p>
140
+ */
141
+ export interface ImportInstanceLaunchSpecification {
142
+ /**
143
+ * <p>Reserved.</p>
144
+ */
145
+ AdditionalInfo?: string;
146
+ /**
147
+ * <p>The architecture of the instance.</p>
148
+ */
149
+ Architecture?: ArchitectureValues | string;
150
+ /**
151
+ * <p>The security group IDs.</p>
152
+ */
153
+ GroupIds?: string[];
154
+ /**
155
+ * <p>The security group names.</p>
156
+ */
157
+ GroupNames?: string[];
158
+ /**
159
+ * <p>Indicates whether an instance stops or terminates when you initiate shutdown from the instance (using the
160
+ * operating system command for system shutdown).</p>
161
+ */
162
+ InstanceInitiatedShutdownBehavior?: ShutdownBehavior | string;
163
+ /**
164
+ * <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
165
+ * VM Import/Export User Guide.</p>
166
+ */
167
+ InstanceType?: _InstanceType | string;
168
+ /**
169
+ * <p>Indicates whether monitoring is enabled.</p>
170
+ */
171
+ Monitoring?: boolean;
172
+ /**
173
+ * <p>The placement information for the instance.</p>
174
+ */
175
+ Placement?: Placement;
176
+ /**
177
+ * <p>[EC2-VPC] An available IP address from the IP address range of the subnet.</p>
178
+ */
179
+ PrivateIpAddress?: string;
180
+ /**
181
+ * <p>[EC2-VPC] The ID of the subnet in which to launch the instance.</p>
182
+ */
183
+ SubnetId?: string;
184
+ /**
185
+ * <p>The Base64-encoded user data to make available to the instance.</p>
186
+ */
187
+ UserData?: UserData;
188
+ }
189
+ /**
190
+ * @public
191
+ */
192
+ export interface ImportInstanceRequest {
193
+ /**
194
+ * <p>A description for the instance being imported.</p>
195
+ */
196
+ Description?: string;
197
+ /**
198
+ * <p>The disk image.</p>
199
+ */
200
+ DiskImages?: DiskImage[];
201
+ /**
202
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
203
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
204
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
205
+ */
206
+ DryRun?: boolean;
207
+ /**
208
+ * <p>The launch specification.</p>
209
+ */
210
+ LaunchSpecification?: ImportInstanceLaunchSpecification;
211
+ /**
212
+ * <p>The instance operating system.</p>
213
+ */
214
+ Platform: PlatformValues | string | undefined;
215
+ }
216
+ /**
217
+ * @public
218
+ */
219
+ export interface ImportInstanceResult {
220
+ /**
221
+ * <p>Information about the conversion task.</p>
222
+ */
223
+ ConversionTask?: ConversionTask;
224
+ }
7
225
  /**
8
226
  * @public
9
227
  */
@@ -4926,11 +5144,11 @@ export interface RejectVpcPeeringConnectionResult {
4926
5144
  */
4927
5145
  export interface ReleaseAddressRequest {
4928
5146
  /**
4929
- * <p>[EC2-VPC] The allocation ID. Required for EC2-VPC.</p>
5147
+ * <p>The allocation ID. This parameter is required.</p>
4930
5148
  */
4931
5149
  AllocationId?: string;
4932
5150
  /**
4933
- * <p>[EC2-Classic] The Elastic IP address. Required for EC2-Classic.</p>
5151
+ * <p>Deprecated.</p>
4934
5152
  */
4935
5153
  PublicIp?: string;
4936
5154
  /**
@@ -7050,300 +7268,33 @@ export interface RunScheduledInstancesResult {
7050
7268
  InstanceIdSet?: string[];
7051
7269
  }
7052
7270
  /**
7053
- * @public
7054
- */
7055
- export interface SearchLocalGatewayRoutesRequest {
7056
- /**
7057
- * <p>The ID of the local gateway route table.</p>
7058
- */
7059
- LocalGatewayRouteTableId: string | undefined;
7060
- /**
7061
- * <p>One or more filters.</p>
7062
- * <ul>
7063
- * <li>
7064
- * <p>
7065
- * <code>prefix-list-id</code> - The ID of the prefix list.</p>
7066
- * </li>
7067
- * <li>
7068
- * <p>
7069
- * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
7070
- * </li>
7071
- * <li>
7072
- * <p>
7073
- * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
7074
- * </li>
7075
- * <li>
7076
- * <p>
7077
- * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
7078
- * </li>
7079
- * <li>
7080
- * <p>
7081
- * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter.
7082
- * For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify <code>supernet-of-match</code>
7083
- * as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
7084
- * </li>
7085
- * <li>
7086
- * <p>
7087
- * <code>state</code> - The state of the route.</p>
7088
- * </li>
7089
- * <li>
7090
- * <p>
7091
- * <code>type</code> - The route type.</p>
7092
- * </li>
7093
- * </ul>
7094
- */
7095
- Filters?: Filter[];
7096
- /**
7097
- * <p>The maximum number of results to return with a single call.
7098
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7099
- */
7100
- MaxResults?: number;
7101
- /**
7102
- * <p>The token for the next page of results.</p>
7103
- */
7104
- NextToken?: string;
7105
- /**
7106
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7107
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7108
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7109
- */
7110
- DryRun?: boolean;
7111
- }
7112
- /**
7113
- * @public
7114
- */
7115
- export interface SearchLocalGatewayRoutesResult {
7116
- /**
7117
- * <p>Information about the routes.</p>
7118
- */
7119
- Routes?: LocalGatewayRoute[];
7120
- /**
7121
- * <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>
7122
- */
7123
- NextToken?: string;
7124
- }
7125
- /**
7126
- * @public
7271
+ * @internal
7127
7272
  */
7128
- export interface SearchTransitGatewayMulticastGroupsRequest {
7129
- /**
7130
- * <p>The ID of the transit gateway multicast domain.</p>
7131
- */
7132
- TransitGatewayMulticastDomainId: string | undefined;
7133
- /**
7134
- * <p>One or more filters. The possible values are:</p>
7135
- * <ul>
7136
- * <li>
7137
- * <p>
7138
- * <code>group-ip-address</code> - The IP address of the transit gateway multicast group.</p>
7139
- * </li>
7140
- * <li>
7141
- * <p>
7142
- * <code>is-group-member</code> - The resource is a group member. Valid values are <code>true</code> | <code>false</code>.</p>
7143
- * </li>
7144
- * <li>
7145
- * <p>
7146
- * <code>is-group-source</code> - The resource is a group source. Valid values are <code>true</code> | <code>false</code>.</p>
7147
- * </li>
7148
- * <li>
7149
- * <p>
7150
- * <code>member-type</code> - The member type. Valid values are <code>igmp</code> | <code>static</code>.</p>
7151
- * </li>
7152
- * <li>
7153
- * <p>
7154
- * <code>resource-id</code> - The ID of the resource.</p>
7155
- * </li>
7156
- * <li>
7157
- * <p>
7158
- * <code>resource-type</code> - The type of resource. Valid values are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>tgw-peering</code>.</p>
7159
- * </li>
7160
- * <li>
7161
- * <p>
7162
- * <code>source-type</code> - The source type. Valid values are <code>igmp</code> | <code>static</code>.</p>
7163
- * </li>
7164
- * <li>
7165
- * <p>
7166
- * <code>subnet-id</code> - The ID of the subnet.</p>
7167
- * </li>
7168
- * <li>
7169
- * <p>
7170
- * <code>transit-gateway-attachment-id</code> - The id of the transit gateway attachment.</p>
7171
- * </li>
7172
- * </ul>
7173
- */
7174
- Filters?: Filter[];
7175
- /**
7176
- * <p>The maximum number of results to return with a single call.
7177
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
7178
- */
7179
- MaxResults?: number;
7180
- /**
7181
- * <p>The token for the next page of results.</p>
7182
- */
7183
- NextToken?: string;
7184
- /**
7185
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7186
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7187
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7188
- */
7189
- DryRun?: boolean;
7190
- }
7273
+ export declare const ImportImageResultFilterSensitiveLog: (obj: ImportImageResult) => any;
7191
7274
  /**
7192
- * @public
7193
- * @enum
7275
+ * @internal
7194
7276
  */
7195
- export declare const MembershipType: {
7196
- readonly igmp: "igmp";
7197
- readonly static: "static";
7198
- };
7277
+ export declare const DiskImageDetailFilterSensitiveLog: (obj: DiskImageDetail) => any;
7199
7278
  /**
7200
- * @public
7279
+ * @internal
7201
7280
  */
7202
- export type MembershipType = (typeof MembershipType)[keyof typeof MembershipType];
7281
+ export declare const DiskImageFilterSensitiveLog: (obj: DiskImage) => any;
7203
7282
  /**
7204
- * @public
7205
- * <p>Describes the transit gateway multicast group resources.</p>
7283
+ * @internal
7206
7284
  */
7207
- export interface TransitGatewayMulticastGroup {
7208
- /**
7209
- * <p>The IP address assigned to the transit gateway multicast group.</p>
7210
- */
7211
- GroupIpAddress?: string;
7212
- /**
7213
- * <p>The ID of the transit gateway attachment.</p>
7214
- */
7215
- TransitGatewayAttachmentId?: string;
7216
- /**
7217
- * <p>The ID of the subnet.</p>
7218
- */
7219
- SubnetId?: string;
7220
- /**
7221
- * <p>The ID of the resource.</p>
7222
- */
7223
- ResourceId?: string;
7224
- /**
7225
- * <p>The type of resource, for example a VPC attachment.</p>
7226
- */
7227
- ResourceType?: TransitGatewayAttachmentResourceType | string;
7228
- /**
7229
- * <p> The ID of the Amazon Web Services account that owns the transit gateway multicast domain group resource.</p>
7230
- */
7231
- ResourceOwnerId?: string;
7232
- /**
7233
- * <p>The ID of the transit gateway attachment.</p>
7234
- */
7235
- NetworkInterfaceId?: string;
7236
- /**
7237
- * <p>Indicates that the resource is a transit gateway multicast group member.</p>
7238
- */
7239
- GroupMember?: boolean;
7240
- /**
7241
- * <p>Indicates that the resource is a transit gateway multicast group member.</p>
7242
- */
7243
- GroupSource?: boolean;
7244
- /**
7245
- * <p>The member type (for example, <code>static</code>).</p>
7246
- */
7247
- MemberType?: MembershipType | string;
7248
- /**
7249
- * <p>The source type.</p>
7250
- */
7251
- SourceType?: MembershipType | string;
7252
- }
7285
+ export declare const UserDataFilterSensitiveLog: (obj: UserData) => any;
7253
7286
  /**
7254
- * @public
7287
+ * @internal
7255
7288
  */
7256
- export interface SearchTransitGatewayMulticastGroupsResult {
7257
- /**
7258
- * <p>Information about the transit gateway multicast group.</p>
7259
- */
7260
- MulticastGroups?: TransitGatewayMulticastGroup[];
7261
- /**
7262
- * <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>
7263
- */
7264
- NextToken?: string;
7265
- }
7289
+ export declare const ImportInstanceLaunchSpecificationFilterSensitiveLog: (obj: ImportInstanceLaunchSpecification) => any;
7266
7290
  /**
7267
- * @public
7291
+ * @internal
7268
7292
  */
7269
- export interface SearchTransitGatewayRoutesRequest {
7270
- /**
7271
- * <p>The ID of the transit gateway route table.</p>
7272
- */
7273
- TransitGatewayRouteTableId: string | undefined;
7274
- /**
7275
- * <p>One or more filters. The possible values are:</p>
7276
- * <ul>
7277
- * <li>
7278
- * <p>
7279
- * <code>attachment.transit-gateway-attachment-id</code>- The id of the transit gateway attachment.</p>
7280
- * </li>
7281
- * <li>
7282
- * <p>
7283
- * <code>attachment.resource-id</code> - The resource id of the transit gateway attachment.</p>
7284
- * </li>
7285
- * <li>
7286
- * <p>
7287
- * <code>attachment.resource-type</code> - The attachment resource type. Valid values
7288
- * are <code>vpc</code> | <code>vpn</code> | <code>direct-connect-gateway</code> |
7289
- * <code>peering</code> | <code>connect</code>.</p>
7290
- * </li>
7291
- * <li>
7292
- * <p>
7293
- * <code>prefix-list-id</code> - The ID of the prefix list.</p>
7294
- * </li>
7295
- * <li>
7296
- * <p>
7297
- * <code>route-search.exact-match</code> - The exact match of the specified filter.</p>
7298
- * </li>
7299
- * <li>
7300
- * <p>
7301
- * <code>route-search.longest-prefix-match</code> - The longest prefix that matches the route.</p>
7302
- * </li>
7303
- * <li>
7304
- * <p>
7305
- * <code>route-search.subnet-of-match</code> - The routes with a subnet that match the specified CIDR filter.</p>
7306
- * </li>
7307
- * <li>
7308
- * <p>
7309
- * <code>route-search.supernet-of-match</code> - The routes with a CIDR that encompass the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 routes in your route table and you specify supernet-of-match as 10.0.1.0/30, then the result returns 10.0.1.0/29.</p>
7310
- * </li>
7311
- * <li>
7312
- * <p>
7313
- * <code>state</code> - The state of the route (<code>active</code> | <code>blackhole</code>).</p>
7314
- * </li>
7315
- * <li>
7316
- * <p>
7317
- * <code>type</code> - The type of route (<code>propagated</code> |
7318
- * <code>static</code>).</p>
7319
- * </li>
7320
- * </ul>
7321
- */
7322
- Filters: Filter[] | undefined;
7323
- /**
7324
- * <p>The maximum number of routes to return.</p>
7325
- */
7326
- MaxResults?: number;
7327
- /**
7328
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7329
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7330
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7331
- */
7332
- DryRun?: boolean;
7333
- }
7293
+ export declare const ImportInstanceRequestFilterSensitiveLog: (obj: ImportInstanceRequest) => any;
7334
7294
  /**
7335
- * @public
7295
+ * @internal
7336
7296
  */
7337
- export interface SearchTransitGatewayRoutesResult {
7338
- /**
7339
- * <p>Information about the routes.</p>
7340
- */
7341
- Routes?: TransitGatewayRoute[];
7342
- /**
7343
- * <p>Indicates whether there are additional routes available.</p>
7344
- */
7345
- AdditionalRoutesAvailable?: boolean;
7346
- }
7297
+ export declare const ImportInstanceResultFilterSensitiveLog: (obj: ImportInstanceResult) => any;
7347
7298
  /**
7348
7299
  * @internal
7349
7300
  */