@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
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeTransitGatewayPeeringAttachmentsRequest,
10
10
  DescribeTransitGatewayPeeringAttachmentsResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeTransitGatewayPeeringAttachmentsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeTransitGatewayPolicyTablesRequest,
10
10
  DescribeTransitGatewayPolicyTablesResult,
11
- } from "../models/models_5";
11
+ } from "../models/models_6";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeTransitGatewayPolicyTablesCommandInput
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeTransitGatewayRouteTableAnnouncementsRequest } from "../models/models_5";
9
- import { DescribeTransitGatewayRouteTableAnnouncementsResult } from "../models/models_6";
8
+ import {
9
+ DescribeTransitGatewayRouteTableAnnouncementsRequest,
10
+ DescribeTransitGatewayRouteTableAnnouncementsResult,
11
+ } from "../models/models_6";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeTransitGatewayRouteTableAnnouncementsCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeVpnConcentratorsRequest,
10
+ DescribeVpnConcentratorsResult,
11
+ } from "../models/models_6";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeVpnConcentratorsCommandInput
15
+ extends DescribeVpnConcentratorsRequest {}
16
+ export interface DescribeVpnConcentratorsCommandOutput
17
+ extends DescribeVpnConcentratorsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeVpnConcentratorsCommand_base: {
20
+ new (
21
+ input: DescribeVpnConcentratorsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeVpnConcentratorsCommandInput,
24
+ DescribeVpnConcentratorsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeVpnConcentratorsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeVpnConcentratorsCommandInput,
33
+ DescribeVpnConcentratorsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeVpnConcentratorsCommand extends DescribeVpnConcentratorsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVpnConcentratorsRequest;
44
+ output: DescribeVpnConcentratorsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeVpnConcentratorsCommandInput;
48
+ output: DescribeVpnConcentratorsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConsoleOutputRequest,
10
10
  GetConsoleOutputResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConsoleOutputCommandInput extends GetConsoleOutputRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetConsoleScreenshotRequest,
10
10
  GetConsoleScreenshotResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetConsoleScreenshotCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  GetDeclarativePoliciesReportSummaryRequest,
10
10
  GetDeclarativePoliciesReportSummaryResult,
11
- } from "../models/models_6";
11
+ } from "../models/models_7";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface GetDeclarativePoliciesReportSummaryCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifySnapshotAttributeRequest } from "../models/models_7";
8
+ import { ModifySnapshotAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ModifySnapshotAttributeCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifySnapshotTierRequest,
10
10
  ModifySnapshotTierResult,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifySnapshotTierCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ModifySpotFleetRequestRequest,
10
10
  ModifySpotFleetRequestResponse,
11
- } from "../models/models_7";
11
+ } from "../models/models_8";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ModifySpotFleetRequestCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { ModifySubnetAttributeRequest } from "../models/models_7";
8
+ import { ModifySubnetAttributeRequest } from "../models/models_8";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ModifySubnetAttributeCommandInput
@@ -152,6 +152,7 @@ export * from "./CreateVpcEndpointCommand";
152
152
  export * from "./CreateVpcEndpointConnectionNotificationCommand";
153
153
  export * from "./CreateVpcEndpointServiceConfigurationCommand";
154
154
  export * from "./CreateVpcPeeringConnectionCommand";
155
+ export * from "./CreateVpnConcentratorCommand";
155
156
  export * from "./CreateVpnConnectionCommand";
156
157
  export * from "./CreateVpnConnectionRouteCommand";
157
158
  export * from "./CreateVpnGatewayCommand";
@@ -237,6 +238,7 @@ export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
237
238
  export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
238
239
  export * from "./DeleteVpcEndpointsCommand";
239
240
  export * from "./DeleteVpcPeeringConnectionCommand";
241
+ export * from "./DeleteVpnConcentratorCommand";
240
242
  export * from "./DeleteVpnConnectionCommand";
241
243
  export * from "./DeleteVpnConnectionRouteCommand";
242
244
  export * from "./DeleteVpnGatewayCommand";
@@ -424,6 +426,7 @@ export * from "./DescribeVpcEndpointServicesCommand";
424
426
  export * from "./DescribeVpcEndpointsCommand";
425
427
  export * from "./DescribeVpcPeeringConnectionsCommand";
426
428
  export * from "./DescribeVpcsCommand";
429
+ export * from "./DescribeVpnConcentratorsCommand";
427
430
  export * from "./DescribeVpnConnectionsCommand";
428
431
  export * from "./DescribeVpnGatewaysCommand";
429
432
  export * from "./DetachClassicLinkVpcCommand";
@@ -152,6 +152,7 @@ export declare const ResourceType: {
152
152
  readonly vpc_endpoint_service_permission: "vpc-endpoint-service-permission";
153
153
  readonly vpc_flow_log: "vpc-flow-log";
154
154
  readonly vpc_peering_connection: "vpc-peering-connection";
155
+ readonly vpn_concentrator: "vpn-concentrator";
155
156
  readonly vpn_connection: "vpn-connection";
156
157
  readonly vpn_connection_device_type: "vpn-connection-device-type";
157
158
  readonly vpn_gateway: "vpn-gateway";
@@ -221,6 +222,7 @@ export declare const TransitGatewayAttachmentResourceType: {
221
222
  readonly tgw_peering: "tgw-peering";
222
223
  readonly vpc: "vpc";
223
224
  readonly vpn: "vpn";
225
+ readonly vpn_concentrator: "vpn-concentrator";
224
226
  };
225
227
  export type TransitGatewayAttachmentResourceType =
226
228
  (typeof TransitGatewayAttachmentResourceType)[keyof typeof TransitGatewayAttachmentResourceType];
@@ -458,6 +458,28 @@ export interface CreateVpcPeeringConnectionRequest {
458
458
  export interface CreateVpcPeeringConnectionResult {
459
459
  VpcPeeringConnection?: VpcPeeringConnection | undefined;
460
460
  }
461
+ export declare const VpnConcentratorType: {
462
+ readonly ipsec_1: "ipsec.1";
463
+ };
464
+ export type VpnConcentratorType =
465
+ (typeof VpnConcentratorType)[keyof typeof VpnConcentratorType];
466
+ export interface CreateVpnConcentratorRequest {
467
+ Type: VpnConcentratorType | undefined;
468
+ TransitGatewayId?: string | undefined;
469
+ TagSpecifications?: TagSpecification[] | undefined;
470
+ DryRun?: boolean | undefined;
471
+ }
472
+ export interface VpnConcentrator {
473
+ VpnConcentratorId?: string | undefined;
474
+ State?: string | undefined;
475
+ TransitGatewayId?: string | undefined;
476
+ TransitGatewayAttachmentId?: string | undefined;
477
+ Type?: string | undefined;
478
+ Tags?: Tag[] | undefined;
479
+ }
480
+ export interface CreateVpnConcentratorResult {
481
+ VpnConcentrator?: VpnConcentrator | undefined;
482
+ }
461
483
  export declare const VpnTunnelBandwidth: {
462
484
  readonly large: "large";
463
485
  readonly standard: "standard";
@@ -547,6 +569,7 @@ export interface CreateVpnConnectionRequest {
547
569
  Type: string | undefined;
548
570
  VpnGatewayId?: string | undefined;
549
571
  TransitGatewayId?: string | undefined;
572
+ VpnConcentratorId?: string | undefined;
550
573
  TagSpecifications?: TagSpecification[] | undefined;
551
574
  PreSharedKeyStorage?: string | undefined;
552
575
  DryRun?: boolean | undefined;
@@ -663,6 +686,7 @@ export interface VgwTelemetry {
663
686
  export interface VpnConnection {
664
687
  Category?: string | undefined;
665
688
  TransitGatewayId?: string | undefined;
689
+ VpnConcentratorId?: string | undefined;
666
690
  CoreNetworkArn?: string | undefined;
667
691
  CoreNetworkAttachmentArn?: string | undefined;
668
692
  GatewayAssociationState?: GatewayAssociationState | undefined;
@@ -1362,6 +1386,13 @@ export interface DeleteVpcPeeringConnectionRequest {
1362
1386
  export interface DeleteVpcPeeringConnectionResult {
1363
1387
  Return?: boolean | undefined;
1364
1388
  }
1389
+ export interface DeleteVpnConcentratorRequest {
1390
+ VpnConcentratorId: string | undefined;
1391
+ DryRun?: boolean | undefined;
1392
+ }
1393
+ export interface DeleteVpnConcentratorResult {
1394
+ Return?: boolean | undefined;
1395
+ }
1365
1396
  export interface DeleteVpnConnectionRequest {
1366
1397
  VpnConnectionId: string | undefined;
1367
1398
  DryRun?: boolean | undefined;
@@ -1579,45 +1610,3 @@ export interface DescribeAvailabilityZonesRequest {
1579
1610
  DryRun?: boolean | undefined;
1580
1611
  Filters?: Filter[] | undefined;
1581
1612
  }
1582
- export interface AvailabilityZoneMessage {
1583
- Message?: string | undefined;
1584
- }
1585
- export declare const AvailabilityZoneOptInStatus: {
1586
- readonly not_opted_in: "not-opted-in";
1587
- readonly opt_in_not_required: "opt-in-not-required";
1588
- readonly opted_in: "opted-in";
1589
- };
1590
- export type AvailabilityZoneOptInStatus =
1591
- (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
1592
- export declare const AvailabilityZoneState: {
1593
- readonly available: "available";
1594
- readonly constrained: "constrained";
1595
- readonly impaired: "impaired";
1596
- readonly information: "information";
1597
- readonly unavailable: "unavailable";
1598
- };
1599
- export type AvailabilityZoneState =
1600
- (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
1601
- export interface AvailabilityZone {
1602
- OptInStatus?: AvailabilityZoneOptInStatus | undefined;
1603
- Messages?: AvailabilityZoneMessage[] | undefined;
1604
- RegionName?: string | undefined;
1605
- ZoneName?: string | undefined;
1606
- ZoneId?: string | undefined;
1607
- GroupName?: string | undefined;
1608
- NetworkBorderGroup?: string | undefined;
1609
- ZoneType?: string | undefined;
1610
- ParentZoneName?: string | undefined;
1611
- ParentZoneId?: string | undefined;
1612
- GroupLongName?: string | undefined;
1613
- State?: AvailabilityZoneState | undefined;
1614
- }
1615
- export interface DescribeAvailabilityZonesResult {
1616
- AvailabilityZones?: AvailabilityZone[] | undefined;
1617
- }
1618
- export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
1619
- MaxResults?: number | undefined;
1620
- NextToken?: string | undefined;
1621
- Filters?: Filter[] | undefined;
1622
- DryRun?: boolean | undefined;
1623
- }
@@ -79,6 +79,48 @@ import {
79
79
  IdFormat,
80
80
  InstanceTagNotificationAttribute,
81
81
  } from "./models_3";
82
+ export interface AvailabilityZoneMessage {
83
+ Message?: string | undefined;
84
+ }
85
+ export declare const AvailabilityZoneOptInStatus: {
86
+ readonly not_opted_in: "not-opted-in";
87
+ readonly opt_in_not_required: "opt-in-not-required";
88
+ readonly opted_in: "opted-in";
89
+ };
90
+ export type AvailabilityZoneOptInStatus =
91
+ (typeof AvailabilityZoneOptInStatus)[keyof typeof AvailabilityZoneOptInStatus];
92
+ export declare const AvailabilityZoneState: {
93
+ readonly available: "available";
94
+ readonly constrained: "constrained";
95
+ readonly impaired: "impaired";
96
+ readonly information: "information";
97
+ readonly unavailable: "unavailable";
98
+ };
99
+ export type AvailabilityZoneState =
100
+ (typeof AvailabilityZoneState)[keyof typeof AvailabilityZoneState];
101
+ export interface AvailabilityZone {
102
+ OptInStatus?: AvailabilityZoneOptInStatus | undefined;
103
+ Messages?: AvailabilityZoneMessage[] | undefined;
104
+ RegionName?: string | undefined;
105
+ ZoneName?: string | undefined;
106
+ ZoneId?: string | undefined;
107
+ GroupName?: string | undefined;
108
+ NetworkBorderGroup?: string | undefined;
109
+ ZoneType?: string | undefined;
110
+ ParentZoneName?: string | undefined;
111
+ ParentZoneId?: string | undefined;
112
+ GroupLongName?: string | undefined;
113
+ State?: AvailabilityZoneState | undefined;
114
+ }
115
+ export interface DescribeAvailabilityZonesResult {
116
+ AvailabilityZones?: AvailabilityZone[] | undefined;
117
+ }
118
+ export interface DescribeAwsNetworkPerformanceMetricSubscriptionsRequest {
119
+ MaxResults?: number | undefined;
120
+ NextToken?: string | undefined;
121
+ Filters?: Filter[] | undefined;
122
+ DryRun?: boolean | undefined;
123
+ }
82
124
  export declare const MetricType: {
83
125
  readonly aggregate_latency: "aggregate-latency";
84
126
  };
@@ -2146,44 +2188,3 @@ export interface EbsStatusSummary {
2146
2188
  Details?: EbsStatusDetails[] | undefined;
2147
2189
  Status?: SummaryStatus | undefined;
2148
2190
  }
2149
- export declare const EventCode: {
2150
- readonly instance_reboot: "instance-reboot";
2151
- readonly instance_retirement: "instance-retirement";
2152
- readonly instance_stop: "instance-stop";
2153
- readonly system_maintenance: "system-maintenance";
2154
- readonly system_reboot: "system-reboot";
2155
- };
2156
- export type EventCode = (typeof EventCode)[keyof typeof EventCode];
2157
- export interface InstanceStatusEvent {
2158
- InstanceEventId?: string | undefined;
2159
- Code?: EventCode | undefined;
2160
- Description?: string | undefined;
2161
- NotAfter?: Date | undefined;
2162
- NotBefore?: Date | undefined;
2163
- NotBeforeDeadline?: Date | undefined;
2164
- }
2165
- export interface InstanceStatusDetails {
2166
- ImpairedSince?: Date | undefined;
2167
- Name?: StatusName | undefined;
2168
- Status?: StatusType | undefined;
2169
- }
2170
- export interface InstanceStatusSummary {
2171
- Details?: InstanceStatusDetails[] | undefined;
2172
- Status?: SummaryStatus | undefined;
2173
- }
2174
- export interface InstanceStatus {
2175
- AvailabilityZone?: string | undefined;
2176
- AvailabilityZoneId?: string | undefined;
2177
- OutpostArn?: string | undefined;
2178
- Operator?: OperatorResponse | undefined;
2179
- Events?: InstanceStatusEvent[] | undefined;
2180
- InstanceId?: string | undefined;
2181
- InstanceState?: InstanceState | undefined;
2182
- InstanceStatus?: InstanceStatusSummary | undefined;
2183
- SystemStatus?: InstanceStatusSummary | undefined;
2184
- AttachedEbsStatus?: EbsStatusSummary | undefined;
2185
- }
2186
- export interface DescribeInstanceStatusResult {
2187
- InstanceStatuses?: InstanceStatus[] | undefined;
2188
- NextToken?: string | undefined;
2189
- }
@@ -19,7 +19,6 @@ import {
19
19
  TransitGatewayAssociationState,
20
20
  TransitGatewayAttachmentResourceType,
21
21
  TransitGatewayAttachmentState,
22
- TransitGatewayPeeringAttachment,
23
22
  UserIdGroupPair,
24
23
  } from "./models_0";
25
24
  import {
@@ -44,6 +43,7 @@ import {
44
43
  Ipv6PrefixSpecificationRequest,
45
44
  KeyType,
46
45
  MacModificationTask,
46
+ OperatorResponse,
47
47
  SpotInstanceType,
48
48
  Subnet,
49
49
  TargetCapacityUnitType,
@@ -85,17 +85,61 @@ import {
85
85
  TrafficMirrorTarget,
86
86
  TransitGatewayConnect,
87
87
  TransitGatewayConnectPeer,
88
- TransitGatewayMulticastDomain,
89
- TransitGatewayPolicyTable,
90
88
  } from "./models_2";
91
89
  import { Byoasn, Filter, IdFormat } from "./models_3";
92
90
  import {
93
91
  AttributeBooleanValue,
92
+ EbsStatusSummary,
94
93
  EventInformation,
94
+ InstanceState,
95
95
  PermissionGroup,
96
96
  ProductCode,
97
+ StatusName,
98
+ StatusType,
99
+ SummaryStatus,
97
100
  VirtualizationType,
98
101
  } from "./models_4";
102
+ export declare const EventCode: {
103
+ readonly instance_reboot: "instance-reboot";
104
+ readonly instance_retirement: "instance-retirement";
105
+ readonly instance_stop: "instance-stop";
106
+ readonly system_maintenance: "system-maintenance";
107
+ readonly system_reboot: "system-reboot";
108
+ };
109
+ export type EventCode = (typeof EventCode)[keyof typeof EventCode];
110
+ export interface InstanceStatusEvent {
111
+ InstanceEventId?: string | undefined;
112
+ Code?: EventCode | undefined;
113
+ Description?: string | undefined;
114
+ NotAfter?: Date | undefined;
115
+ NotBefore?: Date | undefined;
116
+ NotBeforeDeadline?: Date | undefined;
117
+ }
118
+ export interface InstanceStatusDetails {
119
+ ImpairedSince?: Date | undefined;
120
+ Name?: StatusName | undefined;
121
+ Status?: StatusType | undefined;
122
+ }
123
+ export interface InstanceStatusSummary {
124
+ Details?: InstanceStatusDetails[] | undefined;
125
+ Status?: SummaryStatus | undefined;
126
+ }
127
+ export interface InstanceStatus {
128
+ AvailabilityZone?: string | undefined;
129
+ AvailabilityZoneId?: string | undefined;
130
+ OutpostArn?: string | undefined;
131
+ Operator?: OperatorResponse | undefined;
132
+ Events?: InstanceStatusEvent[] | undefined;
133
+ InstanceId?: string | undefined;
134
+ InstanceState?: InstanceState | undefined;
135
+ InstanceStatus?: InstanceStatusSummary | undefined;
136
+ SystemStatus?: InstanceStatusSummary | undefined;
137
+ AttachedEbsStatus?: EbsStatusSummary | undefined;
138
+ }
139
+ export interface DescribeInstanceStatusResult {
140
+ InstanceStatuses?: InstanceStatus[] | undefined;
141
+ NextToken?: string | undefined;
142
+ }
99
143
  export interface DescribeInstanceTopologyRequest {
100
144
  DryRun?: boolean | undefined;
101
145
  NextToken?: string | undefined;
@@ -2012,38 +2056,3 @@ export interface DescribeTransitGatewayMulticastDomainsRequest {
2012
2056
  NextToken?: string | undefined;
2013
2057
  DryRun?: boolean | undefined;
2014
2058
  }
2015
- export interface DescribeTransitGatewayMulticastDomainsResult {
2016
- TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
2017
- NextToken?: string | undefined;
2018
- }
2019
- export interface DescribeTransitGatewayPeeringAttachmentsRequest {
2020
- TransitGatewayAttachmentIds?: string[] | undefined;
2021
- Filters?: Filter[] | undefined;
2022
- MaxResults?: number | undefined;
2023
- NextToken?: string | undefined;
2024
- DryRun?: boolean | undefined;
2025
- }
2026
- export interface DescribeTransitGatewayPeeringAttachmentsResult {
2027
- TransitGatewayPeeringAttachments?:
2028
- | TransitGatewayPeeringAttachment[]
2029
- | undefined;
2030
- NextToken?: string | undefined;
2031
- }
2032
- export interface DescribeTransitGatewayPolicyTablesRequest {
2033
- TransitGatewayPolicyTableIds?: string[] | undefined;
2034
- Filters?: Filter[] | undefined;
2035
- MaxResults?: number | undefined;
2036
- NextToken?: string | undefined;
2037
- DryRun?: boolean | undefined;
2038
- }
2039
- export interface DescribeTransitGatewayPolicyTablesResult {
2040
- TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
2041
- NextToken?: string | undefined;
2042
- }
2043
- export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
2044
- TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
2045
- Filters?: Filter[] | undefined;
2046
- MaxResults?: number | undefined;
2047
- NextToken?: string | undefined;
2048
- DryRun?: boolean | undefined;
2049
- }
@@ -19,6 +19,7 @@ import {
19
19
  TransitGatewayAssociation,
20
20
  TransitGatewayAttachmentResourceType,
21
21
  TransitGatewayMulticastDomainAssociations,
22
+ TransitGatewayPeeringAttachment,
22
23
  TransitGatewayPolicyTableAssociation,
23
24
  TransitGatewayVpcAttachment,
24
25
  TrunkInterfaceAssociation,
@@ -39,6 +40,8 @@ import {
39
40
  } from "./models_1";
40
41
  import {
41
42
  TransitGateway,
43
+ TransitGatewayMulticastDomain,
44
+ TransitGatewayPolicyTable,
42
45
  TransitGatewayRouteTable,
43
46
  TransitGatewayRouteTableAnnouncement,
44
47
  VerifiedAccessEndpoint,
@@ -56,6 +59,7 @@ import {
56
59
  VerifiedAccessGroup,
57
60
  VpcBlockPublicAccessExclusion,
58
61
  VpcEndpoint,
62
+ VpnConcentrator,
59
63
  VpnConnection,
60
64
  VpnGateway,
61
65
  } from "./models_3";
@@ -74,6 +78,41 @@ import {
74
78
  ReservationState,
75
79
  StatisticType,
76
80
  } from "./models_4";
81
+ export interface DescribeTransitGatewayMulticastDomainsResult {
82
+ TransitGatewayMulticastDomains?: TransitGatewayMulticastDomain[] | undefined;
83
+ NextToken?: string | undefined;
84
+ }
85
+ export interface DescribeTransitGatewayPeeringAttachmentsRequest {
86
+ TransitGatewayAttachmentIds?: string[] | undefined;
87
+ Filters?: Filter[] | undefined;
88
+ MaxResults?: number | undefined;
89
+ NextToken?: string | undefined;
90
+ DryRun?: boolean | undefined;
91
+ }
92
+ export interface DescribeTransitGatewayPeeringAttachmentsResult {
93
+ TransitGatewayPeeringAttachments?:
94
+ | TransitGatewayPeeringAttachment[]
95
+ | undefined;
96
+ NextToken?: string | undefined;
97
+ }
98
+ export interface DescribeTransitGatewayPolicyTablesRequest {
99
+ TransitGatewayPolicyTableIds?: string[] | undefined;
100
+ Filters?: Filter[] | undefined;
101
+ MaxResults?: number | undefined;
102
+ NextToken?: string | undefined;
103
+ DryRun?: boolean | undefined;
104
+ }
105
+ export interface DescribeTransitGatewayPolicyTablesResult {
106
+ TransitGatewayPolicyTables?: TransitGatewayPolicyTable[] | undefined;
107
+ NextToken?: string | undefined;
108
+ }
109
+ export interface DescribeTransitGatewayRouteTableAnnouncementsRequest {
110
+ TransitGatewayRouteTableAnnouncementIds?: string[] | undefined;
111
+ Filters?: Filter[] | undefined;
112
+ MaxResults?: number | undefined;
113
+ NextToken?: string | undefined;
114
+ DryRun?: boolean | undefined;
115
+ }
77
116
  export interface DescribeTransitGatewayRouteTableAnnouncementsResult {
78
117
  TransitGatewayRouteTableAnnouncements?:
79
118
  | TransitGatewayRouteTableAnnouncement[]
@@ -609,6 +648,17 @@ export interface DescribeVpcsResult {
609
648
  NextToken?: string | undefined;
610
649
  Vpcs?: Vpc[] | undefined;
611
650
  }
651
+ export interface DescribeVpnConcentratorsRequest {
652
+ VpnConcentratorIds?: string[] | undefined;
653
+ Filters?: Filter[] | undefined;
654
+ MaxResults?: number | undefined;
655
+ NextToken?: string | undefined;
656
+ DryRun?: boolean | undefined;
657
+ }
658
+ export interface DescribeVpnConcentratorsResult {
659
+ VpnConcentrators?: VpnConcentrator[] | undefined;
660
+ NextToken?: string | undefined;
661
+ }
612
662
  export interface DescribeVpnConnectionsRequest {
613
663
  Filters?: Filter[] | undefined;
614
664
  VpnConnectionIds?: string[] | undefined;
@@ -1668,49 +1718,3 @@ export interface GetCoipPoolUsageResult {
1668
1718
  LocalGatewayRouteTableId?: string | undefined;
1669
1719
  NextToken?: string | undefined;
1670
1720
  }
1671
- export interface GetConsoleOutputRequest {
1672
- InstanceId: string | undefined;
1673
- Latest?: boolean | undefined;
1674
- DryRun?: boolean | undefined;
1675
- }
1676
- export interface GetConsoleOutputResult {
1677
- InstanceId?: string | undefined;
1678
- Timestamp?: Date | undefined;
1679
- Output?: string | undefined;
1680
- }
1681
- export interface GetConsoleScreenshotRequest {
1682
- DryRun?: boolean | undefined;
1683
- InstanceId: string | undefined;
1684
- WakeUp?: boolean | undefined;
1685
- }
1686
- export interface GetConsoleScreenshotResult {
1687
- ImageData?: string | undefined;
1688
- InstanceId?: string | undefined;
1689
- }
1690
- export interface GetDeclarativePoliciesReportSummaryRequest {
1691
- DryRun?: boolean | undefined;
1692
- ReportId: string | undefined;
1693
- }
1694
- export interface RegionalSummary {
1695
- RegionName?: string | undefined;
1696
- NumberOfMatchedAccounts?: number | undefined;
1697
- NumberOfUnmatchedAccounts?: number | undefined;
1698
- }
1699
- export interface AttributeSummary {
1700
- AttributeName?: string | undefined;
1701
- MostFrequentValue?: string | undefined;
1702
- NumberOfMatchedAccounts?: number | undefined;
1703
- NumberOfUnmatchedAccounts?: number | undefined;
1704
- RegionalSummaries?: RegionalSummary[] | undefined;
1705
- }
1706
- export interface GetDeclarativePoliciesReportSummaryResult {
1707
- ReportId?: string | undefined;
1708
- S3Bucket?: string | undefined;
1709
- S3Prefix?: string | undefined;
1710
- TargetId?: string | undefined;
1711
- StartTime?: Date | undefined;
1712
- EndTime?: Date | undefined;
1713
- NumberOfAccounts?: number | undefined;
1714
- NumberOfFailedAccounts?: number | undefined;
1715
- AttributeSummaries?: AttributeSummary[] | undefined;
1716
- }