@aws-sdk/client-lightsail 3.169.0 → 3.171.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 (170) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Lightsail.d.ts +2652 -775
  3. package/dist-types/ts3.4/LightsailClient.d.ts +1028 -227
  4. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +32 -17
  14. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +36 -17
  15. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +36 -17
  26. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +39 -17
  54. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +39 -17
  55. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +39 -17
  56. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +32 -17
  58. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +35 -17
  60. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +32 -17
  61. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +35 -17
  64. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +35 -17
  65. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +36 -17
  69. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +35 -17
  70. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +36 -17
  71. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +35 -17
  74. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +39 -17
  75. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +36 -17
  76. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +36 -17
  78. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +35 -17
  79. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +39 -17
  80. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +39 -17
  82. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +39 -17
  83. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +30 -17
  84. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +35 -17
  85. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +35 -17
  86. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +32 -17
  87. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +39 -17
  88. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +39 -17
  89. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +39 -17
  90. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +35 -17
  91. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +32 -17
  93. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +39 -17
  94. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +39 -17
  95. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +39 -17
  97. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +39 -17
  98. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +36 -17
  99. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +39 -17
  100. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +35 -17
  101. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +35 -17
  105. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +39 -17
  106. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +39 -17
  107. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +39 -17
  108. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +35 -17
  109. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +32 -17
  110. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +32 -17
  111. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +39 -17
  112. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +32 -17
  113. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +39 -17
  114. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +39 -17
  115. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +39 -17
  116. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +39 -17
  117. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +39 -17
  118. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +39 -17
  119. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +39 -17
  120. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +39 -17
  121. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +39 -17
  122. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +39 -17
  123. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +39 -17
  124. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +39 -17
  125. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +32 -17
  126. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +32 -17
  127. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +32 -17
  128. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +32 -17
  129. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +39 -17
  130. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +30 -17
  131. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +32 -17
  132. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +39 -17
  133. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +35 -17
  134. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +39 -17
  135. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +39 -17
  136. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +35 -17
  137. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +39 -17
  138. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +39 -17
  139. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +35 -17
  140. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +39 -17
  141. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +32 -17
  142. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +39 -17
  143. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +32 -17
  144. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +39 -17
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  146. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +32 -17
  147. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +32 -17
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  149. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +36 -17
  150. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +32 -17
  151. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +39 -17
  152. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +39 -17
  153. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +36 -17
  154. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +36 -17
  155. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +39 -17
  156. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +39 -17
  157. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +39 -17
  158. package/dist-types/ts3.4/commands/index.d.ts +154 -154
  159. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  160. package/dist-types/ts3.4/index.d.ts +5 -5
  161. package/dist-types/ts3.4/models/LightsailServiceException.d.ts +7 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +2396 -713
  164. package/dist-types/ts3.4/models/models_1.d.ts +1451 -1779
  165. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +1853 -464
  166. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  170. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateInstanceSnapshotRequest, CreateInstanceSnapshotResult } from "../models/models_0";
