Skip to content

Commit 32d73d7

Browse files
author
awstools
committed
feat(client-lightsail): This release adds support for the Asia Pacific (Jakarta) (ap-southeast-3) Region.
1 parent dbff0ec commit 32d73d7

File tree

166 files changed

+1294
-148
lines changed

Some content is hidden

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

166 files changed

+1294
-148
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://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>
17+
concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-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://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>
3367+
* concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-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://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>
993+
* concepts and tasks, see the <a href="https://docs.aws.amazon.com/lightsail/latest/userguide/lightsail-how-to-set-up-and-configure-aws-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/AllocateStaticIpCommand.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, _
4949
* // createdAt: new Date("TIMESTAMP"),
5050
* // location: { // ResourceLocation
5151
* // availabilityZone: "STRING_VALUE",
52-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
52+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
5353
* // },
5454
* // isTerminal: true || false,
5555
* // operationDetails: "STRING_VALUE",
@@ -94,6 +94,10 @@ export interface AllocateStaticIpCommandOutput extends AllocateStaticIpResult, _
9494
* @throws {@link OperationFailureException} (client fault)
9595
* <p>Lightsail throws this exception when an operation fails to execute.</p>
9696
*
97+
* @throws {@link RegionSetupInProgressException} (client fault)
98+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
99+
* Region that is currently being set up.</p>
100+
*
97101
* @throws {@link ServiceException} (server fault)
98102
* <p>A general service exception.</p>
99103
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export interface AttachCertificateToDistributionCommandOutput
6666
* // createdAt: new Date("TIMESTAMP"),
6767
* // location: { // ResourceLocation
6868
* // availabilityZone: "STRING_VALUE",
69-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
69+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
7070
* // },
7171
* // isTerminal: true || false,
7272
* // operationDetails: "STRING_VALUE",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea
5656
* // createdAt: new Date("TIMESTAMP"),
5757
* // location: { // ResourceLocation
5858
* // availabilityZone: "STRING_VALUE",
59-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
59+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
6060
* // },
6161
* // isTerminal: true || false,
6262
* // operationDetails: "STRING_VALUE",
@@ -101,6 +101,10 @@ export interface AttachDiskCommandOutput extends AttachDiskResult, __MetadataBea
101101
* @throws {@link OperationFailureException} (client fault)
102102
* <p>Lightsail throws this exception when an operation fails to execute.</p>
103103
*
104+
* @throws {@link RegionSetupInProgressException} (client fault)
105+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
106+
* Region that is currently being set up.</p>
107+
*
104108
* @throws {@link ServiceException} (server fault)
105109
* <p>A general service exception.</p>
106110
*

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface AttachInstancesToLoadBalancerCommandOutput
6262
* // createdAt: new Date("TIMESTAMP"),
6363
* // location: { // ResourceLocation
6464
* // availabilityZone: "STRING_VALUE",
65-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
65+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
6666
* // },
6767
* // isTerminal: true || false,
6868
* // operationDetails: "STRING_VALUE",
@@ -107,6 +107,10 @@ export interface AttachInstancesToLoadBalancerCommandOutput
107107
* @throws {@link OperationFailureException} (client fault)
108108
* <p>Lightsail throws this exception when an operation fails to execute.</p>
109109
*
110+
* @throws {@link RegionSetupInProgressException} (client fault)
111+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
112+
* Region that is currently being set up.</p>
113+
*
110114
* @throws {@link ServiceException} (server fault)
111115
* <p>A general service exception.</p>
112116
*

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput
6363
* // createdAt: new Date("TIMESTAMP"),
6464
* // location: { // ResourceLocation
6565
* // availabilityZone: "STRING_VALUE",
66-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
66+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
6767
* // },
6868
* // isTerminal: true || false,
6969
* // operationDetails: "STRING_VALUE",
@@ -108,6 +108,10 @@ export interface AttachLoadBalancerTlsCertificateCommandOutput
108108
* @throws {@link OperationFailureException} (client fault)
109109
* <p>Lightsail throws this exception when an operation fails to execute.</p>
110110
*
111+
* @throws {@link RegionSetupInProgressException} (client fault)
112+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
113+
* Region that is currently being set up.</p>
114+
*
111115
* @throws {@link ServiceException} (server fault)
112116
* <p>A general service exception.</p>
113117
*

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __Met
5050
* // createdAt: new Date("TIMESTAMP"),
5151
* // location: { // ResourceLocation
5252
* // availabilityZone: "STRING_VALUE",
53-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
53+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
5454
* // },
5555
* // isTerminal: true || false,
5656
* // operationDetails: "STRING_VALUE",
@@ -95,6 +95,10 @@ export interface AttachStaticIpCommandOutput extends AttachStaticIpResult, __Met
9595
* @throws {@link OperationFailureException} (client fault)
9696
* <p>Lightsail throws this exception when an operation fails to execute.</p>
9797
*
98+
* @throws {@link RegionSetupInProgressException} (client fault)
99+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
100+
* Region that is currently being set up.</p>
101+
*
98102
* @throws {@link ServiceException} (server fault)
99103
* <p>A general service exception.</p>
100104
*

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl
6565
* // createdAt: new Date("TIMESTAMP"),
6666
* // location: { // ResourceLocation
6767
* // availabilityZone: "STRING_VALUE",
68-
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1",
68+
* // regionName: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "eu-central-1" || "ca-central-1" || "ap-south-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "ap-northeast-2" || "eu-north-1" || "ap-southeast-3",
6969
* // },
7070
* // isTerminal: true || false,
7171
* // operationDetails: "STRING_VALUE",
@@ -109,6 +109,10 @@ export interface CloseInstancePublicPortsCommandOutput extends CloseInstancePubl
109109
* @throws {@link OperationFailureException} (client fault)
110110
* <p>Lightsail throws this exception when an operation fails to execute.</p>
111111
*
112+
* @throws {@link RegionSetupInProgressException} (client fault)
113+
* <p>Lightsail throws this exception when an operation is performed on resources in an opt-in
114+
* Region that is currently being set up.</p>
115+
*
112116
* @throws {@link ServiceException} (server fault)
113117
* <p>A general service exception.</p>
114118
*

0 commit comments

Comments
 (0)