@aws-sdk/client-lightsail 3.315.0 → 3.319.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.
@@ -159,1719 +159,978 @@ import { UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCom
159
159
  import { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
160
160
  import { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
161
161
  import { LightsailClient } from "./LightsailClient";
162
- /**
163
- * @public
164
- * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes
165
- * everything you need to launch your project quickly - instances (virtual private servers),
166
- * container services, storage buckets, managed databases, SSD-based block storage, static IP
167
- * addresses, load balancers, content delivery network (CDN) distributions, DNS management of
168
- * registered domains, and resource snapshots (backups) - for a low, predictable monthly
169
- * price.</p>
170
- * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
171
- * Command Line Interface (CLI), or SDKs. For more information about Lightsail
172
- * concepts and tasks, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
173
- * <p>This API Reference provides detailed information about the actions, data types,
174
- * parameters, and errors of the Lightsail service. For more information about the supported
175
- * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
176
- * <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints
177
- * and Quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
178
- */
179
- export declare class Lightsail extends LightsailClient {
162
+ export interface Lightsail {
180
163
  /**
181
- * @public
182
- * <p>Allocates a static IP address.</p>
164
+ * @see {@link AllocateStaticIpCommand}
183
165
  */
184
166
  allocateStaticIp(args: AllocateStaticIpCommandInput, options?: __HttpHandlerOptions): Promise<AllocateStaticIpCommandOutput>;
185
167
  allocateStaticIp(args: AllocateStaticIpCommandInput, cb: (err: any, data?: AllocateStaticIpCommandOutput) => void): void;
186
168
  allocateStaticIp(args: AllocateStaticIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AllocateStaticIpCommandOutput) => void): void;
187
169
  /**
188
- * @public
189
- * <p>Attaches an SSL/TLS certificate to your Amazon Lightsail content delivery network (CDN)
190
- * distribution.</p>
191
- * <p>After the certificate is attached, your distribution accepts HTTPS traffic for all of the
192
- * domains that are associated with the certificate.</p>
193
- * <p>Use the <code>CreateCertificate</code> action to create a certificate that you can attach
194
- * to your distribution.</p>
195
- * <important>
196
- * <p>Only certificates created in the <code>us-east-1</code>
197
- * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
198
- * distributions are global resources that can reference an origin in any Amazon Web Services
199
- * Region, and distribute its content globally. However, all distributions are located in the
200
- * <code>us-east-1</code> Region.</p>
201
- * </important>
170
+ * @see {@link AttachCertificateToDistributionCommand}
202
171
  */
203
172
  attachCertificateToDistribution(args: AttachCertificateToDistributionCommandInput, options?: __HttpHandlerOptions): Promise<AttachCertificateToDistributionCommandOutput>;
204
173
  attachCertificateToDistribution(args: AttachCertificateToDistributionCommandInput, cb: (err: any, data?: AttachCertificateToDistributionCommandOutput) => void): void;
205
174
  attachCertificateToDistribution(args: AttachCertificateToDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachCertificateToDistributionCommandOutput) => void): void;
206
175
  /**
207
- * @public
208
- * <p>Attaches a block storage disk to a running or stopped Lightsail instance and exposes it
209
- * to the instance with the specified disk name.</p>
210
- * <p>The <code>attach disk</code> operation supports tag-based access control via resource tags
211
- * applied to the resource identified by <code>disk name</code>. For more information, see the
212
- * <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
176
+ * @see {@link AttachDiskCommand}
213
177
  */
214
178
  attachDisk(args: AttachDiskCommandInput, options?: __HttpHandlerOptions): Promise<AttachDiskCommandOutput>;
215
179
  attachDisk(args: AttachDiskCommandInput, cb: (err: any, data?: AttachDiskCommandOutput) => void): void;
216
180
  attachDisk(args: AttachDiskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachDiskCommandOutput) => void): void;
217
181
  /**
218
- * @public
219
- * <p>Attaches one or more Lightsail instances to a load balancer.</p>
220
- * <p>After some time, the instances are attached to the load balancer and the health check
221
- * status is available.</p>
222
- * <p>The <code>attach instances to load balancer</code> operation supports tag-based access
223
- * control via resource tags applied to the resource identified by <code>load balancer
224
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Lightsail Developer Guide</a>.</p>
182
+ * @see {@link AttachInstancesToLoadBalancerCommand}
225
183
  */
226
184
  attachInstancesToLoadBalancer(args: AttachInstancesToLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<AttachInstancesToLoadBalancerCommandOutput>;
227
185
  attachInstancesToLoadBalancer(args: AttachInstancesToLoadBalancerCommandInput, cb: (err: any, data?: AttachInstancesToLoadBalancerCommandOutput) => void): void;
228
186
  attachInstancesToLoadBalancer(args: AttachInstancesToLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachInstancesToLoadBalancerCommandOutput) => void): void;
229
187
  /**
230
- * @public
231
- * <p>Attaches a Transport Layer Security (TLS) certificate to your load balancer. TLS is just
232
- * an updated, more secure version of Secure Socket Layer (SSL).</p>
233
- * <p>Once you create and validate your certificate, you can attach it to your load balancer.
234
- * You can also use this API to rotate the certificates on your account. Use the
235
- * <code>AttachLoadBalancerTlsCertificate</code> action with the non-attached certificate, and
236
- * it will replace the existing one and become the attached certificate.</p>
237
- * <p>The <code>AttachLoadBalancerTlsCertificate</code> operation supports tag-based access
238
- * control via resource tags applied to the resource identified by <code>load balancer
239
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
188
+ * @see {@link AttachLoadBalancerTlsCertificateCommand}
240
189
  */
241
190
  attachLoadBalancerTlsCertificate(args: AttachLoadBalancerTlsCertificateCommandInput, options?: __HttpHandlerOptions): Promise<AttachLoadBalancerTlsCertificateCommandOutput>;
242
191
  attachLoadBalancerTlsCertificate(args: AttachLoadBalancerTlsCertificateCommandInput, cb: (err: any, data?: AttachLoadBalancerTlsCertificateCommandOutput) => void): void;
243
192
  attachLoadBalancerTlsCertificate(args: AttachLoadBalancerTlsCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachLoadBalancerTlsCertificateCommandOutput) => void): void;
244
193
  /**
245
- * @public
246
- * <p>Attaches a static IP address to a specific Amazon Lightsail instance.</p>
194
+ * @see {@link AttachStaticIpCommand}
247
195
  */
248
196
  attachStaticIp(args: AttachStaticIpCommandInput, options?: __HttpHandlerOptions): Promise<AttachStaticIpCommandOutput>;
249
197
  attachStaticIp(args: AttachStaticIpCommandInput, cb: (err: any, data?: AttachStaticIpCommandOutput) => void): void;
250
198
  attachStaticIp(args: AttachStaticIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AttachStaticIpCommandOutput) => void): void;
251
199
  /**
252
- * @public
253
- * <p>Closes ports for a specific Amazon Lightsail instance.</p>
254
- * <p>The <code>CloseInstancePublicPorts</code> action supports tag-based access control via
255
- * resource tags applied to the resource identified by <code>instanceName</code>. For more
256
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
200
+ * @see {@link CloseInstancePublicPortsCommand}
257
201
  */
258
202
  closeInstancePublicPorts(args: CloseInstancePublicPortsCommandInput, options?: __HttpHandlerOptions): Promise<CloseInstancePublicPortsCommandOutput>;
259
203
  closeInstancePublicPorts(args: CloseInstancePublicPortsCommandInput, cb: (err: any, data?: CloseInstancePublicPortsCommandOutput) => void): void;
260
204
  closeInstancePublicPorts(args: CloseInstancePublicPortsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CloseInstancePublicPortsCommandOutput) => void): void;
261
205
  /**
262
- * @public
263
- * <p>Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an
264
- * automatic snapshot of an instance or disk as a manual snapshot. This operation can also be
265
- * used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail.</p>
266
- * <p>When copying a <i>manual snapshot</i>, be sure to define the <code>source
267
- * region</code>, <code>source snapshot name</code>, and <code>target snapshot name</code>
268
- * parameters.</p>
269
- * <p>When copying an <i>automatic snapshot</i>, be sure to define the
270
- * <code>source region</code>, <code>source resource name</code>, <code>target snapshot
271
- * name</code>, and either the <code>restore date</code> or the <code>use latest restorable
272
- * auto snapshot</code> parameters.</p>
206
+ * @see {@link CopySnapshotCommand}
273
207
  */
274
208
  copySnapshot(args: CopySnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CopySnapshotCommandOutput>;
275
209
  copySnapshot(args: CopySnapshotCommandInput, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
276
210
  copySnapshot(args: CopySnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CopySnapshotCommandOutput) => void): void;
277
211
  /**
278
- * @public
279
- * <p>Creates an Amazon Lightsail bucket.</p>
280
- * <p>A bucket is a cloud storage resource available in the Lightsail object storage service.
281
- * Use buckets to store objects such as data and its descriptive metadata. For more information
282
- * about buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
283
- * Guide</i>.</p>
212
+ * @see {@link CreateBucketCommand}
284
213
  */
285
214
  createBucket(args: CreateBucketCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketCommandOutput>;
286
215
  createBucket(args: CreateBucketCommandInput, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
287
216
  createBucket(args: CreateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketCommandOutput) => void): void;
288
217
  /**
289
- * @public
290
- * <p>Creates a new access key for the specified Amazon Lightsail bucket. Access keys consist of
291
- * an access key ID and corresponding secret access key.</p>
292
- * <p>Access keys grant full programmatic access to the specified bucket and its objects. You
293
- * can have a maximum of two access keys per bucket. Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBucketAccessKeys.html">GetBucketAccessKeys</a> action to get a list of current access keys for a specific bucket. For more
294
- * information about access keys, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-bucket-access-keys">Creating access keys for a bucket in Amazon Lightsail</a> in the
295
- * <i>Amazon Lightsail Developer Guide</i>.</p>
296
- * <important>
297
- * <p>The <code>secretAccessKey</code> value is returned only in response to the
298
- * <code>CreateBucketAccessKey</code> action. You can get a secret access key only when you
299
- * first create an access key; you cannot get the secret access key later. If you lose the
300
- * secret access key, you must create a new access key.</p>
301
- * </important>
218
+ * @see {@link CreateBucketAccessKeyCommand}
302
219
  */
303
220
  createBucketAccessKey(args: CreateBucketAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateBucketAccessKeyCommandOutput>;
304
221
  createBucketAccessKey(args: CreateBucketAccessKeyCommandInput, cb: (err: any, data?: CreateBucketAccessKeyCommandOutput) => void): void;
305
222
  createBucketAccessKey(args: CreateBucketAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBucketAccessKeyCommandOutput) => void): void;
306
223
  /**
307
- * @public
308
- * <p>Creates an SSL/TLS certificate for an Amazon Lightsail content delivery network (CDN)
309
- * distribution and a container service.</p>
310
- * <p>After the certificate is valid, use the <code>AttachCertificateToDistribution</code>
311
- * action to use the certificate and its domains with your distribution. Or use the
312
- * <code>UpdateContainerService</code> action to use the certificate and its domains with your
313
- * container service.</p>
314
- * <important>
315
- * <p>Only certificates created in the <code>us-east-1</code>
316
- * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
317
- * distributions are global resources that can reference an origin in any Amazon Web Services
318
- * Region, and distribute its content globally. However, all distributions are located in the
319
- * <code>us-east-1</code> Region.</p>
320
- * </important>
224
+ * @see {@link CreateCertificateCommand}
321
225
  */
322
226
  createCertificate(args: CreateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<CreateCertificateCommandOutput>;
323
227
  createCertificate(args: CreateCertificateCommandInput, cb: (err: any, data?: CreateCertificateCommandOutput) => void): void;
324
228
  createCertificate(args: CreateCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCertificateCommandOutput) => void): void;
325
229
  /**
326
- * @public
327
- * <p>Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported
328
- * Amazon Lightsail snapshot. This operation results in a CloudFormation stack record that can be
329
- * used to track the AWS CloudFormation stack created. Use the <code>get cloud formation stack
330
- * records</code> operation to get a list of the CloudFormation stacks created.</p>
331
- * <important>
332
- * <p>Wait until after your new Amazon EC2 instance is created before running the <code>create
333
- * cloud formation stack</code> operation again with the same export snapshot record.</p>
334
- * </important>
230
+ * @see {@link CreateCloudFormationStackCommand}
335
231
  */
336
232
  createCloudFormationStack(args: CreateCloudFormationStackCommandInput, options?: __HttpHandlerOptions): Promise<CreateCloudFormationStackCommandOutput>;
337
233
  createCloudFormationStack(args: CreateCloudFormationStackCommandInput, cb: (err: any, data?: CreateCloudFormationStackCommandOutput) => void): void;
338
234
  createCloudFormationStack(args: CreateCloudFormationStackCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCloudFormationStackCommandOutput) => void): void;
339
235
  /**
340
- * @public
341
- * <p>Creates an email or SMS text message contact method.</p>
342
- * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
343
- * You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services
344
- * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
345
- * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
236
+ * @see {@link CreateContactMethodCommand}
346
237
  */
347
238
  createContactMethod(args: CreateContactMethodCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactMethodCommandOutput>;
348
239
  createContactMethod(args: CreateContactMethodCommandInput, cb: (err: any, data?: CreateContactMethodCommandOutput) => void): void;
349
240
  createContactMethod(args: CreateContactMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContactMethodCommandOutput) => void): void;
350
241
  /**
351
- * @public
352
- * <p>Creates an Amazon Lightsail container service.</p>
353
- * <p>A Lightsail container service is a compute resource to which you can deploy containers.
354
- * For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-container-services">Container services in Amazon Lightsail</a> in the <i>Lightsail Dev
355
- * Guide</i>.</p>
242
+ * @see {@link CreateContainerServiceCommand}
356
243
  */
357
244
  createContainerService(args: CreateContainerServiceCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerServiceCommandOutput>;
358
245
  createContainerService(args: CreateContainerServiceCommandInput, cb: (err: any, data?: CreateContainerServiceCommandOutput) => void): void;
359
246
  createContainerService(args: CreateContainerServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerServiceCommandOutput) => void): void;
360
247
  /**
361
- * @public
362
- * <p>Creates a deployment for your Amazon Lightsail container service.</p>
363
- * <p>A deployment specifies the containers that will be launched on the container service and
364
- * their settings, such as the ports to open, the environment variables to apply, and the launch
365
- * command to run. It also specifies the container that will serve as the public endpoint of the
366
- * deployment and its settings, such as the HTTP or HTTPS port to use, and the health check
367
- * configuration.</p>
368
- * <p>You can deploy containers to your container service using container images from a public
369
- * registry such as Amazon ECR Public, or from your local machine. For more information, see
370
- * <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-container-images">Creating container images for your Amazon Lightsail container services</a> in the
371
- * <i>Amazon Lightsail Developer Guide</i>.</p>
248
+ * @see {@link CreateContainerServiceDeploymentCommand}
372
249
  */
373
250
  createContainerServiceDeployment(args: CreateContainerServiceDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerServiceDeploymentCommandOutput>;
374
251
  createContainerServiceDeployment(args: CreateContainerServiceDeploymentCommandInput, cb: (err: any, data?: CreateContainerServiceDeploymentCommandOutput) => void): void;
375
252
  createContainerServiceDeployment(args: CreateContainerServiceDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerServiceDeploymentCommandOutput) => void): void;
376
253
  /**
377
- * @public
378
- * <p>Creates a temporary set of log in credentials that you can use to log in to the Docker
379
- * process on your local machine. After you're logged in, you can use the native Docker commands
380
- * to push your local container images to the container image registry of your Amazon Lightsail
381
- * account so that you can use them with your Lightsail container service. The log in
382
- * credentials expire 12 hours after they are created, at which point you will need to create a
383
- * new set of log in credentials.</p>
384
- * <note>
385
- * <p>You can only push container images to the container service registry of your Lightsail
386
- * account. You cannot pull container images or perform any other container image management
387
- * actions on the container service registry.</p>
388
- * </note>
389
- * <p>After you push your container images to the container image registry of your Lightsail
390
- * account, use the <code>RegisterContainerImage</code> action to register the pushed images to a
391
- * specific Lightsail container service.</p>
392
- * <note>
393
- * <p>This action is not required if you install and use the Lightsail Control
394
- * (lightsailctl) plugin to push container images to your Lightsail container service. For
395
- * more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-pushing-container-images">Pushing and managing container images on your Amazon Lightsail container services</a>
396
- * in the <i>Amazon Lightsail Developer Guide</i>.</p>
397
- * </note>
254
+ * @see {@link CreateContainerServiceRegistryLoginCommand}
398
255
  */
399
256
  createContainerServiceRegistryLogin(args: CreateContainerServiceRegistryLoginCommandInput, options?: __HttpHandlerOptions): Promise<CreateContainerServiceRegistryLoginCommandOutput>;
400
257
  createContainerServiceRegistryLogin(args: CreateContainerServiceRegistryLoginCommandInput, cb: (err: any, data?: CreateContainerServiceRegistryLoginCommandOutput) => void): void;
401
258
  createContainerServiceRegistryLogin(args: CreateContainerServiceRegistryLoginCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateContainerServiceRegistryLoginCommandOutput) => void): void;
402
259
  /**
403
- * @public
404
- * <p>Creates a block storage disk that can be attached to an Amazon Lightsail instance in the
405
- * same Availability Zone (e.g., <code>us-east-2a</code>).</p>
406
- * <p>The <code>create disk</code> operation supports tag-based access control via request tags.
407
- * For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
260
+ * @see {@link CreateDiskCommand}
408
261
  */
409
262
  createDisk(args: CreateDiskCommandInput, options?: __HttpHandlerOptions): Promise<CreateDiskCommandOutput>;
410
263
  createDisk(args: CreateDiskCommandInput, cb: (err: any, data?: CreateDiskCommandOutput) => void): void;
411
264
  createDisk(args: CreateDiskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDiskCommandOutput) => void): void;
412
265
  /**
413
- * @public
414
- * <p>Creates a block storage disk from a manual or automatic snapshot of a disk. The resulting
415
- * disk can be attached to an Amazon Lightsail instance in the same Availability Zone (e.g.,
416
- * <code>us-east-2a</code>).</p>
417
- * <p>The <code>create disk from snapshot</code> operation supports tag-based access control via
418
- * request tags and resource tags applied to the resource identified by <code>disk snapshot
419
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
266
+ * @see {@link CreateDiskFromSnapshotCommand}
420
267
  */
421
268
  createDiskFromSnapshot(args: CreateDiskFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDiskFromSnapshotCommandOutput>;
422
269
  createDiskFromSnapshot(args: CreateDiskFromSnapshotCommandInput, cb: (err: any, data?: CreateDiskFromSnapshotCommandOutput) => void): void;
423
270
  createDiskFromSnapshot(args: CreateDiskFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDiskFromSnapshotCommandOutput) => void): void;
424
271
  /**
425
- * @public
426
- * <p>Creates a snapshot of a block storage disk. You can use snapshots for backups, to make
427
- * copies of disks, and to save data before shutting down a Lightsail instance.</p>
428
- * <p>You can take a snapshot of an attached disk that is in use; however, snapshots only
429
- * capture data that has been written to your disk at the time the snapshot command is issued.
430
- * This may exclude any data that has been cached by any applications or the operating system. If
431
- * you can pause any file systems on the disk long enough to take a snapshot, your snapshot
432
- * should be complete. Nevertheless, if you cannot pause all file writes to the disk, you should
433
- * unmount the disk from within the Lightsail instance, issue the create disk snapshot command,
434
- * and then remount the disk to ensure a consistent and complete snapshot. You may remount and
435
- * use your disk while the snapshot status is pending.</p>
436
- * <p>You can also use this operation to create a snapshot of an instance's system volume. You
437
- * might want to do this, for example, to recover data from the system volume of a botched
438
- * instance or to create a backup of the system volume like you would for a block storage disk.
439
- * To create a snapshot of a system volume, just define the <code>instance name</code> parameter
440
- * when issuing the snapshot command, and a snapshot of the defined instance's system volume will
441
- * be created. After the snapshot is available, you can create a block storage disk from the
442
- * snapshot and attach it to a running instance to access the data on the disk.</p>
443
- * <p>The <code>create disk snapshot</code> operation supports tag-based access control via
444
- * request tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
272
+ * @see {@link CreateDiskSnapshotCommand}
445
273
  */
446
274
  createDiskSnapshot(args: CreateDiskSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateDiskSnapshotCommandOutput>;
447
275
  createDiskSnapshot(args: CreateDiskSnapshotCommandInput, cb: (err: any, data?: CreateDiskSnapshotCommandOutput) => void): void;
448
276
  createDiskSnapshot(args: CreateDiskSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDiskSnapshotCommandOutput) => void): void;
449
277
  /**
450
- * @public
451
- * <p>Creates an Amazon Lightsail content delivery network (CDN) distribution.</p>
452
- * <p>A distribution is a globally distributed network of caching servers that improve the
453
- * performance of your website or web application hosted on a Lightsail instance. For more
454
- * information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-content-delivery-network-distributions">Content delivery networks in Amazon Lightsail</a>.</p>
278
+ * @see {@link CreateDistributionCommand}
455
279
  */
456
280
  createDistribution(args: CreateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<CreateDistributionCommandOutput>;
457
281
  createDistribution(args: CreateDistributionCommandInput, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
458
282
  createDistribution(args: CreateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDistributionCommandOutput) => void): void;
459
283
  /**
460
- * @public
461
- * <p>Creates a domain resource for the specified domain (e.g., example.com).</p>
462
- * <p>The <code>create domain</code> operation supports tag-based access control via request
463
- * tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
284
+ * @see {@link CreateDomainCommand}
464
285
  */
465
286
  createDomain(args: CreateDomainCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainCommandOutput>;
466
287
  createDomain(args: CreateDomainCommandInput, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
467
288
  createDomain(args: CreateDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainCommandOutput) => void): void;
468
289
  /**
469
- * @public
470
- * <p>Creates one of the following domain name system (DNS) records in a domain DNS zone:
471
- * Address (A), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority
472
- * (SOA), service locator (SRV), or text (TXT).</p>
473
- * <p>The <code>create domain entry</code> operation supports tag-based access control via
474
- * resource tags applied to the resource identified by <code>domain name</code>. For more
475
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
290
+ * @see {@link CreateDomainEntryCommand}
476
291
  */
477
292
  createDomainEntry(args: CreateDomainEntryCommandInput, options?: __HttpHandlerOptions): Promise<CreateDomainEntryCommandOutput>;
478
293
  createDomainEntry(args: CreateDomainEntryCommandInput, cb: (err: any, data?: CreateDomainEntryCommandOutput) => void): void;
479
294
  createDomainEntry(args: CreateDomainEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDomainEntryCommandOutput) => void): void;
480
295
  /**
481
- * @public
482
- * <p>Creates two URLs that are used to access a virtual computer’s graphical user interface (GUI)
483
- * session. The primary URL initiates a web-based NICE DCV session to the virtual computer's application. The secondary URL initiates a web-based NICE DCV session to the virtual computer's operating session. </p>
484
- * <p>Use <code>StartGUISession</code> to open the session.</p>
296
+ * @see {@link CreateGUISessionAccessDetailsCommand}
485
297
  */
486
298
  createGUISessionAccessDetails(args: CreateGUISessionAccessDetailsCommandInput, options?: __HttpHandlerOptions): Promise<CreateGUISessionAccessDetailsCommandOutput>;
487
299
  createGUISessionAccessDetails(args: CreateGUISessionAccessDetailsCommandInput, cb: (err: any, data?: CreateGUISessionAccessDetailsCommandOutput) => void): void;
488
300
  createGUISessionAccessDetails(args: CreateGUISessionAccessDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGUISessionAccessDetailsCommandOutput) => void): void;
489
301
  /**
490
- * @public
491
- * <p>Creates one or more Amazon Lightsail instances.</p>
492
- * <p>The <code>create instances</code> operation supports tag-based access control via request
493
- * tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Lightsail Developer Guide</a>.</p>
302
+ * @see {@link CreateInstancesCommand}
494
303
  */
495
304
  createInstances(args: CreateInstancesCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstancesCommandOutput>;
496
305
  createInstances(args: CreateInstancesCommandInput, cb: (err: any, data?: CreateInstancesCommandOutput) => void): void;
497
306
  createInstances(args: CreateInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstancesCommandOutput) => void): void;
498
307
  /**
499
- * @public
500
- * <p>Creates one or more new instances from a manual or automatic snapshot of an
501
- * instance.</p>
502
- * <p>The <code>create instances from snapshot</code> operation supports tag-based access
503
- * control via request tags and resource tags applied to the resource identified by
504
- * <code>instance snapshot name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
308
+ * @see {@link CreateInstancesFromSnapshotCommand}
505
309
  */
506
310
  createInstancesFromSnapshot(args: CreateInstancesFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstancesFromSnapshotCommandOutput>;
507
311
  createInstancesFromSnapshot(args: CreateInstancesFromSnapshotCommandInput, cb: (err: any, data?: CreateInstancesFromSnapshotCommandOutput) => void): void;
508
312
  createInstancesFromSnapshot(args: CreateInstancesFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstancesFromSnapshotCommandOutput) => void): void;
509
313
  /**
510
- * @public
511
- * <p>Creates a snapshot of a specific virtual private server, or <i>instance</i>.
512
- * You can use a snapshot to create a new instance that is based on that snapshot.</p>
513
- * <p>The <code>create instance snapshot</code> operation supports tag-based access control via
514
- * request tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
314
+ * @see {@link CreateInstanceSnapshotCommand}
515
315
  */
516
316
  createInstanceSnapshot(args: CreateInstanceSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceSnapshotCommandOutput>;
517
317
  createInstanceSnapshot(args: CreateInstanceSnapshotCommandInput, cb: (err: any, data?: CreateInstanceSnapshotCommandOutput) => void): void;
518
318
  createInstanceSnapshot(args: CreateInstanceSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceSnapshotCommandOutput) => void): void;
519
319
  /**
520
- * @public
521
- * <p>Creates a custom SSH key pair that you can use with an Amazon Lightsail
522
- * instance.</p>
523
- * <note>
524
- * <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_DownloadDefaultKeyPair.html">DownloadDefaultKeyPair</a> action to create a Lightsail default key
525
- * pair in an Amazon Web Services Region where a default key pair does not currently
526
- * exist.</p>
527
- * </note>
528
- * <p>The <code>create key pair</code> operation supports tag-based access control via request
529
- * tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
320
+ * @see {@link CreateKeyPairCommand}
530
321
  */
531
322
  createKeyPair(args: CreateKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<CreateKeyPairCommandOutput>;
532
323
  createKeyPair(args: CreateKeyPairCommandInput, cb: (err: any, data?: CreateKeyPairCommandOutput) => void): void;
533
324
  createKeyPair(args: CreateKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeyPairCommandOutput) => void): void;
534
325
  /**
535
- * @public
536
- * <p>Creates a Lightsail load balancer. To learn more about deciding whether to load balance
537
- * your application, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/configure-lightsail-instances-for-load-balancing">Configure your Lightsail instances for load balancing</a>. You can create up to 5
538
- * load balancers per AWS Region in your account.</p>
539
- * <p>When you create a load balancer, you can specify a unique name and port settings. To
540
- * change additional load balancer settings, use the <code>UpdateLoadBalancerAttribute</code>
541
- * operation.</p>
542
- * <p>The <code>create load balancer</code> operation supports tag-based access control via
543
- * request tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
326
+ * @see {@link CreateLoadBalancerCommand}
544
327
  */
545
328
  createLoadBalancer(args: CreateLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerCommandOutput>;
546
329
  createLoadBalancer(args: CreateLoadBalancerCommandInput, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
547
330
  createLoadBalancer(args: CreateLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerCommandOutput) => void): void;
548
331
  /**
549
- * @public
550
- * <p>Creates an SSL/TLS certificate for an Amazon Lightsail load balancer.</p>
551
- * <p>TLS is just an updated, more secure version of Secure Socket Layer (SSL).</p>
552
- * <p>The <code>CreateLoadBalancerTlsCertificate</code> operation supports tag-based access
553
- * control via resource tags applied to the resource identified by <code>load balancer
554
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
332
+ * @see {@link CreateLoadBalancerTlsCertificateCommand}
555
333
  */
556
334
  createLoadBalancerTlsCertificate(args: CreateLoadBalancerTlsCertificateCommandInput, options?: __HttpHandlerOptions): Promise<CreateLoadBalancerTlsCertificateCommandOutput>;
557
335
  createLoadBalancerTlsCertificate(args: CreateLoadBalancerTlsCertificateCommandInput, cb: (err: any, data?: CreateLoadBalancerTlsCertificateCommandOutput) => void): void;
558
336
  createLoadBalancerTlsCertificate(args: CreateLoadBalancerTlsCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLoadBalancerTlsCertificateCommandOutput) => void): void;
559
337
  /**
560
- * @public
561
- * <p>Creates a new database in Amazon Lightsail.</p>
562
- * <p>The <code>create relational database</code> operation supports tag-based access control
563
- * via request tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
338
+ * @see {@link CreateRelationalDatabaseCommand}
564
339
  */
565
340
  createRelationalDatabase(args: CreateRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateRelationalDatabaseCommandOutput>;
566
341
  createRelationalDatabase(args: CreateRelationalDatabaseCommandInput, cb: (err: any, data?: CreateRelationalDatabaseCommandOutput) => void): void;
567
342
  createRelationalDatabase(args: CreateRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRelationalDatabaseCommandOutput) => void): void;
568
343
  /**
569
- * @public
570
- * <p>Creates a new database from an existing database snapshot in Amazon Lightsail.</p>
571
- * <p>You can create a new database from a snapshot in if something goes wrong with your
572
- * original database, or to change it to a different plan, such as a high availability or
573
- * standard plan.</p>
574
- * <p>The <code>create relational database from snapshot</code> operation supports tag-based
575
- * access control via request tags and resource tags applied to the resource identified by
576
- * relationalDatabaseSnapshotName. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
344
+ * @see {@link CreateRelationalDatabaseFromSnapshotCommand}
577
345
  */
578
346
  createRelationalDatabaseFromSnapshot(args: CreateRelationalDatabaseFromSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateRelationalDatabaseFromSnapshotCommandOutput>;
579
347
  createRelationalDatabaseFromSnapshot(args: CreateRelationalDatabaseFromSnapshotCommandInput, cb: (err: any, data?: CreateRelationalDatabaseFromSnapshotCommandOutput) => void): void;
580
348
  createRelationalDatabaseFromSnapshot(args: CreateRelationalDatabaseFromSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRelationalDatabaseFromSnapshotCommandOutput) => void): void;
581
349
  /**
582
- * @public
583
- * <p>Creates a snapshot of your database in Amazon Lightsail. You can use snapshots for backups,
584
- * to make copies of a database, and to save data before deleting a database.</p>
585
- * <p>The <code>create relational database snapshot</code> operation supports tag-based access
586
- * control via request tags. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
350
+ * @see {@link CreateRelationalDatabaseSnapshotCommand}
587
351
  */
588
352
  createRelationalDatabaseSnapshot(args: CreateRelationalDatabaseSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<CreateRelationalDatabaseSnapshotCommandOutput>;
589
353
  createRelationalDatabaseSnapshot(args: CreateRelationalDatabaseSnapshotCommandInput, cb: (err: any, data?: CreateRelationalDatabaseSnapshotCommandOutput) => void): void;
590
354
  createRelationalDatabaseSnapshot(args: CreateRelationalDatabaseSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRelationalDatabaseSnapshotCommandOutput) => void): void;
591
355
  /**
592
- * @public
593
- * <p>Deletes an alarm.</p>
594
- * <p>An alarm is used to monitor a single metric for one of your resources. When a metric
595
- * condition is met, the alarm can notify you by email, SMS text message, and a banner displayed
596
- * on the Amazon Lightsail console. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-alarms">Alarms
597
- * in Amazon Lightsail</a>.</p>
356
+ * @see {@link DeleteAlarmCommand}
598
357
  */
599
358
  deleteAlarm(args: DeleteAlarmCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAlarmCommandOutput>;
600
359
  deleteAlarm(args: DeleteAlarmCommandInput, cb: (err: any, data?: DeleteAlarmCommandOutput) => void): void;
601
360
  deleteAlarm(args: DeleteAlarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAlarmCommandOutput) => void): void;
602
361
  /**
603
- * @public
604
- * <p>Deletes an automatic snapshot of an instance or disk. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configuring-automatic-snapshots">Amazon Lightsail Developer Guide</a>.</p>
362
+ * @see {@link DeleteAutoSnapshotCommand}
605
363
  */
606
364
  deleteAutoSnapshot(args: DeleteAutoSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAutoSnapshotCommandOutput>;
607
365
  deleteAutoSnapshot(args: DeleteAutoSnapshotCommandInput, cb: (err: any, data?: DeleteAutoSnapshotCommandOutput) => void): void;
608
366
  deleteAutoSnapshot(args: DeleteAutoSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAutoSnapshotCommandOutput) => void): void;
609
367
  /**
610
- * @public
611
- * <p>Deletes a Amazon Lightsail bucket.</p>
612
- * <note>
613
- * <p>When you delete your bucket, the bucket name is released and can be reused for a new
614
- * bucket in your account or another Amazon Web Services account.</p>
615
- * </note>
368
+ * @see {@link DeleteBucketCommand}
616
369
  */
617
370
  deleteBucket(args: DeleteBucketCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketCommandOutput>;
618
371
  deleteBucket(args: DeleteBucketCommandInput, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
619
372
  deleteBucket(args: DeleteBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketCommandOutput) => void): void;
620
373
  /**
621
- * @public
622
- * <p>Deletes an access key for the specified Amazon Lightsail bucket.</p>
623
- * <p>We recommend that you delete an access key if the secret access key is compromised.</p>
624
- * <p>For more information about access keys, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-bucket-access-keys">Creating access keys for a bucket in Amazon Lightsail</a> in the
625
- * <i>Amazon Lightsail Developer Guide</i>.</p>
374
+ * @see {@link DeleteBucketAccessKeyCommand}
626
375
  */
627
376
  deleteBucketAccessKey(args: DeleteBucketAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketAccessKeyCommandOutput>;
628
377
  deleteBucketAccessKey(args: DeleteBucketAccessKeyCommandInput, cb: (err: any, data?: DeleteBucketAccessKeyCommandOutput) => void): void;
629
378
  deleteBucketAccessKey(args: DeleteBucketAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBucketAccessKeyCommandOutput) => void): void;
630
379
  /**
631
- * @public
632
- * <p>Deletes an SSL/TLS certificate for your Amazon Lightsail content delivery network (CDN)
633
- * distribution.</p>
634
- * <p>Certificates that are currently attached to a distribution cannot be deleted. Use the
635
- * <code>DetachCertificateFromDistribution</code> action to detach a certificate from a
636
- * distribution.</p>
380
+ * @see {@link DeleteCertificateCommand}
637
381
  */
638
382
  deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
639
383
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
640
384
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
641
385
  /**
642
- * @public
643
- * <p>Deletes a contact method.</p>
644
- * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
645
- * You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services
646
- * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
647
- * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
386
+ * @see {@link DeleteContactMethodCommand}
648
387
  */
649
388
  deleteContactMethod(args: DeleteContactMethodCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactMethodCommandOutput>;
650
389
  deleteContactMethod(args: DeleteContactMethodCommandInput, cb: (err: any, data?: DeleteContactMethodCommandOutput) => void): void;
651
390
  deleteContactMethod(args: DeleteContactMethodCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContactMethodCommandOutput) => void): void;
652
391
  /**
653
- * @public
654
- * <p>Deletes a container image that is registered to your Amazon Lightsail container
655
- * service.</p>
392
+ * @see {@link DeleteContainerImageCommand}
656
393
  */
657
394
  deleteContainerImage(args: DeleteContainerImageCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContainerImageCommandOutput>;
658
395
  deleteContainerImage(args: DeleteContainerImageCommandInput, cb: (err: any, data?: DeleteContainerImageCommandOutput) => void): void;
659
396
  deleteContainerImage(args: DeleteContainerImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerImageCommandOutput) => void): void;
660
397
  /**
661
- * @public
662
- * <p>Deletes your Amazon Lightsail container service.</p>
398
+ * @see {@link DeleteContainerServiceCommand}
663
399
  */
664
400
  deleteContainerService(args: DeleteContainerServiceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContainerServiceCommandOutput>;
665
401
  deleteContainerService(args: DeleteContainerServiceCommandInput, cb: (err: any, data?: DeleteContainerServiceCommandOutput) => void): void;
666
402
  deleteContainerService(args: DeleteContainerServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteContainerServiceCommandOutput) => void): void;
667
403
  /**
668
- * @public
669
- * <p>Deletes the specified block storage disk. The disk must be in the <code>available</code>
670
- * state (not attached to a Lightsail instance).</p>
671
- * <note>
672
- * <p>The disk may remain in the <code>deleting</code> state for several minutes.</p>
673
- * </note>
674
- * <p>The <code>delete disk</code> operation supports tag-based access control via resource tags
675
- * applied to the resource identified by <code>disk name</code>. For more information, see the
676
- * <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
404
+ * @see {@link DeleteDiskCommand}
677
405
  */
678
406
  deleteDisk(args: DeleteDiskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDiskCommandOutput>;
679
407
  deleteDisk(args: DeleteDiskCommandInput, cb: (err: any, data?: DeleteDiskCommandOutput) => void): void;
680
408
  deleteDisk(args: DeleteDiskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDiskCommandOutput) => void): void;
681
409
  /**
682
- * @public
683
- * <p>Deletes the specified disk snapshot.</p>
684
- * <p>When you make periodic snapshots of a disk, the snapshots are incremental, and only the
685
- * blocks on the device that have changed since your last snapshot are saved in the new snapshot.
686
- * When you delete a snapshot, only the data not needed for any other snapshot is removed. So
687
- * regardless of which prior snapshots have been deleted, all active snapshots will have access
688
- * to all the information needed to restore the disk.</p>
689
- * <p>The <code>delete disk snapshot</code> operation supports tag-based access control via
690
- * resource tags applied to the resource identified by <code>disk snapshot name</code>. For more
691
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
410
+ * @see {@link DeleteDiskSnapshotCommand}
692
411
  */
693
412
  deleteDiskSnapshot(args: DeleteDiskSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDiskSnapshotCommandOutput>;
694
413
  deleteDiskSnapshot(args: DeleteDiskSnapshotCommandInput, cb: (err: any, data?: DeleteDiskSnapshotCommandOutput) => void): void;
695
414
  deleteDiskSnapshot(args: DeleteDiskSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDiskSnapshotCommandOutput) => void): void;
696
415
  /**
697
- * @public
698
- * <p>Deletes your Amazon Lightsail content delivery network (CDN) distribution.</p>
416
+ * @see {@link DeleteDistributionCommand}
699
417
  */
700
418
  deleteDistribution(args: DeleteDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDistributionCommandOutput>;
701
419
  deleteDistribution(args: DeleteDistributionCommandInput, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
702
420
  deleteDistribution(args: DeleteDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDistributionCommandOutput) => void): void;
703
421
  /**
704
- * @public
705
- * <p>Deletes the specified domain recordset and all of its domain records.</p>
706
- * <p>The <code>delete domain</code> operation supports tag-based access control via resource
707
- * tags applied to the resource identified by <code>domain name</code>. For more information, see
708
- * the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
422
+ * @see {@link DeleteDomainCommand}
709
423
  */
710
424
  deleteDomain(args: DeleteDomainCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainCommandOutput>;
711
425
  deleteDomain(args: DeleteDomainCommandInput, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
712
426
  deleteDomain(args: DeleteDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainCommandOutput) => void): void;
713
427
  /**
714
- * @public
715
- * <p>Deletes a specific domain entry.</p>
716
- * <p>The <code>delete domain entry</code> operation supports tag-based access control via
717
- * resource tags applied to the resource identified by <code>domain name</code>. For more
718
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
428
+ * @see {@link DeleteDomainEntryCommand}
719
429
  */
720
430
  deleteDomainEntry(args: DeleteDomainEntryCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDomainEntryCommandOutput>;
721
431
  deleteDomainEntry(args: DeleteDomainEntryCommandInput, cb: (err: any, data?: DeleteDomainEntryCommandOutput) => void): void;
722
432
  deleteDomainEntry(args: DeleteDomainEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDomainEntryCommandOutput) => void): void;
723
433
  /**
724
- * @public
725
- * <p>Deletes an Amazon Lightsail instance.</p>
726
- * <p>The <code>delete instance</code> operation supports tag-based access control via resource
727
- * tags applied to the resource identified by <code>instance name</code>. For more information,
728
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
434
+ * @see {@link DeleteInstanceCommand}
729
435
  */
730
436
  deleteInstance(args: DeleteInstanceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceCommandOutput>;
731
437
  deleteInstance(args: DeleteInstanceCommandInput, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
732
438
  deleteInstance(args: DeleteInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceCommandOutput) => void): void;
733
439
  /**
734
- * @public
735
- * <p>Deletes a specific snapshot of a virtual private server (or
736
- * <i>instance</i>).</p>
737
- * <p>The <code>delete instance snapshot</code> operation supports tag-based access control via
738
- * resource tags applied to the resource identified by <code>instance snapshot name</code>. For
739
- * more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
440
+ * @see {@link DeleteInstanceSnapshotCommand}
740
441
  */
741
442
  deleteInstanceSnapshot(args: DeleteInstanceSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceSnapshotCommandOutput>;
742
443
  deleteInstanceSnapshot(args: DeleteInstanceSnapshotCommandInput, cb: (err: any, data?: DeleteInstanceSnapshotCommandOutput) => void): void;
743
444
  deleteInstanceSnapshot(args: DeleteInstanceSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceSnapshotCommandOutput) => void): void;
744
445
  /**
745
- * @public
746
- * <p>Deletes the specified key pair by removing the public key from Amazon Lightsail.</p>
747
- * <p>You can delete key pairs that were created using the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_ImportKeyPair.html">ImportKeyPair</a> and
748
- * <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateKeyPair.html">CreateKeyPair</a> actions, as well as the Lightsail default key pair. A new default
749
- * key pair will not be created unless you launch an instance without specifying a custom key
750
- * pair, or you call the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_DownloadDefaultKeyPair.html">DownloadDefaultKeyPair</a> API. </p>
751
- * <p>The <code>delete key pair</code> operation supports tag-based access control via resource
752
- * tags applied to the resource identified by <code>key pair name</code>. For more information,
753
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
446
+ * @see {@link DeleteKeyPairCommand}
754
447
  */
755
448
  deleteKeyPair(args: DeleteKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKeyPairCommandOutput>;
756
449
  deleteKeyPair(args: DeleteKeyPairCommandInput, cb: (err: any, data?: DeleteKeyPairCommandOutput) => void): void;
757
450
  deleteKeyPair(args: DeleteKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKeyPairCommandOutput) => void): void;
758
451
  /**
759
- * @public
760
- * <p>Deletes the known host key or certificate used by the Amazon Lightsail browser-based SSH or
761
- * RDP clients to authenticate an instance. This operation enables the Lightsail browser-based
762
- * SSH or RDP clients to connect to the instance after a host key mismatch.</p>
763
- * <important>
764
- * <p>Perform this operation only if you were expecting the host key or certificate mismatch
765
- * or if you are familiar with the new host key or certificate on the instance. For more
766
- * information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-troubleshooting-browser-based-ssh-rdp-client-connection">Troubleshooting connection issues when using the Amazon Lightsail browser-based SSH or RDP
767
- * client</a>.</p>
768
- * </important>
452
+ * @see {@link DeleteKnownHostKeysCommand}
769
453
  */
770
454
  deleteKnownHostKeys(args: DeleteKnownHostKeysCommandInput, options?: __HttpHandlerOptions): Promise<DeleteKnownHostKeysCommandOutput>;
771
455
  deleteKnownHostKeys(args: DeleteKnownHostKeysCommandInput, cb: (err: any, data?: DeleteKnownHostKeysCommandOutput) => void): void;
772
456
  deleteKnownHostKeys(args: DeleteKnownHostKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteKnownHostKeysCommandOutput) => void): void;
773
457
  /**
774
- * @public
775
- * <p>Deletes a Lightsail load balancer and all its associated SSL/TLS certificates. Once the
776
- * load balancer is deleted, you will need to create a new load balancer, create a new
777
- * certificate, and verify domain ownership again.</p>
778
- * <p>The <code>delete load balancer</code> operation supports tag-based access control via
779
- * resource tags applied to the resource identified by <code>load balancer name</code>. For more
780
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
458
+ * @see {@link DeleteLoadBalancerCommand}
781
459
  */
782
460
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerCommandOutput>;
783
461
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
784
462
  deleteLoadBalancer(args: DeleteLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerCommandOutput) => void): void;
785
463
  /**
786
- * @public
787
- * <p>Deletes an SSL/TLS certificate associated with a Lightsail load balancer.</p>
788
- * <p>The <code>DeleteLoadBalancerTlsCertificate</code> operation supports tag-based access
789
- * control via resource tags applied to the resource identified by <code>load balancer
790
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
464
+ * @see {@link DeleteLoadBalancerTlsCertificateCommand}
791
465
  */
792
466
  deleteLoadBalancerTlsCertificate(args: DeleteLoadBalancerTlsCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoadBalancerTlsCertificateCommandOutput>;
793
467
  deleteLoadBalancerTlsCertificate(args: DeleteLoadBalancerTlsCertificateCommandInput, cb: (err: any, data?: DeleteLoadBalancerTlsCertificateCommandOutput) => void): void;
794
468
  deleteLoadBalancerTlsCertificate(args: DeleteLoadBalancerTlsCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoadBalancerTlsCertificateCommandOutput) => void): void;
795
469
  /**
796
- * @public
797
- * <p>Deletes a database in Amazon Lightsail.</p>
798
- * <p>The <code>delete relational database</code> operation supports tag-based access control
799
- * via resource tags applied to the resource identified by relationalDatabaseName. For more
800
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
470
+ * @see {@link DeleteRelationalDatabaseCommand}
801
471
  */
802
472
  deleteRelationalDatabase(args: DeleteRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRelationalDatabaseCommandOutput>;
803
473
  deleteRelationalDatabase(args: DeleteRelationalDatabaseCommandInput, cb: (err: any, data?: DeleteRelationalDatabaseCommandOutput) => void): void;
804
474
  deleteRelationalDatabase(args: DeleteRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRelationalDatabaseCommandOutput) => void): void;
805
475
  /**
806
- * @public
807
- * <p>Deletes a database snapshot in Amazon Lightsail.</p>
808
- * <p>The <code>delete relational database snapshot</code> operation supports tag-based access
809
- * control via resource tags applied to the resource identified by relationalDatabaseName. For
810
- * more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
476
+ * @see {@link DeleteRelationalDatabaseSnapshotCommand}
811
477
  */
812
478
  deleteRelationalDatabaseSnapshot(args: DeleteRelationalDatabaseSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRelationalDatabaseSnapshotCommandOutput>;
813
479
  deleteRelationalDatabaseSnapshot(args: DeleteRelationalDatabaseSnapshotCommandInput, cb: (err: any, data?: DeleteRelationalDatabaseSnapshotCommandOutput) => void): void;
814
480
  deleteRelationalDatabaseSnapshot(args: DeleteRelationalDatabaseSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRelationalDatabaseSnapshotCommandOutput) => void): void;
815
481
  /**
816
- * @public
817
- * <p>Detaches an SSL/TLS certificate from your Amazon Lightsail content delivery network (CDN)
818
- * distribution.</p>
819
- * <p>After the certificate is detached, your distribution stops accepting traffic for all of
820
- * the domains that are associated with the certificate.</p>
482
+ * @see {@link DetachCertificateFromDistributionCommand}
821
483
  */
822
484
  detachCertificateFromDistribution(args: DetachCertificateFromDistributionCommandInput, options?: __HttpHandlerOptions): Promise<DetachCertificateFromDistributionCommandOutput>;
823
485
  detachCertificateFromDistribution(args: DetachCertificateFromDistributionCommandInput, cb: (err: any, data?: DetachCertificateFromDistributionCommandOutput) => void): void;
824
486
  detachCertificateFromDistribution(args: DetachCertificateFromDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachCertificateFromDistributionCommandOutput) => void): void;
825
487
  /**
826
- * @public
827
- * <p>Detaches a stopped block storage disk from a Lightsail instance. Make sure to unmount
828
- * any file systems on the device within your operating system before stopping the instance and
829
- * detaching the disk.</p>
830
- * <p>The <code>detach disk</code> operation supports tag-based access control via resource tags
831
- * applied to the resource identified by <code>disk name</code>. For more information, see the
832
- * <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
488
+ * @see {@link DetachDiskCommand}
833
489
  */
834
490
  detachDisk(args: DetachDiskCommandInput, options?: __HttpHandlerOptions): Promise<DetachDiskCommandOutput>;
835
491
  detachDisk(args: DetachDiskCommandInput, cb: (err: any, data?: DetachDiskCommandOutput) => void): void;
836
492
  detachDisk(args: DetachDiskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachDiskCommandOutput) => void): void;
837
493
  /**
838
- * @public
839
- * <p>Detaches the specified instances from a Lightsail load balancer.</p>
840
- * <p>This operation waits until the instances are no longer needed before they are detached
841
- * from the load balancer.</p>
842
- * <p>The <code>detach instances from load balancer</code> operation supports tag-based access
843
- * control via resource tags applied to the resource identified by <code>load balancer
844
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
494
+ * @see {@link DetachInstancesFromLoadBalancerCommand}
845
495
  */
846
496
  detachInstancesFromLoadBalancer(args: DetachInstancesFromLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<DetachInstancesFromLoadBalancerCommandOutput>;
847
497
  detachInstancesFromLoadBalancer(args: DetachInstancesFromLoadBalancerCommandInput, cb: (err: any, data?: DetachInstancesFromLoadBalancerCommandOutput) => void): void;
848
498
  detachInstancesFromLoadBalancer(args: DetachInstancesFromLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachInstancesFromLoadBalancerCommandOutput) => void): void;
849
499
  /**
850
- * @public
851
- * <p>Detaches a static IP from the Amazon Lightsail instance to which it is attached.</p>
500
+ * @see {@link DetachStaticIpCommand}
852
501
  */
853
502
  detachStaticIp(args: DetachStaticIpCommandInput, options?: __HttpHandlerOptions): Promise<DetachStaticIpCommandOutput>;
854
503
  detachStaticIp(args: DetachStaticIpCommandInput, cb: (err: any, data?: DetachStaticIpCommandOutput) => void): void;
855
504
  detachStaticIp(args: DetachStaticIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DetachStaticIpCommandOutput) => void): void;
856
505
  /**
857
- * @public
858
- * <p>Disables an add-on for an Amazon Lightsail resource. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configuring-automatic-snapshots">Amazon Lightsail Developer Guide</a>.</p>
506
+ * @see {@link DisableAddOnCommand}
859
507
  */
860
508
  disableAddOn(args: DisableAddOnCommandInput, options?: __HttpHandlerOptions): Promise<DisableAddOnCommandOutput>;
861
509
  disableAddOn(args: DisableAddOnCommandInput, cb: (err: any, data?: DisableAddOnCommandOutput) => void): void;
862
510
  disableAddOn(args: DisableAddOnCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableAddOnCommandOutput) => void): void;
863
511
  /**
864
- * @public
865
- * <p>Downloads the regional Amazon Lightsail default key pair.</p>
866
- * <p>This action also creates a Lightsail default key pair if a default key pair
867
- * does not currently exist in the Amazon Web Services Region.</p>
512
+ * @see {@link DownloadDefaultKeyPairCommand}
868
513
  */
869
514
  downloadDefaultKeyPair(args: DownloadDefaultKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDefaultKeyPairCommandOutput>;
870
515
  downloadDefaultKeyPair(args: DownloadDefaultKeyPairCommandInput, cb: (err: any, data?: DownloadDefaultKeyPairCommandOutput) => void): void;
871
516
  downloadDefaultKeyPair(args: DownloadDefaultKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DownloadDefaultKeyPairCommandOutput) => void): void;
872
517
  /**
873
- * @public
874
- * <p>Enables or modifies an add-on for an Amazon Lightsail resource. For more information, see
875
- * the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configuring-automatic-snapshots">Amazon Lightsail Developer Guide</a>.</p>
518
+ * @see {@link EnableAddOnCommand}
876
519
  */
877
520
  enableAddOn(args: EnableAddOnCommandInput, options?: __HttpHandlerOptions): Promise<EnableAddOnCommandOutput>;
878
521
  enableAddOn(args: EnableAddOnCommandInput, cb: (err: any, data?: EnableAddOnCommandOutput) => void): void;
879
522
  enableAddOn(args: EnableAddOnCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableAddOnCommandOutput) => void): void;
880
523
  /**
881
- * @public
882
- * <p>Exports an Amazon Lightsail instance or block storage disk snapshot to Amazon Elastic Compute Cloud (Amazon EC2).
883
- * This operation results in an export snapshot record that can be used with the <code>create
884
- * cloud formation stack</code> operation to create new Amazon EC2 instances.</p>
885
- * <p>Exported instance snapshots appear in Amazon EC2 as Amazon Machine Images (AMIs), and the
886
- * instance system disk appears as an Amazon Elastic Block Store (Amazon EBS) volume. Exported disk snapshots appear in
887
- * Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in
888
- * Amazon EC2 as the source Lightsail snapshot.</p>
889
- * <p></p>
890
- * <p>The <code>export snapshot</code> operation supports tag-based access control via resource
891
- * tags applied to the resource identified by <code>source snapshot name</code>. For more
892
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
893
- * <note>
894
- * <p>Use the <code>get instance snapshots</code> or <code>get disk snapshots</code>
895
- * operations to get a list of snapshots that you can export to Amazon EC2.</p>
896
- * </note>
524
+ * @see {@link ExportSnapshotCommand}
897
525
  */
898
526
  exportSnapshot(args: ExportSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ExportSnapshotCommandOutput>;
899
527
  exportSnapshot(args: ExportSnapshotCommandInput, cb: (err: any, data?: ExportSnapshotCommandOutput) => void): void;
900
528
  exportSnapshot(args: ExportSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportSnapshotCommandOutput) => void): void;
901
529
  /**
902
- * @public
903
- * <p>Returns the names of all active (not deleted) resources.</p>
530
+ * @see {@link GetActiveNamesCommand}
904
531
  */
905
532
  getActiveNames(args: GetActiveNamesCommandInput, options?: __HttpHandlerOptions): Promise<GetActiveNamesCommandOutput>;
906
533
  getActiveNames(args: GetActiveNamesCommandInput, cb: (err: any, data?: GetActiveNamesCommandOutput) => void): void;
907
534
  getActiveNames(args: GetActiveNamesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetActiveNamesCommandOutput) => void): void;
908
535
  /**
909
- * @public
910
- * <p>Returns information about the configured alarms. Specify an alarm name in your request to
911
- * return information about a specific alarm, or specify a monitored resource name to return
912
- * information about all alarms for a specific resource.</p>
913
- * <p>An alarm is used to monitor a single metric for one of your resources. When a metric
914
- * condition is met, the alarm can notify you by email, SMS text message, and a banner displayed
915
- * on the Amazon Lightsail console. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-alarms">Alarms
916
- * in Amazon Lightsail</a>.</p>
536
+ * @see {@link GetAlarmsCommand}
917
537
  */
918
538
  getAlarms(args: GetAlarmsCommandInput, options?: __HttpHandlerOptions): Promise<GetAlarmsCommandOutput>;
919
539
  getAlarms(args: GetAlarmsCommandInput, cb: (err: any, data?: GetAlarmsCommandOutput) => void): void;
920
540
  getAlarms(args: GetAlarmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAlarmsCommandOutput) => void): void;
921
541
  /**
922
- * @public
923
- * <p>Returns the available automatic snapshots for an instance or disk. For more information,
924
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configuring-automatic-snapshots">Amazon Lightsail Developer Guide</a>.</p>
542
+ * @see {@link GetAutoSnapshotsCommand}
925
543
  */
926
544
  getAutoSnapshots(args: GetAutoSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<GetAutoSnapshotsCommandOutput>;
927
545
  getAutoSnapshots(args: GetAutoSnapshotsCommandInput, cb: (err: any, data?: GetAutoSnapshotsCommandOutput) => void): void;
928
546
  getAutoSnapshots(args: GetAutoSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAutoSnapshotsCommandOutput) => void): void;
929
547
  /**
930
- * @public
931
- * <p>Returns the list of available instance images, or <i>blueprints</i>. You can
932
- * use a blueprint to create a new instance already running a specific operating system, as well
933
- * as a preinstalled app or development stack. The software each instance is running depends on
934
- * the blueprint image you choose.</p>
935
- * <note>
936
- * <p>Use active blueprints when creating new instances. Inactive blueprints are listed to
937
- * support customers with existing instances and are not necessarily available to create new
938
- * instances. Blueprints are marked inactive when they become outdated due to operating system
939
- * updates or new application releases.</p>
940
- * </note>
548
+ * @see {@link GetBlueprintsCommand}
941
549
  */
942
550
  getBlueprints(args: GetBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<GetBlueprintsCommandOutput>;
943
551
  getBlueprints(args: GetBlueprintsCommandInput, cb: (err: any, data?: GetBlueprintsCommandOutput) => void): void;
944
552
  getBlueprints(args: GetBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBlueprintsCommandOutput) => void): void;
945
553
  /**
946
- * @public
947
- * <p>Returns the existing access key IDs for the specified Amazon Lightsail bucket.</p>
948
- * <important>
949
- * <p>This action does not return the secret access key value of an access key. You can get a
950
- * secret access key only when you create it from the response of the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateBucketAccessKey.html">CreateBucketAccessKey</a> action. If you lose the secret access key, you must create
951
- * a new access key.</p>
952
- * </important>
554
+ * @see {@link GetBucketAccessKeysCommand}
953
555
  */
954
556
  getBucketAccessKeys(args: GetBucketAccessKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketAccessKeysCommandOutput>;
955
557
  getBucketAccessKeys(args: GetBucketAccessKeysCommandInput, cb: (err: any, data?: GetBucketAccessKeysCommandOutput) => void): void;
956
558
  getBucketAccessKeys(args: GetBucketAccessKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketAccessKeysCommandOutput) => void): void;
957
559
  /**
958
- * @public
959
- * <p>Returns the bundles that you can apply to a Amazon Lightsail bucket.</p>
960
- * <p>The bucket bundle specifies the monthly cost, storage quota, and data transfer quota for a
961
- * bucket.</p>
962
- * <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateBucketBundle.html">UpdateBucketBundle</a> action to update the
963
- * bundle for a bucket.</p>
560
+ * @see {@link GetBucketBundlesCommand}
964
561
  */
965
562
  getBucketBundles(args: GetBucketBundlesCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketBundlesCommandOutput>;
966
563
  getBucketBundles(args: GetBucketBundlesCommandInput, cb: (err: any, data?: GetBucketBundlesCommandOutput) => void): void;
967
564
  getBucketBundles(args: GetBucketBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketBundlesCommandOutput) => void): void;
968
565
  /**
969
- * @public
970
- * <p>Returns the data points of a specific metric for an Amazon Lightsail bucket.</p>
971
- * <p>Metrics report the utilization of a bucket. View and collect metric data regularly to
972
- * monitor the number of objects stored in a bucket (including object versions) and the storage
973
- * space used by those objects.</p>
566
+ * @see {@link GetBucketMetricDataCommand}
974
567
  */
975
568
  getBucketMetricData(args: GetBucketMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketMetricDataCommandOutput>;
976
569
  getBucketMetricData(args: GetBucketMetricDataCommandInput, cb: (err: any, data?: GetBucketMetricDataCommandOutput) => void): void;
977
570
  getBucketMetricData(args: GetBucketMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketMetricDataCommandOutput) => void): void;
978
571
  /**
979
- * @public
980
- * <p>Returns information about one or more Amazon Lightsail buckets. The information returned
981
- * includes the synchronization status of the Amazon Simple Storage Service (Amazon S3)
982
- * account-level block public access feature for your Lightsail buckets.</p>
983
- * <p>For more information about buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
984
- * Guide</i>.</p>
572
+ * @see {@link GetBucketsCommand}
985
573
  */
986
574
  getBuckets(args: GetBucketsCommandInput, options?: __HttpHandlerOptions): Promise<GetBucketsCommandOutput>;
987
575
  getBuckets(args: GetBucketsCommandInput, cb: (err: any, data?: GetBucketsCommandOutput) => void): void;
988
576
  getBuckets(args: GetBucketsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBucketsCommandOutput) => void): void;
989
577
  /**
990
- * @public
991
- * <p>Returns the bundles that you can apply to an Amazon Lightsail instance when you create
992
- * it.</p>
993
- * <p>A bundle describes the specifications of an instance, such as the monthly cost, amount of
994
- * memory, the number of vCPUs, amount of storage space, and monthly network data transfer
995
- * quota.</p>
996
- * <note>
997
- * <p>Bundles are referred to as <i>instance plans</i> in the Lightsail
998
- * console.</p>
999
- * </note>
578
+ * @see {@link GetBundlesCommand}
1000
579
  */
1001
580
  getBundles(args: GetBundlesCommandInput, options?: __HttpHandlerOptions): Promise<GetBundlesCommandOutput>;
1002
581
  getBundles(args: GetBundlesCommandInput, cb: (err: any, data?: GetBundlesCommandOutput) => void): void;
1003
582
  getBundles(args: GetBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBundlesCommandOutput) => void): void;
1004
583
  /**
1005
- * @public
1006
- * <p>Returns information about one or more Amazon Lightsail SSL/TLS certificates.</p>
1007
- * <note>
1008
- * <p>To get a summary of a certificate, ommit <code>includeCertificateDetails</code> from
1009
- * your request. The response will include only the certificate Amazon Resource Name (ARN),
1010
- * certificate name, domain name, and tags.</p>
1011
- * </note>
584
+ * @see {@link GetCertificatesCommand}
1012
585
  */
1013
586
  getCertificates(args: GetCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<GetCertificatesCommandOutput>;
1014
587
  getCertificates(args: GetCertificatesCommandInput, cb: (err: any, data?: GetCertificatesCommandOutput) => void): void;
1015
588
  getCertificates(args: GetCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCertificatesCommandOutput) => void): void;
1016
589
  /**
1017
- * @public
1018
- * <p>Returns the CloudFormation stack record created as a result of the <code>create cloud
1019
- * formation stack</code> operation.</p>
1020
- * <p>An AWS CloudFormation stack is used to create a new Amazon EC2 instance from an exported Lightsail
1021
- * snapshot.</p>
590
+ * @see {@link GetCloudFormationStackRecordsCommand}
1022
591
  */
1023
592
  getCloudFormationStackRecords(args: GetCloudFormationStackRecordsCommandInput, options?: __HttpHandlerOptions): Promise<GetCloudFormationStackRecordsCommandOutput>;
1024
593
  getCloudFormationStackRecords(args: GetCloudFormationStackRecordsCommandInput, cb: (err: any, data?: GetCloudFormationStackRecordsCommandOutput) => void): void;
1025
594
  getCloudFormationStackRecords(args: GetCloudFormationStackRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCloudFormationStackRecordsCommandOutput) => void): void;
1026
595
  /**
1027
- * @public
1028
- * <p>Returns information about the configured contact methods. Specify a protocol in your
1029
- * request to return information about a specific contact method.</p>
1030
- * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
1031
- * You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services
1032
- * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
1033
- * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
596
+ * @see {@link GetContactMethodsCommand}
1034
597
  */
1035
598
  getContactMethods(args: GetContactMethodsCommandInput, options?: __HttpHandlerOptions): Promise<GetContactMethodsCommandOutput>;
1036
599
  getContactMethods(args: GetContactMethodsCommandInput, cb: (err: any, data?: GetContactMethodsCommandOutput) => void): void;
1037
600
  getContactMethods(args: GetContactMethodsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContactMethodsCommandOutput) => void): void;
1038
601
  /**
1039
- * @public
1040
- * <p>Returns information about Amazon Lightsail containers, such as the current version of the
1041
- * Lightsail Control (lightsailctl) plugin.</p>
602
+ * @see {@link GetContainerAPIMetadataCommand}
1042
603
  */
1043
604
  getContainerAPIMetadata(args: GetContainerAPIMetadataCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerAPIMetadataCommandOutput>;
1044
605
  getContainerAPIMetadata(args: GetContainerAPIMetadataCommandInput, cb: (err: any, data?: GetContainerAPIMetadataCommandOutput) => void): void;
1045
606
  getContainerAPIMetadata(args: GetContainerAPIMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerAPIMetadataCommandOutput) => void): void;
1046
607
  /**
1047
- * @public
1048
- * <p>Returns the container images that are registered to your Amazon Lightsail container
1049
- * service.</p>
1050
- * <note>
1051
- * <p>If you created a deployment on your Lightsail container service that uses container
1052
- * images from a public registry like Docker Hub, those images are not returned as part of this
1053
- * action. Those images are not registered to your Lightsail container service.</p>
1054
- * </note>
608
+ * @see {@link GetContainerImagesCommand}
1055
609
  */
1056
610
  getContainerImages(args: GetContainerImagesCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerImagesCommandOutput>;
1057
611
  getContainerImages(args: GetContainerImagesCommandInput, cb: (err: any, data?: GetContainerImagesCommandOutput) => void): void;
1058
612
  getContainerImages(args: GetContainerImagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerImagesCommandOutput) => void): void;
1059
613
  /**
1060
- * @public
1061
- * <p>Returns the log events of a container of your Amazon Lightsail container service.</p>
1062
- * <p>If your container service has more than one node (i.e., a scale greater than 1), then the
1063
- * log events that are returned for the specified container are merged from all nodes on your
1064
- * container service.</p>
1065
- * <note>
1066
- * <p>Container logs are retained for a certain amount of time. For more information, see
1067
- * <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail
1068
- * endpoints and quotas</a> in the <i>Amazon Web Services General
1069
- * Reference</i>.</p>
1070
- * </note>
614
+ * @see {@link GetContainerLogCommand}
1071
615
  */
1072
616
  getContainerLog(args: GetContainerLogCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerLogCommandOutput>;
1073
617
  getContainerLog(args: GetContainerLogCommandInput, cb: (err: any, data?: GetContainerLogCommandOutput) => void): void;
1074
618
  getContainerLog(args: GetContainerLogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerLogCommandOutput) => void): void;
1075
619
  /**
1076
- * @public
1077
- * <p>Returns the deployments for your Amazon Lightsail container service</p>
1078
- * <p>A deployment specifies the settings, such as the ports and launch command, of containers
1079
- * that are deployed to your container service.</p>
1080
- * <p>The deployments are ordered by version in ascending order. The newest version is listed at
1081
- * the top of the response.</p>
1082
- * <note>
1083
- * <p>A set number of deployments are kept before the oldest one is replaced with the newest
1084
- * one. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail
1085
- * endpoints and quotas</a> in the <i>Amazon Web Services General
1086
- * Reference</i>.</p>
1087
- * </note>
620
+ * @see {@link GetContainerServiceDeploymentsCommand}
1088
621
  */
1089
622
  getContainerServiceDeployments(args: GetContainerServiceDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerServiceDeploymentsCommandOutput>;
1090
623
  getContainerServiceDeployments(args: GetContainerServiceDeploymentsCommandInput, cb: (err: any, data?: GetContainerServiceDeploymentsCommandOutput) => void): void;
1091
624
  getContainerServiceDeployments(args: GetContainerServiceDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerServiceDeploymentsCommandOutput) => void): void;
1092
625
  /**
1093
- * @public
1094
- * <p>Returns the data points of a specific metric of your Amazon Lightsail container
1095
- * service.</p>
1096
- * <p>Metrics report the utilization of your resources. Monitor and collect metric data
1097
- * regularly to maintain the reliability, availability, and performance of your resources.</p>
626
+ * @see {@link GetContainerServiceMetricDataCommand}
1098
627
  */
1099
628
  getContainerServiceMetricData(args: GetContainerServiceMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerServiceMetricDataCommandOutput>;
1100
629
  getContainerServiceMetricData(args: GetContainerServiceMetricDataCommandInput, cb: (err: any, data?: GetContainerServiceMetricDataCommandOutput) => void): void;
1101
630
  getContainerServiceMetricData(args: GetContainerServiceMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerServiceMetricDataCommandOutput) => void): void;
1102
631
  /**
1103
- * @public
1104
- * <p>Returns the list of powers that can be specified for your Amazon Lightsail container
1105
- * services.</p>
1106
- * <p>The power specifies the amount of memory, the number of vCPUs, and the base price of the
1107
- * container service.</p>
632
+ * @see {@link GetContainerServicePowersCommand}
1108
633
  */
1109
634
  getContainerServicePowers(args: GetContainerServicePowersCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerServicePowersCommandOutput>;
1110
635
  getContainerServicePowers(args: GetContainerServicePowersCommandInput, cb: (err: any, data?: GetContainerServicePowersCommandOutput) => void): void;
1111
636
  getContainerServicePowers(args: GetContainerServicePowersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerServicePowersCommandOutput) => void): void;
1112
637
  /**
1113
- * @public
1114
- * <p>Returns information about one or more of your Amazon Lightsail container services.</p>
638
+ * @see {@link GetContainerServicesCommand}
1115
639
  */
1116
640
  getContainerServices(args: GetContainerServicesCommandInput, options?: __HttpHandlerOptions): Promise<GetContainerServicesCommandOutput>;
1117
641
  getContainerServices(args: GetContainerServicesCommandInput, cb: (err: any, data?: GetContainerServicesCommandOutput) => void): void;
1118
642
  getContainerServices(args: GetContainerServicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetContainerServicesCommandOutput) => void): void;
1119
643
  /**
1120
- * @public
1121
- * <p>Retrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.</p>
644
+ * @see {@link GetCostEstimateCommand}
1122
645
  */
1123
646
  getCostEstimate(args: GetCostEstimateCommandInput, options?: __HttpHandlerOptions): Promise<GetCostEstimateCommandOutput>;
1124
647
  getCostEstimate(args: GetCostEstimateCommandInput, cb: (err: any, data?: GetCostEstimateCommandOutput) => void): void;
1125
648
  getCostEstimate(args: GetCostEstimateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCostEstimateCommandOutput) => void): void;
1126
649
  /**
1127
- * @public
1128
- * <p>Returns information about a specific block storage disk.</p>
650
+ * @see {@link GetDiskCommand}
1129
651
  */
1130
652
  getDisk(args: GetDiskCommandInput, options?: __HttpHandlerOptions): Promise<GetDiskCommandOutput>;
1131
653
  getDisk(args: GetDiskCommandInput, cb: (err: any, data?: GetDiskCommandOutput) => void): void;
1132
654
  getDisk(args: GetDiskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiskCommandOutput) => void): void;
1133
655
  /**
1134
- * @public
1135
- * <p>Returns information about all block storage disks in your AWS account and region.</p>
656
+ * @see {@link GetDisksCommand}
1136
657
  */
1137
658
  getDisks(args: GetDisksCommandInput, options?: __HttpHandlerOptions): Promise<GetDisksCommandOutput>;
1138
659
  getDisks(args: GetDisksCommandInput, cb: (err: any, data?: GetDisksCommandOutput) => void): void;
1139
660
  getDisks(args: GetDisksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDisksCommandOutput) => void): void;
1140
661
  /**
1141
- * @public
1142
- * <p>Returns information about a specific block storage disk snapshot.</p>
662
+ * @see {@link GetDiskSnapshotCommand}
1143
663
  */
1144
664
  getDiskSnapshot(args: GetDiskSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetDiskSnapshotCommandOutput>;
1145
665
  getDiskSnapshot(args: GetDiskSnapshotCommandInput, cb: (err: any, data?: GetDiskSnapshotCommandOutput) => void): void;
1146
666
  getDiskSnapshot(args: GetDiskSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiskSnapshotCommandOutput) => void): void;
1147
667
  /**
1148
- * @public
1149
- * <p>Returns information about all block storage disk snapshots in your AWS account and
1150
- * region.</p>
668
+ * @see {@link GetDiskSnapshotsCommand}
1151
669
  */
1152
670
  getDiskSnapshots(args: GetDiskSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<GetDiskSnapshotsCommandOutput>;
1153
671
  getDiskSnapshots(args: GetDiskSnapshotsCommandInput, cb: (err: any, data?: GetDiskSnapshotsCommandOutput) => void): void;
1154
672
  getDiskSnapshots(args: GetDiskSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiskSnapshotsCommandOutput) => void): void;
1155
673
  /**
1156
- * @public
1157
- * <p>Returns the bundles that can be applied to your Amazon Lightsail content delivery network
1158
- * (CDN) distributions.</p>
1159
- * <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of
1160
- * your distribution.</p>
674
+ * @see {@link GetDistributionBundlesCommand}
1161
675
  */
1162
676
  getDistributionBundles(args: GetDistributionBundlesCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionBundlesCommandOutput>;
1163
677
  getDistributionBundles(args: GetDistributionBundlesCommandInput, cb: (err: any, data?: GetDistributionBundlesCommandOutput) => void): void;
1164
678
  getDistributionBundles(args: GetDistributionBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionBundlesCommandOutput) => void): void;
1165
679
  /**
1166
- * @public
1167
- * <p>Returns the timestamp and status of the last cache reset of a specific Amazon Lightsail
1168
- * content delivery network (CDN) distribution.</p>
680
+ * @see {@link GetDistributionLatestCacheResetCommand}
1169
681
  */
1170
682
  getDistributionLatestCacheReset(args: GetDistributionLatestCacheResetCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionLatestCacheResetCommandOutput>;
1171
683
  getDistributionLatestCacheReset(args: GetDistributionLatestCacheResetCommandInput, cb: (err: any, data?: GetDistributionLatestCacheResetCommandOutput) => void): void;
1172
684
  getDistributionLatestCacheReset(args: GetDistributionLatestCacheResetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionLatestCacheResetCommandOutput) => void): void;
1173
685
  /**
1174
- * @public
1175
- * <p>Returns the data points of a specific metric for an Amazon Lightsail content delivery
1176
- * network (CDN) distribution.</p>
1177
- * <p>Metrics report the utilization of your resources, and the error counts generated by them.
1178
- * Monitor and collect metric data regularly to maintain the reliability, availability, and
1179
- * performance of your resources.</p>
686
+ * @see {@link GetDistributionMetricDataCommand}
1180
687
  */
1181
688
  getDistributionMetricData(args: GetDistributionMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionMetricDataCommandOutput>;
1182
689
  getDistributionMetricData(args: GetDistributionMetricDataCommandInput, cb: (err: any, data?: GetDistributionMetricDataCommandOutput) => void): void;
1183
690
  getDistributionMetricData(args: GetDistributionMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionMetricDataCommandOutput) => void): void;
1184
691
  /**
1185
- * @public
1186
- * <p>Returns information about one or more of your Amazon Lightsail content delivery network
1187
- * (CDN) distributions.</p>
692
+ * @see {@link GetDistributionsCommand}
1188
693
  */
1189
694
  getDistributions(args: GetDistributionsCommandInput, options?: __HttpHandlerOptions): Promise<GetDistributionsCommandOutput>;
1190
695
  getDistributions(args: GetDistributionsCommandInput, cb: (err: any, data?: GetDistributionsCommandOutput) => void): void;
1191
696
  getDistributions(args: GetDistributionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDistributionsCommandOutput) => void): void;
1192
697
  /**
1193
- * @public
1194
- * <p>Returns information about a specific domain recordset.</p>
698
+ * @see {@link GetDomainCommand}
1195
699
  */
1196
700
  getDomain(args: GetDomainCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainCommandOutput>;
1197
701
  getDomain(args: GetDomainCommandInput, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
1198
702
  getDomain(args: GetDomainCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainCommandOutput) => void): void;
1199
703
  /**
1200
- * @public
1201
- * <p>Returns a list of all domains in the user's account.</p>
704
+ * @see {@link GetDomainsCommand}
1202
705
  */
1203
706
  getDomains(args: GetDomainsCommandInput, options?: __HttpHandlerOptions): Promise<GetDomainsCommandOutput>;
1204
707
  getDomains(args: GetDomainsCommandInput, cb: (err: any, data?: GetDomainsCommandOutput) => void): void;
1205
708
  getDomains(args: GetDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDomainsCommandOutput) => void): void;
1206
709
  /**
1207
- * @public
1208
- * <p>Returns all export snapshot records created as a result of the <code>export
1209
- * snapshot</code> operation.</p>
1210
- * <p>An export snapshot record can be used to create a new Amazon EC2 instance and its related
1211
- * resources with the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateCloudFormationStack.html">CreateCloudFormationStack</a>
1212
- * action.</p>
710
+ * @see {@link GetExportSnapshotRecordsCommand}
1213
711
  */
1214
712
  getExportSnapshotRecords(args: GetExportSnapshotRecordsCommandInput, options?: __HttpHandlerOptions): Promise<GetExportSnapshotRecordsCommandOutput>;
1215
713
  getExportSnapshotRecords(args: GetExportSnapshotRecordsCommandInput, cb: (err: any, data?: GetExportSnapshotRecordsCommandOutput) => void): void;
1216
714
  getExportSnapshotRecords(args: GetExportSnapshotRecordsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExportSnapshotRecordsCommandOutput) => void): void;
1217
715
  /**
1218
- * @public
1219
- * <p>Returns information about a specific Amazon Lightsail instance, which is a virtual private
1220
- * server.</p>
716
+ * @see {@link GetInstanceCommand}
1221
717
  */
1222
718
  getInstance(args: GetInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceCommandOutput>;
1223
719
  getInstance(args: GetInstanceCommandInput, cb: (err: any, data?: GetInstanceCommandOutput) => void): void;
1224
720
  getInstance(args: GetInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceCommandOutput) => void): void;
1225
721
  /**
1226
- * @public
1227
- * <p>Returns temporary SSH keys you can use to connect to a specific virtual private server, or
1228
- * <i>instance</i>.</p>
1229
- * <p>The <code>get instance access details</code> operation supports tag-based access control
1230
- * via resource tags applied to the resource identified by <code>instance name</code>. For more
1231
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
722
+ * @see {@link GetInstanceAccessDetailsCommand}
1232
723
  */
1233
724
  getInstanceAccessDetails(args: GetInstanceAccessDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceAccessDetailsCommandOutput>;
1234
725
  getInstanceAccessDetails(args: GetInstanceAccessDetailsCommandInput, cb: (err: any, data?: GetInstanceAccessDetailsCommandOutput) => void): void;
1235
726
  getInstanceAccessDetails(args: GetInstanceAccessDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceAccessDetailsCommandOutput) => void): void;
1236
727
  /**
1237
- * @public
1238
- * <p>Returns the data points for the specified Amazon Lightsail instance metric, given an
1239
- * instance name.</p>
1240
- * <p>Metrics report the utilization of your resources, and the error counts generated by them.
1241
- * Monitor and collect metric data regularly to maintain the reliability, availability, and
1242
- * performance of your resources.</p>
728
+ * @see {@link GetInstanceMetricDataCommand}
1243
729
  */
1244
730
  getInstanceMetricData(args: GetInstanceMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceMetricDataCommandOutput>;
1245
731
  getInstanceMetricData(args: GetInstanceMetricDataCommandInput, cb: (err: any, data?: GetInstanceMetricDataCommandOutput) => void): void;
1246
732
  getInstanceMetricData(args: GetInstanceMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceMetricDataCommandOutput) => void): void;
1247
733
  /**
1248
- * @public
1249
- * <p>Returns the firewall port states for a specific Amazon Lightsail instance, the IP addresses
1250
- * allowed to connect to the instance through the ports, and the protocol.</p>
734
+ * @see {@link GetInstancePortStatesCommand}
1251
735
  */
1252
736
  getInstancePortStates(args: GetInstancePortStatesCommandInput, options?: __HttpHandlerOptions): Promise<GetInstancePortStatesCommandOutput>;
1253
737
  getInstancePortStates(args: GetInstancePortStatesCommandInput, cb: (err: any, data?: GetInstancePortStatesCommandOutput) => void): void;
1254
738
  getInstancePortStates(args: GetInstancePortStatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstancePortStatesCommandOutput) => void): void;
1255
739
  /**
1256
- * @public
1257
- * <p>Returns information about all Amazon Lightsail virtual private servers, or
1258
- * <i>instances</i>.</p>
740
+ * @see {@link GetInstancesCommand}
1259
741
  */
1260
742
  getInstances(args: GetInstancesCommandInput, options?: __HttpHandlerOptions): Promise<GetInstancesCommandOutput>;
1261
743
  getInstances(args: GetInstancesCommandInput, cb: (err: any, data?: GetInstancesCommandOutput) => void): void;
1262
744
  getInstances(args: GetInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstancesCommandOutput) => void): void;
1263
745
  /**
1264
- * @public
1265
- * <p>Returns information about a specific instance snapshot.</p>
746
+ * @see {@link GetInstanceSnapshotCommand}
1266
747
  */
1267
748
  getInstanceSnapshot(args: GetInstanceSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceSnapshotCommandOutput>;
1268
749
  getInstanceSnapshot(args: GetInstanceSnapshotCommandInput, cb: (err: any, data?: GetInstanceSnapshotCommandOutput) => void): void;
1269
750
  getInstanceSnapshot(args: GetInstanceSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceSnapshotCommandOutput) => void): void;
1270
751
  /**
1271
- * @public
1272
- * <p>Returns all instance snapshots for the user's account.</p>
752
+ * @see {@link GetInstanceSnapshotsCommand}
1273
753
  */
1274
754
  getInstanceSnapshots(args: GetInstanceSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceSnapshotsCommandOutput>;
1275
755
  getInstanceSnapshots(args: GetInstanceSnapshotsCommandInput, cb: (err: any, data?: GetInstanceSnapshotsCommandOutput) => void): void;
1276
756
  getInstanceSnapshots(args: GetInstanceSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceSnapshotsCommandOutput) => void): void;
1277
757
  /**
1278
- * @public
1279
- * <p>Returns the state of a specific instance. Works on one instance at a time.</p>
758
+ * @see {@link GetInstanceStateCommand}
1280
759
  */
1281
760
  getInstanceState(args: GetInstanceStateCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceStateCommandOutput>;
1282
761
  getInstanceState(args: GetInstanceStateCommandInput, cb: (err: any, data?: GetInstanceStateCommandOutput) => void): void;
1283
762
  getInstanceState(args: GetInstanceStateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceStateCommandOutput) => void): void;
1284
763
  /**
1285
- * @public
1286
- * <p>Returns information about a specific key pair.</p>
764
+ * @see {@link GetKeyPairCommand}
1287
765
  */
1288
766
  getKeyPair(args: GetKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<GetKeyPairCommandOutput>;
1289
767
  getKeyPair(args: GetKeyPairCommandInput, cb: (err: any, data?: GetKeyPairCommandOutput) => void): void;
1290
768
  getKeyPair(args: GetKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyPairCommandOutput) => void): void;
1291
769
  /**
1292
- * @public
1293
- * <p>Returns information about all key pairs in the user's account.</p>
770
+ * @see {@link GetKeyPairsCommand}
1294
771
  */
1295
772
  getKeyPairs(args: GetKeyPairsCommandInput, options?: __HttpHandlerOptions): Promise<GetKeyPairsCommandOutput>;
1296
773
  getKeyPairs(args: GetKeyPairsCommandInput, cb: (err: any, data?: GetKeyPairsCommandOutput) => void): void;
1297
774
  getKeyPairs(args: GetKeyPairsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyPairsCommandOutput) => void): void;
1298
775
  /**
1299
- * @public
1300
- * <p>Returns information about the specified Lightsail load balancer.</p>
776
+ * @see {@link GetLoadBalancerCommand}
1301
777
  */
1302
778
  getLoadBalancer(args: GetLoadBalancerCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerCommandOutput>;
1303
779
  getLoadBalancer(args: GetLoadBalancerCommandInput, cb: (err: any, data?: GetLoadBalancerCommandOutput) => void): void;
1304
780
  getLoadBalancer(args: GetLoadBalancerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerCommandOutput) => void): void;
1305
781
  /**
1306
- * @public
1307
- * <p>Returns information about health metrics for your Lightsail load balancer.</p>
1308
- * <p>Metrics report the utilization of your resources, and the error counts generated by them.
1309
- * Monitor and collect metric data regularly to maintain the reliability, availability, and
1310
- * performance of your resources.</p>
782
+ * @see {@link GetLoadBalancerMetricDataCommand}
1311
783
  */
1312
784
  getLoadBalancerMetricData(args: GetLoadBalancerMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerMetricDataCommandOutput>;
1313
785
  getLoadBalancerMetricData(args: GetLoadBalancerMetricDataCommandInput, cb: (err: any, data?: GetLoadBalancerMetricDataCommandOutput) => void): void;
1314
786
  getLoadBalancerMetricData(args: GetLoadBalancerMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerMetricDataCommandOutput) => void): void;
1315
787
  /**
1316
- * @public
1317
- * <p>Returns information about all load balancers in an account.</p>
788
+ * @see {@link GetLoadBalancersCommand}
1318
789
  */
1319
790
  getLoadBalancers(args: GetLoadBalancersCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancersCommandOutput>;
1320
791
  getLoadBalancers(args: GetLoadBalancersCommandInput, cb: (err: any, data?: GetLoadBalancersCommandOutput) => void): void;
1321
792
  getLoadBalancers(args: GetLoadBalancersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancersCommandOutput) => void): void;
1322
793
  /**
1323
- * @public
1324
- * <p>Returns information about the TLS certificates that are associated with the specified
1325
- * Lightsail load balancer.</p>
1326
- * <p>TLS is just an updated, more secure version of Secure Socket Layer (SSL).</p>
1327
- * <p>You can have a maximum of 2 certificates associated with a Lightsail load balancer. One
1328
- * is active and the other is inactive.</p>
794
+ * @see {@link GetLoadBalancerTlsCertificatesCommand}
1329
795
  */
1330
796
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerTlsCertificatesCommandOutput>;
1331
797
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, cb: (err: any, data?: GetLoadBalancerTlsCertificatesCommandOutput) => void): void;
1332
798
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerTlsCertificatesCommandOutput) => void): void;
1333
799
  /**
1334
- * @public
1335
- * <p>Returns a list of TLS security policies that you can apply to Lightsail load
1336
- * balancers.</p>
1337
- * <p>For more information about load balancer TLS security policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Configuring TLS security policies on your Amazon Lightsail load
1338
- * balancers</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
800
+ * @see {@link GetLoadBalancerTlsPoliciesCommand}
1339
801
  */
1340
802
  getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerTlsPoliciesCommandOutput>;
1341
803
  getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, cb: (err: any, data?: GetLoadBalancerTlsPoliciesCommandOutput) => void): void;
1342
804
  getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerTlsPoliciesCommandOutput) => void): void;
1343
805
  /**
1344
- * @public
1345
- * <p>Returns information about a specific operation. Operations include events such as when you
1346
- * create an instance, allocate a static IP, attach a static IP, and so on.</p>
806
+ * @see {@link GetOperationCommand}
1347
807
  */
1348
808
  getOperation(args: GetOperationCommandInput, options?: __HttpHandlerOptions): Promise<GetOperationCommandOutput>;
1349
809
  getOperation(args: GetOperationCommandInput, cb: (err: any, data?: GetOperationCommandOutput) => void): void;
1350
810
  getOperation(args: GetOperationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOperationCommandOutput) => void): void;
1351
811
  /**
1352
- * @public
1353
- * <p>Returns information about all operations.</p>
1354
- * <p>Results are returned from oldest to newest, up to a maximum of 200. Results can be paged
1355
- * by making each subsequent call to <code>GetOperations</code> use the maximum (last)
1356
- * <code>statusChangedAt</code> value from the previous request.</p>
812
+ * @see {@link GetOperationsCommand}
1357
813
  */
1358
814
  getOperations(args: GetOperationsCommandInput, options?: __HttpHandlerOptions): Promise<GetOperationsCommandOutput>;
1359
815
  getOperations(args: GetOperationsCommandInput, cb: (err: any, data?: GetOperationsCommandOutput) => void): void;
1360
816
  getOperations(args: GetOperationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOperationsCommandOutput) => void): void;
1361
817
  /**
1362
- * @public
1363
- * <p>Gets operations for a specific resource (e.g., an instance or a static IP).</p>
818
+ * @see {@link GetOperationsForResourceCommand}
1364
819
  */
1365
820
  getOperationsForResource(args: GetOperationsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetOperationsForResourceCommandOutput>;
1366
821
  getOperationsForResource(args: GetOperationsForResourceCommandInput, cb: (err: any, data?: GetOperationsForResourceCommandOutput) => void): void;
1367
822
  getOperationsForResource(args: GetOperationsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOperationsForResourceCommandOutput) => void): void;
1368
823
  /**
1369
- * @public
1370
- * <p>Returns a list of all valid regions for Amazon Lightsail. Use the <code>include
1371
- * availability zones</code> parameter to also return the Availability Zones in a
1372
- * region.</p>
824
+ * @see {@link GetRegionsCommand}
1373
825
  */
1374
826
  getRegions(args: GetRegionsCommandInput, options?: __HttpHandlerOptions): Promise<GetRegionsCommandOutput>;
1375
827
  getRegions(args: GetRegionsCommandInput, cb: (err: any, data?: GetRegionsCommandOutput) => void): void;
1376
828
  getRegions(args: GetRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegionsCommandOutput) => void): void;
1377
829
  /**
1378
- * @public
1379
- * <p>Returns information about a specific database in Amazon Lightsail.</p>
830
+ * @see {@link GetRelationalDatabaseCommand}
1380
831
  */
1381
832
  getRelationalDatabase(args: GetRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseCommandOutput>;
1382
833
  getRelationalDatabase(args: GetRelationalDatabaseCommandInput, cb: (err: any, data?: GetRelationalDatabaseCommandOutput) => void): void;
1383
834
  getRelationalDatabase(args: GetRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseCommandOutput) => void): void;
1384
835
  /**
1385
- * @public
1386
- * <p>Returns a list of available database blueprints in Amazon Lightsail. A blueprint describes
1387
- * the major engine version of a database.</p>
1388
- * <p>You can use a blueprint ID to create a new database that runs a specific database
1389
- * engine.</p>
836
+ * @see {@link GetRelationalDatabaseBlueprintsCommand}
1390
837
  */
1391
838
  getRelationalDatabaseBlueprints(args: GetRelationalDatabaseBlueprintsCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseBlueprintsCommandOutput>;
1392
839
  getRelationalDatabaseBlueprints(args: GetRelationalDatabaseBlueprintsCommandInput, cb: (err: any, data?: GetRelationalDatabaseBlueprintsCommandOutput) => void): void;
1393
840
  getRelationalDatabaseBlueprints(args: GetRelationalDatabaseBlueprintsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseBlueprintsCommandOutput) => void): void;
1394
841
  /**
1395
- * @public
1396
- * <p>Returns the list of bundles that are available in Amazon Lightsail. A bundle describes the
1397
- * performance specifications for a database.</p>
1398
- * <p>You can use a bundle ID to create a new database with explicit performance
1399
- * specifications.</p>
842
+ * @see {@link GetRelationalDatabaseBundlesCommand}
1400
843
  */
1401
844
  getRelationalDatabaseBundles(args: GetRelationalDatabaseBundlesCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseBundlesCommandOutput>;
1402
845
  getRelationalDatabaseBundles(args: GetRelationalDatabaseBundlesCommandInput, cb: (err: any, data?: GetRelationalDatabaseBundlesCommandOutput) => void): void;
1403
846
  getRelationalDatabaseBundles(args: GetRelationalDatabaseBundlesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseBundlesCommandOutput) => void): void;
1404
847
  /**
1405
- * @public
1406
- * <p>Returns a list of events for a specific database in Amazon Lightsail.</p>
848
+ * @see {@link GetRelationalDatabaseEventsCommand}
1407
849
  */
1408
850
  getRelationalDatabaseEvents(args: GetRelationalDatabaseEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseEventsCommandOutput>;
1409
851
  getRelationalDatabaseEvents(args: GetRelationalDatabaseEventsCommandInput, cb: (err: any, data?: GetRelationalDatabaseEventsCommandOutput) => void): void;
1410
852
  getRelationalDatabaseEvents(args: GetRelationalDatabaseEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseEventsCommandOutput) => void): void;
1411
853
  /**
1412
- * @public
1413
- * <p>Returns a list of log events for a database in Amazon Lightsail.</p>
854
+ * @see {@link GetRelationalDatabaseLogEventsCommand}
1414
855
  */
1415
856
  getRelationalDatabaseLogEvents(args: GetRelationalDatabaseLogEventsCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseLogEventsCommandOutput>;
1416
857
  getRelationalDatabaseLogEvents(args: GetRelationalDatabaseLogEventsCommandInput, cb: (err: any, data?: GetRelationalDatabaseLogEventsCommandOutput) => void): void;
1417
858
  getRelationalDatabaseLogEvents(args: GetRelationalDatabaseLogEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseLogEventsCommandOutput) => void): void;
1418
859
  /**
1419
- * @public
1420
- * <p>Returns a list of available log streams for a specific database in Amazon Lightsail.</p>
860
+ * @see {@link GetRelationalDatabaseLogStreamsCommand}
1421
861
  */
1422
862
  getRelationalDatabaseLogStreams(args: GetRelationalDatabaseLogStreamsCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseLogStreamsCommandOutput>;
1423
863
  getRelationalDatabaseLogStreams(args: GetRelationalDatabaseLogStreamsCommandInput, cb: (err: any, data?: GetRelationalDatabaseLogStreamsCommandOutput) => void): void;
1424
864
  getRelationalDatabaseLogStreams(args: GetRelationalDatabaseLogStreamsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseLogStreamsCommandOutput) => void): void;
1425
865
  /**
1426
- * @public
1427
- * <p>Returns the current, previous, or pending versions of the master user password for a
1428
- * Lightsail database.</p>
1429
- * <p>The <code>GetRelationalDatabaseMasterUserPassword</code> operation supports tag-based
1430
- * access control via resource tags applied to the resource identified by
1431
- * relationalDatabaseName.</p>
866
+ * @see {@link GetRelationalDatabaseMasterUserPasswordCommand}
1432
867
  */
1433
868
  getRelationalDatabaseMasterUserPassword(args: GetRelationalDatabaseMasterUserPasswordCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseMasterUserPasswordCommandOutput>;
1434
869
  getRelationalDatabaseMasterUserPassword(args: GetRelationalDatabaseMasterUserPasswordCommandInput, cb: (err: any, data?: GetRelationalDatabaseMasterUserPasswordCommandOutput) => void): void;
1435
870
  getRelationalDatabaseMasterUserPassword(args: GetRelationalDatabaseMasterUserPasswordCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseMasterUserPasswordCommandOutput) => void): void;
1436
871
  /**
1437
- * @public
1438
- * <p>Returns the data points of the specified metric for a database in Amazon Lightsail.</p>
1439
- * <p>Metrics report the utilization of your resources, and the error counts generated by them.
1440
- * Monitor and collect metric data regularly to maintain the reliability, availability, and
1441
- * performance of your resources.</p>
872
+ * @see {@link GetRelationalDatabaseMetricDataCommand}
1442
873
  */
1443
874
  getRelationalDatabaseMetricData(args: GetRelationalDatabaseMetricDataCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseMetricDataCommandOutput>;
1444
875
  getRelationalDatabaseMetricData(args: GetRelationalDatabaseMetricDataCommandInput, cb: (err: any, data?: GetRelationalDatabaseMetricDataCommandOutput) => void): void;
1445
876
  getRelationalDatabaseMetricData(args: GetRelationalDatabaseMetricDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseMetricDataCommandOutput) => void): void;
1446
877
  /**
1447
- * @public
1448
- * <p>Returns all of the runtime parameters offered by the underlying database software, or
1449
- * engine, for a specific database in Amazon Lightsail.</p>
1450
- * <p>In addition to the parameter names and values, this operation returns other information
1451
- * about each parameter. This information includes whether changes require a reboot, whether the
1452
- * parameter is modifiable, the allowed values, and the data types.</p>
878
+ * @see {@link GetRelationalDatabaseParametersCommand}
1453
879
  */
1454
880
  getRelationalDatabaseParameters(args: GetRelationalDatabaseParametersCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseParametersCommandOutput>;
1455
881
  getRelationalDatabaseParameters(args: GetRelationalDatabaseParametersCommandInput, cb: (err: any, data?: GetRelationalDatabaseParametersCommandOutput) => void): void;
1456
882
  getRelationalDatabaseParameters(args: GetRelationalDatabaseParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseParametersCommandOutput) => void): void;
1457
883
  /**
1458
- * @public
1459
- * <p>Returns information about all of your databases in Amazon Lightsail.</p>
884
+ * @see {@link GetRelationalDatabasesCommand}
1460
885
  */
1461
886
  getRelationalDatabases(args: GetRelationalDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabasesCommandOutput>;
1462
887
  getRelationalDatabases(args: GetRelationalDatabasesCommandInput, cb: (err: any, data?: GetRelationalDatabasesCommandOutput) => void): void;
1463
888
  getRelationalDatabases(args: GetRelationalDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabasesCommandOutput) => void): void;
1464
889
  /**
1465
- * @public
1466
- * <p>Returns information about a specific database snapshot in Amazon Lightsail.</p>
890
+ * @see {@link GetRelationalDatabaseSnapshotCommand}
1467
891
  */
1468
892
  getRelationalDatabaseSnapshot(args: GetRelationalDatabaseSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseSnapshotCommandOutput>;
1469
893
  getRelationalDatabaseSnapshot(args: GetRelationalDatabaseSnapshotCommandInput, cb: (err: any, data?: GetRelationalDatabaseSnapshotCommandOutput) => void): void;
1470
894
  getRelationalDatabaseSnapshot(args: GetRelationalDatabaseSnapshotCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseSnapshotCommandOutput) => void): void;
1471
895
  /**
1472
- * @public
1473
- * <p>Returns information about all of your database snapshots in Amazon Lightsail.</p>
896
+ * @see {@link GetRelationalDatabaseSnapshotsCommand}
1474
897
  */
1475
898
  getRelationalDatabaseSnapshots(args: GetRelationalDatabaseSnapshotsCommandInput, options?: __HttpHandlerOptions): Promise<GetRelationalDatabaseSnapshotsCommandOutput>;
1476
899
  getRelationalDatabaseSnapshots(args: GetRelationalDatabaseSnapshotsCommandInput, cb: (err: any, data?: GetRelationalDatabaseSnapshotsCommandOutput) => void): void;
1477
900
  getRelationalDatabaseSnapshots(args: GetRelationalDatabaseSnapshotsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRelationalDatabaseSnapshotsCommandOutput) => void): void;
1478
901
  /**
1479
- * @public
1480
- * <p>Returns information about an Amazon Lightsail static IP.</p>
902
+ * @see {@link GetStaticIpCommand}
1481
903
  */
1482
904
  getStaticIp(args: GetStaticIpCommandInput, options?: __HttpHandlerOptions): Promise<GetStaticIpCommandOutput>;
1483
905
  getStaticIp(args: GetStaticIpCommandInput, cb: (err: any, data?: GetStaticIpCommandOutput) => void): void;
1484
906
  getStaticIp(args: GetStaticIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStaticIpCommandOutput) => void): void;
1485
907
  /**
1486
- * @public
1487
- * <p>Returns information about all static IPs in the user's account.</p>
908
+ * @see {@link GetStaticIpsCommand}
1488
909
  */
1489
910
  getStaticIps(args: GetStaticIpsCommandInput, options?: __HttpHandlerOptions): Promise<GetStaticIpsCommandOutput>;
1490
911
  getStaticIps(args: GetStaticIpsCommandInput, cb: (err: any, data?: GetStaticIpsCommandOutput) => void): void;
1491
912
  getStaticIps(args: GetStaticIpsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetStaticIpsCommandOutput) => void): void;
1492
913
  /**
1493
- * @public
1494
- * <p>Imports a public SSH key from a specific key pair.</p>
914
+ * @see {@link ImportKeyPairCommand}
1495
915
  */
1496
916
  importKeyPair(args: ImportKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<ImportKeyPairCommandOutput>;
1497
917
  importKeyPair(args: ImportKeyPairCommandInput, cb: (err: any, data?: ImportKeyPairCommandOutput) => void): void;
1498
918
  importKeyPair(args: ImportKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportKeyPairCommandOutput) => void): void;
1499
919
  /**
1500
- * @public
1501
- * <p>Returns a Boolean value indicating whether your Lightsail VPC is peered.</p>
920
+ * @see {@link IsVpcPeeredCommand}
1502
921
  */
1503
922
  isVpcPeered(args: IsVpcPeeredCommandInput, options?: __HttpHandlerOptions): Promise<IsVpcPeeredCommandOutput>;
1504
923
  isVpcPeered(args: IsVpcPeeredCommandInput, cb: (err: any, data?: IsVpcPeeredCommandOutput) => void): void;
1505
924
  isVpcPeered(args: IsVpcPeeredCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: IsVpcPeeredCommandOutput) => void): void;
1506
925
  /**
1507
- * @public
1508
- * <p>Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses
1509
- * allowed to connect to the instance through the ports, and the protocol.</p>
1510
- * <p>The <code>OpenInstancePublicPorts</code> action supports tag-based access control via
1511
- * resource tags applied to the resource identified by <code>instanceName</code>. For more
1512
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
926
+ * @see {@link OpenInstancePublicPortsCommand}
1513
927
  */
1514
928
  openInstancePublicPorts(args: OpenInstancePublicPortsCommandInput, options?: __HttpHandlerOptions): Promise<OpenInstancePublicPortsCommandOutput>;
1515
929
  openInstancePublicPorts(args: OpenInstancePublicPortsCommandInput, cb: (err: any, data?: OpenInstancePublicPortsCommandOutput) => void): void;
1516
930
  openInstancePublicPorts(args: OpenInstancePublicPortsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: OpenInstancePublicPortsCommandOutput) => void): void;
1517
931
  /**
1518
- * @public
1519
- * <p>Peers the Lightsail VPC with the user's default VPC.</p>
932
+ * @see {@link PeerVpcCommand}
1520
933
  */
1521
934
  peerVpc(args: PeerVpcCommandInput, options?: __HttpHandlerOptions): Promise<PeerVpcCommandOutput>;
1522
935
  peerVpc(args: PeerVpcCommandInput, cb: (err: any, data?: PeerVpcCommandOutput) => void): void;
1523
936
  peerVpc(args: PeerVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PeerVpcCommandOutput) => void): void;
1524
937
  /**
1525
- * @public
1526
- * <p>Creates or updates an alarm, and associates it with the specified metric.</p>
1527
- * <p>An alarm is used to monitor a single metric for one of your resources. When a metric
1528
- * condition is met, the alarm can notify you by email, SMS text message, and a banner displayed
1529
- * on the Amazon Lightsail console. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-alarms">Alarms
1530
- * in Amazon Lightsail</a>.</p>
1531
- * <p>When this action creates an alarm, the alarm state is immediately set to
1532
- * <code>INSUFFICIENT_DATA</code>. The alarm is then evaluated and its state is set
1533
- * appropriately. Any actions associated with the new state are then executed.</p>
1534
- * <p>When you update an existing alarm, its state is left unchanged, but the update completely
1535
- * overwrites the previous configuration of the alarm. The alarm is then evaluated with the
1536
- * updated configuration.</p>
938
+ * @see {@link PutAlarmCommand}
1537
939
  */
1538
940
  putAlarm(args: PutAlarmCommandInput, options?: __HttpHandlerOptions): Promise<PutAlarmCommandOutput>;
1539
941
  putAlarm(args: PutAlarmCommandInput, cb: (err: any, data?: PutAlarmCommandOutput) => void): void;
1540
942
  putAlarm(args: PutAlarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAlarmCommandOutput) => void): void;
1541
943
  /**
1542
- * @public
1543
- * <p>Opens ports for a specific Amazon Lightsail instance, and specifies the IP addresses
1544
- * allowed to connect to the instance through the ports, and the protocol. This action also
1545
- * closes all currently open ports that are not included in the request. Include all of the ports
1546
- * and the protocols you want to open in your <code>PutInstancePublicPorts</code>request. Or use
1547
- * the <code>OpenInstancePublicPorts</code> action to open ports without closing currently open
1548
- * ports.</p>
1549
- * <p>The <code>PutInstancePublicPorts</code> action supports tag-based access control via
1550
- * resource tags applied to the resource identified by <code>instanceName</code>. For more
1551
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
944
+ * @see {@link PutInstancePublicPortsCommand}
1552
945
  */
1553
946
  putInstancePublicPorts(args: PutInstancePublicPortsCommandInput, options?: __HttpHandlerOptions): Promise<PutInstancePublicPortsCommandOutput>;
1554
947
  putInstancePublicPorts(args: PutInstancePublicPortsCommandInput, cb: (err: any, data?: PutInstancePublicPortsCommandOutput) => void): void;
1555
948
  putInstancePublicPorts(args: PutInstancePublicPortsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutInstancePublicPortsCommandOutput) => void): void;
1556
949
  /**
1557
- * @public
1558
- * <p>Restarts a specific instance.</p>
1559
- * <p>The <code>reboot instance</code> operation supports tag-based access control via resource
1560
- * tags applied to the resource identified by <code>instance name</code>. For more information,
1561
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
950
+ * @see {@link RebootInstanceCommand}
1562
951
  */
1563
952
  rebootInstance(args: RebootInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootInstanceCommandOutput>;
1564
953
  rebootInstance(args: RebootInstanceCommandInput, cb: (err: any, data?: RebootInstanceCommandOutput) => void): void;
1565
954
  rebootInstance(args: RebootInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootInstanceCommandOutput) => void): void;
1566
955
  /**
1567
- * @public
1568
- * <p>Restarts a specific database in Amazon Lightsail.</p>
1569
- * <p>The <code>reboot relational database</code> operation supports tag-based access control
1570
- * via resource tags applied to the resource identified by relationalDatabaseName. For more
1571
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
956
+ * @see {@link RebootRelationalDatabaseCommand}
1572
957
  */
1573
958
  rebootRelationalDatabase(args: RebootRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<RebootRelationalDatabaseCommandOutput>;
1574
959
  rebootRelationalDatabase(args: RebootRelationalDatabaseCommandInput, cb: (err: any, data?: RebootRelationalDatabaseCommandOutput) => void): void;
1575
960
  rebootRelationalDatabase(args: RebootRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootRelationalDatabaseCommandOutput) => void): void;
1576
961
  /**
1577
- * @public
1578
- * <p>Registers a container image to your Amazon Lightsail container service.</p>
1579
- * <note>
1580
- * <p>This action is not required if you install and use the Lightsail Control
1581
- * (lightsailctl) plugin to push container images to your Lightsail container service. For
1582
- * more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-pushing-container-images">Pushing and managing container images on your Amazon Lightsail container services</a>
1583
- * in the <i>Amazon Lightsail Developer Guide</i>.</p>
1584
- * </note>
962
+ * @see {@link RegisterContainerImageCommand}
1585
963
  */
1586
964
  registerContainerImage(args: RegisterContainerImageCommandInput, options?: __HttpHandlerOptions): Promise<RegisterContainerImageCommandOutput>;
1587
965
  registerContainerImage(args: RegisterContainerImageCommandInput, cb: (err: any, data?: RegisterContainerImageCommandOutput) => void): void;
1588
966
  registerContainerImage(args: RegisterContainerImageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterContainerImageCommandOutput) => void): void;
1589
967
  /**
1590
- * @public
1591
- * <p>Deletes a specific static IP from your account.</p>
968
+ * @see {@link ReleaseStaticIpCommand}
1592
969
  */
1593
970
  releaseStaticIp(args: ReleaseStaticIpCommandInput, options?: __HttpHandlerOptions): Promise<ReleaseStaticIpCommandOutput>;
1594
971
  releaseStaticIp(args: ReleaseStaticIpCommandInput, cb: (err: any, data?: ReleaseStaticIpCommandOutput) => void): void;
1595
972
  releaseStaticIp(args: ReleaseStaticIpCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReleaseStaticIpCommandOutput) => void): void;
1596
973
  /**
1597
- * @public
1598
- * <p>Deletes currently cached content from your Amazon Lightsail content delivery network (CDN)
1599
- * distribution.</p>
1600
- * <p>After resetting the cache, the next time a content request is made, your distribution
1601
- * pulls, serves, and caches it from the origin.</p>
974
+ * @see {@link ResetDistributionCacheCommand}
1602
975
  */
1603
976
  resetDistributionCache(args: ResetDistributionCacheCommandInput, options?: __HttpHandlerOptions): Promise<ResetDistributionCacheCommandOutput>;
1604
977
  resetDistributionCache(args: ResetDistributionCacheCommandInput, cb: (err: any, data?: ResetDistributionCacheCommandOutput) => void): void;
1605
978
  resetDistributionCache(args: ResetDistributionCacheCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ResetDistributionCacheCommandOutput) => void): void;
1606
979
  /**
1607
- * @public
1608
- * <p>Sends a verification request to an email contact method to ensure it's owned by the
1609
- * requester. SMS contact methods don't need to be verified.</p>
1610
- * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
1611
- * You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services
1612
- * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
1613
- * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
1614
- * <p>A verification request is sent to the contact method when you initially create it. Use
1615
- * this action to send another verification request if a previous verification request was
1616
- * deleted, or has expired.</p>
1617
- * <important>
1618
- * <p>Notifications are not sent to an email contact method until after it is verified, and
1619
- * confirmed as valid.</p>
1620
- * </important>
980
+ * @see {@link SendContactMethodVerificationCommand}
1621
981
  */
1622
982
  sendContactMethodVerification(args: SendContactMethodVerificationCommandInput, options?: __HttpHandlerOptions): Promise<SendContactMethodVerificationCommandOutput>;
1623
983
  sendContactMethodVerification(args: SendContactMethodVerificationCommandInput, cb: (err: any, data?: SendContactMethodVerificationCommandOutput) => void): void;
1624
984
  sendContactMethodVerification(args: SendContactMethodVerificationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SendContactMethodVerificationCommandOutput) => void): void;
1625
985
  /**
1626
- * @public
1627
- * <p>Sets the IP address type for an Amazon Lightsail resource.</p>
1628
- * <p>Use this action to enable dual-stack for a resource, which enables IPv4 and IPv6 for the
1629
- * specified resource. Alternately, you can use this action to disable dual-stack, and enable
1630
- * IPv4 only.</p>
986
+ * @see {@link SetIpAddressTypeCommand}
1631
987
  */
1632
988
  setIpAddressType(args: SetIpAddressTypeCommandInput, options?: __HttpHandlerOptions): Promise<SetIpAddressTypeCommandOutput>;
1633
989
  setIpAddressType(args: SetIpAddressTypeCommandInput, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
1634
990
  setIpAddressType(args: SetIpAddressTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetIpAddressTypeCommandOutput) => void): void;
1635
991
  /**
1636
- * @public
1637
- * <p>Sets the Amazon Lightsail resources that can access the specified Lightsail
1638
- * bucket.</p>
1639
- * <p>Lightsail buckets currently support setting access for Lightsail instances in the same
1640
- * Amazon Web Services Region.</p>
992
+ * @see {@link SetResourceAccessForBucketCommand}
1641
993
  */
1642
994
  setResourceAccessForBucket(args: SetResourceAccessForBucketCommandInput, options?: __HttpHandlerOptions): Promise<SetResourceAccessForBucketCommandOutput>;
1643
995
  setResourceAccessForBucket(args: SetResourceAccessForBucketCommandInput, cb: (err: any, data?: SetResourceAccessForBucketCommandOutput) => void): void;
1644
996
  setResourceAccessForBucket(args: SetResourceAccessForBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SetResourceAccessForBucketCommandOutput) => void): void;
1645
997
  /**
1646
- * @public
1647
- * <p>Initiates a graphical user interface (GUI) session that’s used to access a virtual
1648
- * computer’s operating system and application. The session will be active for 1 hour. Use this action to resume the session after it expires. </p>
998
+ * @see {@link StartGUISessionCommand}
1649
999
  */
1650
1000
  startGUISession(args: StartGUISessionCommandInput, options?: __HttpHandlerOptions): Promise<StartGUISessionCommandOutput>;
1651
1001
  startGUISession(args: StartGUISessionCommandInput, cb: (err: any, data?: StartGUISessionCommandOutput) => void): void;
1652
1002
  startGUISession(args: StartGUISessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartGUISessionCommandOutput) => void): void;
1653
1003
  /**
1654
- * @public
1655
- * <p>Starts a specific Amazon Lightsail instance from a stopped state. To restart an instance,
1656
- * use the <code>reboot instance</code> operation.</p>
1657
- * <note>
1658
- * <p>When you start a stopped instance, Lightsail assigns a new public IP address to the
1659
- * instance. To use the same IP address after stopping and starting an instance, create a
1660
- * static IP address and attach it to the instance. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-create-static-ip">Amazon Lightsail Developer Guide</a>.</p>
1661
- * </note>
1662
- * <p>The <code>start instance</code> operation supports tag-based access control via resource
1663
- * tags applied to the resource identified by <code>instance name</code>. For more information,
1664
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1004
+ * @see {@link StartInstanceCommand}
1665
1005
  */
1666
1006
  startInstance(args: StartInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StartInstanceCommandOutput>;
1667
1007
  startInstance(args: StartInstanceCommandInput, cb: (err: any, data?: StartInstanceCommandOutput) => void): void;
1668
1008
  startInstance(args: StartInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartInstanceCommandOutput) => void): void;
1669
1009
  /**
1670
- * @public
1671
- * <p>Starts a specific database from a stopped state in Amazon Lightsail. To restart a database,
1672
- * use the <code>reboot relational database</code> operation.</p>
1673
- * <p>The <code>start relational database</code> operation supports tag-based access control via
1674
- * resource tags applied to the resource identified by relationalDatabaseName. For more
1675
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1010
+ * @see {@link StartRelationalDatabaseCommand}
1676
1011
  */
1677
1012
  startRelationalDatabase(args: StartRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<StartRelationalDatabaseCommandOutput>;
1678
1013
  startRelationalDatabase(args: StartRelationalDatabaseCommandInput, cb: (err: any, data?: StartRelationalDatabaseCommandOutput) => void): void;
1679
1014
  startRelationalDatabase(args: StartRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRelationalDatabaseCommandOutput) => void): void;
1680
1015
  /**
1681
- * @public
1682
- * <p>Terminates a web-based NICE DCV session that’s used to access a virtual computer’s
1683
- * operating system or application. The session will close and any unsaved data will be lost.</p>
1016
+ * @see {@link StopGUISessionCommand}
1684
1017
  */
1685
1018
  stopGUISession(args: StopGUISessionCommandInput, options?: __HttpHandlerOptions): Promise<StopGUISessionCommandOutput>;
1686
1019
  stopGUISession(args: StopGUISessionCommandInput, cb: (err: any, data?: StopGUISessionCommandOutput) => void): void;
1687
1020
  stopGUISession(args: StopGUISessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopGUISessionCommandOutput) => void): void;
1688
1021
  /**
1689
- * @public
1690
- * <p>Stops a specific Amazon Lightsail instance that is currently running.</p>
1691
- * <note>
1692
- * <p>When you start a stopped instance, Lightsail assigns a new public IP address to the
1693
- * instance. To use the same IP address after stopping and starting an instance, create a
1694
- * static IP address and attach it to the instance. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-create-static-ip">Amazon Lightsail Developer Guide</a>.</p>
1695
- * </note>
1696
- * <p>The <code>stop instance</code> operation supports tag-based access control via resource
1697
- * tags applied to the resource identified by <code>instance name</code>. For more information,
1698
- * see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1022
+ * @see {@link StopInstanceCommand}
1699
1023
  */
1700
1024
  stopInstance(args: StopInstanceCommandInput, options?: __HttpHandlerOptions): Promise<StopInstanceCommandOutput>;
1701
1025
  stopInstance(args: StopInstanceCommandInput, cb: (err: any, data?: StopInstanceCommandOutput) => void): void;
1702
1026
  stopInstance(args: StopInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopInstanceCommandOutput) => void): void;
1703
1027
  /**
1704
- * @public
1705
- * <p>Stops a specific database that is currently running in Amazon Lightsail.</p>
1706
- * <p>The <code>stop relational database</code> operation supports tag-based access control via
1707
- * resource tags applied to the resource identified by relationalDatabaseName. For more
1708
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1028
+ * @see {@link StopRelationalDatabaseCommand}
1709
1029
  */
1710
1030
  stopRelationalDatabase(args: StopRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<StopRelationalDatabaseCommandOutput>;
1711
1031
  stopRelationalDatabase(args: StopRelationalDatabaseCommandInput, cb: (err: any, data?: StopRelationalDatabaseCommandOutput) => void): void;
1712
1032
  stopRelationalDatabase(args: StopRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRelationalDatabaseCommandOutput) => void): void;
1713
1033
  /**
1714
- * @public
1715
- * <p>Adds one or more tags to the specified Amazon Lightsail resource. Each resource can have a
1716
- * maximum of 50 tags. Each tag consists of a key and an optional value. Tag keys must be unique
1717
- * per resource. For more information about tags, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-tags">Amazon Lightsail Developer Guide</a>.</p>
1718
- * <p>The <code>tag resource</code> operation supports tag-based access control via request tags
1719
- * and resource tags applied to the resource identified by <code>resource name</code>. For more
1720
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1034
+ * @see {@link TagResourceCommand}
1721
1035
  */
1722
1036
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
1723
1037
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1724
1038
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
1725
1039
  /**
1726
- * @public
1727
- * <p>Tests an alarm by displaying a banner on the Amazon Lightsail console. If a notification
1728
- * trigger is configured for the specified alarm, the test also sends a notification to the
1729
- * notification protocol (<code>Email</code> and/or <code>SMS</code>) configured for the
1730
- * alarm.</p>
1731
- * <p>An alarm is used to monitor a single metric for one of your resources. When a metric
1732
- * condition is met, the alarm can notify you by email, SMS text message, and a banner displayed
1733
- * on the Amazon Lightsail console. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-alarms">Alarms
1734
- * in Amazon Lightsail</a>.</p>
1040
+ * @see {@link TestAlarmCommand}
1735
1041
  */
1736
1042
  testAlarm(args: TestAlarmCommandInput, options?: __HttpHandlerOptions): Promise<TestAlarmCommandOutput>;
1737
1043
  testAlarm(args: TestAlarmCommandInput, cb: (err: any, data?: TestAlarmCommandOutput) => void): void;
1738
1044
  testAlarm(args: TestAlarmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestAlarmCommandOutput) => void): void;
1739
1045
  /**
1740
- * @public
1741
- * <p>Unpeers the Lightsail VPC from the user's default VPC.</p>
1046
+ * @see {@link UnpeerVpcCommand}
1742
1047
  */
1743
1048
  unpeerVpc(args: UnpeerVpcCommandInput, options?: __HttpHandlerOptions): Promise<UnpeerVpcCommandOutput>;
1744
1049
  unpeerVpc(args: UnpeerVpcCommandInput, cb: (err: any, data?: UnpeerVpcCommandOutput) => void): void;
1745
1050
  unpeerVpc(args: UnpeerVpcCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UnpeerVpcCommandOutput) => void): void;
1746
1051
  /**
1747
- * @public
1748
- * <p>Deletes the specified set of tag keys and their values from the specified Amazon Lightsail
1749
- * resource.</p>
1750
- * <p>The <code>untag resource</code> operation supports tag-based access control via request
1751
- * tags and resource tags applied to the resource identified by <code>resource name</code>. For
1752
- * more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1052
+ * @see {@link UntagResourceCommand}
1753
1053
  */
1754
1054
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
1755
1055
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1756
1056
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
1757
1057
  /**
1758
- * @public
1759
- * <p>Updates an existing Amazon Lightsail bucket.</p>
1760
- * <p>Use this action to update the configuration of an existing bucket, such as versioning,
1761
- * public accessibility, and the Amazon Web Services accounts that can access the bucket.</p>
1058
+ * @see {@link UpdateBucketCommand}
1762
1059
  */
1763
1060
  updateBucket(args: UpdateBucketCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBucketCommandOutput>;
1764
1061
  updateBucket(args: UpdateBucketCommandInput, cb: (err: any, data?: UpdateBucketCommandOutput) => void): void;
1765
1062
  updateBucket(args: UpdateBucketCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBucketCommandOutput) => void): void;
1766
1063
  /**
1767
- * @public
1768
- * <p>Updates the bundle, or storage plan, of an existing Amazon Lightsail bucket.</p>
1769
- * <p>A bucket bundle specifies the monthly cost, storage space, and data transfer quota for a
1770
- * bucket. You can update a bucket's bundle only one time within a monthly Amazon Web Services
1771
- * billing cycle. To determine if you can update a bucket's bundle, use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBuckets.html">GetBuckets</a> action. The
1772
- * <code>ableToUpdateBundle</code> parameter in the response will indicate whether you can
1773
- * currently update a bucket's bundle.</p>
1774
- * <p>Update a bucket's bundle if it's consistently going over its storage space or data
1775
- * transfer quota, or if a bucket's usage is consistently in the lower range of its storage space
1776
- * or data transfer quota. Due to the unpredictable usage fluctuations that a bucket might
1777
- * experience, we strongly recommend that you update a bucket's bundle only as a long-term
1778
- * strategy, instead of as a short-term, monthly cost-cutting measure. Choose a bucket bundle
1779
- * that will provide the bucket with ample storage space and data transfer for a long time to
1780
- * come.</p>
1064
+ * @see {@link UpdateBucketBundleCommand}
1781
1065
  */
1782
1066
  updateBucketBundle(args: UpdateBucketBundleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBucketBundleCommandOutput>;
1783
1067
  updateBucketBundle(args: UpdateBucketBundleCommandInput, cb: (err: any, data?: UpdateBucketBundleCommandOutput) => void): void;
1784
1068
  updateBucketBundle(args: UpdateBucketBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBucketBundleCommandOutput) => void): void;
1785
1069
  /**
1786
- * @public
1787
- * <p>Updates the configuration of your Amazon Lightsail container service, such as its power,
1788
- * scale, and public domain names.</p>
1070
+ * @see {@link UpdateContainerServiceCommand}
1789
1071
  */
1790
1072
  updateContainerService(args: UpdateContainerServiceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateContainerServiceCommandOutput>;
1791
1073
  updateContainerService(args: UpdateContainerServiceCommandInput, cb: (err: any, data?: UpdateContainerServiceCommandOutput) => void): void;
1792
1074
  updateContainerService(args: UpdateContainerServiceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateContainerServiceCommandOutput) => void): void;
1793
1075
  /**
1794
- * @public
1795
- * <p>Updates an existing Amazon Lightsail content delivery network (CDN) distribution.</p>
1796
- * <p>Use this action to update the configuration of your existing distribution.</p>
1076
+ * @see {@link UpdateDistributionCommand}
1797
1077
  */
1798
1078
  updateDistribution(args: UpdateDistributionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionCommandOutput>;
1799
1079
  updateDistribution(args: UpdateDistributionCommandInput, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
1800
1080
  updateDistribution(args: UpdateDistributionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionCommandOutput) => void): void;
1801
1081
  /**
1802
- * @public
1803
- * <p>Updates the bundle of your Amazon Lightsail content delivery network (CDN)
1804
- * distribution.</p>
1805
- * <p>A distribution bundle specifies the monthly network transfer quota and monthly cost of
1806
- * your distribution.</p>
1807
- * <p>Update your distribution's bundle if your distribution is going over its monthly network
1808
- * transfer quota and is incurring an overage fee.</p>
1809
- * <p>You can update your distribution's bundle only one time within your monthly Amazon Web Services billing cycle. To determine if you can update your distribution's bundle, use the
1810
- * <code>GetDistributions</code> action. The <code>ableToUpdateBundle</code> parameter in the
1811
- * result will indicate whether you can currently update your distribution's bundle.</p>
1082
+ * @see {@link UpdateDistributionBundleCommand}
1812
1083
  */
1813
1084
  updateDistributionBundle(args: UpdateDistributionBundleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDistributionBundleCommandOutput>;
1814
1085
  updateDistributionBundle(args: UpdateDistributionBundleCommandInput, cb: (err: any, data?: UpdateDistributionBundleCommandOutput) => void): void;
1815
1086
  updateDistributionBundle(args: UpdateDistributionBundleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDistributionBundleCommandOutput) => void): void;
1816
1087
  /**
1817
- * @public
1818
- * <p>Updates a domain recordset after it is created.</p>
1819
- * <p>The <code>update domain entry</code> operation supports tag-based access control via
1820
- * resource tags applied to the resource identified by <code>domain name</code>. For more
1821
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1088
+ * @see {@link UpdateDomainEntryCommand}
1822
1089
  */
1823
1090
  updateDomainEntry(args: UpdateDomainEntryCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDomainEntryCommandOutput>;
1824
1091
  updateDomainEntry(args: UpdateDomainEntryCommandInput, cb: (err: any, data?: UpdateDomainEntryCommandOutput) => void): void;
1825
1092
  updateDomainEntry(args: UpdateDomainEntryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDomainEntryCommandOutput) => void): void;
1826
1093
  /**
1827
- * @public
1828
- * <p>Modifies the Amazon Lightsail instance metadata parameters on a running or stopped
1829
- * instance. When you modify the parameters on a running instance, the <code>GetInstance</code>
1830
- * or <code>GetInstances</code> API operation initially responds with a state of
1831
- * <code>pending</code>. After the parameter modifications are successfully applied, the state
1832
- * changes to <code>applied</code> in subsequent <code>GetInstance</code> or
1833
- * <code>GetInstances</code> API calls. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configuring-instance-metadata-service">Use IMDSv2 with an Amazon Lightsail instance</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
1094
+ * @see {@link UpdateInstanceMetadataOptionsCommand}
1834
1095
  */
1835
1096
  updateInstanceMetadataOptions(args: UpdateInstanceMetadataOptionsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceMetadataOptionsCommandOutput>;
1836
1097
  updateInstanceMetadataOptions(args: UpdateInstanceMetadataOptionsCommandInput, cb: (err: any, data?: UpdateInstanceMetadataOptionsCommandOutput) => void): void;
1837
1098
  updateInstanceMetadataOptions(args: UpdateInstanceMetadataOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceMetadataOptionsCommandOutput) => void): void;
1838
1099
  /**
1839
- * @public
1840
- * <p>Updates the specified attribute for a load balancer. You can only update one attribute at
1841
- * a time.</p>
1842
- * <p>The <code>update load balancer attribute</code> operation supports tag-based access
1843
- * control via resource tags applied to the resource identified by <code>load balancer
1844
- * name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1100
+ * @see {@link UpdateLoadBalancerAttributeCommand}
1845
1101
  */
1846
1102
  updateLoadBalancerAttribute(args: UpdateLoadBalancerAttributeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoadBalancerAttributeCommandOutput>;
1847
1103
  updateLoadBalancerAttribute(args: UpdateLoadBalancerAttributeCommandInput, cb: (err: any, data?: UpdateLoadBalancerAttributeCommandOutput) => void): void;
1848
1104
  updateLoadBalancerAttribute(args: UpdateLoadBalancerAttributeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoadBalancerAttributeCommandOutput) => void): void;
1849
1105
  /**
1850
- * @public
1851
- * <p>Allows the update of one or more attributes of a database in Amazon Lightsail.</p>
1852
- * <p>Updates are applied immediately, or in cases where the updates could result in an outage,
1853
- * are applied during the database's predefined maintenance window.</p>
1854
- * <p>The <code>update relational database</code> operation supports tag-based access control
1855
- * via resource tags applied to the resource identified by relationalDatabaseName. For more
1856
- * information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1106
+ * @see {@link UpdateRelationalDatabaseCommand}
1857
1107
  */
1858
1108
  updateRelationalDatabase(args: UpdateRelationalDatabaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRelationalDatabaseCommandOutput>;
1859
1109
  updateRelationalDatabase(args: UpdateRelationalDatabaseCommandInput, cb: (err: any, data?: UpdateRelationalDatabaseCommandOutput) => void): void;
1860
1110
  updateRelationalDatabase(args: UpdateRelationalDatabaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRelationalDatabaseCommandOutput) => void): void;
1861
1111
  /**
1862
- * @public
1863
- * <p>Allows the update of one or more parameters of a database in Amazon Lightsail.</p>
1864
- * <p>Parameter updates don't cause outages; therefore, their application is not subject to the
1865
- * preferred maintenance window. However, there are two ways in which parameter updates are
1866
- * applied: <code>dynamic</code> or <code>pending-reboot</code>. Parameters marked with a
1867
- * <code>dynamic</code> apply type are applied immediately. Parameters marked with a
1868
- * <code>pending-reboot</code> apply type are applied only after the database is rebooted using
1869
- * the <code>reboot relational database</code> operation.</p>
1870
- * <p>The <code>update relational database parameters</code> operation supports tag-based access
1871
- * control via resource tags applied to the resource identified by relationalDatabaseName. For
1872
- * more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
1112
+ * @see {@link UpdateRelationalDatabaseParametersCommand}
1873
1113
  */
1874
1114
  updateRelationalDatabaseParameters(args: UpdateRelationalDatabaseParametersCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRelationalDatabaseParametersCommandOutput>;
1875
1115
  updateRelationalDatabaseParameters(args: UpdateRelationalDatabaseParametersCommandInput, cb: (err: any, data?: UpdateRelationalDatabaseParametersCommandOutput) => void): void;
1876
1116
  updateRelationalDatabaseParameters(args: UpdateRelationalDatabaseParametersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRelationalDatabaseParametersCommandOutput) => void): void;
1877
1117
  }
1118
+ /**
1119
+ * @public
1120
+ * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes
1121
+ * everything you need to launch your project quickly - instances (virtual private servers),
1122
+ * container services, storage buckets, managed databases, SSD-based block storage, static IP
1123
+ * addresses, load balancers, content delivery network (CDN) distributions, DNS management of
1124
+ * registered domains, and resource snapshots (backups) - for a low, predictable monthly
1125
+ * price.</p>
1126
+ * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
1127
+ * Command Line Interface (CLI), or SDKs. For more information about Lightsail
1128
+ * concepts and tasks, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
1129
+ * <p>This API Reference provides detailed information about the actions, data types,
1130
+ * parameters, and errors of the Lightsail service. For more information about the supported
1131
+ * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
1132
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints
1133
+ * and Quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
1134
+ */
1135
+ export declare class Lightsail extends LightsailClient implements Lightsail {
1136
+ }