@aws-sdk/client-lightsail 3.957.0 → 3.962.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.
package/README.md CHANGED
@@ -22,10 +22,8 @@ Amazon Web Services Regions, endpoints, and service quotas of the Lightsail serv
22
22
  and Quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
23
23
 
24
24
  ## Installing
25
-
26
25
  To install this package, simply type add or install @aws-sdk/client-lightsail
27
26
  using your favorite package manager:
28
-
29
27
  - `npm install @aws-sdk/client-lightsail`
30
28
  - `yarn add @aws-sdk/client-lightsail`
31
29
  - `pnpm add @aws-sdk/client-lightsail`
@@ -61,9 +59,7 @@ To send a request, you:
61
59
  // a client can be shared by different commands.
62
60
  const client = new LightsailClient({ region: "REGION" });
63
61
 
64
- const params = {
65
- /** input parameters */
66
- };
62
+ const params = { /** input parameters */ };
67
63
  const command = new GetAlarmsCommand(params);
68
64
  ```
69
65
 
@@ -222,7 +218,6 @@ AllocateStaticIp
222
218
  </summary>
223
219
 
224
220
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AllocateStaticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AllocateStaticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AllocateStaticIpCommandOutput/)
225
-
226
221
  </details>
227
222
  <details>
228
223
  <summary>
@@ -230,7 +225,6 @@ AttachCertificateToDistribution
230
225
  </summary>
231
226
 
232
227
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AttachCertificateToDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachCertificateToDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachCertificateToDistributionCommandOutput/)
233
-
234
228
  </details>
235
229
  <details>
236
230
  <summary>
@@ -238,7 +232,6 @@ AttachDisk
238
232
  </summary>
239
233
 
240
234
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AttachDiskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachDiskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachDiskCommandOutput/)
241
-
242
235
  </details>
243
236
  <details>
244
237
  <summary>
@@ -246,7 +239,6 @@ AttachInstancesToLoadBalancer
246
239
  </summary>
247
240
 
248
241
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AttachInstancesToLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachInstancesToLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachInstancesToLoadBalancerCommandOutput/)
249
-
250
242
  </details>
251
243
  <details>
252
244
  <summary>
@@ -254,7 +246,6 @@ AttachLoadBalancerTlsCertificate
254
246
  </summary>
255
247
 
256
248
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AttachLoadBalancerTlsCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachLoadBalancerTlsCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachLoadBalancerTlsCertificateCommandOutput/)
257
-
258
249
  </details>
259
250
  <details>
260
251
  <summary>
@@ -262,7 +253,6 @@ AttachStaticIp
262
253
  </summary>
263
254
 
264
255
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/AttachStaticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachStaticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/AttachStaticIpCommandOutput/)
265
-
266
256
  </details>
267
257
  <details>
268
258
  <summary>
@@ -270,7 +260,6 @@ CloseInstancePublicPorts
270
260
  </summary>
271
261
 
272
262
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CloseInstancePublicPortsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CloseInstancePublicPortsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CloseInstancePublicPortsCommandOutput/)
273
-
274
263
  </details>
275
264
  <details>
276
265
  <summary>
@@ -278,7 +267,6 @@ CopySnapshot
278
267
  </summary>
279
268
 
280
269
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CopySnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CopySnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CopySnapshotCommandOutput/)
281
-
282
270
  </details>
283
271
  <details>
284
272
  <summary>
@@ -286,7 +274,6 @@ CreateBucket
286
274
  </summary>
287
275
 
288
276
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateBucketCommandOutput/)
289
-
290
277
  </details>
291
278
  <details>
292
279
  <summary>
@@ -294,7 +281,6 @@ CreateBucketAccessKey
294
281
  </summary>
295
282
 
296
283
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateBucketAccessKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateBucketAccessKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateBucketAccessKeyCommandOutput/)
297
-
298
284
  </details>
299
285
  <details>
300
286
  <summary>
@@ -302,7 +288,6 @@ CreateCertificate
302
288
  </summary>
303
289
 
304
290
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateCertificateCommandOutput/)
305
-
306
291
  </details>
307
292
  <details>
308
293
  <summary>
@@ -310,7 +295,6 @@ CreateCloudFormationStack
310
295
  </summary>
311
296
 
312
297
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateCloudFormationStackCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateCloudFormationStackCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateCloudFormationStackCommandOutput/)
313
-
314
298
  </details>
315
299
  <details>
316
300
  <summary>
@@ -318,7 +302,6 @@ CreateContactMethod
318
302
  </summary>
319
303
 
320
304
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateContactMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContactMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContactMethodCommandOutput/)
321
-
322
305
  </details>
323
306
  <details>
324
307
  <summary>
@@ -326,7 +309,6 @@ CreateContainerService
326
309
  </summary>
327
310
 
328
311
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateContainerServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceCommandOutput/)
329
-
330
312
  </details>
331
313
  <details>
332
314
  <summary>
@@ -334,7 +316,6 @@ CreateContainerServiceDeployment
334
316
  </summary>
335
317
 
336
318
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateContainerServiceDeploymentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceDeploymentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceDeploymentCommandOutput/)
337
-
338
319
  </details>
339
320
  <details>
340
321
  <summary>
@@ -342,7 +323,6 @@ CreateContainerServiceRegistryLogin
342
323
  </summary>
343
324
 
344
325
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateContainerServiceRegistryLoginCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceRegistryLoginCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateContainerServiceRegistryLoginCommandOutput/)
345
-
346
326
  </details>
347
327
  <details>
348
328
  <summary>
@@ -350,7 +330,6 @@ CreateDisk
350
330
  </summary>
351
331
 
352
332
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDiskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskCommandOutput/)
353
-
354
333
  </details>
355
334
  <details>
356
335
  <summary>
@@ -358,7 +337,6 @@ CreateDiskFromSnapshot
358
337
  </summary>
359
338
 
360
339
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDiskFromSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskFromSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskFromSnapshotCommandOutput/)
361
-
362
340
  </details>
363
341
  <details>
364
342
  <summary>
@@ -366,7 +344,6 @@ CreateDiskSnapshot
366
344
  </summary>
367
345
 
368
346
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDiskSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDiskSnapshotCommandOutput/)
369
-
370
347
  </details>
371
348
  <details>
372
349
  <summary>
@@ -374,7 +351,6 @@ CreateDistribution
374
351
  </summary>
375
352
 
376
353
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDistributionCommandOutput/)
377
-
378
354
  </details>
379
355
  <details>
380
356
  <summary>
@@ -382,7 +358,6 @@ CreateDomain
382
358
  </summary>
383
359
 
384
360
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDomainCommandOutput/)
385
-
386
361
  </details>
387
362
  <details>
388
363
  <summary>
@@ -390,7 +365,6 @@ CreateDomainEntry
390
365
  </summary>
391
366
 
392
367
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateDomainEntryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDomainEntryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateDomainEntryCommandOutput/)
393
-
394
368
  </details>
395
369
  <details>
396
370
  <summary>
@@ -398,7 +372,6 @@ CreateGUISessionAccessDetails
398
372
  </summary>
399
373
 
400
374
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateGUISessionAccessDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateGUISessionAccessDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateGUISessionAccessDetailsCommandOutput/)
401
-
402
375
  </details>
403
376
  <details>
404
377
  <summary>
@@ -406,7 +379,6 @@ CreateInstances
406
379
  </summary>
407
380
 
408
381
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstancesCommandOutput/)
409
-
410
382
  </details>
411
383
  <details>
412
384
  <summary>
@@ -414,7 +386,6 @@ CreateInstancesFromSnapshot
414
386
  </summary>
415
387
 
416
388
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateInstancesFromSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstancesFromSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstancesFromSnapshotCommandOutput/)
417
-
418
389
  </details>
419
390
  <details>
420
391
  <summary>
@@ -422,7 +393,6 @@ CreateInstanceSnapshot
422
393
  </summary>
423
394
 
424
395
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateInstanceSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstanceSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateInstanceSnapshotCommandOutput/)
425
-
426
396
  </details>
427
397
  <details>
428
398
  <summary>
@@ -430,7 +400,6 @@ CreateKeyPair
430
400
  </summary>
431
401
 
432
402
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateKeyPairCommandOutput/)
433
-
434
403
  </details>
435
404
  <details>
436
405
  <summary>
@@ -438,7 +407,6 @@ CreateLoadBalancer
438
407
  </summary>
439
408
 
440
409
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateLoadBalancerCommandOutput/)
441
-
442
410
  </details>
443
411
  <details>
444
412
  <summary>
@@ -446,7 +414,6 @@ CreateLoadBalancerTlsCertificate
446
414
  </summary>
447
415
 
448
416
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateLoadBalancerTlsCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateLoadBalancerTlsCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateLoadBalancerTlsCertificateCommandOutput/)
449
-
450
417
  </details>
451
418
  <details>
452
419
  <summary>
@@ -454,7 +421,6 @@ CreateRelationalDatabase
454
421
  </summary>
455
422
 
456
423
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseCommandOutput/)
457
-
458
424
  </details>
459
425
  <details>
460
426
  <summary>
@@ -462,7 +428,6 @@ CreateRelationalDatabaseFromSnapshot
462
428
  </summary>
463
429
 
464
430
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateRelationalDatabaseFromSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseFromSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseFromSnapshotCommandOutput/)
465
-
466
431
  </details>
467
432
  <details>
468
433
  <summary>
@@ -470,7 +435,6 @@ CreateRelationalDatabaseSnapshot
470
435
  </summary>
471
436
 
472
437
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/CreateRelationalDatabaseSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/CreateRelationalDatabaseSnapshotCommandOutput/)
473
-
474
438
  </details>
475
439
  <details>
476
440
  <summary>
@@ -478,7 +442,6 @@ DeleteAlarm
478
442
  </summary>
479
443
 
480
444
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteAlarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteAlarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteAlarmCommandOutput/)
481
-
482
445
  </details>
483
446
  <details>
484
447
  <summary>
@@ -486,7 +449,6 @@ DeleteAutoSnapshot
486
449
  </summary>
487
450
 
488
451
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteAutoSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteAutoSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteAutoSnapshotCommandOutput/)
489
-
490
452
  </details>
491
453
  <details>
492
454
  <summary>
@@ -494,7 +456,6 @@ DeleteBucket
494
456
  </summary>
495
457
 
496
458
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteBucketCommandOutput/)
497
-
498
459
  </details>
499
460
  <details>
500
461
  <summary>
@@ -502,7 +463,6 @@ DeleteBucketAccessKey
502
463
  </summary>
503
464
 
504
465
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteBucketAccessKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteBucketAccessKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteBucketAccessKeyCommandOutput/)
505
-
506
466
  </details>
507
467
  <details>
508
468
  <summary>
@@ -510,7 +470,6 @@ DeleteCertificate
510
470
  </summary>
511
471
 
512
472
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteCertificateCommandOutput/)
513
-
514
473
  </details>
515
474
  <details>
516
475
  <summary>
@@ -518,7 +477,6 @@ DeleteContactMethod
518
477
  </summary>
519
478
 
520
479
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteContactMethodCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContactMethodCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContactMethodCommandOutput/)
521
-
522
480
  </details>
523
481
  <details>
524
482
  <summary>
@@ -526,7 +484,6 @@ DeleteContainerImage
526
484
  </summary>
527
485
 
528
486
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteContainerImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContainerImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContainerImageCommandOutput/)
529
-
530
487
  </details>
531
488
  <details>
532
489
  <summary>
@@ -534,7 +491,6 @@ DeleteContainerService
534
491
  </summary>
535
492
 
536
493
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteContainerServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContainerServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteContainerServiceCommandOutput/)
537
-
538
494
  </details>
539
495
  <details>
540
496
  <summary>
@@ -542,7 +498,6 @@ DeleteDisk
542
498
  </summary>
543
499
 
544
500
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteDiskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDiskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDiskCommandOutput/)
545
-
546
501
  </details>
547
502
  <details>
548
503
  <summary>
@@ -550,7 +505,6 @@ DeleteDiskSnapshot
550
505
  </summary>
551
506
 
552
507
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteDiskSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDiskSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDiskSnapshotCommandOutput/)
553
-
554
508
  </details>
555
509
  <details>
556
510
  <summary>
@@ -558,7 +512,6 @@ DeleteDistribution
558
512
  </summary>
559
513
 
560
514
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDistributionCommandOutput/)
561
-
562
515
  </details>
563
516
  <details>
564
517
  <summary>
@@ -566,7 +519,6 @@ DeleteDomain
566
519
  </summary>
567
520
 
568
521
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDomainCommandOutput/)
569
-
570
522
  </details>
571
523
  <details>
572
524
  <summary>
@@ -574,7 +526,6 @@ DeleteDomainEntry
574
526
  </summary>
575
527
 
576
528
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteDomainEntryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDomainEntryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteDomainEntryCommandOutput/)
577
-
578
529
  </details>
579
530
  <details>
580
531
  <summary>
@@ -582,7 +533,6 @@ DeleteInstance
582
533
  </summary>
583
534
 
584
535
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteInstanceCommandOutput/)
585
-
586
536
  </details>
587
537
  <details>
588
538
  <summary>
@@ -590,7 +540,6 @@ DeleteInstanceSnapshot
590
540
  </summary>
591
541
 
592
542
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteInstanceSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteInstanceSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteInstanceSnapshotCommandOutput/)
593
-
594
543
  </details>
595
544
  <details>
596
545
  <summary>
@@ -598,7 +547,6 @@ DeleteKeyPair
598
547
  </summary>
599
548
 
600
549
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteKeyPairCommandOutput/)
601
-
602
550
  </details>
603
551
  <details>
604
552
  <summary>
@@ -606,7 +554,6 @@ DeleteKnownHostKeys
606
554
  </summary>
607
555
 
608
556
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteKnownHostKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteKnownHostKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteKnownHostKeysCommandOutput/)
609
-
610
557
  </details>
611
558
  <details>
612
559
  <summary>
@@ -614,7 +561,6 @@ DeleteLoadBalancer
614
561
  </summary>
615
562
 
616
563
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteLoadBalancerCommandOutput/)
617
-
618
564
  </details>
619
565
  <details>
620
566
  <summary>
@@ -622,7 +568,6 @@ DeleteLoadBalancerTlsCertificate
622
568
  </summary>
623
569
 
624
570
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteLoadBalancerTlsCertificateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteLoadBalancerTlsCertificateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteLoadBalancerTlsCertificateCommandOutput/)
625
-
626
571
  </details>
627
572
  <details>
628
573
  <summary>
@@ -630,7 +575,6 @@ DeleteRelationalDatabase
630
575
  </summary>
631
576
 
632
577
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteRelationalDatabaseCommandOutput/)
633
-
634
578
  </details>
635
579
  <details>
636
580
  <summary>
@@ -638,7 +582,6 @@ DeleteRelationalDatabaseSnapshot
638
582
  </summary>
639
583
 
640
584
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DeleteRelationalDatabaseSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteRelationalDatabaseSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DeleteRelationalDatabaseSnapshotCommandOutput/)
641
-
642
585
  </details>
643
586
  <details>
644
587
  <summary>
@@ -646,7 +589,6 @@ DetachCertificateFromDistribution
646
589
  </summary>
647
590
 
648
591
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DetachCertificateFromDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachCertificateFromDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachCertificateFromDistributionCommandOutput/)
649
-
650
592
  </details>
651
593
  <details>
652
594
  <summary>
@@ -654,7 +596,6 @@ DetachDisk
654
596
  </summary>
655
597
 
656
598
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DetachDiskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachDiskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachDiskCommandOutput/)
657
-
658
599
  </details>
659
600
  <details>
660
601
  <summary>
@@ -662,7 +603,6 @@ DetachInstancesFromLoadBalancer
662
603
  </summary>
663
604
 
664
605
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DetachInstancesFromLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachInstancesFromLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachInstancesFromLoadBalancerCommandOutput/)
665
-
666
606
  </details>
667
607
  <details>
668
608
  <summary>
@@ -670,7 +610,6 @@ DetachStaticIp
670
610
  </summary>
671
611
 
672
612
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DetachStaticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachStaticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DetachStaticIpCommandOutput/)
673
-
674
613
  </details>
675
614
  <details>
676
615
  <summary>
@@ -678,7 +617,6 @@ DisableAddOn
678
617
  </summary>
679
618
 
680
619
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DisableAddOnCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DisableAddOnCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DisableAddOnCommandOutput/)
681
-
682
620
  </details>
683
621
  <details>
684
622
  <summary>
@@ -686,7 +624,6 @@ DownloadDefaultKeyPair
686
624
  </summary>
687
625
 
688
626
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/DownloadDefaultKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DownloadDefaultKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/DownloadDefaultKeyPairCommandOutput/)
689
-
690
627
  </details>
691
628
  <details>
692
629
  <summary>
@@ -694,7 +631,6 @@ EnableAddOn
694
631
  </summary>
695
632
 
696
633
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/EnableAddOnCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/EnableAddOnCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/EnableAddOnCommandOutput/)
697
-
698
634
  </details>
699
635
  <details>
700
636
  <summary>
@@ -702,7 +638,6 @@ ExportSnapshot
702
638
  </summary>
703
639
 
704
640
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/ExportSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ExportSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ExportSnapshotCommandOutput/)
705
-
706
641
  </details>
707
642
  <details>
708
643
  <summary>
@@ -710,7 +645,6 @@ GetActiveNames
710
645
  </summary>
711
646
 
712
647
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetActiveNamesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetActiveNamesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetActiveNamesCommandOutput/)
713
-
714
648
  </details>
715
649
  <details>
716
650
  <summary>
@@ -718,7 +652,6 @@ GetAlarms
718
652
  </summary>
719
653
 
720
654
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetAlarmsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetAlarmsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetAlarmsCommandOutput/)
721
-
722
655
  </details>
723
656
  <details>
724
657
  <summary>
@@ -726,7 +659,6 @@ GetAutoSnapshots
726
659
  </summary>
727
660
 
728
661
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetAutoSnapshotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetAutoSnapshotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetAutoSnapshotsCommandOutput/)
729
-
730
662
  </details>
731
663
  <details>
732
664
  <summary>
@@ -734,7 +666,6 @@ GetBlueprints
734
666
  </summary>
735
667
 
736
668
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBlueprintsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBlueprintsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBlueprintsCommandOutput/)
737
-
738
669
  </details>
739
670
  <details>
740
671
  <summary>
@@ -742,7 +673,6 @@ GetBucketAccessKeys
742
673
  </summary>
743
674
 
744
675
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBucketAccessKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketAccessKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketAccessKeysCommandOutput/)
745
-
746
676
  </details>
747
677
  <details>
748
678
  <summary>
@@ -750,7 +680,6 @@ GetBucketBundles
750
680
  </summary>
751
681
 
752
682
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBucketBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketBundlesCommandOutput/)
753
-
754
683
  </details>
755
684
  <details>
756
685
  <summary>
@@ -758,7 +687,6 @@ GetBucketMetricData
758
687
  </summary>
759
688
 
760
689
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBucketMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketMetricDataCommandOutput/)
761
-
762
690
  </details>
763
691
  <details>
764
692
  <summary>
@@ -766,7 +694,6 @@ GetBuckets
766
694
  </summary>
767
695
 
768
696
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBucketsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBucketsCommandOutput/)
769
-
770
697
  </details>
771
698
  <details>
772
699
  <summary>
@@ -774,7 +701,6 @@ GetBundles
774
701
  </summary>
775
702
 
776
703
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetBundlesCommandOutput/)
777
-
778
704
  </details>
779
705
  <details>
780
706
  <summary>
@@ -782,7 +708,6 @@ GetCertificates
782
708
  </summary>
783
709
 
784
710
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCertificatesCommandOutput/)
785
-
786
711
  </details>
787
712
  <details>
788
713
  <summary>
@@ -790,7 +715,6 @@ GetCloudFormationStackRecords
790
715
  </summary>
791
716
 
792
717
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetCloudFormationStackRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCloudFormationStackRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCloudFormationStackRecordsCommandOutput/)
793
-
794
718
  </details>
795
719
  <details>
796
720
  <summary>
@@ -798,7 +722,6 @@ GetContactMethods
798
722
  </summary>
799
723
 
800
724
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContactMethodsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContactMethodsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContactMethodsCommandOutput/)
801
-
802
725
  </details>
803
726
  <details>
804
727
  <summary>
@@ -806,7 +729,6 @@ GetContainerAPIMetadata
806
729
  </summary>
807
730
 
808
731
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerAPIMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerAPIMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerAPIMetadataCommandOutput/)
809
-
810
732
  </details>
811
733
  <details>
812
734
  <summary>
@@ -814,7 +736,6 @@ GetContainerImages
814
736
  </summary>
815
737
 
816
738
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerImagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerImagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerImagesCommandOutput/)
817
-
818
739
  </details>
819
740
  <details>
820
741
  <summary>
@@ -822,7 +743,6 @@ GetContainerLog
822
743
  </summary>
823
744
 
824
745
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerLogCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerLogCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerLogCommandOutput/)
825
-
826
746
  </details>
827
747
  <details>
828
748
  <summary>
@@ -830,7 +750,6 @@ GetContainerServiceDeployments
830
750
  </summary>
831
751
 
832
752
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerServiceDeploymentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServiceDeploymentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServiceDeploymentsCommandOutput/)
833
-
834
753
  </details>
835
754
  <details>
836
755
  <summary>
@@ -838,7 +757,6 @@ GetContainerServiceMetricData
838
757
  </summary>
839
758
 
840
759
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerServiceMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServiceMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServiceMetricDataCommandOutput/)
841
-
842
760
  </details>
843
761
  <details>
844
762
  <summary>
@@ -846,7 +764,6 @@ GetContainerServicePowers
846
764
  </summary>
847
765
 
848
766
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerServicePowersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServicePowersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServicePowersCommandOutput/)
849
-
850
767
  </details>
851
768
  <details>
852
769
  <summary>
@@ -854,7 +771,6 @@ GetContainerServices
854
771
  </summary>
855
772
 
856
773
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetContainerServicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetContainerServicesCommandOutput/)
857
-
858
774
  </details>
859
775
  <details>
860
776
  <summary>
@@ -862,7 +778,6 @@ GetCostEstimate
862
778
  </summary>
863
779
 
864
780
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetCostEstimateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCostEstimateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetCostEstimateCommandOutput/)
865
-
866
781
  </details>
867
782
  <details>
868
783
  <summary>
@@ -870,7 +785,6 @@ GetDisk
870
785
  </summary>
871
786
 
872
787
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDiskCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskCommandOutput/)
873
-
874
788
  </details>
875
789
  <details>
876
790
  <summary>
@@ -878,7 +792,6 @@ GetDisks
878
792
  </summary>
879
793
 
880
794
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDisksCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDisksCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDisksCommandOutput/)
881
-
882
795
  </details>
883
796
  <details>
884
797
  <summary>
@@ -886,7 +799,6 @@ GetDiskSnapshot
886
799
  </summary>
887
800
 
888
801
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDiskSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskSnapshotCommandOutput/)
889
-
890
802
  </details>
891
803
  <details>
892
804
  <summary>
@@ -894,7 +806,6 @@ GetDiskSnapshots
894
806
  </summary>
895
807
 
896
808
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDiskSnapshotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskSnapshotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDiskSnapshotsCommandOutput/)
897
-
898
809
  </details>
899
810
  <details>
900
811
  <summary>
@@ -902,7 +813,6 @@ GetDistributionBundles
902
813
  </summary>
903
814
 
904
815
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDistributionBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionBundlesCommandOutput/)
905
-
906
816
  </details>
907
817
  <details>
908
818
  <summary>
@@ -910,7 +820,6 @@ GetDistributionLatestCacheReset
910
820
  </summary>
911
821
 
912
822
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDistributionLatestCacheResetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionLatestCacheResetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionLatestCacheResetCommandOutput/)
913
-
914
823
  </details>
915
824
  <details>
916
825
  <summary>
@@ -918,7 +827,6 @@ GetDistributionMetricData
918
827
  </summary>
919
828
 
920
829
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDistributionMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionMetricDataCommandOutput/)
921
-
922
830
  </details>
923
831
  <details>
924
832
  <summary>
@@ -926,7 +834,6 @@ GetDistributions
926
834
  </summary>
927
835
 
928
836
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDistributionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDistributionsCommandOutput/)
929
-
930
837
  </details>
931
838
  <details>
932
839
  <summary>
@@ -934,7 +841,6 @@ GetDomain
934
841
  </summary>
935
842
 
936
843
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDomainCommandOutput/)
937
-
938
844
  </details>
939
845
  <details>
940
846
  <summary>
@@ -942,7 +848,6 @@ GetDomains
942
848
  </summary>
943
849
 
944
850
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetDomainsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDomainsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetDomainsCommandOutput/)
945
-
946
851
  </details>
947
852
  <details>
948
853
  <summary>
@@ -950,7 +855,6 @@ GetExportSnapshotRecords
950
855
  </summary>
951
856
 
952
857
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetExportSnapshotRecordsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetExportSnapshotRecordsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetExportSnapshotRecordsCommandOutput/)
953
-
954
858
  </details>
955
859
  <details>
956
860
  <summary>
@@ -958,7 +862,6 @@ GetInstance
958
862
  </summary>
959
863
 
960
864
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceCommandOutput/)
961
-
962
865
  </details>
963
866
  <details>
964
867
  <summary>
@@ -966,7 +869,6 @@ GetInstanceAccessDetails
966
869
  </summary>
967
870
 
968
871
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceAccessDetailsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceAccessDetailsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceAccessDetailsCommandOutput/)
969
-
970
872
  </details>
971
873
  <details>
972
874
  <summary>
@@ -974,7 +876,6 @@ GetInstanceMetricData
974
876
  </summary>
975
877
 
976
878
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceMetricDataCommandOutput/)
977
-
978
879
  </details>
979
880
  <details>
980
881
  <summary>
@@ -982,7 +883,6 @@ GetInstancePortStates
982
883
  </summary>
983
884
 
984
885
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstancePortStatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstancePortStatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstancePortStatesCommandOutput/)
985
-
986
886
  </details>
987
887
  <details>
988
888
  <summary>
@@ -990,7 +890,6 @@ GetInstances
990
890
  </summary>
991
891
 
992
892
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstancesCommandOutput/)
993
-
994
893
  </details>
995
894
  <details>
996
895
  <summary>
@@ -998,7 +897,6 @@ GetInstanceSnapshot
998
897
  </summary>
999
898
 
1000
899
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceSnapshotCommandOutput/)
1001
-
1002
900
  </details>
1003
901
  <details>
1004
902
  <summary>
@@ -1006,7 +904,6 @@ GetInstanceSnapshots
1006
904
  </summary>
1007
905
 
1008
906
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceSnapshotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceSnapshotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceSnapshotsCommandOutput/)
1009
-
1010
907
  </details>
1011
908
  <details>
1012
909
  <summary>
@@ -1014,7 +911,6 @@ GetInstanceState
1014
911
  </summary>
1015
912
 
1016
913
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetInstanceStateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceStateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetInstanceStateCommandOutput/)
1017
-
1018
914
  </details>
1019
915
  <details>
1020
916
  <summary>
@@ -1022,7 +918,6 @@ GetKeyPair
1022
918
  </summary>
1023
919
 
1024
920
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetKeyPairCommandOutput/)
1025
-
1026
921
  </details>
1027
922
  <details>
1028
923
  <summary>
@@ -1030,7 +925,6 @@ GetKeyPairs
1030
925
  </summary>
1031
926
 
1032
927
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetKeyPairsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetKeyPairsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetKeyPairsCommandOutput/)
1033
-
1034
928
  </details>
1035
929
  <details>
1036
930
  <summary>
@@ -1038,7 +932,6 @@ GetLoadBalancer
1038
932
  </summary>
1039
933
 
1040
934
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetLoadBalancerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerCommandOutput/)
1041
-
1042
935
  </details>
1043
936
  <details>
1044
937
  <summary>
@@ -1046,7 +939,6 @@ GetLoadBalancerMetricData
1046
939
  </summary>
1047
940
 
1048
941
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetLoadBalancerMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerMetricDataCommandOutput/)
1049
-
1050
942
  </details>
1051
943
  <details>
1052
944
  <summary>
@@ -1054,7 +946,6 @@ GetLoadBalancers
1054
946
  </summary>
1055
947
 
1056
948
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetLoadBalancersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancersCommandOutput/)
1057
-
1058
949
  </details>
1059
950
  <details>
1060
951
  <summary>
@@ -1062,7 +953,6 @@ GetLoadBalancerTlsCertificates
1062
953
  </summary>
1063
954
 
1064
955
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetLoadBalancerTlsCertificatesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerTlsCertificatesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerTlsCertificatesCommandOutput/)
1065
-
1066
956
  </details>
1067
957
  <details>
1068
958
  <summary>
@@ -1070,7 +960,6 @@ GetLoadBalancerTlsPolicies
1070
960
  </summary>
1071
961
 
1072
962
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetLoadBalancerTlsPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerTlsPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetLoadBalancerTlsPoliciesCommandOutput/)
1073
-
1074
963
  </details>
1075
964
  <details>
1076
965
  <summary>
@@ -1078,7 +967,6 @@ GetOperation
1078
967
  </summary>
1079
968
 
1080
969
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetOperationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationCommandOutput/)
1081
-
1082
970
  </details>
1083
971
  <details>
1084
972
  <summary>
@@ -1086,7 +974,6 @@ GetOperations
1086
974
  </summary>
1087
975
 
1088
976
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetOperationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationsCommandOutput/)
1089
-
1090
977
  </details>
1091
978
  <details>
1092
979
  <summary>
@@ -1094,7 +981,6 @@ GetOperationsForResource
1094
981
  </summary>
1095
982
 
1096
983
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetOperationsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetOperationsForResourceCommandOutput/)
1097
-
1098
984
  </details>
1099
985
  <details>
1100
986
  <summary>
@@ -1102,7 +988,6 @@ GetRegions
1102
988
  </summary>
1103
989
 
1104
990
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRegionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRegionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRegionsCommandOutput/)
1105
-
1106
991
  </details>
1107
992
  <details>
1108
993
  <summary>
@@ -1110,7 +995,6 @@ GetRelationalDatabase
1110
995
  </summary>
1111
996
 
1112
997
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseCommandOutput/)
1113
-
1114
998
  </details>
1115
999
  <details>
1116
1000
  <summary>
@@ -1118,7 +1002,6 @@ GetRelationalDatabaseBlueprints
1118
1002
  </summary>
1119
1003
 
1120
1004
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseBlueprintsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseBlueprintsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseBlueprintsCommandOutput/)
1121
-
1122
1005
  </details>
1123
1006
  <details>
1124
1007
  <summary>
@@ -1126,7 +1009,6 @@ GetRelationalDatabaseBundles
1126
1009
  </summary>
1127
1010
 
1128
1011
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseBundlesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseBundlesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseBundlesCommandOutput/)
1129
-
1130
1012
  </details>
1131
1013
  <details>
1132
1014
  <summary>
@@ -1134,7 +1016,6 @@ GetRelationalDatabaseEvents
1134
1016
  </summary>
1135
1017
 
1136
1018
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseEventsCommandOutput/)
1137
-
1138
1019
  </details>
1139
1020
  <details>
1140
1021
  <summary>
@@ -1142,7 +1023,6 @@ GetRelationalDatabaseLogEvents
1142
1023
  </summary>
1143
1024
 
1144
1025
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseLogEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseLogEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseLogEventsCommandOutput/)
1145
-
1146
1026
  </details>
1147
1027
  <details>
1148
1028
  <summary>
@@ -1150,7 +1030,6 @@ GetRelationalDatabaseLogStreams
1150
1030
  </summary>
1151
1031
 
1152
1032
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseLogStreamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseLogStreamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseLogStreamsCommandOutput/)
1153
-
1154
1033
  </details>
1155
1034
  <details>
1156
1035
  <summary>
@@ -1158,7 +1037,6 @@ GetRelationalDatabaseMasterUserPassword
1158
1037
  </summary>
1159
1038
 
1160
1039
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseMasterUserPasswordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseMasterUserPasswordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseMasterUserPasswordCommandOutput/)
1161
-
1162
1040
  </details>
1163
1041
  <details>
1164
1042
  <summary>
@@ -1166,7 +1044,6 @@ GetRelationalDatabaseMetricData
1166
1044
  </summary>
1167
1045
 
1168
1046
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseMetricDataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseMetricDataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseMetricDataCommandOutput/)
1169
-
1170
1047
  </details>
1171
1048
  <details>
1172
1049
  <summary>
@@ -1174,7 +1051,6 @@ GetRelationalDatabaseParameters
1174
1051
  </summary>
1175
1052
 
1176
1053
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseParametersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseParametersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseParametersCommandOutput/)
1177
-
1178
1054
  </details>
1179
1055
  <details>
1180
1056
  <summary>
@@ -1182,7 +1058,6 @@ GetRelationalDatabases
1182
1058
  </summary>
1183
1059
 
1184
1060
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabasesCommandOutput/)
1185
-
1186
1061
  </details>
1187
1062
  <details>
1188
1063
  <summary>
@@ -1190,7 +1065,6 @@ GetRelationalDatabaseSnapshot
1190
1065
  </summary>
1191
1066
 
1192
1067
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseSnapshotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseSnapshotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseSnapshotCommandOutput/)
1193
-
1194
1068
  </details>
1195
1069
  <details>
1196
1070
  <summary>
@@ -1198,7 +1072,6 @@ GetRelationalDatabaseSnapshots
1198
1072
  </summary>
1199
1073
 
1200
1074
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetRelationalDatabaseSnapshotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseSnapshotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetRelationalDatabaseSnapshotsCommandOutput/)
1201
-
1202
1075
  </details>
1203
1076
  <details>
1204
1077
  <summary>
@@ -1206,7 +1079,6 @@ GetSetupHistory
1206
1079
  </summary>
1207
1080
 
1208
1081
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetSetupHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetSetupHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetSetupHistoryCommandOutput/)
1209
-
1210
1082
  </details>
1211
1083
  <details>
1212
1084
  <summary>
@@ -1214,7 +1086,6 @@ GetStaticIp
1214
1086
  </summary>
1215
1087
 
1216
1088
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetStaticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetStaticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetStaticIpCommandOutput/)
1217
-
1218
1089
  </details>
1219
1090
  <details>
1220
1091
  <summary>
@@ -1222,7 +1093,6 @@ GetStaticIps
1222
1093
  </summary>
1223
1094
 
1224
1095
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/GetStaticIpsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetStaticIpsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/GetStaticIpsCommandOutput/)
1225
-
1226
1096
  </details>
1227
1097
  <details>
1228
1098
  <summary>
@@ -1230,7 +1100,6 @@ ImportKeyPair
1230
1100
  </summary>
1231
1101
 
1232
1102
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/ImportKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ImportKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ImportKeyPairCommandOutput/)
1233
-
1234
1103
  </details>
1235
1104
  <details>
1236
1105
  <summary>
@@ -1238,7 +1107,6 @@ IsVpcPeered
1238
1107
  </summary>
1239
1108
 
1240
1109
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/IsVpcPeeredCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/IsVpcPeeredCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/IsVpcPeeredCommandOutput/)
1241
-
1242
1110
  </details>
1243
1111
  <details>
1244
1112
  <summary>
@@ -1246,7 +1114,6 @@ OpenInstancePublicPorts
1246
1114
  </summary>
1247
1115
 
1248
1116
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/OpenInstancePublicPortsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/OpenInstancePublicPortsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/OpenInstancePublicPortsCommandOutput/)
1249
-
1250
1117
  </details>
1251
1118
  <details>
1252
1119
  <summary>
@@ -1254,7 +1121,6 @@ PeerVpc
1254
1121
  </summary>
1255
1122
 
1256
1123
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/PeerVpcCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PeerVpcCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PeerVpcCommandOutput/)
1257
-
1258
1124
  </details>
1259
1125
  <details>
1260
1126
  <summary>
@@ -1262,7 +1128,6 @@ PutAlarm
1262
1128
  </summary>
1263
1129
 
1264
1130
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/PutAlarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PutAlarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PutAlarmCommandOutput/)
1265
-
1266
1131
  </details>
1267
1132
  <details>
1268
1133
  <summary>
@@ -1270,7 +1135,6 @@ PutInstancePublicPorts
1270
1135
  </summary>
1271
1136
 
1272
1137
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/PutInstancePublicPortsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PutInstancePublicPortsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/PutInstancePublicPortsCommandOutput/)
1273
-
1274
1138
  </details>
1275
1139
  <details>
1276
1140
  <summary>
@@ -1278,7 +1142,6 @@ RebootInstance
1278
1142
  </summary>
1279
1143
 
1280
1144
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/RebootInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RebootInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RebootInstanceCommandOutput/)
1281
-
1282
1145
  </details>
1283
1146
  <details>
1284
1147
  <summary>
@@ -1286,7 +1149,6 @@ RebootRelationalDatabase
1286
1149
  </summary>
1287
1150
 
1288
1151
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/RebootRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RebootRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RebootRelationalDatabaseCommandOutput/)
1289
-
1290
1152
  </details>
1291
1153
  <details>
1292
1154
  <summary>
@@ -1294,7 +1156,6 @@ RegisterContainerImage
1294
1156
  </summary>
1295
1157
 
1296
1158
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/RegisterContainerImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RegisterContainerImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/RegisterContainerImageCommandOutput/)
1297
-
1298
1159
  </details>
1299
1160
  <details>
1300
1161
  <summary>
@@ -1302,7 +1163,6 @@ ReleaseStaticIp
1302
1163
  </summary>
1303
1164
 
1304
1165
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/ReleaseStaticIpCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ReleaseStaticIpCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ReleaseStaticIpCommandOutput/)
1305
-
1306
1166
  </details>
1307
1167
  <details>
1308
1168
  <summary>
@@ -1310,7 +1170,6 @@ ResetDistributionCache
1310
1170
  </summary>
1311
1171
 
1312
1172
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/ResetDistributionCacheCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ResetDistributionCacheCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/ResetDistributionCacheCommandOutput/)
1313
-
1314
1173
  </details>
1315
1174
  <details>
1316
1175
  <summary>
@@ -1318,7 +1177,6 @@ SendContactMethodVerification
1318
1177
  </summary>
1319
1178
 
1320
1179
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/SendContactMethodVerificationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SendContactMethodVerificationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SendContactMethodVerificationCommandOutput/)
1321
-
1322
1180
  </details>
1323
1181
  <details>
1324
1182
  <summary>
@@ -1326,7 +1184,6 @@ SetIpAddressType
1326
1184
  </summary>
1327
1185
 
1328
1186
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/SetIpAddressTypeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetIpAddressTypeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetIpAddressTypeCommandOutput/)
1329
-
1330
1187
  </details>
1331
1188
  <details>
1332
1189
  <summary>
@@ -1334,7 +1191,6 @@ SetResourceAccessForBucket
1334
1191
  </summary>
1335
1192
 
1336
1193
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/SetResourceAccessForBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetResourceAccessForBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetResourceAccessForBucketCommandOutput/)
1337
-
1338
1194
  </details>
1339
1195
  <details>
1340
1196
  <summary>
@@ -1342,7 +1198,6 @@ SetupInstanceHttps
1342
1198
  </summary>
1343
1199
 
1344
1200
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/SetupInstanceHttpsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetupInstanceHttpsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/SetupInstanceHttpsCommandOutput/)
1345
-
1346
1201
  </details>
1347
1202
  <details>
1348
1203
  <summary>
@@ -1350,7 +1205,6 @@ StartGUISession
1350
1205
  </summary>
1351
1206
 
1352
1207
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StartGUISessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartGUISessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartGUISessionCommandOutput/)
1353
-
1354
1208
  </details>
1355
1209
  <details>
1356
1210
  <summary>
@@ -1358,7 +1212,6 @@ StartInstance
1358
1212
  </summary>
1359
1213
 
1360
1214
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StartInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartInstanceCommandOutput/)
1361
-
1362
1215
  </details>
1363
1216
  <details>
1364
1217
  <summary>
@@ -1366,7 +1219,6 @@ StartRelationalDatabase
1366
1219
  </summary>
1367
1220
 
1368
1221
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StartRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StartRelationalDatabaseCommandOutput/)
1369
-
1370
1222
  </details>
1371
1223
  <details>
1372
1224
  <summary>
@@ -1374,7 +1226,6 @@ StopGUISession
1374
1226
  </summary>
1375
1227
 
1376
1228
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StopGUISessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopGUISessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopGUISessionCommandOutput/)
1377
-
1378
1229
  </details>
1379
1230
  <details>
1380
1231
  <summary>
@@ -1382,7 +1233,6 @@ StopInstance
1382
1233
  </summary>
1383
1234
 
1384
1235
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StopInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopInstanceCommandOutput/)
1385
-
1386
1236
  </details>
1387
1237
  <details>
1388
1238
  <summary>
@@ -1390,7 +1240,6 @@ StopRelationalDatabase
1390
1240
  </summary>
1391
1241
 
1392
1242
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/StopRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/StopRelationalDatabaseCommandOutput/)
1393
-
1394
1243
  </details>
1395
1244
  <details>
1396
1245
  <summary>
@@ -1398,7 +1247,6 @@ TagResource
1398
1247
  </summary>
1399
1248
 
1400
1249
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/TagResourceCommandOutput/)
1401
-
1402
1250
  </details>
1403
1251
  <details>
1404
1252
  <summary>
@@ -1406,7 +1254,6 @@ TestAlarm
1406
1254
  </summary>
1407
1255
 
1408
1256
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/TestAlarmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/TestAlarmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/TestAlarmCommandOutput/)
1409
-
1410
1257
  </details>
1411
1258
  <details>
1412
1259
  <summary>
@@ -1414,7 +1261,6 @@ UnpeerVpc
1414
1261
  </summary>
1415
1262
 
1416
1263
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UnpeerVpcCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UnpeerVpcCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UnpeerVpcCommandOutput/)
1417
-
1418
1264
  </details>
1419
1265
  <details>
1420
1266
  <summary>
@@ -1422,7 +1268,6 @@ UntagResource
1422
1268
  </summary>
1423
1269
 
1424
1270
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UntagResourceCommandOutput/)
1425
-
1426
1271
  </details>
1427
1272
  <details>
1428
1273
  <summary>
@@ -1430,7 +1275,6 @@ UpdateBucket
1430
1275
  </summary>
1431
1276
 
1432
1277
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateBucketCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateBucketCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateBucketCommandOutput/)
1433
-
1434
1278
  </details>
1435
1279
  <details>
1436
1280
  <summary>
@@ -1438,7 +1282,6 @@ UpdateBucketBundle
1438
1282
  </summary>
1439
1283
 
1440
1284
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateBucketBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateBucketBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateBucketBundleCommandOutput/)
1441
-
1442
1285
  </details>
1443
1286
  <details>
1444
1287
  <summary>
@@ -1446,7 +1289,6 @@ UpdateContainerService
1446
1289
  </summary>
1447
1290
 
1448
1291
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateContainerServiceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateContainerServiceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateContainerServiceCommandOutput/)
1449
-
1450
1292
  </details>
1451
1293
  <details>
1452
1294
  <summary>
@@ -1454,7 +1296,6 @@ UpdateDistribution
1454
1296
  </summary>
1455
1297
 
1456
1298
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateDistributionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDistributionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDistributionCommandOutput/)
1457
-
1458
1299
  </details>
1459
1300
  <details>
1460
1301
  <summary>
@@ -1462,7 +1303,6 @@ UpdateDistributionBundle
1462
1303
  </summary>
1463
1304
 
1464
1305
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateDistributionBundleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDistributionBundleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDistributionBundleCommandOutput/)
1465
-
1466
1306
  </details>
1467
1307
  <details>
1468
1308
  <summary>
@@ -1470,7 +1310,6 @@ UpdateDomainEntry
1470
1310
  </summary>
1471
1311
 
1472
1312
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateDomainEntryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDomainEntryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateDomainEntryCommandOutput/)
1473
-
1474
1313
  </details>
1475
1314
  <details>
1476
1315
  <summary>
@@ -1478,7 +1317,6 @@ UpdateInstanceMetadataOptions
1478
1317
  </summary>
1479
1318
 
1480
1319
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateInstanceMetadataOptionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateInstanceMetadataOptionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateInstanceMetadataOptionsCommandOutput/)
1481
-
1482
1320
  </details>
1483
1321
  <details>
1484
1322
  <summary>
@@ -1486,7 +1324,6 @@ UpdateLoadBalancerAttribute
1486
1324
  </summary>
1487
1325
 
1488
1326
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateLoadBalancerAttributeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateLoadBalancerAttributeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateLoadBalancerAttributeCommandOutput/)
1489
-
1490
1327
  </details>
1491
1328
  <details>
1492
1329
  <summary>
@@ -1494,7 +1331,6 @@ UpdateRelationalDatabase
1494
1331
  </summary>
1495
1332
 
1496
1333
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateRelationalDatabaseCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateRelationalDatabaseCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateRelationalDatabaseCommandOutput/)
1497
-
1498
1334
  </details>
1499
1335
  <details>
1500
1336
  <summary>
@@ -1502,5 +1338,4 @@ UpdateRelationalDatabaseParameters
1502
1338
  </summary>
1503
1339
 
1504
1340
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/lightsail/command/UpdateRelationalDatabaseParametersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateRelationalDatabaseParametersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-lightsail/Interface/UpdateRelationalDatabaseParametersCommandOutput/)
1505
-
1506
1341
  </details>