@aws-sdk/client-ec2 3.933.0 → 3.934.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 (214) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +346 -65
  3. package/dist-es/EC2.js +6 -0
  4. package/dist-es/commands/CreateVpnConcentratorCommand.js +16 -0
  5. package/dist-es/commands/DeleteVpnConcentratorCommand.js +16 -0
  6. package/dist-es/commands/DescribeVpnConcentratorsCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +2 -0
  9. package/dist-es/models/models_3.js +3 -12
  10. package/dist-es/models/models_4.js +12 -7
  11. package/dist-es/models/models_5.js +7 -0
  12. package/dist-es/models/models_7.js +0 -3
  13. package/dist-es/models/models_8.js +3 -0
  14. package/dist-es/pagination/DescribeVpnConcentratorsPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +1 -0
  16. package/dist-es/schemas/schemas_0.js +292 -62
  17. package/dist-types/EC2.d.ts +22 -0
  18. package/dist-types/EC2Client.d.ts +5 -2
  19. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  20. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  21. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  22. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  23. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  24. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  25. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  26. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  27. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  28. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  29. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  30. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  31. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateCapacityManagerDataExportCommand.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 +1 -1
  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/CreateImageUsageReportCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +99 -0
  113. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +3 -1
  114. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  117. package/dist-types/commands/DeleteVpnConcentratorCommand.d.ts +75 -0
  118. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -1
  119. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -1
  121. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  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/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -2
  129. package/dist-types/commands/DescribeVpnConcentratorsCommand.d.ts +102 -0
  130. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  131. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  132. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  133. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  134. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  135. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  138. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  139. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  140. package/dist-types/commands/GetImageAncestryCommand.d.ts +1 -1
  141. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  142. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  145. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  147. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  148. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  149. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  150. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  152. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  156. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  157. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  158. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  159. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  162. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  163. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  164. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  165. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  166. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  167. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  168. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  169. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  170. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  171. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  172. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  173. package/dist-types/commands/index.d.ts +3 -0
  174. package/dist-types/models/models_0.d.ts +2 -0
  175. package/dist-types/models/models_3.d.ts +121 -167
  176. package/dist-types/models/models_4.d.ts +167 -168
  177. package/dist-types/models/models_5.d.ts +172 -179
  178. package/dist-types/models/models_6.d.ts +226 -224
  179. package/dist-types/models/models_7.d.ts +225 -250
  180. package/dist-types/models/models_8.d.ts +248 -2
  181. package/dist-types/pagination/DescribeVpnConcentratorsPaginator.d.ts +7 -0
  182. package/dist-types/pagination/index.d.ts +1 -0
  183. package/dist-types/schemas/schemas_0.d.ts +12 -0
  184. package/dist-types/ts3.4/EC2.d.ts +52 -0
  185. package/dist-types/ts3.4/EC2Client.d.ts +18 -0
  186. package/dist-types/ts3.4/commands/CreateVpnConcentratorCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DeleteVpnConcentratorCommand.d.ts +51 -0
  188. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -4
  189. package/dist-types/ts3.4/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -4
  192. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +4 -2
  195. package/dist-types/ts3.4/commands/DescribeVpnConcentratorsCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  204. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  205. package/dist-types/ts3.4/models/models_3.d.ts +31 -42
  206. package/dist-types/ts3.4/models/models_4.d.ts +42 -41
  207. package/dist-types/ts3.4/models/models_5.d.ts +47 -38
  208. package/dist-types/ts3.4/models/models_6.d.ts +50 -46
  209. package/dist-types/ts3.4/models/models_7.d.ts +47 -56
  210. package/dist-types/ts3.4/models/models_8.d.ts +59 -1
  211. package/dist-types/ts3.4/pagination/DescribeVpnConcentratorsPaginator.d.ts +11 -0
  212. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  213. package/dist-types/ts3.4/schemas/schemas_0.d.ts +12 -0
  214. package/package.json +5 -5
@@ -1,8 +1,176 @@
1
- import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, UserIdGroupPair } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, MacModificationTask, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
- import { GroupIdentifier, InstanceIpv6Address, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable } from "./models_2";
1
+ import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, UserIdGroupPair } from "./models_0";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, MacModificationTask, OperatorResponse, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy } from "./models_1";
3
+ import { GroupIdentifier, InstanceIpv6Address, LaunchTemplate, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, PrivateIpAddressSpecification, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGatewayConnect, TransitGatewayConnectPeer } from "./models_2";
4
4
  import { Byoasn, Filter, IdFormat } from "./models_3";
5
- import { AttributeBooleanValue, EventInformation, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
5
+ import { AttributeBooleanValue, EbsStatusSummary, EventInformation, InstanceState, PermissionGroup, ProductCode, StatusName, StatusType, SummaryStatus, VirtualizationType } from "./models_4";
6
+ /**
7
+ * @public
8
+ * @enum
9
+ */
10
+ export declare const EventCode: {
11
+ readonly instance_reboot: "instance-reboot";
12
+ readonly instance_retirement: "instance-retirement";
13
+ readonly instance_stop: "instance-stop";
14
+ readonly system_maintenance: "system-maintenance";
15
+ readonly system_reboot: "system-reboot";
16
+ };
17
+ /**
18
+ * @public
19
+ */
20
+ export type EventCode = (typeof EventCode)[keyof typeof EventCode];
21
+ /**
22
+ * <p>Describes a scheduled event for an instance.</p>
23
+ * @public
24
+ */
25
+ export interface InstanceStatusEvent {
26
+ /**
27
+ * <p>The ID of the event.</p>
28
+ * @public
29
+ */
30
+ InstanceEventId?: string | undefined;
31
+ /**
32
+ * <p>The event code.</p>
33
+ * @public
34
+ */
35
+ Code?: EventCode | undefined;
36
+ /**
37
+ * <p>A description of the event.</p>
38
+ * <p>After a scheduled event is completed, it can still be described for up to a week. If
39
+ * the event has been completed, this description starts with the following text:
40
+ * [Completed].</p>
41
+ * @public
42
+ */
43
+ Description?: string | undefined;
44
+ /**
45
+ * <p>The latest scheduled end time for the event.</p>
46
+ * @public
47
+ */
48
+ NotAfter?: Date | undefined;
49
+ /**
50
+ * <p>The earliest scheduled start time for the event.</p>
51
+ * @public
52
+ */
53
+ NotBefore?: Date | undefined;
54
+ /**
55
+ * <p>The deadline for starting the event.</p>
56
+ * @public
57
+ */
58
+ NotBeforeDeadline?: Date | undefined;
59
+ }
60
+ /**
61
+ * <p>Describes the instance status.</p>
62
+ * @public
63
+ */
64
+ export interface InstanceStatusDetails {
65
+ /**
66
+ * <p>The time when a status check failed. For an instance that was launched and impaired,
67
+ * this is the time when the instance was launched.</p>
68
+ * @public
69
+ */
70
+ ImpairedSince?: Date | undefined;
71
+ /**
72
+ * <p>The type of instance status.</p>
73
+ * @public
74
+ */
75
+ Name?: StatusName | undefined;
76
+ /**
77
+ * <p>The status.</p>
78
+ * @public
79
+ */
80
+ Status?: StatusType | undefined;
81
+ }
82
+ /**
83
+ * <p>Describes the status of an instance.</p>
84
+ * @public
85
+ */
86
+ export interface InstanceStatusSummary {
87
+ /**
88
+ * <p>The system instance health or application instance health.</p>
89
+ * @public
90
+ */
91
+ Details?: InstanceStatusDetails[] | undefined;
92
+ /**
93
+ * <p>The status.</p>
94
+ * @public
95
+ */
96
+ Status?: SummaryStatus | undefined;
97
+ }
98
+ /**
99
+ * <p>Describes the status of an instance.</p>
100
+ * @public
101
+ */
102
+ export interface InstanceStatus {
103
+ /**
104
+ * <p>The Availability Zone of the instance.</p>
105
+ * @public
106
+ */
107
+ AvailabilityZone?: string | undefined;
108
+ /**
109
+ * <p>The ID of the Availability Zone of the instance.</p>
110
+ * @public
111
+ */
112
+ AvailabilityZoneId?: string | undefined;
113
+ /**
114
+ * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
115
+ * @public
116
+ */
117
+ OutpostArn?: string | undefined;
118
+ /**
119
+ * <p>The service provider that manages the instance.</p>
120
+ * @public
121
+ */
122
+ Operator?: OperatorResponse | undefined;
123
+ /**
124
+ * <p>Any scheduled events associated with the instance.</p>
125
+ * @public
126
+ */
127
+ Events?: InstanceStatusEvent[] | undefined;
128
+ /**
129
+ * <p>The ID of the instance.</p>
130
+ * @public
131
+ */
132
+ InstanceId?: string | undefined;
133
+ /**
134
+ * <p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires
135
+ * that an instance be in the <code>running</code> state.</p>
136
+ * @public
137
+ */
138
+ InstanceState?: InstanceState | undefined;
139
+ /**
140
+ * <p>Reports impaired functionality that stems from issues internal to the instance, such
141
+ * as impaired reachability.</p>
142
+ * @public
143
+ */
144
+ InstanceStatus?: InstanceStatusSummary | undefined;
145
+ /**
146
+ * <p>Reports impaired functionality that stems from issues related to the systems that
147
+ * support an instance, such as hardware failures and network connectivity problems.</p>
148
+ * @public
149
+ */
150
+ SystemStatus?: InstanceStatusSummary | undefined;
151
+ /**
152
+ * <p>Reports impaired functionality that stems from an attached Amazon EBS volume that is
153
+ * unreachable and unable to complete I/O operations.</p>
154
+ * @public
155
+ */
156
+ AttachedEbsStatus?: EbsStatusSummary | undefined;
157
+ }
158
+ /**
159
+ * @public
160
+ */
161
+ export interface DescribeInstanceStatusResult {
162
+ /**
163
+ * <p>Information about the status of the instances.</p>
164
+ * @public
165
+ */
166
+ InstanceStatuses?: InstanceStatus[] | undefined;
167
+ /**
168
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
169
+ * are no more items to return.</p>
170
+ * @public
171
+ */
172
+ NextToken?: string | undefined;
173
+ }
6
174
  /**
7
175
  * @public
8
176
  */
@@ -10930,178 +11098,3 @@ export interface DescribeTransitGatewayMulticastDomainsRequest {
10930
11098
  */
10931
11099
  DryRun?: boolean | undefined;
10932
11100
  }
10933
- /**
10934
- * @public
10935
- */
10936
- export interface DescribeTransitGatewayMulticastDomainsResult {
10937
- /**
10938
- * <p>Information about the transit gateway multicast domains.</p>
10939
- * @public
10940
- */
10941
- TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
10942
- /**
10943
- * <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>
10944
- * @public
10945
- */
10946
- NextToken?: string | undefined;
10947
- }
10948
- /**
10949
- * @public
10950
- */
10951
- export interface DescribeTransitGatewayPeeringAttachmentsRequest {
10952
- /**
10953
- * <p>One or more IDs of the transit gateway peering attachments.</p>
10954
- * @public
10955
- */
10956
- TransitGatewayAttachmentIds?: string[] | undefined;
10957
- /**
10958
- * <p>One or more filters. The possible values are:</p>
10959
- * <ul>
10960
- * <li>
10961
- * <p>
10962
- * <code>transit-gateway-attachment-id</code> - The ID of the transit gateway attachment.</p>
10963
- * </li>
10964
- * <li>
10965
- * <p>
10966
- * <code>local-owner-id</code> - The ID of your Amazon Web Services account.</p>
10967
- * </li>
10968
- * <li>
10969
- * <p>
10970
- * <code>remote-owner-id</code> - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway.</p>
10971
- * </li>
10972
- * <li>
10973
- * <p>
10974
- * <code>state</code> - The state of the peering attachment. Valid values are <code>available</code> | <code>deleted</code> | <code>deleting</code> | <code>failed</code> | <code>failing</code> | <code>initiatingRequest</code> | <code>modifying</code> | <code>pendingAcceptance</code> | <code>pending</code> | <code>rollingBack</code> | <code>rejected</code> | <code>rejecting</code>).</p>
10975
- * </li>
10976
- * <li>
10977
- * <p>
10978
- * <code>tag</code>:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
10979
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
10980
- * </li>
10981
- * <li>
10982
- * <p>
10983
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources that have a tag with a specific key, regardless of the tag value.</p>
10984
- * </li>
10985
- * <li>
10986
- * <p>
10987
- * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
10988
- * </li>
10989
- * </ul>
10990
- * @public
10991
- */
10992
- Filters?: Filter[] | undefined;
10993
- /**
10994
- * <p>The maximum number of results to return with a single call.
10995
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10996
- * @public
10997
- */
10998
- MaxResults?: number | undefined;
10999
- /**
11000
- * <p>The token for the next page of results.</p>
11001
- * @public
11002
- */
11003
- NextToken?: string | undefined;
11004
- /**
11005
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11006
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11007
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11008
- * @public
11009
- */
11010
- DryRun?: boolean | undefined;
11011
- }
11012
- /**
11013
- * @public
11014
- */
11015
- export interface DescribeTransitGatewayPeeringAttachmentsResult {
11016
- /**
11017
- * <p>The transit gateway peering attachments.</p>
11018
- * @public
11019
- */
11020
- TransitGatewayPeeringAttachments?: TransitGatewayPeeringAttachment[] | undefined;
11021
- /**
11022
- * <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>
11023
- * @public
11024
- */
11025
- NextToken?: string | undefined;
11026
- }
11027
- /**
11028
- * @public
11029
- */
11030
- export interface DescribeTransitGatewayPolicyTablesRequest {
11031
- /**
11032
- * <p>The IDs of the transit gateway policy tables.</p>
11033
- * @public
11034
- */
11035
- TransitGatewayPolicyTableIds?: string[] | undefined;
11036
- /**
11037
- * <p>The filters associated with the transit gateway policy table.</p>
11038
- * @public
11039
- */
11040
- Filters?: Filter[] | undefined;
11041
- /**
11042
- * <p>The maximum number of results to return with a single call.
11043
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
11044
- * @public
11045
- */
11046
- MaxResults?: number | undefined;
11047
- /**
11048
- * <p>The token for the next page of results.</p>
11049
- * @public
11050
- */
11051
- NextToken?: string | undefined;
11052
- /**
11053
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11054
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11055
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11056
- * @public
11057
- */
11058
- DryRun?: boolean | undefined;
11059
- }
11060
- /**
11061
- * @public
11062
- */
11063
- export interface DescribeTransitGatewayPolicyTablesResult {
11064
- /**
11065
- * <p>Describes the transit gateway policy tables.</p>
11066
- * @public
11067
- */
11068
- TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
11069
- /**
11070
- * <p>The token for the next page of results.</p>
11071
- * @public
11072
- */
11073
- NextToken?: string | undefined;
11074
- }
11075
- /**
11076
- * @public
11077
- */
11078
- export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
11079
- /**
11080
- * <p>The IDs of the transit gateway route tables that are being advertised.</p>
11081
- * @public
11082
- */
11083
- TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
11084
- /**
11085
- * <p>The filters associated with the transit gateway policy table.</p>
11086
- * @public
11087
- */
11088
- Filters?: Filter[] | undefined;
11089
- /**
11090
- * <p>The maximum number of results to return with a single call.
11091
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
11092
- * @public
11093
- */
11094
- MaxResults?: number | undefined;
11095
- /**
11096
- * <p>The token for the next page of results.</p>
11097
- * @public
11098
- */
11099
- NextToken?: string | undefined;
11100
- /**
11101
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
11102
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
11103
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
11104
- * @public
11105
- */
11106
- DryRun?: boolean | undefined;
11107
- }