@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,183 @@
1
- import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
1
+ import { ActiveVpnTunnelStatus, AddressTransfer, AllowedImagesSettingsDisabledState, AllowedImagesSettingsEnabledState, AllowedPrincipal, AsnAssociation, AssociationStatus, DeviceTrustProviderType, IamInstanceProfileAssociation, InstanceEventWindow, IpamResourceDiscoveryAssociation, NatGatewayAddress, RouteServerAssociation, SecurityGroupVpcAssociationState, SubnetIpv6CidrBlockAssociation, Tag, TagSpecification, TransitGatewayAssociation, TransitGatewayAttachmentResourceType, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayPolicyTableAssociation, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessTrustProvider, VpcCidrBlockAssociation, VpcIpv6CidrBlockAssociation, VpcPeeringConnection } from "./models_0";
2
2
  import { CapacityReservationState, DiskImageFormat, IpAddressType, Volume, VolumeType, Vpc } from "./models_1";
3
- import { TransitGateway, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
4
- import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConnection, VpnGateway } from "./models_3";
3
+ import { TransitGateway, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint } from "./models_2";
4
+ import { ConnectionNotification, DnsEntry, DnsNameState, Filter, PayerResponsibility, ServiceConfiguration, ServiceConnectivityType, ServiceTypeDetail, State, VerifiedAccessGroup, VpcBlockPublicAccessExclusion, VpcEndpoint, VpnConcentrator, VpnConnection, VpnGateway } from "./models_3";
5
5
  import { AttributeBooleanValue, ExportTaskS3Location, FastLaunchLaunchTemplateSpecificationResponse, FastLaunchResourceType, FastLaunchSnapshotConfigurationResponse, FastLaunchStateCode, FastSnapshotRestoreStateCode, MetricType, PeriodType, ProductCode, RegisteredInstance, ReservationState, StatisticType } from "./models_4";
6
+ /**
7
+ * @public
8
+ */
9
+ export interface DescribeTransitGatewayMulticastDomainsResult {
10
+ /**
11
+ * <p>Information about the transit gateway multicast domains.</p>
12
+ * @public
13
+ */
14
+ TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
15
+ /**
16
+ * <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>
17
+ * @public
18
+ */
19
+ NextToken?: string | undefined;
20
+ }
21
+ /**
22
+ * @public
23
+ */
24
+ export interface DescribeTransitGatewayPeeringAttachmentsRequest {
25
+ /**
26
+ * <p>One or more IDs of the transit gateway peering attachments.</p>
27
+ * @public
28
+ */
29
+ TransitGatewayAttachmentIds?: string[] | undefined;
30
+ /**
31
+ * <p>One or more filters. The possible values are:</p>
32
+ * <ul>
33
+ * <li>
34
+ * <p>
35
+ * <code>transit-gateway-attachment-id</code> - The ID of the transit gateway attachment.</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <code>local-owner-id</code> - The ID of your Amazon Web Services account.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>
43
+ * <code>remote-owner-id</code> - The ID of the Amazon Web Services account in the remote Region that owns the transit gateway.</p>
44
+ * </li>
45
+ * <li>
46
+ * <p>
47
+ * <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>
48
+ * </li>
49
+ * <li>
50
+ * <p>
51
+ * <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.
52
+ * 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>
53
+ * </li>
54
+ * <li>
55
+ * <p>
56
+ * <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>
57
+ * </li>
58
+ * <li>
59
+ * <p>
60
+ * <code>transit-gateway-id</code> - The ID of the transit gateway.</p>
61
+ * </li>
62
+ * </ul>
63
+ * @public
64
+ */
65
+ Filters?: Filter[] | undefined;
66
+ /**
67
+ * <p>The maximum number of results to return with a single call.
68
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
69
+ * @public
70
+ */
71
+ MaxResults?: number | undefined;
72
+ /**
73
+ * <p>The token for the next page of results.</p>
74
+ * @public
75
+ */
76
+ NextToken?: string | undefined;
77
+ /**
78
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
79
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
80
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
81
+ * @public
82
+ */
83
+ DryRun?: boolean | undefined;
84
+ }
85
+ /**
86
+ * @public
87
+ */
88
+ export interface DescribeTransitGatewayPeeringAttachmentsResult {
89
+ /**
90
+ * <p>The transit gateway peering attachments.</p>
91
+ * @public
92
+ */
93
+ TransitGatewayPeeringAttachments?: TransitGatewayPeeringAttachment[] | undefined;
94
+ /**
95
+ * <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>
96
+ * @public
97
+ */
98
+ NextToken?: string | undefined;
99
+ }
100
+ /**
101
+ * @public
102
+ */
103
+ export interface DescribeTransitGatewayPolicyTablesRequest {
104
+ /**
105
+ * <p>The IDs of the transit gateway policy tables.</p>
106
+ * @public
107
+ */
108
+ TransitGatewayPolicyTableIds?: string[] | undefined;
109
+ /**
110
+ * <p>The filters associated with the transit gateway policy table.</p>
111
+ * @public
112
+ */
113
+ Filters?: Filter[] | undefined;
114
+ /**
115
+ * <p>The maximum number of results to return with a single call.
116
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
117
+ * @public
118
+ */
119
+ MaxResults?: number | undefined;
120
+ /**
121
+ * <p>The token for the next page of results.</p>
122
+ * @public
123
+ */
124
+ NextToken?: string | undefined;
125
+ /**
126
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
127
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
128
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
129
+ * @public
130
+ */
131
+ DryRun?: boolean | undefined;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface DescribeTransitGatewayPolicyTablesResult {
137
+ /**
138
+ * <p>Describes the transit gateway policy tables.</p>
139
+ * @public
140
+ */
141
+ TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
142
+ /**
143
+ * <p>The token for the next page of results.</p>
144
+ * @public
145
+ */
146
+ NextToken?: string | undefined;
147
+ }
148
+ /**
149
+ * @public
150
+ */
151
+ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
152
+ /**
153
+ * <p>The IDs of the transit gateway route tables that are being advertised.</p>
154
+ * @public
155
+ */
156
+ TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
157
+ /**
158
+ * <p>The filters associated with the transit gateway policy table.</p>
159
+ * @public
160
+ */
161
+ Filters?: Filter[] | undefined;
162
+ /**
163
+ * <p>The maximum number of results to return with a single call.
164
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
165
+ * @public
166
+ */
167
+ MaxResults?: number | undefined;
168
+ /**
169
+ * <p>The token for the next page of results.</p>
170
+ * @public
171
+ */
172
+ NextToken?: string | undefined;
173
+ /**
174
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
175
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
176
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
177
+ * @public
178
+ */
179
+ DryRun?: boolean | undefined;
180
+ }
6
181
  /**
7
182
  * @public
8
183
  */
@@ -2948,6 +3123,54 @@ export interface DescribeVpcsResult {
2948
3123
  */
2949
3124
  Vpcs?: Vpc[] | undefined;
2950
3125
  }
3126
+ /**
3127
+ * @public
3128
+ */
3129
+ export interface DescribeVpnConcentratorsRequest {
3130
+ /**
3131
+ * <p>One or more VPN concentrator IDs.</p>
3132
+ * @public
3133
+ */
3134
+ VpnConcentratorIds?: string[] | undefined;
3135
+ /**
3136
+ * <p>One or more filters to limit the results.</p>
3137
+ * @public
3138
+ */
3139
+ Filters?: Filter[] | undefined;
3140
+ /**
3141
+ * <p>The maximum number of results to return with a single call.
3142
+ * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
3143
+ * @public
3144
+ */
3145
+ MaxResults?: number | undefined;
3146
+ /**
3147
+ * <p>The token for the next page of results.</p>
3148
+ * @public
3149
+ */
3150
+ NextToken?: string | undefined;
3151
+ /**
3152
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3153
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3154
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3155
+ * @public
3156
+ */
3157
+ DryRun?: boolean | undefined;
3158
+ }
3159
+ /**
3160
+ * @public
3161
+ */
3162
+ export interface DescribeVpnConcentratorsResult {
3163
+ /**
3164
+ * <p>Information about the VPN concentrators.</p>
3165
+ * @public
3166
+ */
3167
+ VpnConcentrators?: VpnConcentrator[] | undefined;
3168
+ /**
3169
+ * <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>
3170
+ * @public
3171
+ */
3172
+ NextToken?: string | undefined;
3173
+ }
2951
3174
  /**
2952
3175
  * <p>Contains the parameters for DescribeVpnConnections.</p>
2953
3176
  * @public
@@ -7476,224 +7699,3 @@ export interface GetCoipPoolUsageResult {
7476
7699
  */
7477
7700
  NextToken?: string | undefined;
7478
7701
  }
7479
- /**
7480
- * @public
7481
- */
7482
- export interface GetConsoleOutputRequest {
7483
- /**
7484
- * <p>The ID of the instance.</p>
7485
- * @public
7486
- */
7487
- InstanceId: string | undefined;
7488
- /**
7489
- * <p>When enabled, retrieves the latest console output for the instance.</p>
7490
- * <p>Default: disabled (<code>false</code>)</p>
7491
- * @public
7492
- */
7493
- Latest?: boolean | undefined;
7494
- /**
7495
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7496
- * request, and provides an error response. If you have the required permissions, the error response is
7497
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7498
- * @public
7499
- */
7500
- DryRun?: boolean | undefined;
7501
- }
7502
- /**
7503
- * @public
7504
- */
7505
- export interface GetConsoleOutputResult {
7506
- /**
7507
- * <p>The ID of the instance.</p>
7508
- * @public
7509
- */
7510
- InstanceId?: string | undefined;
7511
- /**
7512
- * <p>The time at which the output was last updated.</p>
7513
- * @public
7514
- */
7515
- Timestamp?: Date | undefined;
7516
- /**
7517
- * <p>The console output, base64-encoded. If you are using a command line tool, the tool
7518
- * decodes the output for you.</p>
7519
- * @public
7520
- */
7521
- Output?: string | undefined;
7522
- }
7523
- /**
7524
- * @public
7525
- */
7526
- export interface GetConsoleScreenshotRequest {
7527
- /**
7528
- * <p>Checks whether you have the required permissions for the operation, without actually making the
7529
- * request, and provides an error response. If you have the required permissions, the error response is
7530
- * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7531
- * @public
7532
- */
7533
- DryRun?: boolean | undefined;
7534
- /**
7535
- * <p>The ID of the instance.</p>
7536
- * @public
7537
- */
7538
- InstanceId: string | undefined;
7539
- /**
7540
- * <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
7541
- * in standby or "sleep" mode.</p>
7542
- * @public
7543
- */
7544
- WakeUp?: boolean | undefined;
7545
- }
7546
- /**
7547
- * @public
7548
- */
7549
- export interface GetConsoleScreenshotResult {
7550
- /**
7551
- * <p>The data that comprises the image.</p>
7552
- * @public
7553
- */
7554
- ImageData?: string | undefined;
7555
- /**
7556
- * <p>The ID of the instance.</p>
7557
- * @public
7558
- */
7559
- InstanceId?: string | undefined;
7560
- }
7561
- /**
7562
- * @public
7563
- */
7564
- export interface GetDeclarativePoliciesReportSummaryRequest {
7565
- /**
7566
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
7567
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
7568
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
7569
- * @public
7570
- */
7571
- DryRun?: boolean | undefined;
7572
- /**
7573
- * <p>The ID of the report.</p>
7574
- * @public
7575
- */
7576
- ReportId: string | undefined;
7577
- }
7578
- /**
7579
- * <p>A summary report for the attribute for a Region.</p>
7580
- * @public
7581
- */
7582
- export interface RegionalSummary {
7583
- /**
7584
- * <p>The Amazon Web Services Region.</p>
7585
- * @public
7586
- */
7587
- RegionName?: string | undefined;
7588
- /**
7589
- * <p>The number of accounts in the Region with the same configuration value for the
7590
- * attribute that is most frequently observed.</p>
7591
- * @public
7592
- */
7593
- NumberOfMatchedAccounts?: number | undefined;
7594
- /**
7595
- * <p>The number of accounts in the Region with a configuration value different from the
7596
- * most frequently observed value for the attribute.</p>
7597
- * @public
7598
- */
7599
- NumberOfUnmatchedAccounts?: number | undefined;
7600
- }
7601
- /**
7602
- * <p>A summary report for the attribute across all Regions.</p>
7603
- * @public
7604
- */
7605
- export interface AttributeSummary {
7606
- /**
7607
- * <p>The name of the attribute.</p>
7608
- * @public
7609
- */
7610
- AttributeName?: string | undefined;
7611
- /**
7612
- * <p>The configuration value that is most frequently observed for the attribute.</p>
7613
- * @public
7614
- */
7615
- MostFrequentValue?: string | undefined;
7616
- /**
7617
- * <p>The number of accounts with the same configuration value for the attribute that is
7618
- * most frequently observed.</p>
7619
- * @public
7620
- */
7621
- NumberOfMatchedAccounts?: number | undefined;
7622
- /**
7623
- * <p>The number of accounts with a configuration value different from the most frequently
7624
- * observed value for the attribute.</p>
7625
- * @public
7626
- */
7627
- NumberOfUnmatchedAccounts?: number | undefined;
7628
- /**
7629
- * <p>The summary report for each Region for the attribute.</p>
7630
- * @public
7631
- */
7632
- RegionalSummaries?: RegionalSummary[] | undefined;
7633
- }
7634
- /**
7635
- * @public
7636
- */
7637
- export interface GetDeclarativePoliciesReportSummaryResult {
7638
- /**
7639
- * <p>The ID of the report.</p>
7640
- * @public
7641
- */
7642
- ReportId?: string | undefined;
7643
- /**
7644
- * <p>The name of the Amazon S3 bucket where the report is located.</p>
7645
- * @public
7646
- */
7647
- S3Bucket?: string | undefined;
7648
- /**
7649
- * <p>The prefix for your S3 object.</p>
7650
- * @public
7651
- */
7652
- S3Prefix?: string | undefined;
7653
- /**
7654
- * <p>The root ID, organizational unit ID, or account ID.</p>
7655
- * <p>Format:</p>
7656
- * <ul>
7657
- * <li>
7658
- * <p>For root: <code>r-ab12</code>
7659
- * </p>
7660
- * </li>
7661
- * <li>
7662
- * <p>For OU: <code>ou-ab12-cdef1234</code>
7663
- * </p>
7664
- * </li>
7665
- * <li>
7666
- * <p>For account: <code>123456789012</code>
7667
- * </p>
7668
- * </li>
7669
- * </ul>
7670
- * @public
7671
- */
7672
- TargetId?: string | undefined;
7673
- /**
7674
- * <p>The time when the report generation started.</p>
7675
- * @public
7676
- */
7677
- StartTime?: Date | undefined;
7678
- /**
7679
- * <p>The time when the report generation ended.</p>
7680
- * @public
7681
- */
7682
- EndTime?: Date | undefined;
7683
- /**
7684
- * <p>The total number of accounts associated with the specified
7685
- * <code>targetId</code>.</p>
7686
- * @public
7687
- */
7688
- NumberOfAccounts?: number | undefined;
7689
- /**
7690
- * <p>The number of accounts where attributes could not be retrieved in any Region.</p>
7691
- * @public
7692
- */
7693
- NumberOfFailedAccounts?: number | undefined;
7694
- /**
7695
- * <p>The attributes described in the report.</p>
7696
- * @public
7697
- */
7698
- AttributeSummaries?: AttributeSummary[] | undefined;
7699
- }