@aws-sdk/client-lightsail 3.39.0 → 3.43.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 (180) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/models/models_0.js +11 -11
  4. package/dist-cjs/models/models_1.js +10 -4
  5. package/dist-cjs/protocols/Aws_json1_1.js +21 -0
  6. package/dist-cjs/runtimeConfig.browser.js +6 -3
  7. package/dist-cjs/runtimeConfig.js +5 -3
  8. package/dist-es/endpoints.js +74 -5
  9. package/dist-es/models/models_0.js +4 -4
  10. package/dist-es/models/models_1.js +4 -0
  11. package/dist-es/protocols/Aws_json1_1.js +17 -1
  12. package/dist-es/runtimeConfig.browser.js +3 -2
  13. package/dist-es/runtimeConfig.js +3 -3
  14. package/dist-types/Lightsail.d.ts +2 -0
  15. package/dist-types/LightsailClient.d.ts +8 -0
  16. package/dist-types/commands/AllocateStaticIpCommand.d.ts +1 -1
  17. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +1 -1
  18. package/dist-types/commands/AttachDiskCommand.d.ts +1 -1
  19. package/dist-types/commands/AttachInstancesToLoadBalancerCommand.d.ts +1 -1
  20. package/dist-types/commands/AttachLoadBalancerTlsCertificateCommand.d.ts +1 -1
  21. package/dist-types/commands/AttachStaticIpCommand.d.ts +1 -1
  22. package/dist-types/commands/CloseInstancePublicPortsCommand.d.ts +1 -1
  23. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateBucketAccessKeyCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateBucketCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateCertificateCommand.d.ts +1 -1
  27. package/dist-types/commands/CreateCloudFormationStackCommand.d.ts +1 -1
  28. package/dist-types/commands/CreateContactMethodCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateContainerServiceCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateContainerServiceDeploymentCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateContainerServiceRegistryLoginCommand.d.ts +1 -1
  32. package/dist-types/commands/CreateDiskCommand.d.ts +1 -1
  33. package/dist-types/commands/CreateDiskFromSnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateDiskSnapshotCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateDistributionCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDomainEntryCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateInstanceSnapshotCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateInstancesCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateInstancesFromSnapshotCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateLoadBalancerTlsCertificateCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateRelationalDatabaseCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateRelationalDatabaseFromSnapshotCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateRelationalDatabaseSnapshotCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteAlarmCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteAutoSnapshotCommand.d.ts +1 -1
  49. package/dist-types/commands/DeleteBucketAccessKeyCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  51. package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
  52. package/dist-types/commands/DeleteContactMethodCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteContainerImageCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteContainerServiceCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDiskCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDiskSnapshotCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDistributionCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDomainEntryCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteInstanceCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteInstanceSnapshotCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteKeyPairCommand.d.ts +3 -1
  63. package/dist-types/commands/DeleteKnownHostKeysCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteLoadBalancerTlsCertificateCommand.d.ts +1 -1
  66. package/dist-types/commands/DeleteRelationalDatabaseCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteRelationalDatabaseSnapshotCommand.d.ts +1 -1
  68. package/dist-types/commands/DetachCertificateFromDistributionCommand.d.ts +1 -1
  69. package/dist-types/commands/DetachDiskCommand.d.ts +1 -1
  70. package/dist-types/commands/DetachInstancesFromLoadBalancerCommand.d.ts +1 -1
  71. package/dist-types/commands/DetachStaticIpCommand.d.ts +1 -1
  72. package/dist-types/commands/DisableAddOnCommand.d.ts +1 -1
  73. package/dist-types/commands/DownloadDefaultKeyPairCommand.d.ts +1 -1
  74. package/dist-types/commands/EnableAddOnCommand.d.ts +1 -1
  75. package/dist-types/commands/ExportSnapshotCommand.d.ts +1 -1
  76. package/dist-types/commands/GetActiveNamesCommand.d.ts +1 -1
  77. package/dist-types/commands/GetAlarmsCommand.d.ts +1 -1
  78. package/dist-types/commands/GetAutoSnapshotsCommand.d.ts +1 -1
  79. package/dist-types/commands/GetBlueprintsCommand.d.ts +1 -1
  80. package/dist-types/commands/GetBucketAccessKeysCommand.d.ts +1 -1
  81. package/dist-types/commands/GetBucketBundlesCommand.d.ts +1 -1
  82. package/dist-types/commands/GetBucketMetricDataCommand.d.ts +1 -1
  83. package/dist-types/commands/GetBucketsCommand.d.ts +1 -1
  84. package/dist-types/commands/GetBundlesCommand.d.ts +1 -1
  85. package/dist-types/commands/GetCertificatesCommand.d.ts +1 -1
  86. package/dist-types/commands/GetCloudFormationStackRecordsCommand.d.ts +1 -1
  87. package/dist-types/commands/GetContactMethodsCommand.d.ts +1 -1
  88. package/dist-types/commands/GetContainerAPIMetadataCommand.d.ts +1 -1
  89. package/dist-types/commands/GetContainerImagesCommand.d.ts +1 -1
  90. package/dist-types/commands/GetContainerLogCommand.d.ts +1 -1
  91. package/dist-types/commands/GetContainerServiceDeploymentsCommand.d.ts +1 -1
  92. package/dist-types/commands/GetContainerServiceMetricDataCommand.d.ts +1 -1
  93. package/dist-types/commands/GetContainerServicePowersCommand.d.ts +1 -1
  94. package/dist-types/commands/GetContainerServicesCommand.d.ts +1 -1
  95. package/dist-types/commands/GetDiskCommand.d.ts +1 -1
  96. package/dist-types/commands/GetDiskSnapshotCommand.d.ts +1 -1
  97. package/dist-types/commands/GetDiskSnapshotsCommand.d.ts +1 -1
  98. package/dist-types/commands/GetDisksCommand.d.ts +1 -1
  99. package/dist-types/commands/GetDistributionBundlesCommand.d.ts +1 -1
  100. package/dist-types/commands/GetDistributionLatestCacheResetCommand.d.ts +1 -1
  101. package/dist-types/commands/GetDistributionMetricDataCommand.d.ts +1 -1
  102. package/dist-types/commands/GetDistributionsCommand.d.ts +1 -1
  103. package/dist-types/commands/GetDomainCommand.d.ts +1 -1
  104. package/dist-types/commands/GetDomainsCommand.d.ts +1 -1
  105. package/dist-types/commands/GetExportSnapshotRecordsCommand.d.ts +1 -1
  106. package/dist-types/commands/GetInstanceAccessDetailsCommand.d.ts +1 -1
  107. package/dist-types/commands/GetInstanceCommand.d.ts +1 -1
  108. package/dist-types/commands/GetInstanceMetricDataCommand.d.ts +1 -1
  109. package/dist-types/commands/GetInstancePortStatesCommand.d.ts +1 -1
  110. package/dist-types/commands/GetInstanceSnapshotCommand.d.ts +1 -1
  111. package/dist-types/commands/GetInstanceSnapshotsCommand.d.ts +1 -1
  112. package/dist-types/commands/GetInstanceStateCommand.d.ts +1 -1
  113. package/dist-types/commands/GetInstancesCommand.d.ts +1 -1
  114. package/dist-types/commands/GetKeyPairCommand.d.ts +1 -1
  115. package/dist-types/commands/GetKeyPairsCommand.d.ts +1 -1
  116. package/dist-types/commands/GetLoadBalancerCommand.d.ts +1 -1
  117. package/dist-types/commands/GetLoadBalancerMetricDataCommand.d.ts +1 -1
  118. package/dist-types/commands/GetLoadBalancerTlsCertificatesCommand.d.ts +1 -1
  119. package/dist-types/commands/GetLoadBalancersCommand.d.ts +1 -1
  120. package/dist-types/commands/GetOperationCommand.d.ts +1 -1
  121. package/dist-types/commands/GetOperationsCommand.d.ts +1 -1
  122. package/dist-types/commands/GetOperationsForResourceCommand.d.ts +1 -1
  123. package/dist-types/commands/GetRegionsCommand.d.ts +1 -1
  124. package/dist-types/commands/GetRelationalDatabaseBlueprintsCommand.d.ts +1 -1
  125. package/dist-types/commands/GetRelationalDatabaseBundlesCommand.d.ts +1 -1
  126. package/dist-types/commands/GetRelationalDatabaseCommand.d.ts +1 -1
  127. package/dist-types/commands/GetRelationalDatabaseEventsCommand.d.ts +1 -1
  128. package/dist-types/commands/GetRelationalDatabaseLogEventsCommand.d.ts +1 -1
  129. package/dist-types/commands/GetRelationalDatabaseLogStreamsCommand.d.ts +1 -1
  130. package/dist-types/commands/GetRelationalDatabaseMasterUserPasswordCommand.d.ts +1 -1
  131. package/dist-types/commands/GetRelationalDatabaseMetricDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetRelationalDatabaseParametersCommand.d.ts +1 -1
  133. package/dist-types/commands/GetRelationalDatabaseSnapshotCommand.d.ts +1 -1
  134. package/dist-types/commands/GetRelationalDatabaseSnapshotsCommand.d.ts +1 -1
  135. package/dist-types/commands/GetRelationalDatabasesCommand.d.ts +1 -1
  136. package/dist-types/commands/GetStaticIpCommand.d.ts +1 -1
  137. package/dist-types/commands/GetStaticIpsCommand.d.ts +1 -1
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/IsVpcPeeredCommand.d.ts +1 -1
  140. package/dist-types/commands/OpenInstancePublicPortsCommand.d.ts +1 -1
  141. package/dist-types/commands/PeerVpcCommand.d.ts +1 -1
  142. package/dist-types/commands/PutAlarmCommand.d.ts +1 -1
  143. package/dist-types/commands/PutInstancePublicPortsCommand.d.ts +1 -1
  144. package/dist-types/commands/RebootInstanceCommand.d.ts +1 -1
  145. package/dist-types/commands/RebootRelationalDatabaseCommand.d.ts +1 -1
  146. package/dist-types/commands/RegisterContainerImageCommand.d.ts +1 -1
  147. package/dist-types/commands/ReleaseStaticIpCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetDistributionCacheCommand.d.ts +1 -1
  149. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +1 -1
  150. package/dist-types/commands/SetIpAddressTypeCommand.d.ts +1 -1
  151. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  152. package/dist-types/commands/StartInstanceCommand.d.ts +1 -1
  153. package/dist-types/commands/StartRelationalDatabaseCommand.d.ts +1 -1
  154. package/dist-types/commands/StopInstanceCommand.d.ts +1 -1
  155. package/dist-types/commands/StopRelationalDatabaseCommand.d.ts +1 -1
  156. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  157. package/dist-types/commands/TestAlarmCommand.d.ts +1 -1
  158. package/dist-types/commands/UnpeerVpcCommand.d.ts +1 -1
  159. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  160. package/dist-types/commands/UpdateBucketBundleCommand.d.ts +1 -1
  161. package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
  162. package/dist-types/commands/UpdateContainerServiceCommand.d.ts +1 -1
  163. package/dist-types/commands/UpdateDistributionBundleCommand.d.ts +1 -1
  164. package/dist-types/commands/UpdateDistributionCommand.d.ts +1 -1
  165. package/dist-types/commands/UpdateDomainEntryCommand.d.ts +1 -1
  166. package/dist-types/commands/UpdateLoadBalancerAttributeCommand.d.ts +1 -1
  167. package/dist-types/commands/UpdateRelationalDatabaseCommand.d.ts +1 -1
  168. package/dist-types/commands/UpdateRelationalDatabaseParametersCommand.d.ts +1 -1
  169. package/dist-types/models/models_0.d.ts +56 -24
  170. package/dist-types/models/models_1.d.ts +24 -1
  171. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  172. package/dist-types/runtimeConfig.d.ts +2 -0
  173. package/dist-types/runtimeConfig.native.d.ts +2 -0
  174. package/dist-types/ts3.4/LightsailClient.d.ts +4 -0
  175. package/dist-types/ts3.4/models/models_0.d.ts +15 -0
  176. package/dist-types/ts3.4/models/models_1.d.ts +14 -1
  177. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  178. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  179. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  180. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface DetachStaticIpCommandOutput extends DetachStaticIpResult, __Met
20
20
  *
21
21
  * @see {@link DetachStaticIpCommandInput} for command's `input` shape.
22
22
  * @see {@link DetachStaticIpCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DetachStaticIpCommand extends $Command<DetachStaticIpCommandInput, DetachStaticIpCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DisableAddOnCommandOutput extends DisableAddOnResult, __Metadat
20
20
  *
21
21
  * @see {@link DisableAddOnCommandInput} for command's `input` shape.
22
22
  * @see {@link DisableAddOnCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DisableAddOnCommand extends $Command<DisableAddOnCommandInput, DisableAddOnCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DownloadDefaultKeyPairCommandOutput extends DownloadDefaultKeyP
20
20
  *
21
21
  * @see {@link DownloadDefaultKeyPairCommandInput} for command's `input` shape.
22
22
  * @see {@link DownloadDefaultKeyPairCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class DownloadDefaultKeyPairCommand extends $Command<DownloadDefaultKeyPairCommandInput, DownloadDefaultKeyPairCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface EnableAddOnCommandOutput extends EnableAddOnResult, __MetadataB
21
21
  *
22
22
  * @see {@link EnableAddOnCommandInput} for command's `input` shape.
23
23
  * @see {@link EnableAddOnCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class EnableAddOnCommand extends $Command<EnableAddOnCommandInput, EnableAddOnCommandOutput, LightsailClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __Met
34
34
  *
35
35
  * @see {@link ExportSnapshotCommandInput} for command's `input` shape.
36
36
  * @see {@link ExportSnapshotCommandOutput} for command's `response` shape.
37
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class ExportSnapshotCommand extends $Command<ExportSnapshotCommandInput, ExportSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetActiveNamesCommandOutput extends GetActiveNamesResult, __Met
20
20
  *
21
21
  * @see {@link GetActiveNamesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetActiveNamesCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetActiveNamesCommand extends $Command<GetActiveNamesCommandInput, GetActiveNamesCommandOutput, LightsailClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetAlarmsCommandOutput extends GetAlarmsResult, __MetadataBeare
26
26
  *
27
27
  * @see {@link GetAlarmsCommandInput} for command's `input` shape.
28
28
  * @see {@link GetAlarmsCommandOutput} for command's `response` shape.
29
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetAlarmsCommand extends $Command<GetAlarmsCommandInput, GetAlarmsCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetAutoSnapshotsCommandOutput extends GetAutoSnapshotsResult, _
21
21
  *
22
22
  * @see {@link GetAutoSnapshotsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetAutoSnapshotsCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetAutoSnapshotsCommand extends $Command<GetAutoSnapshotsCommandInput, GetAutoSnapshotsCommandOutput, LightsailClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface GetBlueprintsCommandOutput extends GetBlueprintsResult, __Metad
29
29
  *
30
30
  * @see {@link GetBlueprintsCommandInput} for command's `input` shape.
31
31
  * @see {@link GetBlueprintsCommandOutput} for command's `response` shape.
32
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class GetBlueprintsCommand extends $Command<GetBlueprintsCommandInput, GetBlueprintsCommandOutput, LightsailClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetBucketAccessKeysCommandOutput extends GetBucketAccessKeysRes
26
26
  *
27
27
  * @see {@link GetBucketAccessKeysCommandInput} for command's `input` shape.
28
28
  * @see {@link GetBucketAccessKeysCommandOutput} for command's `response` shape.
29
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetBucketAccessKeysCommand extends $Command<GetBucketAccessKeysCommandInput, GetBucketAccessKeysCommandOutput, LightsailClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface GetBucketBundlesCommandOutput extends GetBucketBundlesResult, _
26
26
  *
27
27
  * @see {@link GetBucketBundlesCommandInput} for command's `input` shape.
28
28
  * @see {@link GetBucketBundlesCommandOutput} for command's `response` shape.
29
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class GetBucketBundlesCommand extends $Command<GetBucketBundlesCommandInput, GetBucketBundlesCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetBucketMetricDataCommandOutput extends GetBucketMetricDataRes
24
24
  *
25
25
  * @see {@link GetBucketMetricDataCommandInput} for command's `input` shape.
26
26
  * @see {@link GetBucketMetricDataCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetBucketMetricDataCommand extends $Command<GetBucketMetricDataCommandInput, GetBucketMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetBucketsCommandOutput extends GetBucketsResult, __MetadataBea
23
23
  *
24
24
  * @see {@link GetBucketsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetBucketsCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetBucketsCommand extends $Command<GetBucketsCommandInput, GetBucketsCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetBundlesCommandOutput extends GetBundlesResult, __MetadataBea
21
21
  *
22
22
  * @see {@link GetBundlesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetBundlesCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetBundlesCommand extends $Command<GetBundlesCommandInput, GetBundlesCommandOutput, LightsailClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetCertificatesCommandOutput extends GetCertificatesResult, __M
25
25
  *
26
26
  * @see {@link GetCertificatesCommandInput} for command's `input` shape.
27
27
  * @see {@link GetCertificatesCommandOutput} for command's `response` shape.
28
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetCertificatesCommand extends $Command<GetCertificatesCommandInput, GetCertificatesCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetCloudFormationStackRecordsCommandOutput extends GetCloudForm
23
23
  *
24
24
  * @see {@link GetCloudFormationStackRecordsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetCloudFormationStackRecordsCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetCloudFormationStackRecordsCommand extends $Command<GetCloudFormationStackRecordsCommandInput, GetCloudFormationStackRecordsCommandOutput, LightsailClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult,
25
25
  *
26
26
  * @see {@link GetContactMethodsCommandInput} for command's `input` shape.
27
27
  * @see {@link GetContactMethodsCommandOutput} for command's `response` shape.
28
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetContactMethodsCommand extends $Command<GetContactMethodsCommandInput, GetContactMethodsCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetContainerAPIMetadataCommandOutput extends GetContainerAPIMet
21
21
  *
22
22
  * @see {@link GetContainerAPIMetadataCommandInput} for command's `input` shape.
23
23
  * @see {@link GetContainerAPIMetadataCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetContainerAPIMetadataCommand extends $Command<GetContainerAPIMetadataCommandInput, GetContainerAPIMetadataCommandOutput, LightsailClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface GetContainerImagesCommandOutput extends GetContainerImagesResul
27
27
  *
28
28
  * @see {@link GetContainerImagesCommandInput} for command's `input` shape.
29
29
  * @see {@link GetContainerImagesCommandOutput} for command's `response` shape.
30
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class GetContainerImagesCommand extends $Command<GetContainerImagesCommandInput, GetContainerImagesCommandOutput, LightsailClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface GetContainerLogCommandOutput extends GetContainerLogResult, __M
30
30
  *
31
31
  * @see {@link GetContainerLogCommandInput} for command's `input` shape.
32
32
  * @see {@link GetContainerLogCommandOutput} for command's `response` shape.
33
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class GetContainerLogCommand extends $Command<GetContainerLogCommandInput, GetContainerLogCommandOutput, LightsailClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface GetContainerServiceDeploymentsCommandOutput extends GetContaine
32
32
  *
33
33
  * @see {@link GetContainerServiceDeploymentsCommandInput} for command's `input` shape.
34
34
  * @see {@link GetContainerServiceDeploymentsCommandOutput} for command's `response` shape.
35
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class GetContainerServiceDeploymentsCommand extends $Command<GetContainerServiceDeploymentsCommandInput, GetContainerServiceDeploymentsCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetContainerServiceMetricDataCommandOutput extends GetContainer
24
24
  *
25
25
  * @see {@link GetContainerServiceMetricDataCommandInput} for command's `input` shape.
26
26
  * @see {@link GetContainerServiceMetricDataCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetContainerServiceMetricDataCommand extends $Command<GetContainerServiceMetricDataCommandInput, GetContainerServiceMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetContainerServicePowersCommandOutput extends GetContainerServ
24
24
  *
25
25
  * @see {@link GetContainerServicePowersCommandInput} for command's `input` shape.
26
26
  * @see {@link GetContainerServicePowersCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetContainerServicePowersCommand extends $Command<GetContainerServicePowersCommandInput, GetContainerServicePowersCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetContainerServicesCommandOutput extends ContainerServicesList
20
20
  *
21
21
  * @see {@link GetContainerServicesCommandInput} for command's `input` shape.
22
22
  * @see {@link GetContainerServicesCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetContainerServicesCommand extends $Command<GetContainerServicesCommandInput, GetContainerServicesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDiskCommandOutput extends GetDiskResult, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetDiskCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDiskCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDiskCommand extends $Command<GetDiskCommandInput, GetDiskCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDiskSnapshotCommandOutput extends GetDiskSnapshotResult, __M
20
20
  *
21
21
  * @see {@link GetDiskSnapshotCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDiskSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDiskSnapshotCommand extends $Command<GetDiskSnapshotCommandInput, GetDiskSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetDiskSnapshotsCommandOutput extends GetDiskSnapshotsResult, _
21
21
  *
22
22
  * @see {@link GetDiskSnapshotsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetDiskSnapshotsCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetDiskSnapshotsCommand extends $Command<GetDiskSnapshotsCommandInput, GetDiskSnapshotsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDisksCommandOutput extends GetDisksResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetDisksCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDisksCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDisksCommand extends $Command<GetDisksCommandInput, GetDisksCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetDistributionBundlesCommandOutput extends GetDistributionBund
23
23
  *
24
24
  * @see {@link GetDistributionBundlesCommandInput} for command's `input` shape.
25
25
  * @see {@link GetDistributionBundlesCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetDistributionBundlesCommand extends $Command<GetDistributionBundlesCommandInput, GetDistributionBundlesCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetDistributionLatestCacheResetCommandOutput extends GetDistrib
21
21
  *
22
22
  * @see {@link GetDistributionLatestCacheResetCommandInput} for command's `input` shape.
23
23
  * @see {@link GetDistributionLatestCacheResetCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetDistributionLatestCacheResetCommand extends $Command<GetDistributionLatestCacheResetCommandInput, GetDistributionLatestCacheResetCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetDistributionMetricDataCommandOutput extends GetDistributionM
24
24
  *
25
25
  * @see {@link GetDistributionMetricDataCommandInput} for command's `input` shape.
26
26
  * @see {@link GetDistributionMetricDataCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetDistributionMetricDataCommand extends $Command<GetDistributionMetricDataCommandInput, GetDistributionMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetDistributionsCommandOutput extends GetDistributionsResult, _
21
21
  *
22
22
  * @see {@link GetDistributionsCommandInput} for command's `input` shape.
23
23
  * @see {@link GetDistributionsCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetDistributionsCommand extends $Command<GetDistributionsCommandInput, GetDistributionsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainCommandOutput extends GetDomainResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetDomainCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDomainCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainCommand extends $Command<GetDomainCommandInput, GetDomainCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetDomainsCommandOutput extends GetDomainsResult, __MetadataBea
20
20
  *
21
21
  * @see {@link GetDomainsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetDomainsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetDomainsCommand extends $Command<GetDomainsCommandInput, GetDomainsCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetExportSnapshotRecordsCommandOutput extends GetExportSnapshot
23
23
  *
24
24
  * @see {@link GetExportSnapshotRecordsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetExportSnapshotRecordsCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetExportSnapshotRecordsCommand extends $Command<GetExportSnapshotRecordsCommandInput, GetExportSnapshotRecordsCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetInstanceAccessDetailsCommandOutput extends GetInstanceAccess
24
24
  *
25
25
  * @see {@link GetInstanceAccessDetailsCommandInput} for command's `input` shape.
26
26
  * @see {@link GetInstanceAccessDetailsCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetInstanceAccessDetailsCommand extends $Command<GetInstanceAccessDetailsCommandInput, GetInstanceAccessDetailsCommandOutput, LightsailClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetInstanceCommandOutput extends GetInstanceResult, __MetadataB
22
22
  *
23
23
  * @see {@link GetInstanceCommandInput} for command's `input` shape.
24
24
  * @see {@link GetInstanceCommandOutput} for command's `response` shape.
25
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetInstanceCommand extends $Command<GetInstanceCommandInput, GetInstanceCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetInstanceMetricDataCommandOutput extends GetInstanceMetricDat
24
24
  *
25
25
  * @see {@link GetInstanceMetricDataCommandInput} for command's `input` shape.
26
26
  * @see {@link GetInstanceMetricDataCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetInstanceMetricDataCommand extends $Command<GetInstanceMetricDataCommandInput, GetInstanceMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetInstancePortStatesCommandOutput extends GetInstancePortState
21
21
  *
22
22
  * @see {@link GetInstancePortStatesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetInstancePortStatesCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetInstancePortStatesCommand extends $Command<GetInstancePortStatesCommandInput, GetInstancePortStatesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetInstanceSnapshotCommandOutput extends GetInstanceSnapshotRes
20
20
  *
21
21
  * @see {@link GetInstanceSnapshotCommandInput} for command's `input` shape.
22
22
  * @see {@link GetInstanceSnapshotCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetInstanceSnapshotCommand extends $Command<GetInstanceSnapshotCommandInput, GetInstanceSnapshotCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetInstanceSnapshotsCommandOutput extends GetInstanceSnapshotsR
20
20
  *
21
21
  * @see {@link GetInstanceSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetInstanceSnapshotsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetInstanceSnapshotsCommand extends $Command<GetInstanceSnapshotsCommandInput, GetInstanceSnapshotsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetInstanceStateCommandOutput extends GetInstanceStateResult, _
20
20
  *
21
21
  * @see {@link GetInstanceStateCommandInput} for command's `input` shape.
22
22
  * @see {@link GetInstanceStateCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetInstanceStateCommand extends $Command<GetInstanceStateCommandInput, GetInstanceStateCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetInstancesCommandOutput extends GetInstancesResult, __Metadat
21
21
  *
22
22
  * @see {@link GetInstancesCommandInput} for command's `input` shape.
23
23
  * @see {@link GetInstancesCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetInstancesCommand extends $Command<GetInstancesCommandInput, GetInstancesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetKeyPairCommandOutput extends GetKeyPairResult, __MetadataBea
20
20
  *
21
21
  * @see {@link GetKeyPairCommandInput} for command's `input` shape.
22
22
  * @see {@link GetKeyPairCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetKeyPairCommand extends $Command<GetKeyPairCommandInput, GetKeyPairCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetKeyPairsCommandOutput extends GetKeyPairsResult, __MetadataB
20
20
  *
21
21
  * @see {@link GetKeyPairsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetKeyPairsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetKeyPairsCommand extends $Command<GetKeyPairsCommandInput, GetKeyPairsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetLoadBalancerCommandOutput extends GetLoadBalancerResult, __M
20
20
  *
21
21
  * @see {@link GetLoadBalancerCommandInput} for command's `input` shape.
22
22
  * @see {@link GetLoadBalancerCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetLoadBalancerCommand extends $Command<GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetLoadBalancerMetricDataCommandOutput extends GetLoadBalancerM
23
23
  *
24
24
  * @see {@link GetLoadBalancerMetricDataCommandInput} for command's `input` shape.
25
25
  * @see {@link GetLoadBalancerMetricDataCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetLoadBalancerMetricDataCommand extends $Command<GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput, LightsailClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface GetLoadBalancerTlsCertificatesCommandOutput extends GetLoadBala
24
24
  *
25
25
  * @see {@link GetLoadBalancerTlsCertificatesCommandInput} for command's `input` shape.
26
26
  * @see {@link GetLoadBalancerTlsCertificatesCommandOutput} for command's `response` shape.
27
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class GetLoadBalancerTlsCertificatesCommand extends $Command<GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetLoadBalancersCommandOutput extends GetLoadBalancersResult, _
20
20
  *
21
21
  * @see {@link GetLoadBalancersCommandInput} for command's `input` shape.
22
22
  * @see {@link GetLoadBalancersCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetLoadBalancersCommand extends $Command<GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput, LightsailClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetOperationCommandOutput extends GetOperationResult, __Metadat
21
21
  *
22
22
  * @see {@link GetOperationCommandInput} for command's `input` shape.
23
23
  * @see {@link GetOperationCommandOutput} for command's `response` shape.
24
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetOperationCommand extends $Command<GetOperationCommandInput, GetOperationCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetOperationsCommandOutput extends GetOperationsResult, __Metad
23
23
  *
24
24
  * @see {@link GetOperationsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetOperationsCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetOperationsCommand extends $Command<GetOperationsCommandInput, GetOperationsCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetOperationsForResourceCommandOutput extends GetOperationsForR
20
20
  *
21
21
  * @see {@link GetOperationsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link GetOperationsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetOperationsForResourceCommand extends $Command<GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput, LightsailClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetRegionsCommandOutput extends GetRegionsResult, __MetadataBea
22
22
  *
23
23
  * @see {@link GetRegionsCommandInput} for command's `input` shape.
24
24
  * @see {@link GetRegionsCommandOutput} for command's `response` shape.
25
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetRegionsCommand extends $Command<GetRegionsCommandInput, GetRegionsCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetRelationalDatabaseBlueprintsCommandOutput extends GetRelatio
23
23
  *
24
24
  * @see {@link GetRelationalDatabaseBlueprintsCommandInput} for command's `input` shape.
25
25
  * @see {@link GetRelationalDatabaseBlueprintsCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetRelationalDatabaseBlueprintsCommand extends $Command<GetRelationalDatabaseBlueprintsCommandInput, GetRelationalDatabaseBlueprintsCommandOutput, LightsailClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetRelationalDatabaseBundlesCommandOutput extends GetRelational
23
23
  *
24
24
  * @see {@link GetRelationalDatabaseBundlesCommandInput} for command's `input` shape.
25
25
  * @see {@link GetRelationalDatabaseBundlesCommandOutput} for command's `response` shape.
26
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetRelationalDatabaseBundlesCommand extends $Command<GetRelationalDatabaseBundlesCommandInput, GetRelationalDatabaseBundlesCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseCommandOutput extends GetRelationalDatabas
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseCommand extends $Command<GetRelationalDatabaseCommandInput, GetRelationalDatabaseCommandOutput, LightsailClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRelationalDatabaseEventsCommandOutput extends GetRelationalD
20
20
  *
21
21
  * @see {@link GetRelationalDatabaseEventsCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRelationalDatabaseEventsCommandOutput} for command's `response` shape.
23
- * @see {@link LightsailClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link LightsailClientResolvedConfig | config} for LightsailClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRelationalDatabaseEventsCommand extends $Command<GetRelationalDatabaseEventsCommandInput, GetRelationalDatabaseEventsCommandOutput, LightsailClientResolvedConfig> {