5
- export interface CreateInstanceSnapshotCommandInput extends CreateInstanceSnapshotRequest {
6
- }
7
- export interface CreateInstanceSnapshotCommandOutput extends CreateInstanceSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInstanceSnapshotCommand extends $Command<CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateInstanceSnapshotCommandInput;
12
- constructor(input: CreateInstanceSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceSnapshotCommandInput, CreateInstanceSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateInstanceSnapshotRequest,
15
+ CreateInstanceSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface CreateInstanceSnapshotCommandInput
18
+ extends CreateInstanceSnapshotRequest {}
19
+ export interface CreateInstanceSnapshotCommandOutput
20
+ extends CreateInstanceSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateInstanceSnapshotCommand extends $Command<
23
+ CreateInstanceSnapshotCommandInput,
24
+ CreateInstanceSnapshotCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInstanceSnapshotCommandInput;
28
+ constructor(input: CreateInstanceSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateInstanceSnapshotCommandInput,
35
+ CreateInstanceSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateInstancesRequest, CreateInstancesResult } from "../models/models_0";
5
- export interface CreateInstancesCommandInput extends CreateInstancesRequest {
6
- }
7
- export interface CreateInstancesCommandOutput extends CreateInstancesResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInstancesCommand extends $Command<CreateInstancesCommandInput, CreateInstancesCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateInstancesCommandInput;
12
- constructor(input: CreateInstancesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstancesCommandInput, CreateInstancesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateInstancesRequest,
15
+ CreateInstancesResult,
16
+ } from "../models/models_0";
17
+ export interface CreateInstancesCommandInput extends CreateInstancesRequest {}
18
+ export interface CreateInstancesCommandOutput
19
+ extends CreateInstancesResult,
20
+ __MetadataBearer {}
21
+ export declare class CreateInstancesCommand extends $Command<
22
+ CreateInstancesCommandInput,
23
+ CreateInstancesCommandOutput,
24
+ LightsailClientResolvedConfig
25
+ > {
26
+ readonly input: CreateInstancesCommandInput;
27
+ constructor(input: CreateInstancesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: LightsailClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateInstancesCommandInput, CreateInstancesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateInstancesFromSnapshotRequest, CreateInstancesFromSnapshotResult } from "../models/models_0";
5
- export interface CreateInstancesFromSnapshotCommandInput extends CreateInstancesFromSnapshotRequest {
6
- }
7
- export interface CreateInstancesFromSnapshotCommandOutput extends CreateInstancesFromSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateInstancesFromSnapshotCommand extends $Command<CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateInstancesFromSnapshotCommandInput;
12
- constructor(input: CreateInstancesFromSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstancesFromSnapshotCommandInput, CreateInstancesFromSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateInstancesFromSnapshotRequest,
15
+ CreateInstancesFromSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface CreateInstancesFromSnapshotCommandInput
18
+ extends CreateInstancesFromSnapshotRequest {}
19
+ export interface CreateInstancesFromSnapshotCommandOutput
20
+ extends CreateInstancesFromSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateInstancesFromSnapshotCommand extends $Command<
23
+ CreateInstancesFromSnapshotCommandInput,
24
+ CreateInstancesFromSnapshotCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInstancesFromSnapshotCommandInput;
28
+ constructor(input: CreateInstancesFromSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateInstancesFromSnapshotCommandInput,
35
+ CreateInstancesFromSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateKeyPairRequest, CreateKeyPairResult } from "../models/models_0";
5
- export interface CreateKeyPairCommandInput extends CreateKeyPairRequest {
6
- }
7
- export interface CreateKeyPairCommandOutput extends CreateKeyPairResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateKeyPairCommand extends $Command<CreateKeyPairCommandInput, CreateKeyPairCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateKeyPairCommandInput;
12
- constructor(input: CreateKeyPairCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateKeyPairCommandInput, CreateKeyPairCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import { CreateKeyPairRequest, CreateKeyPairResult } from "../models/models_0";
14
+ export interface CreateKeyPairCommandInput extends CreateKeyPairRequest {}
15
+ export interface CreateKeyPairCommandOutput
16
+ extends CreateKeyPairResult,
17
+ __MetadataBearer {}
18
+ export declare class CreateKeyPairCommand extends $Command<
19
+ CreateKeyPairCommandInput,
20
+ CreateKeyPairCommandOutput,
21
+ LightsailClientResolvedConfig
22
+ > {
23
+ readonly input: CreateKeyPairCommandInput;
24
+ constructor(input: CreateKeyPairCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LightsailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateKeyPairCommandInput, CreateKeyPairCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateLoadBalancerRequest, CreateLoadBalancerResult } from "../models/models_0";
5
- export interface CreateLoadBalancerCommandInput extends CreateLoadBalancerRequest {
6
- }
7
- export interface CreateLoadBalancerCommandOutput extends CreateLoadBalancerResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateLoadBalancerCommandInput;
12
- constructor(input: CreateLoadBalancerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateLoadBalancerRequest,
15
+ CreateLoadBalancerResult,
16
+ } from "../models/models_0";
17
+ export interface CreateLoadBalancerCommandInput
18
+ extends CreateLoadBalancerRequest {}
19
+ export interface CreateLoadBalancerCommandOutput
20
+ extends CreateLoadBalancerResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateLoadBalancerCommand extends $Command<
23
+ CreateLoadBalancerCommandInput,
24
+ CreateLoadBalancerCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLoadBalancerCommandInput;
28
+ constructor(input: CreateLoadBalancerCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateLoadBalancerTlsCertificateRequest, CreateLoadBalancerTlsCertificateResult } from "../models/models_0";
5
- export interface CreateLoadBalancerTlsCertificateCommandInput extends CreateLoadBalancerTlsCertificateRequest {
6
- }
7
- export interface CreateLoadBalancerTlsCertificateCommandOutput extends CreateLoadBalancerTlsCertificateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateLoadBalancerTlsCertificateCommand extends $Command<CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateLoadBalancerTlsCertificateCommandInput;
12
- constructor(input: CreateLoadBalancerTlsCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLoadBalancerTlsCertificateCommandInput, CreateLoadBalancerTlsCertificateCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateLoadBalancerTlsCertificateRequest,
15
+ CreateLoadBalancerTlsCertificateResult,
16
+ } from "../models/models_0";
17
+ export interface CreateLoadBalancerTlsCertificateCommandInput
18
+ extends CreateLoadBalancerTlsCertificateRequest {}
19
+ export interface CreateLoadBalancerTlsCertificateCommandOutput
20
+ extends CreateLoadBalancerTlsCertificateResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateLoadBalancerTlsCertificateCommand extends $Command<
23
+ CreateLoadBalancerTlsCertificateCommandInput,
24
+ CreateLoadBalancerTlsCertificateCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateLoadBalancerTlsCertificateCommandInput;
28
+ constructor(input: CreateLoadBalancerTlsCertificateCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateLoadBalancerTlsCertificateCommandInput,
35
+ CreateLoadBalancerTlsCertificateCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateRelationalDatabaseRequest, CreateRelationalDatabaseResult } from "../models/models_0";
5
- export interface CreateRelationalDatabaseCommandInput extends CreateRelationalDatabaseRequest {
6
- }
7
- export interface CreateRelationalDatabaseCommandOutput extends CreateRelationalDatabaseResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRelationalDatabaseCommand extends $Command<CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateRelationalDatabaseCommandInput;
12
- constructor(input: CreateRelationalDatabaseCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRelationalDatabaseCommandInput, CreateRelationalDatabaseCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateRelationalDatabaseRequest,
15
+ CreateRelationalDatabaseResult,
16
+ } from "../models/models_0";
17
+ export interface CreateRelationalDatabaseCommandInput
18
+ extends CreateRelationalDatabaseRequest {}
19
+ export interface CreateRelationalDatabaseCommandOutput
20
+ extends CreateRelationalDatabaseResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateRelationalDatabaseCommand extends $Command<
23
+ CreateRelationalDatabaseCommandInput,
24
+ CreateRelationalDatabaseCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRelationalDatabaseCommandInput;
28
+ constructor(input: CreateRelationalDatabaseCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRelationalDatabaseCommandInput,
35
+ CreateRelationalDatabaseCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateRelationalDatabaseFromSnapshotRequest, CreateRelationalDatabaseFromSnapshotResult } from "../models/models_0";
5
- export interface CreateRelationalDatabaseFromSnapshotCommandInput extends CreateRelationalDatabaseFromSnapshotRequest {
6
- }
7
- export interface CreateRelationalDatabaseFromSnapshotCommandOutput extends CreateRelationalDatabaseFromSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRelationalDatabaseFromSnapshotCommand extends $Command<CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateRelationalDatabaseFromSnapshotCommandInput;
12
- constructor(input: CreateRelationalDatabaseFromSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRelationalDatabaseFromSnapshotCommandInput, CreateRelationalDatabaseFromSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateRelationalDatabaseFromSnapshotRequest,
15
+ CreateRelationalDatabaseFromSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface CreateRelationalDatabaseFromSnapshotCommandInput
18
+ extends CreateRelationalDatabaseFromSnapshotRequest {}
19
+ export interface CreateRelationalDatabaseFromSnapshotCommandOutput
20
+ extends CreateRelationalDatabaseFromSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateRelationalDatabaseFromSnapshotCommand extends $Command<
23
+ CreateRelationalDatabaseFromSnapshotCommandInput,
24
+ CreateRelationalDatabaseFromSnapshotCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRelationalDatabaseFromSnapshotCommandInput;
28
+ constructor(input: CreateRelationalDatabaseFromSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRelationalDatabaseFromSnapshotCommandInput,
35
+ CreateRelationalDatabaseFromSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { CreateRelationalDatabaseSnapshotRequest, CreateRelationalDatabaseSnapshotResult } from "../models/models_0";
5
- export interface CreateRelationalDatabaseSnapshotCommandInput extends CreateRelationalDatabaseSnapshotRequest {
6
- }
7
- export interface CreateRelationalDatabaseSnapshotCommandOutput extends CreateRelationalDatabaseSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRelationalDatabaseSnapshotCommand extends $Command<CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateRelationalDatabaseSnapshotCommandInput;
12
- constructor(input: CreateRelationalDatabaseSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRelationalDatabaseSnapshotCommandInput, CreateRelationalDatabaseSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ CreateRelationalDatabaseSnapshotRequest,
15
+ CreateRelationalDatabaseSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface CreateRelationalDatabaseSnapshotCommandInput
18
+ extends CreateRelationalDatabaseSnapshotRequest {}
19
+ export interface CreateRelationalDatabaseSnapshotCommandOutput
20
+ extends CreateRelationalDatabaseSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateRelationalDatabaseSnapshotCommand extends $Command<
23
+ CreateRelationalDatabaseSnapshotCommandInput,
24
+ CreateRelationalDatabaseSnapshotCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRelationalDatabaseSnapshotCommandInput;
28
+ constructor(input: CreateRelationalDatabaseSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRelationalDatabaseSnapshotCommandInput,
35
+ CreateRelationalDatabaseSnapshotCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0";
5
- export interface DeleteAlarmCommandInput extends DeleteAlarmRequest {
6
- }
7
- export interface DeleteAlarmCommandOutput extends DeleteAlarmResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAlarmCommand extends $Command<DeleteAlarmCommandInput, DeleteAlarmCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: DeleteAlarmCommandInput;
12
- constructor(input: DeleteAlarmCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAlarmCommandInput, DeleteAlarmCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0";
14
+ export interface DeleteAlarmCommandInput extends DeleteAlarmRequest {}
15
+ export interface DeleteAlarmCommandOutput
16
+ extends DeleteAlarmResult,
17
+ __MetadataBearer {}
18
+ export declare class DeleteAlarmCommand extends $Command<
19
+ DeleteAlarmCommandInput,
20
+ DeleteAlarmCommandOutput,
21
+ LightsailClientResolvedConfig
22
+ > {
23
+ readonly input: DeleteAlarmCommandInput;
24
+ constructor(input: DeleteAlarmCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: LightsailClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<DeleteAlarmCommandInput, DeleteAlarmCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LightsailClient";
4
- import { DeleteAutoSnapshotRequest, DeleteAutoSnapshotResult } from "../models/models_0";
5
- export interface DeleteAutoSnapshotCommandInput extends DeleteAutoSnapshotRequest {
6
- }
7
- export interface DeleteAutoSnapshotCommandOutput extends DeleteAutoSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteAutoSnapshotCommand extends $Command<DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: DeleteAutoSnapshotCommandInput;
12
- constructor(input: DeleteAutoSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ LightsailClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../LightsailClient";
13
+ import {
14
+ DeleteAutoSnapshotRequest,
15
+ DeleteAutoSnapshotResult,
16
+ } from "../models/models_0";
17
+ export interface DeleteAutoSnapshotCommandInput
18
+ extends DeleteAutoSnapshotRequest {}
19
+ export interface DeleteAutoSnapshotCommandOutput
20
+ extends DeleteAutoSnapshotResult,
21
+ __MetadataBearer {}
22
+ export declare class DeleteAutoSnapshotCommand extends $Command<
23
+ DeleteAutoSnapshotCommandInput,
24
+ DeleteAutoSnapshotCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteAutoSnapshotCommandInput;
28
+ constructor(input: DeleteAutoSnapshotCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: LightsailClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<DeleteAutoSnapshotCommandInput, DeleteAutoSnapshotCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }