@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
@@ -1791,6 +1791,90 @@ export interface CreateVpcPeeringConnectionResult {
1791
1791
  */
1792
1792
  VpcPeeringConnection?: VpcPeeringConnection | undefined;
1793
1793
  }
1794
+ /**
1795
+ * @public
1796
+ * @enum
1797
+ */
1798
+ export declare const VpnConcentratorType: {
1799
+ readonly ipsec_1: "ipsec.1";
1800
+ };
1801
+ /**
1802
+ * @public
1803
+ */
1804
+ export type VpnConcentratorType = (typeof VpnConcentratorType)[keyof typeof VpnConcentratorType];
1805
+ /**
1806
+ * @public
1807
+ */
1808
+ export interface CreateVpnConcentratorRequest {
1809
+ /**
1810
+ * <p>The type of VPN concentrator to create.</p>
1811
+ * @public
1812
+ */
1813
+ Type: VpnConcentratorType | undefined;
1814
+ /**
1815
+ * <p>The ID of the transit gateway to attach the VPN concentrator to.</p>
1816
+ * @public
1817
+ */
1818
+ TransitGatewayId?: string | undefined;
1819
+ /**
1820
+ * <p>The tags to apply to the VPN concentrator during creation.</p>
1821
+ * @public
1822
+ */
1823
+ TagSpecifications?: TagSpecification[] | undefined;
1824
+ /**
1825
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
1826
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
1827
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1828
+ * @public
1829
+ */
1830
+ DryRun?: boolean | undefined;
1831
+ }
1832
+ /**
1833
+ * <p>Describes a VPN concentrator.</p>
1834
+ * @public
1835
+ */
1836
+ export interface VpnConcentrator {
1837
+ /**
1838
+ * <p>The ID of the VPN concentrator.</p>
1839
+ * @public
1840
+ */
1841
+ VpnConcentratorId?: string | undefined;
1842
+ /**
1843
+ * <p>The current state of the VPN concentrator.</p>
1844
+ * @public
1845
+ */
1846
+ State?: string | undefined;
1847
+ /**
1848
+ * <p>The ID of the transit gateway associated with the VPN concentrator.</p>
1849
+ * @public
1850
+ */
1851
+ TransitGatewayId?: string | undefined;
1852
+ /**
1853
+ * <p>The ID of the transit gateway attachment for the VPN concentrator.</p>
1854
+ * @public
1855
+ */
1856
+ TransitGatewayAttachmentId?: string | undefined;
1857
+ /**
1858
+ * <p>The type of VPN concentrator.</p>
1859
+ * @public
1860
+ */
1861
+ Type?: string | undefined;
1862
+ /**
1863
+ * <p>Any tags assigned to the VPN concentrator.</p>
1864
+ * @public
1865
+ */
1866
+ Tags?: Tag[] | undefined;
1867
+ }
1868
+ /**
1869
+ * @public
1870
+ */
1871
+ export interface CreateVpnConcentratorResult {
1872
+ /**
1873
+ * <p>Information about the VPN concentrator.</p>
1874
+ * @public
1875
+ */
1876
+ VpnConcentrator?: VpnConcentrator | undefined;
1877
+ }
1794
1878
  /**
1795
1879
  * @public
1796
1880
  * @enum
@@ -2263,6 +2347,11 @@ export interface CreateVpnConnectionRequest {
2263
2347
  * @public
2264
2348
  */
2265
2349
  TransitGatewayId?: string | undefined;
2350
+ /**
2351
+ * <p>The ID of the VPN concentrator to associate with the VPN connection.</p>
2352
+ * @public
2353
+ */
2354
+ VpnConcentratorId?: string | undefined;
2266
2355
  /**
2267
2356
  * <p>The tags to apply to the VPN connection.</p>
2268
2357
  * @public
@@ -2713,6 +2802,11 @@ export interface VpnConnection {
2713
2802
  * @public
2714
2803
  */
2715
2804
  TransitGatewayId?: string | undefined;
2805
+ /**
2806
+ * <p>The ID of the VPN concentrator associated with the VPN connection.</p>
2807
+ * @public
2808
+ */
2809
+ VpnConcentratorId?: string | undefined;
2716
2810
  /**
2717
2811
  * <p>The ARN of the core network.</p>
2718
2812
  * @public
@@ -5453,6 +5547,33 @@ export interface DeleteVpcPeeringConnectionResult {
5453
5547
  */
5454
5548
  Return?: boolean | undefined;
5455
5549
  }
5550
+ /**
5551
+ * @public
5552
+ */
5553
+ export interface DeleteVpnConcentratorRequest {
5554
+ /**
5555
+ * <p>The ID of the VPN concentrator to delete.</p>
5556
+ * @public
5557
+ */
5558
+ VpnConcentratorId: string | undefined;
5559
+ /**
5560
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
5561
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5562
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5563
+ * @public
5564
+ */
5565
+ DryRun?: boolean | undefined;
5566
+ }
5567
+ /**
5568
+ * @public
5569
+ */
5570
+ export interface DeleteVpnConcentratorResult {
5571
+ /**
5572
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
5573
+ * @public
5574
+ */
5575
+ Return?: boolean | undefined;
5576
+ }
5456
5577
  /**
5457
5578
  * <p>Contains the parameters for DeleteVpnConnection.</p>
5458
5579
  * @public
@@ -6407,170 +6528,3 @@ export interface DescribeAvailabilityZonesRequest {
6407
6528
  */
6408
6529
  Filters?: Filter[] | undefined;
6409
6530
  }
6410
- /**
6411
- * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
6412
- * @public
6413
- */
6414
- export interface AvailabilityZoneMessage {
6415
- /**
6416
- * <p>The message about the Availability Zone, Local Zone, or Wavelength Zone.</p>
6417
- * @public
6418
- */
6419
- Message?: string | undefined;
6420
- }
6421
- /**
6422
- * @public
6423
- * @enum
6424
- */
6425
- export declare const AvailabilityZoneOptInStatus: {
6426
- readonly not_opted_in: "not-opted-in";
6427
- readonly opt_in_not_required: "opt-in-not-required";
6428
- readonly opted_in: "opted-in";
6429
- };
6430
- /**
6431
- * @public
6432
- */
6433
- export type AvailabilityZoneOptInStatus = (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
6434
- /**
6435
- * @public
6436
- * @enum
6437
- */
6438
- export declare const AvailabilityZoneState: {
6439
- readonly available: "available";
6440
- readonly constrained: "constrained";
6441
- readonly impaired: "impaired";
6442
- readonly information: "information";
6443
- readonly unavailable: "unavailable";
6444
- };
6445
- /**
6446
- * @public
6447
- */
6448
- export type AvailabilityZoneState = (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
6449
- /**
6450
- * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
6451
- * @public
6452
- */
6453
- export interface AvailabilityZone {
6454
- /**
6455
- * <p>For Availability Zones, this parameter always has the value of
6456
- * <code>opt-in-not-required</code>.</p>
6457
- * <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
6458
- * values are <code>opted-in</code> and <code>not-opted-in</code>.</p>
6459
- * @public
6460
- */
6461
- OptInStatus?: AvailabilityZoneOptInStatus | undefined;
6462
- /**
6463
- * <p>Any messages about the Availability Zone, Local Zone, or Wavelength Zone.</p>
6464
- * @public
6465
- */
6466
- Messages?: AvailabilityZoneMessage[] | undefined;
6467
- /**
6468
- * <p>The name of the Region.</p>
6469
- * @public
6470
- */
6471
- RegionName?: string | undefined;
6472
- /**
6473
- * <p>The name of the Availability Zone, Local Zone, or Wavelength Zone.</p>
6474
- * @public
6475
- */
6476
- ZoneName?: string | undefined;
6477
- /**
6478
- * <p>The ID of the Availability Zone, Local Zone, or Wavelength Zone.</p>
6479
- * @public
6480
- */
6481
- ZoneId?: string | undefined;
6482
- /**
6483
- * <p>The name of the zone group. For example:</p>
6484
- * <ul>
6485
- * <li>
6486
- * <p>Availability Zones - <code>us-east-1-zg-1</code>
6487
- * </p>
6488
- * </li>
6489
- * <li>
6490
- * <p>Local Zones - <code>us-west-2-lax-1</code>
6491
- * </p>
6492
- * </li>
6493
- * <li>
6494
- * <p>Wavelength Zones - <code>us-east-1-wl1-bos-wlz-1</code>
6495
- * </p>
6496
- * </li>
6497
- * </ul>
6498
- * @public
6499
- */
6500
- GroupName?: string | undefined;
6501
- /**
6502
- * <p>The name of the network border group.</p>
6503
- * @public
6504
- */
6505
- NetworkBorderGroup?: string | undefined;
6506
- /**
6507
- * <p>The type of zone.</p>
6508
- * <p>Valid values: <code>availability-zone</code> | <code>local-zone</code> |
6509
- * <code>wavelength-zone</code>
6510
- * </p>
6511
- * @public
6512
- */
6513
- ZoneType?: string | undefined;
6514
- /**
6515
- * <p>The name of the zone that handles some of the Local Zone or Wavelength Zone control plane
6516
- * operations, such as API calls.</p>
6517
- * @public
6518
- */
6519
- ParentZoneName?: string | undefined;
6520
- /**
6521
- * <p>The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane
6522
- * operations, such as API calls.</p>
6523
- * @public
6524
- */
6525
- ParentZoneId?: string | undefined;
6526
- /**
6527
- * <p>The long name of the Availability Zone group, Local Zone group, or Wavelength Zone
6528
- * group.</p>
6529
- * @public
6530
- */
6531
- GroupLongName?: string | undefined;
6532
- /**
6533
- * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are
6534
- * <code>available</code>, <code>unavailable</code>, and <code>constrained</code>.</p>
6535
- * @public
6536
- */
6537
- State?: AvailabilityZoneState | undefined;
6538
- }
6539
- /**
6540
- * @public
6541
- */
6542
- export interface DescribeAvailabilityZonesResult {
6543
- /**
6544
- * <p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>
6545
- * @public
6546
- */
6547
- AvailabilityZones?: AvailabilityZone[] | undefined;
6548
- }
6549
- /**
6550
- * @public
6551
- */
6552
- export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
6553
- /**
6554
- * <p>The maximum number of results to return with a single call.
6555
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
6556
- * @public
6557
- */
6558
- MaxResults?: number | undefined;
6559
- /**
6560
- * <p>The token for the next page of results.</p>
6561
- * @public
6562
- */
6563
- NextToken?: string | undefined;
6564
- /**
6565
- * <p>One or more filters.</p>
6566
- * @public
6567
- */
6568
- Filters?: Filter[] | undefined;
6569
- /**
6570
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
6571
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6572
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6573
- * @public
6574
- */
6575
- DryRun?: boolean | undefined;
6576
- }
@@ -2,6 +2,173 @@ import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, Associati
2
2
  import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, OutputFormat, Placement, PlatformValues, Schedule, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
3
3
  import { CapacityReservationTargetResponse, GroupIdentifier, InstanceBandwidthWeighting, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
4
  import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * <p>Describes a message about an Availability Zone, Local Zone, or Wavelength Zone.</p>
7
+ * @public
8
+ */
9
+ export interface AvailabilityZoneMessage {
10
+ /**
11
+ * <p>The message about the Availability Zone, Local Zone, or Wavelength Zone.</p>
12
+ * @public
13
+ */
14
+ Message?: string | undefined;
15
+ }
16
+ /**
17
+ * @public
18
+ * @enum
19
+ */
20
+ export declare const AvailabilityZoneOptInStatus: {
21
+ readonly not_opted_in: "not-opted-in";
22
+ readonly opt_in_not_required: "opt-in-not-required";
23
+ readonly opted_in: "opted-in";
24
+ };
25
+ /**
26
+ * @public
27
+ */
28
+ export type AvailabilityZoneOptInStatus = (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
29
+ /**
30
+ * @public
31
+ * @enum
32
+ */
33
+ export declare const AvailabilityZoneState: {
34
+ readonly available: "available";
35
+ readonly constrained: "constrained";
36
+ readonly impaired: "impaired";
37
+ readonly information: "information";
38
+ readonly unavailable: "unavailable";
39
+ };
40
+ /**
41
+ * @public
42
+ */
43
+ export type AvailabilityZoneState = (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
44
+ /**
45
+ * <p>Describes Availability Zones, Local Zones, and Wavelength Zones.</p>
46
+ * @public
47
+ */
48
+ export interface AvailabilityZone {
49
+ /**
50
+ * <p>For Availability Zones, this parameter always has the value of
51
+ * <code>opt-in-not-required</code>.</p>
52
+ * <p>For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible
53
+ * values are <code>opted-in</code> and <code>not-opted-in</code>.</p>
54
+ * @public
55
+ */
56
+ OptInStatus?: AvailabilityZoneOptInStatus | undefined;
57
+ /**
58
+ * <p>Any messages about the Availability Zone, Local Zone, or Wavelength Zone.</p>
59
+ * @public
60
+ */
61
+ Messages?: AvailabilityZoneMessage[] | undefined;
62
+ /**
63
+ * <p>The name of the Region.</p>
64
+ * @public
65
+ */
66
+ RegionName?: string | undefined;
67
+ /**
68
+ * <p>The name of the Availability Zone, Local Zone, or Wavelength Zone.</p>
69
+ * @public
70
+ */
71
+ ZoneName?: string | undefined;
72
+ /**
73
+ * <p>The ID of the Availability Zone, Local Zone, or Wavelength Zone.</p>
74
+ * @public
75
+ */
76
+ ZoneId?: string | undefined;
77
+ /**
78
+ * <p>The name of the zone group. For example:</p>
79
+ * <ul>
80
+ * <li>
81
+ * <p>Availability Zones - <code>us-east-1-zg-1</code>
82
+ * </p>
83
+ * </li>
84
+ * <li>
85
+ * <p>Local Zones - <code>us-west-2-lax-1</code>
86
+ * </p>
87
+ * </li>
88
+ * <li>
89
+ * <p>Wavelength Zones - <code>us-east-1-wl1-bos-wlz-1</code>
90
+ * </p>
91
+ * </li>
92
+ * </ul>
93
+ * @public
94
+ */
95
+ GroupName?: string | undefined;
96
+ /**
97
+ * <p>The name of the network border group.</p>
98
+ * @public
99
+ */
100
+ NetworkBorderGroup?: string | undefined;
101
+ /**
102
+ * <p>The type of zone.</p>
103
+ * <p>Valid values: <code>availability-zone</code> | <code>local-zone</code> |
104
+ * <code>wavelength-zone</code>
105
+ * </p>
106
+ * @public
107
+ */
108
+ ZoneType?: string | undefined;
109
+ /**
110
+ * <p>The name of the zone that handles some of the Local Zone or Wavelength Zone control plane
111
+ * operations, such as API calls.</p>
112
+ * @public
113
+ */
114
+ ParentZoneName?: string | undefined;
115
+ /**
116
+ * <p>The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane
117
+ * operations, such as API calls.</p>
118
+ * @public
119
+ */
120
+ ParentZoneId?: string | undefined;
121
+ /**
122
+ * <p>The long name of the Availability Zone group, Local Zone group, or Wavelength Zone
123
+ * group.</p>
124
+ * @public
125
+ */
126
+ GroupLongName?: string | undefined;
127
+ /**
128
+ * <p>The state of the Availability Zone, Local Zone, or Wavelength Zone. The possible values are
129
+ * <code>available</code>, <code>unavailable</code>, and <code>constrained</code>.</p>
130
+ * @public
131
+ */
132
+ State?: AvailabilityZoneState | undefined;
133
+ }
134
+ /**
135
+ * @public
136
+ */
137
+ export interface DescribeAvailabilityZonesResult {
138
+ /**
139
+ * <p>Information about the Availability Zones, Local Zones, and Wavelength Zones.</p>
140
+ * @public
141
+ */
142
+ AvailabilityZones?: AvailabilityZone[] | undefined;
143
+ }
144
+ /**
145
+ * @public
146
+ */
147
+ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
148
+ /**
149
+ * <p>The maximum number of results to return with a single call.
150
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
151
+ * @public
152
+ */
153
+ MaxResults?: number | undefined;
154
+ /**
155
+ * <p>The token for the next page of results.</p>
156
+ * @public
157
+ */
158
+ NextToken?: string | undefined;
159
+ /**
160
+ * <p>One or more filters.</p>
161
+ * @public
162
+ */
163
+ Filters?: Filter[] | undefined;
164
+ /**
165
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
166
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
167
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
168
+ * @public
169
+ */
170
+ DryRun?: boolean | undefined;
171
+ }
5
172
  /**
6
173
  * @public
7
174
  * @enum
@@ -11305,171 +11472,3 @@ export interface EbsStatusSummary {
11305
11472
  */
11306
11473
  Status?: SummaryStatus | undefined;
11307
11474
  }
11308
- /**
11309
- * @public
11310
- * @enum
11311
- */
11312
- export declare const EventCode: {
11313
- readonly instance_reboot: "instance-reboot";
11314
- readonly instance_retirement: "instance-retirement";
11315
- readonly instance_stop: "instance-stop";
11316
- readonly system_maintenance: "system-maintenance";
11317
- readonly system_reboot: "system-reboot";
11318
- };
11319
- /**
11320
- * @public
11321
- */
11322
- export type EventCode = (typeof EventCode)[keyof typeof EventCode];
11323
- /**
11324
- * <p>Describes a scheduled event for an instance.</p>
11325
- * @public
11326
- */
11327
- export interface InstanceStatusEvent {
11328
- /**
11329
- * <p>The ID of the event.</p>
11330
- * @public
11331
- */
11332
- InstanceEventId?: string | undefined;
11333
- /**
11334
- * <p>The event code.</p>
11335
- * @public
11336
- */
11337
- Code?: EventCode | undefined;
11338
- /**
11339
- * <p>A description of the event.</p>
11340
- * <p>After a scheduled event is completed, it can still be described for up to a week. If
11341
- * the event has been completed, this description starts with the following text:
11342
- * [Completed].</p>
11343
- * @public
11344
- */
11345
- Description?: string | undefined;
11346
- /**
11347
- * <p>The latest scheduled end time for the event.</p>
11348
- * @public
11349
- */
11350
- NotAfter?: Date | undefined;
11351
- /**
11352
- * <p>The earliest scheduled start time for the event.</p>
11353
- * @public
11354
- */
11355
- NotBefore?: Date | undefined;
11356
- /**
11357
- * <p>The deadline for starting the event.</p>
11358
- * @public
11359
- */
11360
- NotBeforeDeadline?: Date | undefined;
11361
- }
11362
- /**
11363
- * <p>Describes the instance status.</p>
11364
- * @public
11365
- */
11366
- export interface InstanceStatusDetails {
11367
- /**
11368
- * <p>The time when a status check failed. For an instance that was launched and impaired,
11369
- * this is the time when the instance was launched.</p>
11370
- * @public
11371
- */
11372
- ImpairedSince?: Date | undefined;
11373
- /**
11374
- * <p>The type of instance status.</p>
11375
- * @public
11376
- */
11377
- Name?: StatusName | undefined;
11378
- /**
11379
- * <p>The status.</p>
11380
- * @public
11381
- */
11382
- Status?: StatusType | undefined;
11383
- }
11384
- /**
11385
- * <p>Describes the status of an instance.</p>
11386
- * @public
11387
- */
11388
- export interface InstanceStatusSummary {
11389
- /**
11390
- * <p>The system instance health or application instance health.</p>
11391
- * @public
11392
- */
11393
- Details?: InstanceStatusDetails[] | undefined;
11394
- /**
11395
- * <p>The status.</p>
11396
- * @public
11397
- */
11398
- Status?: SummaryStatus | undefined;
11399
- }
11400
- /**
11401
- * <p>Describes the status of an instance.</p>
11402
- * @public
11403
- */
11404
- export interface InstanceStatus {
11405
- /**
11406
- * <p>The Availability Zone of the instance.</p>
11407
- * @public
11408
- */
11409
- AvailabilityZone?: string | undefined;
11410
- /**
11411
- * <p>The ID of the Availability Zone of the instance.</p>
11412
- * @public
11413
- */
11414
- AvailabilityZoneId?: string | undefined;
11415
- /**
11416
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
11417
- * @public
11418
- */
11419
- OutpostArn?: string | undefined;
11420
- /**
11421
- * <p>The service provider that manages the instance.</p>
11422
- * @public
11423
- */
11424
- Operator?: OperatorResponse | undefined;
11425
- /**
11426
- * <p>Any scheduled events associated with the instance.</p>
11427
- * @public
11428
- */
11429
- Events?: InstanceStatusEvent[] | undefined;
11430
- /**
11431
- * <p>The ID of the instance.</p>
11432
- * @public
11433
- */
11434
- InstanceId?: string | undefined;
11435
- /**
11436
- * <p>The intended state of the instance. <a>DescribeInstanceStatus</a> requires
11437
- * that an instance be in the <code>running</code> state.</p>
11438
- * @public
11439
- */
11440
- InstanceState?: InstanceState | undefined;
11441
- /**
11442
- * <p>Reports impaired functionality that stems from issues internal to the instance, such
11443
- * as impaired reachability.</p>
11444
- * @public
11445
- */
11446
- InstanceStatus?: InstanceStatusSummary | undefined;
11447
- /**
11448
- * <p>Reports impaired functionality that stems from issues related to the systems that
11449
- * support an instance, such as hardware failures and network connectivity problems.</p>
11450
- * @public
11451
- */
11452
- SystemStatus?: InstanceStatusSummary | undefined;
11453
- /**
11454
- * <p>Reports impaired functionality that stems from an attached Amazon EBS volume that is
11455
- * unreachable and unable to complete I/O operations.</p>
11456
- * @public
11457
- */
11458
- AttachedEbsStatus?: EbsStatusSummary | undefined;
11459
- }
11460
- /**
11461
- * @public
11462
- */
11463
- export interface DescribeInstanceStatusResult {
11464
- /**
11465
- * <p>Information about the status of the instances.</p>
11466
- * @public
11467
- */
11468
- InstanceStatuses?: InstanceStatus[] | undefined;
11469
- /**
11470
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
11471
- * are no more items to return.</p>
11472
- * @public
11473
- */
11474
- NextToken?: string | undefined;
11475
- }