Skip to content

Commit c390ad5

Browse files
author
awstools
committed
docs(client-lightsail): Documentation updates for Amazon Lightsail.
1 parent a798115 commit c390ad5

File tree

80 files changed

+276
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+276
-271
lines changed

clients/client-lightsail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ registered domains, and resource snapshots (backups) - for a low, predictable mo
1414
price.</p>
1515
<p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
1616
Command Line Interface (CLI), or SDKs. For more information about Lightsail
17-
concepts and tasks, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
17+
concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
1818
<p>This API Reference provides detailed information about the actions, data types,
1919
parameters, and errors of the Lightsail service. For more information about the supported
2020
Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see

clients/client-lightsail/src/Lightsail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3364,7 +3364,7 @@ export interface Lightsail {
33643364
* price.</p>
33653365
* <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
33663366
* Command Line Interface (CLI), or SDKs. For more information about Lightsail
3367-
* concepts and tasks, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
3367+
* concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
33683368
* <p>This API Reference provides detailed information about the actions, data types,
33693369
* parameters, and errors of the Lightsail service. For more information about the supported
33703370
* Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see

clients/client-lightsail/src/LightsailClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ export interface LightsailClientResolvedConfig extends LightsailClientResolvedCo
990990
* price.</p>
991991
* <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
992992
* Command Line Interface (CLI), or SDKs. For more information about Lightsail
993-
* concepts and tasks, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
993+
* concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli">Amazon Lightsail Developer Guide</a>.</p>
994994
* <p>This API Reference provides detailed information about the actions, data types,
995995
* parameters, and errors of the Lightsail service. For more information about the supported
996996
* Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see

clients/client-lightsail/src/commands/AttachDiskCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea
3232
* to the instance with the specified disk name.</p>
3333
* <p>The <code>attach disk</code> operation supports tag-based access control via resource tags
3434
* applied to the resource identified by <code>disk name</code>. For more information, see the
35-
* <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
35+
* <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.
3838
* ```javascript

clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface AttachInstancesToLoadBalancerCommandOutput
3838
* status is available.</p>
3939
* <p>The <code>attach instances to load balancer</code> operation supports tag-based access
4040
* control via resource tags applied to the resource identified by <code>load balancer
41-
* name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Lightsail Developer Guide</a>.</p>
41+
* name</code>. For more information, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-controlling-access-using-tags">Lightsail Developer Guide</a>.</p>
4242
* @example
4343
* Use a bare-bones client and the command you need to make an API call.
4444
* ```javascript

clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput
4141
* it will replace the existing one and become the attached certificate.</p>
4242
* <p>The <code>AttachLoadBalancerTlsCertificate</code> operation supports tag-based access
4343
* control via resource tags applied to the resource identified by <code>load balancer
44-
* name</code>. For more information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
44+
* name</code>. For more information, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
4545
* @example
4646
* Use a bare-bones client and the command you need to make an API call.
4747
* ```javascript

clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl
3131
* <p>Closes ports for a specific Amazon Lightsail instance.</p>
3232
* <p>The <code>CloseInstancePublicPorts</code> action supports tag-based access control via
3333
* resource tags applied to the resource identified by <code>instanceName</code>. For more
34-
* information, see the <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
34+
* information, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-controlling-access-using-tags">Amazon Lightsail Developer Guide</a>.</p>
3535
* @example
3636
* Use a bare-bones client and the command you need to make an API call.
3737
* ```javascript

clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export interface CreateBucketAccessKeyCommandOutput extends CreateBucketAccessKe
3636
* an access key ID and corresponding secret access key.</p>
3737
* <p>Access keys grant full programmatic access to the specified bucket and its objects. You
3838
* can have a maximum of two access keys per bucket. Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetBucketAccessKeys.html">GetBucketAccessKeys</a> action to get a list of current access keys for a specific bucket. For more
39-
* information about access keys, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-creating-bucket-access-keys">Creating access keys for a bucket in Amazon Lightsail</a> in the
39+
* information about access keys, see <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-creating-bucket-access-keys">Creating access keys for a bucket in Amazon Lightsail</a> in the
4040
* <i>Amazon Lightsail Developer Guide</i>.</p>
4141
* <important>
4242
* <p>The <code>secretAccessKey</code> value is returned only in response to the

clients/client-lightsail/src/commands/CreateBucketCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export interface CreateBucketCommandOutput extends CreateBucketResult, __Metadat
3131
* <p>Creates an Amazon Lightsail bucket.</p>
3232
* <p>A bucket is a cloud storage resource available in the Lightsail object storage service.
3333
* Use buckets to store objects such as data and its descriptive metadata. For more information
34-
* about buckets, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
34+
* about buckets, see <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/buckets-in-amazon-lightsail">Buckets in Amazon Lightsail</a> in the <i>Amazon Lightsail Developer
3535
* Guide</i>.</p>
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.

clients/client-lightsail/src/commands/CreateContactMethodCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface CreateContactMethodCommandOutput extends CreateContactMethodRes
3232
* <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
3333
* You can add one email address and one mobile phone number contact method in each Amazon Web Services Region. However, SMS text messaging is not supported in some Amazon Web Services
3434
* Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
35-
* see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
35+
* see <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
3636
* @example
3737
* Use a bare-bones client and the command you need to make an API call.
3838
* ```javascript

0 commit comments

Comments
 (0)