@aws-sdk/client-lightsail 3.279.0 → 3.282.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 (217) hide show
  1. package/README.md +1275 -0
  2. package/dist-cjs/Lightsail.js +60 -0
  3. package/dist-cjs/commands/CreateGUISessionAccessDetailsCommand.js +46 -0
  4. package/dist-cjs/commands/GetCostEstimateCommand.js +46 -0
  5. package/dist-cjs/commands/GetDiskCommand.js +3 -3
  6. package/dist-cjs/commands/GetDiskSnapshotCommand.js +3 -3
  7. package/dist-cjs/commands/GetDiskSnapshotsCommand.js +3 -3
  8. package/dist-cjs/commands/GetDisksCommand.js +3 -3
  9. package/dist-cjs/commands/GetDistributionBundlesCommand.js +3 -3
  10. package/dist-cjs/commands/GetDistributionLatestCacheResetCommand.js +3 -3
  11. package/dist-cjs/commands/StartGUISessionCommand.js +46 -0
  12. package/dist-cjs/commands/StopGUISessionCommand.js +46 -0
  13. package/dist-cjs/commands/index.js +4 -0
  14. package/dist-cjs/endpoint/ruleset.js +3 -3
  15. package/dist-cjs/models/models_0.js +75 -54
  16. package/dist-cjs/models/models_1.js +81 -4
  17. package/dist-cjs/protocols/Aws_json1_1.js +390 -7
  18. package/dist-es/Lightsail.js +60 -0
  19. package/dist-es/commands/CreateGUISessionAccessDetailsCommand.js +42 -0
  20. package/dist-es/commands/GetCostEstimateCommand.js +42 -0
  21. package/dist-es/commands/GetDiskCommand.js +1 -1
  22. package/dist-es/commands/GetDiskSnapshotCommand.js +1 -1
  23. package/dist-es/commands/GetDiskSnapshotsCommand.js +1 -1
  24. package/dist-es/commands/GetDisksCommand.js +1 -1
  25. package/dist-es/commands/GetDistributionBundlesCommand.js +1 -1
  26. package/dist-es/commands/GetDistributionLatestCacheResetCommand.js +1 -1
  27. package/dist-es/commands/StartGUISessionCommand.js +42 -0
  28. package/dist-es/commands/StopGUISessionCommand.js +42 -0
  29. package/dist-es/commands/index.js +4 -0
  30. package/dist-es/endpoint/ruleset.js +3 -3
  31. package/dist-es/models/models_0.js +62 -36
  32. package/dist-es/models/models_1.js +57 -0
  33. package/dist-es/protocols/Aws_json1_1.js +375 -0
  34. package/dist-types/Lightsail.d.ts +32 -0
  35. package/dist-types/LightsailClient.d.ts +6 -2
  36. package/dist-types/commands/AllocateStaticIpCommand.d.ts +6 -0
  37. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +6 -0
  38. package/dist-types/commands/AttachDiskCommand.d.ts +6 -0
  39. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +6 -0
  40. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +6 -0
  41. package/dist-types/commands/AttachStaticIpCommand.d.ts +6 -0
  42. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +6 -0
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +6 -0
  44. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +6 -0
  45. package/dist-types/commands/CreateBucketCommand.d.ts +6 -0
  46. package/dist-types/commands/CreateCertificateCommand.d.ts +6 -0
  47. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +6 -0
  48. package/dist-types/commands/CreateContactMethodCommand.d.ts +6 -0
  49. package/dist-types/commands/CreateContainerServiceCommand.d.ts +6 -0
  50. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +6 -0
  51. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +6 -0
  52. package/dist-types/commands/CreateDiskCommand.d.ts +6 -0
  53. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +6 -0
  54. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +6 -0
  55. package/dist-types/commands/CreateDistributionCommand.d.ts +6 -0
  56. package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
  57. package/dist-types/commands/CreateDomainEntryCommand.d.ts +6 -0
  58. package/dist-types/commands/CreateGUISessionAccessDetailsCommand.d.ts +45 -0
  59. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +6 -0
  60. package/dist-types/commands/CreateInstancesCommand.d.ts +6 -0
  61. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +6 -0
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +6 -0
  63. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +6 -0
  64. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +6 -0
  65. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +6 -0
  66. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +6 -0
  67. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +6 -0
  68. package/dist-types/commands/DeleteAlarmCommand.d.ts +6 -0
  69. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +6 -0
  70. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +6 -0
  71. package/dist-types/commands/DeleteBucketCommand.d.ts +6 -0
  72. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
  73. package/dist-types/commands/DeleteContactMethodCommand.d.ts +6 -0
  74. package/dist-types/commands/DeleteContainerImageCommand.d.ts +6 -0
  75. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +6 -0
  76. package/dist-types/commands/DeleteDiskCommand.d.ts +6 -0
  77. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +6 -0
  78. package/dist-types/commands/DeleteDistributionCommand.d.ts +6 -0
  79. package/dist-types/commands/DeleteDomainCommand.d.ts +6 -0
  80. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +6 -0
  81. package/dist-types/commands/DeleteInstanceCommand.d.ts +6 -0
  82. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +6 -0
  83. package/dist-types/commands/DeleteKeyPairCommand.d.ts +6 -0
  84. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +6 -0
  85. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +6 -0
  86. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +6 -0
  87. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +6 -0
  88. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +6 -0
  89. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +6 -0
  90. package/dist-types/commands/DetachDiskCommand.d.ts +6 -0
  91. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +6 -0
  92. package/dist-types/commands/DetachStaticIpCommand.d.ts +6 -0
  93. package/dist-types/commands/DisableAddOnCommand.d.ts +6 -0
  94. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +6 -0
  95. package/dist-types/commands/EnableAddOnCommand.d.ts +6 -0
  96. package/dist-types/commands/ExportSnapshotCommand.d.ts +6 -0
  97. package/dist-types/commands/GetActiveNamesCommand.d.ts +6 -0
  98. package/dist-types/commands/GetAlarmsCommand.d.ts +6 -0
  99. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +6 -0
  100. package/dist-types/commands/GetBlueprintsCommand.d.ts +6 -0
  101. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +6 -0
  102. package/dist-types/commands/GetBucketBundlesCommand.d.ts +6 -0
  103. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +6 -0
  104. package/dist-types/commands/GetBucketsCommand.d.ts +6 -0
  105. package/dist-types/commands/GetBundlesCommand.d.ts +6 -0
  106. package/dist-types/commands/GetCertificatesCommand.d.ts +6 -0
  107. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +6 -0
  108. package/dist-types/commands/GetContactMethodsCommand.d.ts +6 -0
  109. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +6 -0
  110. package/dist-types/commands/GetContainerImagesCommand.d.ts +6 -0
  111. package/dist-types/commands/GetContainerLogCommand.d.ts +6 -0
  112. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +6 -0
  113. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +6 -0
  114. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +6 -0
  115. package/dist-types/commands/GetContainerServicesCommand.d.ts +6 -0
  116. package/dist-types/commands/GetCostEstimateCommand.d.ts +43 -0
  117. package/dist-types/commands/GetDiskCommand.d.ts +7 -1
  118. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +7 -1
  119. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +7 -1
  120. package/dist-types/commands/GetDisksCommand.d.ts +7 -1
  121. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +7 -1
  122. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +7 -1
  123. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +6 -0
  124. package/dist-types/commands/GetDistributionsCommand.d.ts +6 -0
  125. package/dist-types/commands/GetDomainCommand.d.ts +6 -0
  126. package/dist-types/commands/GetDomainsCommand.d.ts +6 -0
  127. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +6 -0
  128. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +6 -0
  129. package/dist-types/commands/GetInstanceCommand.d.ts +6 -0
  130. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +6 -0
  131. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +6 -0
  132. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +6 -0
  133. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +6 -0
  134. package/dist-types/commands/GetInstanceStateCommand.d.ts +6 -0
  135. package/dist-types/commands/GetInstancesCommand.d.ts +6 -0
  136. package/dist-types/commands/GetKeyPairCommand.d.ts +6 -0
  137. package/dist-types/commands/GetKeyPairsCommand.d.ts +6 -0
  138. package/dist-types/commands/GetLoadBalancerCommand.d.ts +6 -0
  139. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +6 -0
  140. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +6 -0
  141. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +6 -0
  142. package/dist-types/commands/GetLoadBalancersCommand.d.ts +6 -0
  143. package/dist-types/commands/GetOperationCommand.d.ts +6 -0
  144. package/dist-types/commands/GetOperationsCommand.d.ts +6 -0
  145. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +6 -0
  146. package/dist-types/commands/GetRegionsCommand.d.ts +6 -0
  147. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +6 -0
  148. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +6 -0
  149. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +6 -0
  150. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +6 -0
  151. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +6 -0
  152. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +6 -0
  153. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +6 -0
  154. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +6 -0
  155. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +6 -0
  156. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +6 -0
  157. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +6 -0
  158. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +6 -0
  159. package/dist-types/commands/GetStaticIpCommand.d.ts +6 -0
  160. package/dist-types/commands/GetStaticIpsCommand.d.ts +6 -0
  161. package/dist-types/commands/ImportKeyPairCommand.d.ts +6 -0
  162. package/dist-types/commands/IsVpcPeeredCommand.d.ts +6 -0
  163. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +6 -0
  164. package/dist-types/commands/PeerVpcCommand.d.ts +6 -0
  165. package/dist-types/commands/PutAlarmCommand.d.ts +6 -0
  166. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +6 -0
  167. package/dist-types/commands/RebootInstanceCommand.d.ts +6 -0
  168. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +6 -0
  169. package/dist-types/commands/RegisterContainerImageCommand.d.ts +6 -0
  170. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +6 -0
  171. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +6 -0
  172. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +6 -0
  173. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +6 -0
  174. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +6 -0
  175. package/dist-types/commands/StartGUISessionCommand.d.ts +44 -0
  176. package/dist-types/commands/StartInstanceCommand.d.ts +6 -0
  177. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +6 -0
  178. package/dist-types/commands/StopGUISessionCommand.d.ts +44 -0
  179. package/dist-types/commands/StopInstanceCommand.d.ts +6 -0
  180. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +6 -0
  181. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  182. package/dist-types/commands/TestAlarmCommand.d.ts +6 -0
  183. package/dist-types/commands/UnpeerVpcCommand.d.ts +6 -0
  184. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  185. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +6 -0
  186. package/dist-types/commands/UpdateBucketCommand.d.ts +6 -0
  187. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +6 -0
  188. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +6 -0
  189. package/dist-types/commands/UpdateDistributionCommand.d.ts +6 -0
  190. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +6 -0
  191. package/dist-types/commands/UpdateInstanceMetadataOptionsCommand.d.ts +6 -0
  192. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +6 -0
  193. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +6 -0
  194. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +6 -0
  195. package/dist-types/commands/index.d.ts +4 -0
  196. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  197. package/dist-types/models/models_0.d.ts +244 -147
  198. package/dist-types/models/models_1.d.ts +268 -1
  199. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  200. package/dist-types/ts3.4/Lightsail.d.ts +68 -0
  201. package/dist-types/ts3.4/LightsailClient.d.ts +24 -0
  202. package/dist-types/ts3.4/commands/CreateGUISessionAccessDetailsCommand.d.ts +41 -0
  203. package/dist-types/ts3.4/commands/GetCostEstimateCommand.d.ts +37 -0
  204. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/StartGUISessionCommand.d.ts +37 -0
  211. package/dist-types/ts3.4/commands/StopGUISessionCommand.d.ts +37 -0
  212. package/dist-types/ts3.4/commands/index.d.ts +4 -0
  213. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  214. package/dist-types/ts3.4/models/models_0.d.ts +92 -73
  215. package/dist-types/ts3.4/models/models_1.d.ts +124 -0
  216. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +48 -0
  217. package/package.json +17 -17
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetOperationRequest, GetOperationResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetOperationCommand}.
8
+ */
6
9
  export interface GetOperationCommandInput extends GetOperationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOperationCommand}.
