@aws-sdk/client-lightsail 3.168.0 → 3.170.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 +2806 -775
  3. package/dist-types/ts3.4/LightsailClient.d.ts +1053 -227
  4. package/dist-types/ts3.4/commands/AllocateStaticIpCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/AttachCertificateToDistributionCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/AttachDiskCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/AttachInstancesToLoadBalancerCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AttachStaticIpCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CloseInstancePublicPortsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateBucketAccessKeyCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateCertificateCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/CreateCloudFormationStackCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/CreateContactMethodCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/CreateContainerServiceCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/CreateContainerServiceDeploymentCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/CreateContainerServiceRegistryLoginCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateDiskCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/CreateDiskFromSnapshotCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/CreateDiskSnapshotCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/CreateDistributionCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/CreateDomainEntryCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/CreateInstanceSnapshotCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/CreateInstancesCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/CreateInstancesFromSnapshotCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/CreateRelationalDatabaseCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DeleteAlarmCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/DeleteAutoSnapshotCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/DeleteBucketAccessKeyCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/DeleteCertificateCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/DeleteContactMethodCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/DeleteContainerImageCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/DeleteContainerServiceCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/DeleteDiskCommand.d.ts +34 -17
  44. package/dist-types/ts3.4/commands/DeleteDiskSnapshotCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/DeleteDistributionCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/DeleteDomainEntryCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/DeleteInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/DeleteInstanceSnapshotCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/DeleteKnownHostKeysCommand.d.ts +38 -17
  52. package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/DetachCertificateFromDistributionCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/DetachDiskCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/DetachInstancesFromLoadBalancerCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/DetachStaticIpCommand.d.ts +37 -17
  60. package/dist-types/ts3.4/commands/DisableAddOnCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/DownloadDefaultKeyPairCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/EnableAddOnCommand.d.ts +34 -17
  63. package/dist-types/ts3.4/commands/ExportSnapshotCommand.d.ts +37 -17
  64. package/dist-types/ts3.4/commands/GetActiveNamesCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/GetAlarmsCommand.d.ts +34 -17
  66. package/dist-types/ts3.4/commands/GetAutoSnapshotsCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/GetBlueprintsCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/GetBucketAccessKeysCommand.d.ts +38 -17
  69. package/dist-types/ts3.4/commands/GetBucketBundlesCommand.d.ts +37 -17
  70. package/dist-types/ts3.4/commands/GetBucketMetricDataCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetBucketsCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/GetBundlesCommand.d.ts +34 -17
  73. package/dist-types/ts3.4/commands/GetCertificatesCommand.d.ts +37 -17
  74. package/dist-types/ts3.4/commands/GetCloudFormationStackRecordsCommand.d.ts +41 -17
  75. package/dist-types/ts3.4/commands/GetContactMethodsCommand.d.ts +38 -17
  76. package/dist-types/ts3.4/commands/GetContainerAPIMetadataCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/GetContainerImagesCommand.d.ts +38 -17
  78. package/dist-types/ts3.4/commands/GetContainerLogCommand.d.ts +37 -17
  79. package/dist-types/ts3.4/commands/GetContainerServiceDeploymentsCommand.d.ts +41 -17
  80. package/dist-types/ts3.4/commands/GetContainerServiceMetricDataCommand.d.ts +41 -17
  81. package/dist-types/ts3.4/commands/GetContainerServicePowersCommand.d.ts +41 -17
  82. package/dist-types/ts3.4/commands/GetContainerServicesCommand.d.ts +41 -17
  83. package/dist-types/ts3.4/commands/GetDiskCommand.d.ts +32 -17
  84. package/dist-types/ts3.4/commands/GetDiskSnapshotCommand.d.ts +37 -17
  85. package/dist-types/ts3.4/commands/GetDiskSnapshotsCommand.d.ts +37 -17
  86. package/dist-types/ts3.4/commands/GetDisksCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/GetDistributionBundlesCommand.d.ts +41 -17
  88. package/dist-types/ts3.4/commands/GetDistributionLatestCacheResetCommand.d.ts +41 -17
  89. package/dist-types/ts3.4/commands/GetDistributionMetricDataCommand.d.ts +41 -17
  90. package/dist-types/ts3.4/commands/GetDistributionsCommand.d.ts +37 -17
  91. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +34 -17
  92. package/dist-types/ts3.4/commands/GetDomainsCommand.d.ts +34 -17
  93. package/dist-types/ts3.4/commands/GetExportSnapshotRecordsCommand.d.ts +41 -17
  94. package/dist-types/ts3.4/commands/GetInstanceAccessDetailsCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/GetInstanceCommand.d.ts +34 -17
  96. package/dist-types/ts3.4/commands/GetInstanceMetricDataCommand.d.ts +41 -17
  97. package/dist-types/ts3.4/commands/GetInstancePortStatesCommand.d.ts +41 -17
  98. package/dist-types/ts3.4/commands/GetInstanceSnapshotCommand.d.ts +38 -17
  99. package/dist-types/ts3.4/commands/GetInstanceSnapshotsCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/GetInstanceStateCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/GetInstancesCommand.d.ts +34 -17
  102. package/dist-types/ts3.4/commands/GetKeyPairCommand.d.ts +34 -17
  103. package/dist-types/ts3.4/commands/GetKeyPairsCommand.d.ts +34 -17
  104. package/dist-types/ts3.4/commands/GetLoadBalancerCommand.d.ts +37 -17
  105. package/dist-types/ts3.4/commands/GetLoadBalancerMetricDataCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +41 -17
  108. package/dist-types/ts3.4/commands/GetLoadBalancersCommand.d.ts +37 -17
  109. package/dist-types/ts3.4/commands/GetOperationCommand.d.ts +34 -17
  110. package/dist-types/ts3.4/commands/GetOperationsCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/GetOperationsForResourceCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/GetRegionsCommand.d.ts +34 -17
  113. package/dist-types/ts3.4/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/GetRelationalDatabaseBundlesCommand.d.ts +41 -17
  115. package/dist-types/ts3.4/commands/GetRelationalDatabaseCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/GetRelationalDatabaseEventsCommand.d.ts +41 -17
  117. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogEventsCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +41 -17
  119. package/dist-types/ts3.4/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +41 -17
  120. package/dist-types/ts3.4/commands/GetRelationalDatabaseMetricDataCommand.d.ts +41 -17
  121. package/dist-types/ts3.4/commands/GetRelationalDatabaseParametersCommand.d.ts +41 -17
  122. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotCommand.d.ts +41 -17
  123. package/dist-types/ts3.4/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +41 -17
  124. package/dist-types/ts3.4/commands/GetRelationalDatabasesCommand.d.ts +41 -17
  125. package/dist-types/ts3.4/commands/GetStaticIpCommand.d.ts +34 -17
  126. package/dist-types/ts3.4/commands/GetStaticIpsCommand.d.ts +34 -17
  127. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +34 -17
  128. package/dist-types/ts3.4/commands/IsVpcPeeredCommand.d.ts +34 -17
  129. package/dist-types/ts3.4/commands/OpenInstancePublicPortsCommand.d.ts +41 -17
  130. package/dist-types/ts3.4/commands/PeerVpcCommand.d.ts +32 -17
  131. package/dist-types/ts3.4/commands/PutAlarmCommand.d.ts +34 -17
  132. package/dist-types/ts3.4/commands/PutInstancePublicPortsCommand.d.ts +41 -17
  133. package/dist-types/ts3.4/commands/RebootInstanceCommand.d.ts +37 -17
  134. package/dist-types/ts3.4/commands/RebootRelationalDatabaseCommand.d.ts +41 -17
  135. package/dist-types/ts3.4/commands/RegisterContainerImageCommand.d.ts +41 -17
  136. package/dist-types/ts3.4/commands/ReleaseStaticIpCommand.d.ts +37 -17
  137. package/dist-types/ts3.4/commands/ResetDistributionCacheCommand.d.ts +41 -17
  138. package/dist-types/ts3.4/commands/SendContactMethodVerificationCommand.d.ts +41 -17
  139. package/dist-types/ts3.4/commands/SetIpAddressTypeCommand.d.ts +37 -17
  140. package/dist-types/ts3.4/commands/SetResourceAccessForBucketCommand.d.ts +41 -17
  141. package/dist-types/ts3.4/commands/StartInstanceCommand.d.ts +34 -17
  142. package/dist-types/ts3.4/commands/StartRelationalDatabaseCommand.d.ts +41 -17
  143. package/dist-types/ts3.4/commands/StopInstanceCommand.d.ts +34 -17
  144. package/dist-types/ts3.4/commands/StopRelationalDatabaseCommand.d.ts +41 -17
  145. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  146. package/dist-types/ts3.4/commands/TestAlarmCommand.d.ts +34 -17
  147. package/dist-types/ts3.4/commands/UnpeerVpcCommand.d.ts +34 -17
  148. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  149. package/dist-types/ts3.4/commands/UpdateBucketBundleCommand.d.ts +38 -17
  150. package/dist-types/ts3.4/commands/UpdateBucketCommand.d.ts +34 -17
  151. package/dist-types/ts3.4/commands/UpdateContainerServiceCommand.d.ts +41 -17
  152. package/dist-types/ts3.4/commands/UpdateDistributionBundleCommand.d.ts +41 -17
  153. package/dist-types/ts3.4/commands/UpdateDistributionCommand.d.ts +38 -17
  154. package/dist-types/ts3.4/commands/UpdateDomainEntryCommand.d.ts +38 -17
  155. package/dist-types/ts3.4/commands/UpdateLoadBalancerAttributeCommand.d.ts +41 -17
  156. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseCommand.d.ts +41 -17
  157. package/dist-types/ts3.4/commands/UpdateRelationalDatabaseParametersCommand.d.ts +41 -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 +8 -6
  162. package/dist-types/ts3.4/models/index.d.ts +2 -2
  163. package/dist-types/ts3.4/models/models_0.d.ts +7114 -181
  164. package/dist-types/ts3.4/models/models_1.d.ts +1965 -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 +66 -38
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  170. package/package.json +34 -34
@@ -1,17 +1,37 @@
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 { AllocateStaticIpRequest, AllocateStaticIpResult } from "../models/models_0";
5
- export interface AllocateStaticIpCommandInput extends AllocateStaticIpRequest {
6
- }
7
- export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AllocateStaticIpCommand extends $Command<AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AllocateStaticIpCommandInput;
12
- constructor(input: AllocateStaticIpCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput>;
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
+ AllocateStaticIpRequest,
15
+ AllocateStaticIpResult,
16
+ } from "../models/models_0";
17
+ export interface AllocateStaticIpCommandInput extends AllocateStaticIpRequest {}
18
+ export interface AllocateStaticIpCommandOutput
19
+ extends AllocateStaticIpResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AllocateStaticIpCommand extends $Command<
23
+ AllocateStaticIpCommandInput,
24
+ AllocateStaticIpCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: AllocateStaticIpCommandInput;
28
+ constructor(input: AllocateStaticIpCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LightsailClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AllocateStaticIpCommandInput, AllocateStaticIpCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { AttachCertificateToDistributionRequest, AttachCertificateToDistributionResult } from "../models/models_0";
5
- export interface AttachCertificateToDistributionCommandInput extends AttachCertificateToDistributionRequest {
6
- }
7
- export interface AttachCertificateToDistributionCommandOutput extends AttachCertificateToDistributionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachCertificateToDistributionCommand extends $Command<AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AttachCertificateToDistributionCommandInput;
12
- constructor(input: AttachCertificateToDistributionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachCertificateToDistributionCommandInput, AttachCertificateToDistributionCommandOutput>;
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
+ AttachCertificateToDistributionRequest,
15
+ AttachCertificateToDistributionResult,
16
+ } from "../models/models_0";
17
+ export interface AttachCertificateToDistributionCommandInput
18
+ extends AttachCertificateToDistributionRequest {}
19
+ export interface AttachCertificateToDistributionCommandOutput
20
+ extends AttachCertificateToDistributionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AttachCertificateToDistributionCommand extends $Command<
24
+ AttachCertificateToDistributionCommandInput,
25
+ AttachCertificateToDistributionCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: AttachCertificateToDistributionCommandInput;
29
+ constructor(input: AttachCertificateToDistributionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AttachCertificateToDistributionCommandInput,
37
+ AttachCertificateToDistributionCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { AttachDiskRequest, AttachDiskResult } from "../models/models_0";
5
- export interface AttachDiskCommandInput extends AttachDiskRequest {
6
- }
7
- export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachDiskCommand extends $Command<AttachDiskCommandInput, AttachDiskCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AttachDiskCommandInput;
12
- constructor(input: AttachDiskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachDiskCommandInput, AttachDiskCommandOutput>;
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 { AttachDiskRequest, AttachDiskResult } from "../models/models_0";
14
+ export interface AttachDiskCommandInput extends AttachDiskRequest {}
15
+ export interface AttachDiskCommandOutput
16
+ extends AttachDiskResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class AttachDiskCommand extends $Command<
20
+ AttachDiskCommandInput,
21
+ AttachDiskCommandOutput,
22
+ LightsailClientResolvedConfig
23
+ > {
24
+ readonly input: AttachDiskCommandInput;
25
+ constructor(input: AttachDiskCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LightsailClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<AttachDiskCommandInput, AttachDiskCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { AttachInstancesToLoadBalancerRequest, AttachInstancesToLoadBalancerResult } from "../models/models_0";
5
- export interface AttachInstancesToLoadBalancerCommandInput extends AttachInstancesToLoadBalancerRequest {
6
- }
7
- export interface AttachInstancesToLoadBalancerCommandOutput extends AttachInstancesToLoadBalancerResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachInstancesToLoadBalancerCommand extends $Command<AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AttachInstancesToLoadBalancerCommandInput;
12
- constructor(input: AttachInstancesToLoadBalancerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachInstancesToLoadBalancerCommandInput, AttachInstancesToLoadBalancerCommandOutput>;
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
+ AttachInstancesToLoadBalancerRequest,
15
+ AttachInstancesToLoadBalancerResult,
16
+ } from "../models/models_0";
17
+ export interface AttachInstancesToLoadBalancerCommandInput
18
+ extends AttachInstancesToLoadBalancerRequest {}
19
+ export interface AttachInstancesToLoadBalancerCommandOutput
20
+ extends AttachInstancesToLoadBalancerResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AttachInstancesToLoadBalancerCommand extends $Command<
24
+ AttachInstancesToLoadBalancerCommandInput,
25
+ AttachInstancesToLoadBalancerCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: AttachInstancesToLoadBalancerCommandInput;
29
+ constructor(input: AttachInstancesToLoadBalancerCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AttachInstancesToLoadBalancerCommandInput,
37
+ AttachInstancesToLoadBalancerCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { AttachLoadBalancerTlsCertificateRequest, AttachLoadBalancerTlsCertificateResult } from "../models/models_0";
5
- export interface AttachLoadBalancerTlsCertificateCommandInput extends AttachLoadBalancerTlsCertificateRequest {
6
- }
7
- export interface AttachLoadBalancerTlsCertificateCommandOutput extends AttachLoadBalancerTlsCertificateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachLoadBalancerTlsCertificateCommand extends $Command<AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AttachLoadBalancerTlsCertificateCommandInput;
12
- constructor(input: AttachLoadBalancerTlsCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachLoadBalancerTlsCertificateCommandInput, AttachLoadBalancerTlsCertificateCommandOutput>;
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
+ AttachLoadBalancerTlsCertificateRequest,
15
+ AttachLoadBalancerTlsCertificateResult,
16
+ } from "../models/models_0";
17
+ export interface AttachLoadBalancerTlsCertificateCommandInput
18
+ extends AttachLoadBalancerTlsCertificateRequest {}
19
+ export interface AttachLoadBalancerTlsCertificateCommandOutput
20
+ extends AttachLoadBalancerTlsCertificateResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AttachLoadBalancerTlsCertificateCommand extends $Command<
24
+ AttachLoadBalancerTlsCertificateCommandInput,
25
+ AttachLoadBalancerTlsCertificateCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: AttachLoadBalancerTlsCertificateCommandInput;
29
+ constructor(input: AttachLoadBalancerTlsCertificateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AttachLoadBalancerTlsCertificateCommandInput,
37
+ AttachLoadBalancerTlsCertificateCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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 { AttachStaticIpRequest, AttachStaticIpResult } from "../models/models_0";
5
- export interface AttachStaticIpCommandInput extends AttachStaticIpRequest {
6
- }
7
- export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __MetadataBearer {
8
- }
9
-
10
- export declare class AttachStaticIpCommand extends $Command<AttachStaticIpCommandInput, AttachStaticIpCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: AttachStaticIpCommandInput;
12
- constructor(input: AttachStaticIpCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AttachStaticIpCommandInput, AttachStaticIpCommandOutput>;
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
+ AttachStaticIpRequest,
15
+ AttachStaticIpResult,
16
+ } from "../models/models_0";
17
+ export interface AttachStaticIpCommandInput extends AttachStaticIpRequest {}
18
+ export interface AttachStaticIpCommandOutput
19
+ extends AttachStaticIpResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class AttachStaticIpCommand extends $Command<
23
+ AttachStaticIpCommandInput,
24
+ AttachStaticIpCommandOutput,
25
+ LightsailClientResolvedConfig
26
+ > {
27
+ readonly input: AttachStaticIpCommandInput;
28
+ constructor(input: AttachStaticIpCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: LightsailClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<AttachStaticIpCommandInput, AttachStaticIpCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
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 { CloseInstancePublicPortsRequest, CloseInstancePublicPortsResult } from "../models/models_0";
5
- export interface CloseInstancePublicPortsCommandInput extends CloseInstancePublicPortsRequest {
6
- }
7
- export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePublicPortsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CloseInstancePublicPortsCommand extends $Command<CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CloseInstancePublicPortsCommandInput;
12
- constructor(input: CloseInstancePublicPortsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CloseInstancePublicPortsCommandInput, CloseInstancePublicPortsCommandOutput>;
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
+ CloseInstancePublicPortsRequest,
15
+ CloseInstancePublicPortsResult,
16
+ } from "../models/models_0";
17
+ export interface CloseInstancePublicPortsCommandInput
18
+ extends CloseInstancePublicPortsRequest {}
19
+ export interface CloseInstancePublicPortsCommandOutput
20
+ extends CloseInstancePublicPortsResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CloseInstancePublicPortsCommand extends $Command<
24
+ CloseInstancePublicPortsCommandInput,
25
+ CloseInstancePublicPortsCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: CloseInstancePublicPortsCommandInput;
29
+ constructor(input: CloseInstancePublicPortsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CloseInstancePublicPortsCommandInput,
37
+ CloseInstancePublicPortsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { CopySnapshotRequest, CopySnapshotResult } from "../models/models_0";
5
- export interface CopySnapshotCommandInput extends CopySnapshotRequest {
6
- }
7
- export interface CopySnapshotCommandOutput extends CopySnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CopySnapshotCommand extends $Command<CopySnapshotCommandInput, CopySnapshotCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CopySnapshotCommandInput;
12
- constructor(input: CopySnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopySnapshotCommandInput, CopySnapshotCommandOutput>;
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 { CopySnapshotRequest, CopySnapshotResult } from "../models/models_0";
14
+ export interface CopySnapshotCommandInput extends CopySnapshotRequest {}
15
+ export interface CopySnapshotCommandOutput
16
+ extends CopySnapshotResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CopySnapshotCommand extends $Command<
20
+ CopySnapshotCommandInput,
21
+ CopySnapshotCommandOutput,
22
+ LightsailClientResolvedConfig
23
+ > {
24
+ readonly input: CopySnapshotCommandInput;
25
+ constructor(input: CopySnapshotCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LightsailClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CopySnapshotCommandInput, CopySnapshotCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { CreateBucketAccessKeyRequest, CreateBucketAccessKeyResult } from "../models/models_0";
5
- export interface CreateBucketAccessKeyCommandInput extends CreateBucketAccessKeyRequest {
6
- }
7
- export interface CreateBucketAccessKeyCommandOutput extends CreateBucketAccessKeyResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBucketAccessKeyCommand extends $Command<CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateBucketAccessKeyCommandInput;
12
- constructor(input: CreateBucketAccessKeyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBucketAccessKeyCommandInput, CreateBucketAccessKeyCommandOutput>;
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
+ CreateBucketAccessKeyRequest,
15
+ CreateBucketAccessKeyResult,
16
+ } from "../models/models_0";
17
+ export interface CreateBucketAccessKeyCommandInput
18
+ extends CreateBucketAccessKeyRequest {}
19
+ export interface CreateBucketAccessKeyCommandOutput
20
+ extends CreateBucketAccessKeyResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateBucketAccessKeyCommand extends $Command<
24
+ CreateBucketAccessKeyCommandInput,
25
+ CreateBucketAccessKeyCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: CreateBucketAccessKeyCommandInput;
29
+ constructor(input: CreateBucketAccessKeyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateBucketAccessKeyCommandInput,
37
+ CreateBucketAccessKeyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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 { CreateBucketRequest, CreateBucketResult } from "../models/models_0";
5
- export interface CreateBucketCommandInput extends CreateBucketRequest {
6
- }
7
- export interface CreateBucketCommandOutput extends CreateBucketResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateBucketCommand extends $Command<CreateBucketCommandInput, CreateBucketCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateBucketCommandInput;
12
- constructor(input: CreateBucketCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBucketCommandInput, CreateBucketCommandOutput>;
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 { CreateBucketRequest, CreateBucketResult } from "../models/models_0";
14
+ export interface CreateBucketCommandInput extends CreateBucketRequest {}
15
+ export interface CreateBucketCommandOutput
16
+ extends CreateBucketResult,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateBucketCommand extends $Command<
20
+ CreateBucketCommandInput,
21
+ CreateBucketCommandOutput,
22
+ LightsailClientResolvedConfig
23
+ > {
24
+ readonly input: CreateBucketCommandInput;
25
+ constructor(input: CreateBucketCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: LightsailClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateBucketCommandInput, CreateBucketCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,38 @@
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 { CreateCertificateRequest, CreateCertificateResult } from "../models/models_0";
5
- export interface CreateCertificateCommandInput extends CreateCertificateRequest {
6
- }
7
- export interface CreateCertificateCommandOutput extends CreateCertificateResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateCertificateCommand extends $Command<CreateCertificateCommandInput, CreateCertificateCommandOutput, LightsailClientResolvedConfig> {
11
- readonly input: CreateCertificateCommandInput;
12
- constructor(input: CreateCertificateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: LightsailClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCertificateCommandInput, CreateCertificateCommandOutput>;
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
+ CreateCertificateRequest,
15
+ CreateCertificateResult,
16
+ } from "../models/models_0";
17
+ export interface CreateCertificateCommandInput
18
+ extends CreateCertificateRequest {}
19
+ export interface CreateCertificateCommandOutput
20
+ extends CreateCertificateResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateCertificateCommand extends $Command<
24
+ CreateCertificateCommandInput,
25
+ CreateCertificateCommandOutput,
26
+ LightsailClientResolvedConfig
27
+ > {
28
+ readonly input: CreateCertificateCommandInput;
29
+ constructor(input: CreateCertificateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: LightsailClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateCertificateCommandInput, CreateCertificateCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }