@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
@@ -2,9 +2,230 @@ import { AccessScopeAnalysisFinding, AddIpamOperatingRegion, AddIpamOrganization
2
2
  import { _InstanceType, AttributeValue, CapacityReservationPreference, CapacityReservationTarget, ClientConnectOptions, ClientLoginBannerOptions, ClientRouteEnforcementOptions, ConnectionLogOptions, ConnectionTrackingSpecificationRequest, DiskImageFormat, EndDateType, ExternalAuthorityConfiguration, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateConfigRequest, HostnameType, InstanceEventWindowTimeRangeRequest, InstanceMatchCriteria, InstanceRequirementsRequest, IpAddressType, Ipam, IpamMeteredAccount, IpamPool, IpamPrefixListResolver, IpamPrefixListResolverRuleConditionOperation, IpamPrefixListResolverRuleRequest, IpamPrefixListResolverRuleType, IpamPrefixListResolverTarget, IpamResourceDiscovery, IpamResourceTag, IpamResourceType, IpamScope, IpamTier, Placement, PlatformValues, RequestIpamResourceTag, SelfServicePortal, ShutdownBehavior, SSEType, TargetCapacitySpecificationRequest, TargetCapacityUnitType } from "./models_1";
3
3
  import { InstanceBandwidthWeighting, LaunchTemplate, LocalGatewayRoute, ManagedPrefixList, NetworkInsightsAccessScopeContent, ResponseLaunchTemplateData, RouteServer, RouteServerPersistRoutesAction, SubnetCidrReservation, TransitGatewayPrefixListReference } from "./models_2";
4
4
  import { Filter, IpamPoolCidr } from "./models_3";
5
- import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, InstanceStatusEvent, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
- import { AnalysisStatus, ArchitectureType, CreateVolumePermission, ExcessCapacityTerminationPolicy, LaunchTemplateConfig, LockState, ReservedInstancesConfiguration, SnapshotAttributeName } from "./models_5";
5
+ import { ArchitectureValues, AttributeBooleanValue, BootModeValues, ConversionTask, FpgaImageAttribute, FpgaImageAttributeName, HttpTokensState, ImportImageLicenseConfigurationResponse, InstanceAttributeName, InstanceAutoRecoveryState, InstanceMetadataEndpointState, InstanceMetadataOptionsResponse, InstanceMetadataProtocolState, InstanceMetadataTagsState, InstanceRebootMigrationState, LaunchPermission, PaymentOption, PermissionGroup, SnapshotDetail, SnapshotTaskDetail, VirtualizationType } from "./models_4";
6
+ import { AnalysisStatus, ArchitectureType, InstanceStatusEvent, LockState, ReservedInstancesConfiguration } from "./models_5";
7
7
  import { ManagedBy, RouteServerPropagation, SnapshotBlockPublicAccessState, TransitGatewayPropagationState } from "./models_6";
8
+ /**
9
+ * @public
10
+ */
11
+ export interface GetConsoleOutputRequest {
12
+ /**
13
+ * <p>The ID of the instance.</p>
14
+ * @public
15
+ */
16
+ InstanceId: string | undefined;
17
+ /**
18
+ * <p>When enabled, retrieves the latest console output for the instance.</p>
19
+ * <p>Default: disabled (<code>false</code>)</p>
20
+ * @public
21
+ */
22
+ Latest?: boolean | undefined;
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
25
+ * request, and provides an error response. If you have the required permissions, the error response is
26
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
27
+ * @public
28
+ */
29
+ DryRun?: boolean | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ */
34
+ export interface GetConsoleOutputResult {
35
+ /**
36
+ * <p>The ID of the instance.</p>
37
+ * @public
38
+ */
39
+ InstanceId?: string | undefined;
40
+ /**
41
+ * <p>The time at which the output was last updated.</p>
42
+ * @public
43
+ */
44
+ Timestamp?: Date | undefined;
45
+ /**
46
+ * <p>The console output, base64-encoded. If you are using a command line tool, the tool
47
+ * decodes the output for you.</p>
48
+ * @public
49
+ */
50
+ Output?: string | undefined;
51
+ }
52
+ /**
53
+ * @public
54
+ */
55
+ export interface GetConsoleScreenshotRequest {
56
+ /**
57
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
58
+ * request, and provides an error response. If you have the required permissions, the error response is
59
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
60
+ * @public
61
+ */
62
+ DryRun?: boolean | undefined;
63
+ /**
64
+ * <p>The ID of the instance.</p>
65
+ * @public
66
+ */
67
+ InstanceId: string | undefined;
68
+ /**
69
+ * <p>When set to <code>true</code>, acts as keystroke input and wakes up an instance that's
70
+ * in standby or "sleep" mode.</p>
71
+ * @public
72
+ */
73
+ WakeUp?: boolean | undefined;
74
+ }
75
+ /**
76
+ * @public
77
+ */
78
+ export interface GetConsoleScreenshotResult {
79
+ /**
80
+ * <p>The data that comprises the image.</p>
81
+ * @public
82
+ */
83
+ ImageData?: string | undefined;
84
+ /**
85
+ * <p>The ID of the instance.</p>
86
+ * @public
87
+ */
88
+ InstanceId?: string | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface GetDeclarativePoliciesReportSummaryRequest {
94
+ /**
95
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
96
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
97
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
98
+ * @public
99
+ */
100
+ DryRun?: boolean | undefined;
101
+ /**
102
+ * <p>The ID of the report.</p>
103
+ * @public
104
+ */
105
+ ReportId: string | undefined;
106
+ }
107
+ /**
108
+ * <p>A summary report for the attribute for a Region.</p>
109
+ * @public
110
+ */
111
+ export interface RegionalSummary {
112
+ /**
113
+ * <p>The Amazon Web Services Region.</p>
114
+ * @public
115
+ */
116
+ RegionName?: string | undefined;
117
+ /**
118
+ * <p>The number of accounts in the Region with the same configuration value for the
119
+ * attribute that is most frequently observed.</p>
120
+ * @public
121
+ */
122
+ NumberOfMatchedAccounts?: number | undefined;
123
+ /**
124
+ * <p>The number of accounts in the Region with a configuration value different from the
125
+ * most frequently observed value for the attribute.</p>
126
+ * @public
127
+ */
128
+ NumberOfUnmatchedAccounts?: number | undefined;
129
+ }
130
+ /**
131
+ * <p>A summary report for the attribute across all Regions.</p>
132
+ * @public
133
+ */
134
+ export interface AttributeSummary {
135
+ /**
136
+ * <p>The name of the attribute.</p>
137
+ * @public
138
+ */
139
+ AttributeName?: string | undefined;
140
+ /**
141
+ * <p>The configuration value that is most frequently observed for the attribute.</p>
142
+ * @public
143
+ */
144
+ MostFrequentValue?: string | undefined;
145
+ /**
146
+ * <p>The number of accounts with the same configuration value for the attribute that is
147
+ * most frequently observed.</p>
148
+ * @public
149
+ */
150
+ NumberOfMatchedAccounts?: number | undefined;
151
+ /**
152
+ * <p>The number of accounts with a configuration value different from the most frequently
153
+ * observed value for the attribute.</p>
154
+ * @public
155
+ */
156
+ NumberOfUnmatchedAccounts?: number | undefined;
157
+ /**
158
+ * <p>The summary report for each Region for the attribute.</p>
159
+ * @public
160
+ */
161
+ RegionalSummaries?: RegionalSummary[] | undefined;
162
+ }
163
+ /**
164
+ * @public
165
+ */
166
+ export interface GetDeclarativePoliciesReportSummaryResult {
167
+ /**
168
+ * <p>The ID of the report.</p>
169
+ * @public
170
+ */
171
+ ReportId?: string | undefined;
172
+ /**
173
+ * <p>The name of the Amazon S3 bucket where the report is located.</p>
174
+ * @public
175
+ */
176
+ S3Bucket?: string | undefined;
177
+ /**
178
+ * <p>The prefix for your S3 object.</p>
179
+ * @public
180
+ */
181
+ S3Prefix?: string | undefined;
182
+ /**
183
+ * <p>The root ID, organizational unit ID, or account ID.</p>
184
+ * <p>Format:</p>
185
+ * <ul>
186
+ * <li>
187
+ * <p>For root: <code>r-ab12</code>
188
+ * </p>
189
+ * </li>
190
+ * <li>
191
+ * <p>For OU: <code>ou-ab12-cdef1234</code>
192
+ * </p>
193
+ * </li>
194
+ * <li>
195
+ * <p>For account: <code>123456789012</code>
196
+ * </p>
197
+ * </li>
198
+ * </ul>
199
+ * @public
200
+ */
201
+ TargetId?: string | undefined;
202
+ /**
203
+ * <p>The time when the report generation started.</p>
204
+ * @public
205
+ */
206
+ StartTime?: Date | undefined;
207
+ /**
208
+ * <p>The time when the report generation ended.</p>
209
+ * @public
210
+ */
211
+ EndTime?: Date | undefined;
212
+ /**
213
+ * <p>The total number of accounts associated with the specified
214
+ * <code>targetId</code>.</p>
215
+ * @public
216
+ */
217
+ NumberOfAccounts?: number | undefined;
218
+ /**
219
+ * <p>The number of accounts where attributes could not be retrieved in any Region.</p>
220
+ * @public
221
+ */
222
+ NumberOfFailedAccounts?: number | undefined;
223
+ /**
224
+ * <p>The attributes described in the report.</p>
225
+ * @public
226
+ */
227
+ AttributeSummaries?: AttributeSummary[] | undefined;
228
+ }
8
229
  /**
9
230
  * @public
10
231
  * @enum
@@ -387,8 +608,8 @@ export interface ImageAncestryEntry {
387
608
  ImageId?: string | undefined;
388
609
  /**
389
610
  * <p>The owner alias (<code>amazon</code> | <code>aws-backup-vault</code> |
390
- * <code>aws-marketplace</code> ) of this AMI, if one is assigned. Otherwise, the value is
391
- * <code>null</code>.</p>
611
+ * <code>aws-marketplace</code> ) of this AMI, if one is assigned. Otherwise, the value is
612
+ * <code>null</code>.</p>
392
613
  * @public
393
614
  */
394
615
  ImageOwnerAlias?: string | undefined;
@@ -8120,249 +8341,3 @@ export interface ModifySecurityGroupRulesResult {
8120
8341
  */
8121
8342
  Return?: boolean | undefined;
8122
8343
  }
8123
- /**
8124
- * <p>Describes modifications to the list of create volume permissions for a volume.</p>
8125
- * @public
8126
- */
8127
- export interface CreateVolumePermissionModifications {
8128
- /**
8129
- * <p>Adds the specified Amazon Web Services account ID or group to the list.</p>
8130
- * @public
8131
- */
8132
- Add?: CreateVolumePermission[] | undefined;
8133
- /**
8134
- * <p>Removes the specified Amazon Web Services account ID or group from the list.</p>
8135
- * @public
8136
- */
8137
- Remove?: CreateVolumePermission[] | undefined;
8138
- }
8139
- /**
8140
- * @public
8141
- */
8142
- export interface ModifySnapshotAttributeRequest {
8143
- /**
8144
- * <p>The snapshot attribute to modify. Only volume creation permissions can be modified.</p>
8145
- * @public
8146
- */
8147
- Attribute?: SnapshotAttributeName | undefined;
8148
- /**
8149
- * <p>A JSON representation of the snapshot attribute modification.</p>
8150
- * @public
8151
- */
8152
- CreateVolumePermission?: CreateVolumePermissionModifications | undefined;
8153
- /**
8154
- * <p>The group to modify for the snapshot.</p>
8155
- * @public
8156
- */
8157
- GroupNames?: string[] | undefined;
8158
- /**
8159
- * <p>The type of operation to perform to the attribute.</p>
8160
- * @public
8161
- */
8162
- OperationType?: OperationType | undefined;
8163
- /**
8164
- * <p>The ID of the snapshot.</p>
8165
- * @public
8166
- */
8167
- SnapshotId: string | undefined;
8168
- /**
8169
- * <p>The account ID to modify for the snapshot.</p>
8170
- * @public
8171
- */
8172
- UserIds?: string[] | undefined;
8173
- /**
8174
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8175
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8176
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8177
- * @public
8178
- */
8179
- DryRun?: boolean | undefined;
8180
- }
8181
- /**
8182
- * @public
8183
- * @enum
8184
- */
8185
- export declare const TargetStorageTier: {
8186
- readonly archive: "archive";
8187
- };
8188
- /**
8189
- * @public
8190
- */
8191
- export type TargetStorageTier = (typeof TargetStorageTier)[keyof typeof TargetStorageTier];
8192
- /**
8193
- * @public
8194
- */
8195
- export interface ModifySnapshotTierRequest {
8196
- /**
8197
- * <p>The ID of the snapshot.</p>
8198
- * @public
8199
- */
8200
- SnapshotId: string | undefined;
8201
- /**
8202
- * <p>The name of the storage tier. You must specify <code>archive</code>.</p>
8203
- * @public
8204
- */
8205
- StorageTier?: TargetStorageTier | undefined;
8206
- /**
8207
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8208
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8209
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8210
- * @public
8211
- */
8212
- DryRun?: boolean | undefined;
8213
- }
8214
- /**
8215
- * @public
8216
- */
8217
- export interface ModifySnapshotTierResult {
8218
- /**
8219
- * <p>The ID of the snapshot.</p>
8220
- * @public
8221
- */
8222
- SnapshotId?: string | undefined;
8223
- /**
8224
- * <p>The date and time when the archive process was started.</p>
8225
- * @public
8226
- */
8227
- TieringStartTime?: Date | undefined;
8228
- }
8229
- /**
8230
- * <p>Contains the parameters for ModifySpotFleetRequest.</p>
8231
- * @public
8232
- */
8233
- export interface ModifySpotFleetRequestRequest {
8234
- /**
8235
- * <p>The launch template and overrides. You can only use this parameter if you specified a
8236
- * launch template (<code>LaunchTemplateConfigs</code>) in your Spot Fleet request. If you
8237
- * specified <code>LaunchSpecifications</code> in your Spot Fleet request, then omit this
8238
- * parameter.</p>
8239
- * @public
8240
- */
8241
- LaunchTemplateConfigs?: LaunchTemplateConfig[] | undefined;
8242
- /**
8243
- * <p>The number of On-Demand Instances in the fleet.</p>
8244
- * @public
8245
- */
8246
- OnDemandTargetCapacity?: number | undefined;
8247
- /**
8248
- * <p>Reserved.</p>
8249
- * @public
8250
- */
8251
- Context?: string | undefined;
8252
- /**
8253
- * <p>The ID of the Spot Fleet request.</p>
8254
- * @public
8255
- */
8256
- SpotFleetRequestId: string | undefined;
8257
- /**
8258
- * <p>The size of the fleet.</p>
8259
- * @public
8260
- */
8261
- TargetCapacity?: number | undefined;
8262
- /**
8263
- * <p>Indicates whether running instances should be terminated if the target capacity
8264
- * of the Spot Fleet request is decreased below the current size of the Spot Fleet.</p>
8265
- * <p>Supported only for fleets of type <code>maintain</code>.</p>
8266
- * @public
8267
- */
8268
- ExcessCapacityTerminationPolicy?: ExcessCapacityTerminationPolicy | undefined;
8269
- }
8270
- /**
8271
- * <p>Contains the output of ModifySpotFleetRequest.</p>
8272
- * @public
8273
- */
8274
- export interface ModifySpotFleetRequestResponse {
8275
- /**
8276
- * <p>If the request succeeds, the response returns <code>true</code>. If the request fails,
8277
- * no response is returned, and instead an error message is returned.</p>
8278
- * @public
8279
- */
8280
- Return?: boolean | undefined;
8281
- }
8282
- /**
8283
- * @public
8284
- */
8285
- export interface ModifySubnetAttributeRequest {
8286
- /**
8287
- * <p>Specify <code>true</code> to indicate that network interfaces created in the
8288
- * specified subnet should be assigned an IPv6 address. This includes a network interface
8289
- * that's created when launching an instance into the subnet (the instance therefore
8290
- * receives an IPv6 address). </p>
8291
- * <p>If you enable the IPv6 addressing feature for your subnet, your network interface
8292
- * or instance only receives an IPv6 address if it's created using version
8293
- * <code>2016-11-15</code> or later of the Amazon EC2 API.</p>
8294
- * @public
8295
- */
8296
- AssignIpv6AddressOnCreation?: AttributeBooleanValue | undefined;
8297
- /**
8298
- * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
8299
- * specified subnet should be assigned a public IPv4 address.</p>
8300
- * <p>Amazon Web Services charges for all public IPv4 addresses, including public IPv4 addresses
8301
- * associated with running instances and Elastic IP addresses. For more information, see the <i>Public IPv4 Address</i> tab on the <a href="http://aws.amazon.com/vpc/pricing/">Amazon VPC pricing page</a>.</p>
8302
- * @public
8303
- */
8304
- MapPublicIpOnLaunch?: AttributeBooleanValue | undefined;
8305
- /**
8306
- * <p>The ID of the subnet.</p>
8307
- * @public
8308
- */
8309
- SubnetId: string | undefined;
8310
- /**
8311
- * <p>Specify <code>true</code> to indicate that network interfaces attached to instances created in the
8312
- * specified subnet should be assigned a customer-owned IPv4 address.</p>
8313
- * <p>When this value is <code>true</code>, you must specify the customer-owned IP pool using <code>CustomerOwnedIpv4Pool</code>.</p>
8314
- * @public
8315
- */
8316
- MapCustomerOwnedIpOnLaunch?: AttributeBooleanValue | undefined;
8317
- /**
8318
- * <p>The customer-owned IPv4 address pool associated with the subnet.</p>
8319
- * <p>You must set this value when you specify <code>true</code> for <code>MapCustomerOwnedIpOnLaunch</code>.</p>
8320
- * @public
8321
- */
8322
- CustomerOwnedIpv4Pool?: string | undefined;
8323
- /**
8324
- * <p>Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet
8325
- * should return synthetic IPv6 addresses for IPv4-only destinations.</p>
8326
- * <p>You must first configure a NAT gateway in a public subnet (separate from the subnet
8327
- * containing the IPv6-only workloads). For example, the subnet containing the NAT gateway
8328
- * should have a <code>0.0.0.0/0</code> route pointing to the internet gateway. For more
8329
- * information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough">Configure DNS64 and NAT64</a> in the <i>Amazon VPC User Guide</i>.</p>
8330
- * @public
8331
- */
8332
- EnableDns64?: AttributeBooleanValue | undefined;
8333
- /**
8334
- * <p>The type of hostname to assign to instances in the subnet at launch. For IPv4-only and dual-stack (IPv4 and IPv6) subnets, an
8335
- * instance DNS name can be based on the instance IPv4 address (ip-name) or the instance ID (resource-name). For IPv6 only subnets, an instance
8336
- * DNS name must be based on the instance ID (resource-name).</p>
8337
- * @public
8338
- */
8339
- PrivateDnsHostnameTypeOnLaunch?: HostnameType | undefined;
8340
- /**
8341
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS A records.</p>
8342
- * @public
8343
- */
8344
- EnableResourceNameDnsARecordOnLaunch?: AttributeBooleanValue | undefined;
8345
- /**
8346
- * <p>Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.</p>
8347
- * @public
8348
- */
8349
- EnableResourceNameDnsAAAARecordOnLaunch?: AttributeBooleanValue | undefined;
8350
- /**
8351
- * <p>
8352
- * Indicates the device position for local network interfaces in this subnet. For example,
8353
- * <code>1</code> indicates local network interfaces in this subnet are the secondary
8354
- * network interface (eth1). A local network interface cannot be the primary network
8355
- * interface (eth0).
8356
- * </p>
8357
- * @public
8358
- */
8359
- EnableLniAtDeviceIndex?: number | undefined;
8360
- /**
8361
- * <p>
8362
- * Specify <code>true</code> to indicate that local network interfaces at the current
8363
- * position should be disabled.
8364
- * </p>
8365
- * @public
8366
- */
8367
- DisableLniAtDeviceIndex?: AttributeBooleanValue | undefined;
8368
- }