13
+ */
8
14
  export interface GetOperationCommandOutput extends GetOperationResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetOperationsRequest, GetOperationsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetOperationsCommand}.
8
+ */
6
9
  export interface GetOperationsCommandInput extends GetOperationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOperationsCommand}.
13
+ */
8
14
  export interface GetOperationsCommandOutput extends GetOperationsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetOperationsForResourceRequest, GetOperationsForResourceResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetOperationsForResourceCommand}.
8
+ */
6
9
  export interface GetOperationsForResourceCommandInput extends GetOperationsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetOperationsForResourceCommand}.
13
+ */
8
14
  export interface GetOperationsForResourceCommandOutput extends GetOperationsForResourceResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRegionsRequest, GetRegionsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRegionsCommand}.
8
+ */
6
9
  export interface GetRegionsCommandInput extends GetRegionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRegionsCommand}.
13
+ */
8
14
  export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseBlueprintsRequest, GetRelationalDatabaseBlueprintsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseBlueprintsCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseBlueprintsCommandInput extends GetRelationalDatabaseBlueprintsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseBlueprintsCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseBlueprintsCommandOutput extends GetRelationalDatabaseBlueprintsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseBundlesRequest, GetRelationalDatabaseBundlesResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseBundlesCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseBundlesCommandInput extends GetRelationalDatabaseBundlesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseBundlesCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseBundlesCommandOutput extends GetRelationalDatabaseBundlesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseRequest, GetRelationalDatabaseResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseCommandInput extends GetRelationalDatabaseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabaseResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseEventsRequest, GetRelationalDatabaseEventsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseEventsCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseEventsCommandInput extends GetRelationalDatabaseEventsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseEventsCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalDatabaseEventsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseLogEventsRequest, GetRelationalDatabaseLogEventsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseLogEventsCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseLogEventsCommandInput extends GetRelationalDatabaseLogEventsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseLogEventsCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseLogEventsCommandOutput extends GetRelationalDatabaseLogEventsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseLogStreamsRequest, GetRelationalDatabaseLogStreamsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseLogStreamsCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseLogStreamsCommandInput extends GetRelationalDatabaseLogStreamsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseLogStreamsCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseLogStreamsCommandOutput extends GetRelationalDatabaseLogStreamsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseMasterUserPasswordRequest, GetRelationalDatabaseMasterUserPasswordResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseMasterUserPasswordCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseMasterUserPasswordCommandInput extends GetRelationalDatabaseMasterUserPasswordRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseMasterUserPasswordCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseMasterUserPasswordCommandOutput extends GetRelationalDatabaseMasterUserPasswordResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseMetricDataRequest, GetRelationalDatabaseMetricDataResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseMetricDataCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseMetricDataCommandInput extends GetRelationalDatabaseMetricDataRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseMetricDataCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseMetricDataCommandOutput extends GetRelationalDatabaseMetricDataResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseParametersRequest, GetRelationalDatabaseParametersResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseParametersCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseParametersCommandInput extends GetRelationalDatabaseParametersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseParametersCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseParametersCommandOutput extends GetRelationalDatabaseParametersResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseSnapshotRequest, GetRelationalDatabaseSnapshotResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseSnapshotCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseSnapshotCommandInput extends GetRelationalDatabaseSnapshotRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseSnapshotCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseSnapshotCommandOutput extends GetRelationalDatabaseSnapshotResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabaseSnapshotsRequest, GetRelationalDatabaseSnapshotsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabaseSnapshotsCommand}.
8
+ */
6
9
  export interface GetRelationalDatabaseSnapshotsCommandInput extends GetRelationalDatabaseSnapshotsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabaseSnapshotsCommand}.
13
+ */
8
14
  export interface GetRelationalDatabaseSnapshotsCommandOutput extends GetRelationalDatabaseSnapshotsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetRelationalDatabasesRequest, GetRelationalDatabasesResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetRelationalDatabasesCommand}.
8
+ */
6
9
  export interface GetRelationalDatabasesCommandInput extends GetRelationalDatabasesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRelationalDatabasesCommand}.
13
+ */
8
14
  export interface GetRelationalDatabasesCommandOutput extends GetRelationalDatabasesResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetStaticIpRequest, GetStaticIpResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetStaticIpCommand}.
8
+ */
6
9
  export interface GetStaticIpCommandInput extends GetStaticIpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetStaticIpCommand}.
13
+ */
8
14
  export interface GetStaticIpCommandOutput extends GetStaticIpResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { GetStaticIpsRequest, GetStaticIpsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link GetStaticIpsCommand}.
8
+ */
6
9
  export interface GetStaticIpsCommandInput extends GetStaticIpsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetStaticIpsCommand}.
13
+ */
8
14
  export interface GetStaticIpsCommandOutput extends GetStaticIpsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ImportKeyPairCommand}.
8
+ */
6
9
  export interface ImportKeyPairCommandInput extends ImportKeyPairRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportKeyPairCommand}.
13
+ */
8
14
  export interface ImportKeyPairCommandOutput extends ImportKeyPairResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { IsVpcPeeredRequest, IsVpcPeeredResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link IsVpcPeeredCommand}.
8
+ */
6
9
  export interface IsVpcPeeredCommandInput extends IsVpcPeeredRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link IsVpcPeeredCommand}.
13
+ */
8
14
  export interface IsVpcPeeredCommandOutput extends IsVpcPeeredResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { OpenInstancePublicPortsRequest, OpenInstancePublicPortsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link OpenInstancePublicPortsCommand}.
8
+ */
6
9
  export interface OpenInstancePublicPortsCommandInput extends OpenInstancePublicPortsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link OpenInstancePublicPortsCommand}.
13
+ */
8
14
  export interface OpenInstancePublicPortsCommandOutput extends OpenInstancePublicPortsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { PeerVpcRequest, PeerVpcResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PeerVpcCommand}.
8
+ */
6
9
  export interface PeerVpcCommandInput extends PeerVpcRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PeerVpcCommand}.
13
+ */
8
14
  export interface PeerVpcCommandOutput extends PeerVpcResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { PutAlarmRequest, PutAlarmResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PutAlarmCommand}.
8
+ */
6
9
  export interface PutAlarmCommandInput extends PutAlarmRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutAlarmCommand}.
13
+ */
8
14
  export interface PutAlarmCommandOutput extends PutAlarmResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { PutInstancePublicPortsRequest, PutInstancePublicPortsResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link PutInstancePublicPortsCommand}.
8
+ */
6
9
  export interface PutInstancePublicPortsCommandInput extends PutInstancePublicPortsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutInstancePublicPortsCommand}.
13
+ */
8
14
  export interface PutInstancePublicPortsCommandOutput extends PutInstancePublicPortsResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { RebootInstanceRequest, RebootInstanceResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link RebootInstanceCommand}.
8
+ */
6
9
  export interface RebootInstanceCommandInput extends RebootInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootInstanceCommand}.
13
+ */
8
14
  export interface RebootInstanceCommandOutput extends RebootInstanceResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { RebootRelationalDatabaseRequest, RebootRelationalDatabaseResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link RebootRelationalDatabaseCommand}.
8
+ */
6
9
  export interface RebootRelationalDatabaseCommandInput extends RebootRelationalDatabaseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootRelationalDatabaseCommand}.
13
+ */
8
14
  export interface RebootRelationalDatabaseCommandOutput extends RebootRelationalDatabaseResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { RegisterContainerImageRequest, RegisterContainerImageResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link RegisterContainerImageCommand}.
8
+ */
6
9
  export interface RegisterContainerImageCommandInput extends RegisterContainerImageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link RegisterContainerImageCommand}.
13
+ */
8
14
  export interface RegisterContainerImageCommandOutput extends RegisterContainerImageResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { ReleaseStaticIpRequest, ReleaseStaticIpResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ReleaseStaticIpCommand}.
8
+ */
6
9
  export interface ReleaseStaticIpCommandInput extends ReleaseStaticIpRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ReleaseStaticIpCommand}.
13
+ */
8
14
  export interface ReleaseStaticIpCommandOutput extends ReleaseStaticIpResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { ResetDistributionCacheRequest, ResetDistributionCacheResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link ResetDistributionCacheCommand}.
8
+ */
6
9
  export interface ResetDistributionCacheCommandInput extends ResetDistributionCacheRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ResetDistributionCacheCommand}.
13
+ */
8
14
  export interface ResetDistributionCacheCommandOutput extends ResetDistributionCacheResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { SendContactMethodVerificationRequest, SendContactMethodVerificationResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link SendContactMethodVerificationCommand}.
8
+ */
6
9
  export interface SendContactMethodVerificationCommandInput extends SendContactMethodVerificationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SendContactMethodVerificationCommand}.
13
+ */
8
14
  export interface SendContactMethodVerificationCommandOutput extends SendContactMethodVerificationResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { SetIpAddressTypeRequest, SetIpAddressTypeResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link SetIpAddressTypeCommand}.
8
+ */
6
9
  export interface SetIpAddressTypeCommandInput extends SetIpAddressTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SetIpAddressTypeCommand}.
13
+ */
8
14
  export interface SetIpAddressTypeCommandOutput extends SetIpAddressTypeResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { SetResourceAccessForBucketRequest, SetResourceAccessForBucketResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link SetResourceAccessForBucketCommand}.
8
+ */
6
9
  export interface SetResourceAccessForBucketCommandInput extends SetResourceAccessForBucketRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link SetResourceAccessForBucketCommand}.
13
+ */
8
14
  export interface SetResourceAccessForBucketCommandOutput extends SetResourceAccessForBucketResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -0,0 +1,44 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
+ import { StartGUISessionRequest, StartGUISessionResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link StartGUISessionCommand}.
8
+ */
9
+ export interface StartGUISessionCommandInput extends StartGUISessionRequest {
10
+ }
11
+ /**
12
+ * The output of {@link StartGUISessionCommand}.
13
+ */
14
+ export interface StartGUISessionCommandOutput extends StartGUISessionResult, __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>Initiates a graphical user interface (GUI) session that’s used to access a virtual
18
+ * computer’s operating system and application. The session will be active for 1 hour. Use this action to resume the session after it expires. </p>
19
+ * @example
20
+ * Use a bare-bones client and the command you need to make an API call.
21
+ * ```javascript
22
+ * import { LightsailClient, StartGUISessionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
23
+ * // const { LightsailClient, StartGUISessionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
24
+ * const client = new LightsailClient(config);
25
+ * const command = new StartGUISessionCommand(input);
26
+ * const response = await client.send(command);
27
+ * ```
28
+ *
29
+ * @see {@link StartGUISessionCommandInput} for command's `input` shape.
30
+ * @see {@link StartGUISessionCommandOutput} for command's `response` shape.
31
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
32
+ *
33
+ */
34
+ export declare class StartGUISessionCommand extends $Command<StartGUISessionCommandInput, StartGUISessionCommandOutput, LightsailClientResolvedConfig> {
35
+ readonly input: StartGUISessionCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
+ constructor(input: StartGUISessionCommandInput);
38
+ /**
39
+ * @internal
40
+ */
41
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartGUISessionCommandInput, StartGUISessionCommandOutput>;
42
+ private serialize;
43
+ private deserialize;
44
+ }
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { StartInstanceRequest, StartInstanceResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link StartInstanceCommand}.
8
+ */
6
9
  export interface StartInstanceCommandInput extends StartInstanceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartInstanceCommand}.
13
+ */
8
14
  export interface StartInstanceCommandOutput extends StartInstanceResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
5
  import { StartRelationalDatabaseRequest, StartRelationalDatabaseResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link StartRelationalDatabaseCommand}.
8
+ */
6
9
  export interface StartRelationalDatabaseCommandInput extends StartRelationalDatabaseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartRelationalDatabaseCommand}.
13
+ */
8
14
  export interface StartRelationalDatabaseCommandOutput extends StartRelationalDatabaseResult, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -0,0 +1,44 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
2
+ import { Command as $Command } from "@aws-sdk/smithy-client";
3
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
+ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
5
+ import { StopGUISessionRequest, StopGUISessionResult } from "../models/models_1";
6
+ /**
7
+ * The input for {@link StopGUISessionCommand}.
8
+ */
9
+ export interface StopGUISessionCommandInput extends StopGUISessionRequest {
10
+ }
11
+ /**
12
+ * The output of {@link StopGUISessionCommand}.
13
+ */
14
+ export interface StopGUISessionCommandOutput extends StopGUISessionResult, __MetadataBearer {
15
+ }
16
+ /**
17
+ * <p>Terminates a web-based NICE DCV session that’s used to access a virtual computer’s
18
+ * operating system or application. The session will close and any unsaved data will be lost.</p>
19
+ * @example
20
+ * Use a bare-bones client and the command you need to make an API call.
21
+ * ```javascript
22
+ * import { LightsailClient, StopGUISessionCommand } from "@aws-sdk/client-lightsail"; // ES Modules import
23
+ * // const { LightsailClient, StopGUISessionCommand } = require("@aws-sdk/client-lightsail"); // CommonJS import
24
+ * const client = new LightsailClient(config);
25
+ * const command = new StopGUISessionCommand(input);
26
+ * const response = await client.send(command);
27
+ * ```
28
+ *
29
+ * @see {@link StopGUISessionCommandInput} for command's `input` shape.
30
+ * @see {@link StopGUISessionCommandOutput} for command's `response` shape.
31
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
32
+ *
33
+ */
34
+ export declare class StopGUISessionCommand extends $Command<StopGUISessionCommandInput, StopGUISessionCommandOutput, LightsailClientResolvedConfig> {
35
+ readonly input: StopGUISessionCommandInput;
36
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
+ constructor(input: StopGUISessionCommandInput);
38
+ /**
39
+ * @internal
40
+ */
41
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopGUISessionCommandInput, StopGUISessionCommandOutput>;
42
+ private serialize;
43
+ private deserialize;
44
+ }