@aws-sdk/client-ec2 3.812.0 → 3.813.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 (215) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +668 -263
  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/DescribeMacModificationTasksCommand.js +22 -0
  7. package/dist-es/commands/DetachVerifiedAccessTrustProviderCommand.js +1 -1
  8. package/dist-es/commands/ReportInstanceStatusCommand.js +1 -1
  9. package/dist-es/commands/index.js +3 -0
  10. package/dist-es/models/models_0.js +1 -0
  11. package/dist-es/models/models_1.js +18 -4
  12. package/dist-es/models/models_2.js +8 -24
  13. package/dist-es/models/models_3.js +23 -4
  14. package/dist-es/models/models_4.js +4 -0
  15. package/dist-es/models/models_5.js +0 -6
  16. package/dist-es/models/models_6.js +8 -1
  17. package/dist-es/models/models_7.js +0 -19
  18. package/dist-es/models/models_8.js +19 -0
  19. package/dist-es/pagination/DescribeMacModificationTasksPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +1 -0
  21. package/dist-es/protocols/Aws_ec2.js +344 -28
  22. package/dist-types/EC2.d.ts +22 -0
  23. package/dist-types/EC2Client.d.ts +5 -2
  24. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  25. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  26. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  27. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  29. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  30. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  31. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +109 -0
  40. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  57. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +161 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -1
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -3
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeImagesCommand.d.ts +5 -0
  110. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -2
  115. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeMacModificationTasksCommand.d.ts +112 -0
  117. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +3 -0
  118. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  119. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  120. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -1
  121. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  122. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  123. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  124. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  125. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -2
  129. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  130. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  131. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -1
  132. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  133. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  139. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  140. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  142. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  143. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -1
  144. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  145. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  146. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  147. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  148. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  149. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  150. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  151. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  153. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  154. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  155. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  156. package/dist-types/commands/index.d.ts +3 -0
  157. package/dist-types/models/models_0.d.ts +1 -0
  158. package/dist-types/models/models_1.d.ts +223 -480
  159. package/dist-types/models/models_2.d.ts +624 -222
  160. package/dist-types/models/models_3.d.ts +224 -169
  161. package/dist-types/models/models_4.d.ts +170 -386
  162. package/dist-types/models/models_5.d.ts +456 -271
  163. package/dist-types/models/models_6.d.ts +268 -297
  164. package/dist-types/models/models_7.d.ts +300 -412
  165. package/dist-types/models/models_8.d.ts +410 -2
  166. package/dist-types/pagination/DescribeMacModificationTasksPaginator.d.ts +7 -0
  167. package/dist-types/pagination/index.d.ts +1 -0
  168. package/dist-types/protocols/Aws_ec2.d.ts +27 -0
  169. package/dist-types/ts3.4/EC2.d.ts +64 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  171. package/dist-types/ts3.4/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeMacModificationTasksCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -4
  182. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -4
  196. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  203. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  204. package/dist-types/ts3.4/models/models_1.d.ts +54 -99
  205. package/dist-types/ts3.4/models/models_2.d.ts +152 -65
  206. package/dist-types/ts3.4/models/models_3.d.ts +65 -47
  207. package/dist-types/ts3.4/models/models_4.d.ts +44 -72
  208. package/dist-types/ts3.4/models/models_5.d.ts +83 -66
  209. package/dist-types/ts3.4/models/models_6.d.ts +62 -69
  210. package/dist-types/ts3.4/models/models_7.d.ts +71 -99
  211. package/dist-types/ts3.4/models/models_8.d.ts +97 -0
  212. package/dist-types/ts3.4/pagination/DescribeMacModificationTasksPaginator.d.ts +11 -0
  213. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  214. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +36 -0
  215. package/package.json +1 -1
@@ -1,10 +1,306 @@
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";
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
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";
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, TransitGatewayPropagationState, UnlimitedSupportedInstanceFamily } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetTransitGatewayPrefixListReferencesResult {
12
+ /**
13
+ * <p>Information about the prefix list references.</p>
14
+ * @public
15
+ */
16
+ TransitGatewayPrefixListReferences?: TransitGatewayPrefixListReference[] | undefined;
17
+ /**
18
+ * <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>
19
+ * @public
20
+ */
21
+ NextToken?: string | undefined;
22
+ }
23
+ /**
24
+ * @public
25
+ */
26
+ export interface GetTransitGatewayRouteTableAssociationsRequest {
27
+ /**
28
+ * <p>The ID of the transit gateway route table.</p>
29
+ * @public
30
+ */
31
+ TransitGatewayRouteTableId: string | undefined;
32
+ /**
33
+ * <p>One or more filters. The possible values are:</p>
34
+ * <ul>
35
+ * <li>
36
+ * <p>
37
+ * <code>resource-id</code> - The ID of the resource.</p>
38
+ * </li>
39
+ * <li>
40
+ * <p>
41
+ * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
42
+ * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
43
+ * | <code>connect</code>.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
48
+ * </li>
49
+ * </ul>
50
+ * @public
51
+ */
52
+ Filters?: Filter[] | undefined;
53
+ /**
54
+ * <p>The maximum number of results to return with a single call.
55
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
56
+ * @public
57
+ */
58
+ MaxResults?: number | undefined;
59
+ /**
60
+ * <p>The token for the next page of results.</p>
61
+ * @public
62
+ */
63
+ NextToken?: string | undefined;
64
+ /**
65
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
66
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
67
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
68
+ * @public
69
+ */
70
+ DryRun?: boolean | undefined;
71
+ }
72
+ /**
73
+ * <p>Describes an association between a route table and a resource attachment.</p>
74
+ * @public
75
+ */
76
+ export interface TransitGatewayRouteTableAssociation {
77
+ /**
78
+ * <p>The ID of the attachment.</p>
79
+ * @public
80
+ */
81
+ TransitGatewayAttachmentId?: string | undefined;
82
+ /**
83
+ * <p>The ID of the resource.</p>
84
+ * @public
85
+ */
86
+ ResourceId?: string | undefined;
87
+ /**
88
+ * <p>The resource type. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
89
+ * @public
90
+ */
91
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
92
+ /**
93
+ * <p>The state of the association.</p>
94
+ * @public
95
+ */
96
+ State?: TransitGatewayAssociationState | undefined;
97
+ }
98
+ /**
99
+ * @public
100
+ */
101
+ export interface GetTransitGatewayRouteTableAssociationsResult {
102
+ /**
103
+ * <p>Information about the associations.</p>
104
+ * @public
105
+ */
106
+ Associations?: TransitGatewayRouteTableAssociation[] | undefined;
107
+ /**
108
+ * <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>
109
+ * @public
110
+ */
111
+ NextToken?: string | undefined;
112
+ }
113
+ /**
114
+ * @public
115
+ */
116
+ export interface GetTransitGatewayRouteTablePropagationsRequest {
117
+ /**
118
+ * <p>The ID of the transit gateway route table.</p>
119
+ * @public
120
+ */
121
+ TransitGatewayRouteTableId: string | undefined;
122
+ /**
123
+ * <p>One or more filters. The possible values are:</p>
124
+ * <ul>
125
+ * <li>
126
+ * <p>
127
+ * <code>resource-id</code> - The ID of the resource.</p>
128
+ * </li>
129
+ * <li>
130
+ * <p>
131
+ * <code>resource-type</code> - The resource type. Valid values are <code>vpc</code>
132
+ * | <code>vpn</code> | <code>direct-connect-gateway</code> | <code>peering</code>
133
+ * | <code>connect</code>.</p>
134
+ * </li>
135
+ * <li>
136
+ * <p>
137
+ * <code>transit-gateway-attachment-id</code> - The ID of the attachment.</p>
138
+ * </li>
139
+ * </ul>
140
+ * @public
141
+ */
142
+ Filters?: Filter[] | undefined;
143
+ /**
144
+ * <p>The maximum number of results to return with a single call.
145
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
146
+ * @public
147
+ */
148
+ MaxResults?: number | undefined;
149
+ /**
150
+ * <p>The token for the next page of results.</p>
151
+ * @public
152
+ */
153
+ NextToken?: string | undefined;
154
+ /**
155
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
156
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
157
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
158
+ * @public
159
+ */
160
+ DryRun?: boolean | undefined;
161
+ }
162
+ /**
163
+ * <p>Describes a route table propagation.</p>
164
+ * @public
165
+ */
166
+ export interface TransitGatewayRouteTablePropagation {
167
+ /**
168
+ * <p>The ID of the attachment.</p>
169
+ * @public
170
+ */
171
+ TransitGatewayAttachmentId?: string | undefined;
172
+ /**
173
+ * <p>The ID of the resource.</p>
174
+ * @public
175
+ */
176
+ ResourceId?: string | undefined;
177
+ /**
178
+ * <p>The type of resource. Note that the <code>tgw-peering</code> resource type has been deprecated.</p>
179
+ * @public
180
+ */
181
+ ResourceType?: TransitGatewayAttachmentResourceType | undefined;
182
+ /**
183
+ * <p>The state of the resource.</p>
184
+ * @public
185
+ */
186
+ State?: TransitGatewayPropagationState | undefined;
187
+ /**
188
+ * <p>The ID of the transit gateway route table announcement.</p>
189
+ * @public
190
+ */
191
+ TransitGatewayRouteTableAnnouncementId?: string | undefined;
192
+ }
193
+ /**
194
+ * @public
195
+ */
196
+ export interface GetTransitGatewayRouteTablePropagationsResult {
197
+ /**
198
+ * <p>Information about the route table propagations.</p>
199
+ * @public
200
+ */
201
+ TransitGatewayRouteTablePropagations?: TransitGatewayRouteTablePropagation[] | undefined;
202
+ /**
203
+ * <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>
204
+ * @public
205
+ */
206
+ NextToken?: string | undefined;
207
+ }
208
+ /**
209
+ * @public
210
+ */
211
+ export interface GetVerifiedAccessEndpointPolicyRequest {
212
+ /**
213
+ * <p>The ID of the Verified Access endpoint.</p>
214
+ * @public
215
+ */
216
+ VerifiedAccessEndpointId: string | undefined;
217
+ /**
218
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
219
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
220
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
221
+ * @public
222
+ */
223
+ DryRun?: boolean | undefined;
224
+ }
225
+ /**
226
+ * @public
227
+ */
228
+ export interface GetVerifiedAccessEndpointPolicyResult {
229
+ /**
230
+ * <p>The status of the Verified Access policy.</p>
231
+ * @public
232
+ */
233
+ PolicyEnabled?: boolean | undefined;
234
+ /**
235
+ * <p>The Verified Access policy document.</p>
236
+ * @public
237
+ */
238
+ PolicyDocument?: string | undefined;
239
+ }
240
+ /**
241
+ * @public
242
+ */
243
+ export interface GetVerifiedAccessEndpointTargetsRequest {
244
+ /**
245
+ * <p>The ID of the network CIDR endpoint.</p>
246
+ * @public
247
+ */
248
+ VerifiedAccessEndpointId: string | undefined;
249
+ /**
250
+ * <p>The maximum number of results to return with a single call.
251
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
252
+ * @public
253
+ */
254
+ MaxResults?: number | undefined;
255
+ /**
256
+ * <p>The token for the next page of results.</p>
257
+ * @public
258
+ */
259
+ NextToken?: string | undefined;
260
+ /**
261
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
262
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
263
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
264
+ * @public
265
+ */
266
+ DryRun?: boolean | undefined;
267
+ }
268
+ /**
269
+ * <p>Describes the targets for the specified Verified Access endpoint.</p>
270
+ * @public
271
+ */
272
+ export interface VerifiedAccessEndpointTarget {
273
+ /**
274
+ * <p>The ID of the Verified Access endpoint.</p>
275
+ * @public
276
+ */
277
+ VerifiedAccessEndpointId?: string | undefined;
278
+ /**
279
+ * <p>The IP address of the target.</p>
280
+ * @public
281
+ */
282
+ VerifiedAccessEndpointTargetIpAddress?: string | undefined;
283
+ /**
284
+ * <p>The DNS name of the target.</p>
285
+ * @public
286
+ */
287
+ VerifiedAccessEndpointTargetDns?: string | undefined;
288
+ }
289
+ /**
290
+ * @public
291
+ */
292
+ export interface GetVerifiedAccessEndpointTargetsResult {
293
+ /**
294
+ * <p>The Verified Access targets.</p>
295
+ * @public
296
+ */
297
+ VerifiedAccessEndpointTargets?: VerifiedAccessEndpointTarget[] | undefined;
298
+ /**
299
+ * <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>
300
+ * @public
301
+ */
302
+ NextToken?: string | undefined;
303
+ }
8
304
  /**
9
305
  * @public
10
306
  */
@@ -7791,410 +8087,6 @@ export interface ReplaceNetworkAclAssociationRequest {
7791
8087
  */
7792
8088
  NetworkAclId: string | undefined;
7793
8089
  }
7794
- /**
7795
- * @public
7796
- */
7797
- export interface ReplaceNetworkAclAssociationResult {
7798
- /**
7799
- * <p>The ID of the new association.</p>
7800
- * @public
7801
- */
7802
- NewAssociationId?: string | undefined;
7803
- }
7804
- /**
7805
- * @public
7806
- */
7807
- export interface ReplaceNetworkAclEntryRequest {
7808
- /**
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>
7812
- * @public
7813
- */
7814
- DryRun?: boolean | undefined;
7815
- /**
7816
- * <p>The ID of the ACL.</p>
7817
- * @public
7818
- */
7819
- NetworkAclId: string | undefined;
7820
- /**
7821
- * <p>The rule number of the entry to replace.</p>
7822
- * @public
7823
- */
7824
- RuleNumber: number | undefined;
7825
- /**
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>
7832
- * @public
7833
- */
7834
- Protocol: string | undefined;
7835
- /**
7836
- * <p>Indicates whether to allow or deny the traffic that matches the rule.</p>
7837
- * @public
7838
- */
7839
- RuleAction: RuleAction | undefined;
7840
- /**
7841
- * <p>Indicates whether to replace the egress rule.</p>
7842
- * <p>Default: If no value is specified, we replace the ingress rule.</p>
7843
- * @public
7844
- */
7845
- Egress: boolean | undefined;
7846
- /**
7847
- * <p>The IPv4 network range to allow or deny, in CIDR notation (for example
7848
- * <code>172.16.0.0/24</code>).</p>
7849
- * @public
7850
- */
7851
- CidrBlock?: string | undefined;
7852
- /**
7853
- * <p>The IPv6 network range to allow or deny, in CIDR notation (for example
7854
- * <code>2001:bd8:1234:1a00::/64</code>).</p>
7855
- * @public
7856
- */
7857
- Ipv6CidrBlock?: string | undefined;
7858
- /**
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>
7861
- * @public
7862
- */
7863
- IcmpTypeCode?: IcmpTypeCode | undefined;
7864
- /**
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>
7867
- * @public
7868
- */
7869
- PortRange?: PortRange | undefined;
7870
- }
7871
- /**
7872
- * @public
7873
- */
7874
- export interface ReplaceRouteRequest {
7875
- /**
7876
- * <p>The ID of the prefix list for the route.</p>
7877
- * @public
7878
- */
7879
- DestinationPrefixListId?: string | undefined;
7880
- /**
7881
- * <p>The ID of a VPC endpoint. Supported for Gateway Load Balancer endpoints only.</p>
7882
- * @public
7883
- */
7884
- VpcEndpointId?: string | undefined;
7885
- /**
7886
- * <p>Specifies whether to reset the local route to its default target (<code>local</code>).</p>
7887
- * @public
7888
- */
7889
- LocalTarget?: boolean | undefined;
7890
- /**
7891
- * <p>The ID of a transit gateway.</p>
7892
- * @public
7893
- */
7894
- TransitGatewayId?: string | undefined;
7895
- /**
7896
- * <p>The ID of the local gateway.</p>
7897
- * @public
7898
- */
7899
- LocalGatewayId?: string | undefined;
7900
- /**
7901
- * <p>[IPv4 traffic only] The ID of a carrier gateway.</p>
7902
- * @public
7903
- */
7904
- CarrierGatewayId?: string | undefined;
7905
- /**
7906
- * <p>The Amazon Resource Name (ARN) of the core network.</p>
7907
- * @public
7908
- */
7909
- CoreNetworkArn?: string | undefined;
7910
- /**
7911
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7912
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7913
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7914
- * @public
7915
- */
7916
- DryRun?: boolean | undefined;
7917
- /**
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>
7925
- * @public
7926
- */
7927
- DestinationCidrBlock?: string | undefined;
7928
- /**
7929
- * <p>The ID of an internet gateway or virtual private gateway.</p>
7930
- * @public
7931
- */
7932
- GatewayId?: string | undefined;
7933
- /**
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>
7936
- * @public
7937
- */
7938
- DestinationIpv6CidrBlock?: string | undefined;
7939
- /**
7940
- * <p>[IPv6 traffic only] The ID of an egress-only internet gateway.</p>
7941
- * @public
7942
- */
7943
- EgressOnlyInternetGatewayId?: string | undefined;
7944
- /**
7945
- * <p>The ID of a NAT instance in your VPC.</p>
7946
- * @public
7947
- */
7948
- InstanceId?: string | undefined;
7949
- /**
7950
- * <p>The ID of a network interface.</p>
7951
- * @public
7952
- */
7953
- NetworkInterfaceId?: string | undefined;
7954
- /**
7955
- * <p>The ID of a VPC peering connection.</p>
7956
- * @public
7957
- */
7958
- VpcPeeringConnectionId?: string | undefined;
7959
- /**
7960
- * <p>[IPv4 traffic only] The ID of a NAT gateway.</p>
7961
- * @public
7962
- */
7963
- NatGatewayId?: string | undefined;
7964
- }
7965
- /**
7966
- * @public
7967
- */
7968
- export interface ReplaceRouteTableAssociationRequest {
7969
- /**
7970
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7971
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7972
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7973
- * @public
7974
- */
7975
- DryRun?: boolean | undefined;
7976
- /**
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>
7983
- * @public
7984
- */
7985
- RouteTableId: string | undefined;
7986
- }
7987
- /**
7988
- * @public
7989
- */
7990
- export interface ReplaceRouteTableAssociationResult {
7991
- /**
7992
- * <p>The ID of the new association.</p>
7993
- * @public
7994
- */
7995
- NewAssociationId?: string | undefined;
7996
- /**
7997
- * <p>The state of the association.</p>
7998
- * @public
7999
- */
8000
- AssociationState?: RouteTableAssociationState | undefined;
8001
- }
8002
- /**
8003
- * @public
8004
- */
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;
8011
- /**
8012
- * <p>The ID of the route table.</p>
8013
- * @public
8014
- */
8015
- TransitGatewayRouteTableId: string | undefined;
8016
- /**
8017
- * <p>The ID of the attachment.</p>
8018
- * @public
8019
- */
8020
- TransitGatewayAttachmentId?: string | undefined;
8021
- /**
8022
- * <p>Indicates whether traffic matching this route is to be dropped.</p>
8023
- * @public
8024
- */
8025
- Blackhole?: boolean | undefined;
8026
- /**
8027
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8028
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8029
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8030
- * @public
8031
- */
8032
- DryRun?: boolean | undefined;
8033
- }
8034
- /**
8035
- * @public
8036
- */
8037
- export interface ReplaceTransitGatewayRouteResult {
8038
- /**
8039
- * <p>Information about the modified route.</p>
8040
- * @public
8041
- */
8042
- Route?: TransitGatewayRoute | undefined;
8043
- }
8044
- /**
8045
- * @public
8046
- */
8047
- export interface ReplaceVpnTunnelRequest {
8048
- /**
8049
- * <p>The ID of the Site-to-Site VPN connection. </p>
8050
- * @public
8051
- */
8052
- VpnConnectionId: string | undefined;
8053
- /**
8054
- * <p>The external IP address of the VPN tunnel.</p>
8055
- * @public
8056
- */
8057
- VpnTunnelOutsideIpAddress: string | undefined;
8058
- /**
8059
- * <p>Trigger pending tunnel endpoint maintenance.</p>
8060
- * @public
8061
- */
8062
- ApplyPendingMaintenance?: boolean | undefined;
8063
- /**
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>
8065
- * @public
8066
- */
8067
- DryRun?: boolean | undefined;
8068
- }
8069
- /**
8070
- * @public
8071
- */
8072
- export interface ReplaceVpnTunnelResult {
8073
- /**
8074
- * <p>Confirmation of replace tunnel operation.</p>
8075
- * @public
8076
- */
8077
- Return?: boolean | undefined;
8078
- }
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
- * @public
8108
- */
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;
8121
- /**
8122
- * <p>The instances.</p>
8123
- * @public
8124
- */
8125
- Instances: string[] | undefined;
8126
- /**
8127
- * <p>The status of all instances listed.</p>
8128
- * @public
8129
- */
8130
- Status: ReportStatusType | undefined;
8131
- /**
8132
- * <p>The time at which the reported instance health state began.</p>
8133
- * @public
8134
- */
8135
- StartTime?: Date | undefined;
8136
- /**
8137
- * <p>The time at which the reported instance health state ended.</p>
8138
- * @public
8139
- */
8140
- EndTime?: Date | undefined;
8141
- /**
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>
8187
- * @public
8188
- */
8189
- ReasonCodes: ReportInstanceReasonCodes[] | undefined;
8190
- /**
8191
- * <p>Descriptive text about the health state of your instance.</p>
8192
- *
8193
- * @deprecated
8194
- * @public
8195
- */
8196
- Description?: string | undefined;
8197
- }
8198
8090
  /**
8199
8091
  * @internal
8200
8092
  */
@@ -8295,7 +8187,3 @@ export declare const ModifyVpnTunnelOptionsRequestFilterSensitiveLog: (obj: Modi
8295
8187
  * @internal
8296
8188
  */
8297
8189
  export declare const ModifyVpnTunnelOptionsResultFilterSensitiveLog: (obj: ModifyVpnTunnelOptionsResult) => any;
8298
- /**
8299
- * @internal
8300
- */
8301
- export declare const ReportInstanceStatusRequestFilterSensitiveLog: (obj: ReportInstanceStatusRequest) => any;