@aws-sdk/client-lightsail 3.74.0 → 3.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/README.md +9 -8
  3. package/dist-cjs/Lightsail.js +15 -0
  4. package/dist-cjs/commands/GetLoadBalancerTlsPoliciesCommand.js +36 -0
  5. package/dist-cjs/commands/index.js +1 -0
  6. package/dist-cjs/models/models_1.js +23 -3
  7. package/dist-cjs/protocols/Aws_json1_1.js +103 -5
  8. package/dist-es/Lightsail.js +15 -0
  9. package/dist-es/commands/GetLoadBalancerTlsPoliciesCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/models/models_1.js +14 -0
  12. package/dist-es/protocols/Aws_json1_1.js +116 -2
  13. package/dist-types/Lightsail.d.ts +48 -35
  14. package/dist-types/LightsailClient.d.ts +12 -10
  15. package/dist-types/commands/AttachCertificateToDistributionCommand.d.ts +5 -4
  16. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -2
  17. package/dist-types/commands/CreateCertificateCommand.d.ts +5 -4
  18. package/dist-types/commands/CreateContactMethodCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteBucketCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteContactMethodCommand.d.ts +3 -3
  21. package/dist-types/commands/ExportSnapshotCommand.d.ts +2 -2
  22. package/dist-types/commands/GetContactMethodsCommand.d.ts +3 -3
  23. package/dist-types/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +39 -0
  24. package/dist-types/commands/SendContactMethodVerificationCommand.d.ts +3 -3
  25. package/dist-types/commands/SetResourceAccessForBucketCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateBucketCommand.d.ts +1 -1
  27. package/dist-types/commands/index.d.ts +1 -0
  28. package/dist-types/models/models_0.d.ts +49 -37
  29. package/dist-types/models/models_1.d.ts +180 -12
  30. package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
  31. package/dist-types/ts3.4/Lightsail.d.ts +5 -0
  32. package/dist-types/ts3.4/LightsailClient.d.ts +3 -2
  33. package/dist-types/ts3.4/commands/GetLoadBalancerTlsPoliciesCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  35. package/dist-types/ts3.4/models/models_1.d.ts +42 -1
  36. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
  37. package/package.json +25 -25
@@ -1147,6 +1147,17 @@ export var serializeAws_json1_1GetLoadBalancerTlsCertificatesCommand = function
1147
1147
  return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
1148
1148
  });
1149
1149
  }); };
1150
+ export var serializeAws_json1_1GetLoadBalancerTlsPoliciesCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
1151
+ var headers, body;
1152
+ return __generator(this, function (_a) {
1153
+ headers = {
1154
+ "content-type": "application/x-amz-json-1.1",
1155
+ "x-amz-target": "Lightsail_20161128.GetLoadBalancerTlsPolicies",
1156
+ };
1157
+ body = JSON.stringify(serializeAws_json1_1GetLoadBalancerTlsPoliciesRequest(input, context));
1158
+ return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
1159
+ });
1160
+ }); };
1150
1161
  export var serializeAws_json1_1GetOperationCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
1151
1162
  var headers, body;
1152
1163
  return __generator(this, function (_a) {
@@ -9114,6 +9125,72 @@ var deserializeAws_json1_1GetLoadBalancerTlsCertificatesCommandError = function
9114
9125
  }
9115
9126
  });
9116
9127
  }); };
9128
+ export var deserializeAws_json1_1GetLoadBalancerTlsPoliciesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
9129
+ var data, contents, response;
9130
+ return __generator(this, function (_a) {
9131
+ switch (_a.label) {
9132
+ case 0:
9133
+ if (output.statusCode >= 300) {
9134
+ return [2, deserializeAws_json1_1GetLoadBalancerTlsPoliciesCommandError(output, context)];
9135
+ }
9136
+ return [4, parseBody(output.body, context)];
9137
+ case 1:
9138
+ data = _a.sent();
9139
+ contents = {};
9140
+ contents = deserializeAws_json1_1GetLoadBalancerTlsPoliciesResult(data, context);
9141
+ response = __assign({ $metadata: deserializeMetadata(output) }, contents);
9142
+ return [2, Promise.resolve(response)];
9143
+ }
9144
+ });
9145
+ }); };
9146
+ var deserializeAws_json1_1GetLoadBalancerTlsPoliciesCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
9147
+ var parsedOutput, _a, response, errorCode, _b, parsedBody;
9148
+ var _c;
9149
+ return __generator(this, function (_d) {
9150
+ switch (_d.label) {
9151
+ case 0:
9152
+ _a = [__assign({}, output)];
9153
+ _c = {};
9154
+ return [4, parseBody(output.body, context)];
9155
+ case 1:
9156
+ parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
9157
+ errorCode = "UnknownError";
9158
+ errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
9159
+ _b = errorCode;
9160
+ switch (_b) {
9161
+ case "AccessDeniedException": return [3, 2];
9162
+ case "com.amazonaws.lightsail#AccessDeniedException": return [3, 2];
9163
+ case "AccountSetupInProgressException": return [3, 4];
9164
+ case "com.amazonaws.lightsail#AccountSetupInProgressException": return [3, 4];
9165
+ case "InvalidInputException": return [3, 6];
9166
+ case "com.amazonaws.lightsail#InvalidInputException": return [3, 6];
9167
+ case "ServiceException": return [3, 8];
9168
+ case "com.amazonaws.lightsail#ServiceException": return [3, 8];
9169
+ case "UnauthenticatedException": return [3, 10];
9170
+ case "com.amazonaws.lightsail#UnauthenticatedException": return [3, 10];
9171
+ }
9172
+ return [3, 12];
9173
+ case 2: return [4, deserializeAws_json1_1AccessDeniedExceptionResponse(parsedOutput, context)];
9174
+ case 3: throw _d.sent();
9175
+ case 4: return [4, deserializeAws_json1_1AccountSetupInProgressExceptionResponse(parsedOutput, context)];
9176
+ case 5: throw _d.sent();
9177
+ case 6: return [4, deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)];
9178
+ case 7: throw _d.sent();
9179
+ case 8: return [4, deserializeAws_json1_1ServiceExceptionResponse(parsedOutput, context)];
9180
+ case 9: throw _d.sent();
9181
+ case 10: return [4, deserializeAws_json1_1UnauthenticatedExceptionResponse(parsedOutput, context)];
9182
+ case 11: throw _d.sent();
9183
+ case 12:
9184
+ parsedBody = parsedOutput.body;
9185
+ response = new __BaseException({
9186
+ name: parsedBody.code || parsedBody.Code || errorCode,
9187
+ $fault: "client",
9188
+ $metadata: deserializeMetadata(output),
9189
+ });
9190
+ throw __decorateServiceException(response, parsedBody);
9191
+ }
9192
+ });
9193
+ }); };
9117
9194
  export var deserializeAws_json1_1GetOperationCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
9118
9195
  var data, contents, response;
9119
9196
  return __generator(this, function (_a) {
@@ -13031,14 +13108,14 @@ var serializeAws_json1_1CreateKeyPairRequest = function (input, context) {
13031
13108
  return __assign(__assign({}, (input.keyPairName !== undefined && input.keyPairName !== null && { keyPairName: input.keyPairName })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) }));
13032
13109
  };
13033
13110
  var serializeAws_json1_1CreateLoadBalancerRequest = function (input, context) {
13034
- return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.certificateAlternativeNames !== undefined &&
13111
+ return __assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign(__assign({}, (input.certificateAlternativeNames !== undefined &&
13035
13112
  input.certificateAlternativeNames !== null && {
13036
13113
  certificateAlternativeNames: serializeAws_json1_1DomainNameList(input.certificateAlternativeNames, context),
13037
13114
  })), (input.certificateDomainName !== undefined &&
13038
13115
  input.certificateDomainName !== null && { certificateDomainName: input.certificateDomainName })), (input.certificateName !== undefined &&
13039
13116
  input.certificateName !== null && { certificateName: input.certificateName })), (input.healthCheckPath !== undefined &&
13040
13117
  input.healthCheckPath !== null && { healthCheckPath: input.healthCheckPath })), (input.instancePort !== undefined && input.instancePort !== null && { instancePort: input.instancePort })), (input.ipAddressType !== undefined && input.ipAddressType !== null && { ipAddressType: input.ipAddressType })), (input.loadBalancerName !== undefined &&
13041
- input.loadBalancerName !== null && { loadBalancerName: input.loadBalancerName })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) }));
13118
+ input.loadBalancerName !== null && { loadBalancerName: input.loadBalancerName })), (input.tags !== undefined && input.tags !== null && { tags: serializeAws_json1_1TagList(input.tags, context) })), (input.tlsPolicyName !== undefined && input.tlsPolicyName !== null && { tlsPolicyName: input.tlsPolicyName }));
13042
13119
  };
13043
13120
  var serializeAws_json1_1CreateLoadBalancerTlsCertificateRequest = function (input, context) {
13044
13121
  return __assign(__assign(__assign(__assign(__assign({}, (input.certificateAlternativeNames !== undefined &&
@@ -13422,6 +13499,9 @@ var serializeAws_json1_1GetLoadBalancerTlsCertificatesRequest = function (input,
13422
13499
  return __assign({}, (input.loadBalancerName !== undefined &&
13423
13500
  input.loadBalancerName !== null && { loadBalancerName: input.loadBalancerName }));
13424
13501
  };
13502
+ var serializeAws_json1_1GetLoadBalancerTlsPoliciesRequest = function (input, context) {
13503
+ return __assign({}, (input.pageToken !== undefined && input.pageToken !== null && { pageToken: input.pageToken }));
13504
+ };
13425
13505
  var serializeAws_json1_1GetOperationRequest = function (input, context) {
13426
13506
  return __assign({}, (input.operationId !== undefined && input.operationId !== null && { operationId: input.operationId }));
13427
13507
  };
@@ -15631,6 +15711,14 @@ var deserializeAws_json1_1GetLoadBalancerTlsCertificatesResult = function (outpu
15631
15711
  : undefined,
15632
15712
  };
15633
15713
  };
15714
+ var deserializeAws_json1_1GetLoadBalancerTlsPoliciesResult = function (output, context) {
15715
+ return {
15716
+ nextPageToken: __expectString(output.nextPageToken),
15717
+ tlsPolicies: output.tlsPolicies !== undefined && output.tlsPolicies !== null
15718
+ ? deserializeAws_json1_1LoadBalancerTlsPolicyList(output.tlsPolicies, context)
15719
+ : undefined,
15720
+ };
15721
+ };
15634
15722
  var deserializeAws_json1_1GetOperationResult = function (output, context) {
15635
15723
  return {
15636
15724
  operation: output.operation !== undefined && output.operation !== null
@@ -16162,6 +16250,7 @@ var deserializeAws_json1_1LoadBalancer = function (output, context) {
16162
16250
  : undefined,
16163
16251
  dnsName: __expectString(output.dnsName),
16164
16252
  healthCheckPath: __expectString(output.healthCheckPath),
16253
+ httpsRedirectionEnabled: __expectBoolean(output.httpsRedirectionEnabled),
16165
16254
  instanceHealthSummary: output.instanceHealthSummary !== undefined && output.instanceHealthSummary !== null
16166
16255
  ? deserializeAws_json1_1InstanceHealthSummaryList(output.instanceHealthSummary, context)
16167
16256
  : undefined,
@@ -16184,6 +16273,7 @@ var deserializeAws_json1_1LoadBalancer = function (output, context) {
16184
16273
  tlsCertificateSummaries: output.tlsCertificateSummaries !== undefined && output.tlsCertificateSummaries !== null
16185
16274
  ? deserializeAws_json1_1LoadBalancerTlsCertificateSummaryList(output.tlsCertificateSummaries, context)
16186
16275
  : undefined,
16276
+ tlsPolicyName: __expectString(output.tlsPolicyName),
16187
16277
  };
16188
16278
  };
16189
16279
  var deserializeAws_json1_1LoadBalancerConfigurationOptions = function (output, context) {
@@ -16329,6 +16419,30 @@ var deserializeAws_json1_1LoadBalancerTlsCertificateSummaryList = function (outp
16329
16419
  });
16330
16420
  return retVal;
16331
16421
  };
16422
+ var deserializeAws_json1_1LoadBalancerTlsPolicy = function (output, context) {
16423
+ return {
16424
+ ciphers: output.ciphers !== undefined && output.ciphers !== null
16425
+ ? deserializeAws_json1_1StringList(output.ciphers, context)
16426
+ : undefined,
16427
+ description: __expectString(output.description),
16428
+ isDefault: __expectBoolean(output.isDefault),
16429
+ name: __expectString(output.name),
16430
+ protocols: output.protocols !== undefined && output.protocols !== null
16431
+ ? deserializeAws_json1_1StringList(output.protocols, context)
16432
+ : undefined,
16433
+ };
16434
+ };
16435
+ var deserializeAws_json1_1LoadBalancerTlsPolicyList = function (output, context) {
16436
+ var retVal = (output || [])
16437
+ .filter(function (e) { return e != null; })
16438
+ .map(function (entry) {
16439
+ if (entry === null) {
16440
+ return null;
16441
+ }
16442
+ return deserializeAws_json1_1LoadBalancerTlsPolicy(entry, context);
16443
+ });
16444
+ return retVal;
16445
+ };
16332
16446
  var deserializeAws_json1_1LogEvent = function (output, context) {
16333
16447
  return {
16334
16448
  createdAt: output.createdAt !== undefined && output.createdAt !== null
@@ -103,6 +103,7 @@ import { GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput } from "./com
103
103
  import { GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
104
104
  import { GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
105
105
  import { GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
106
+ import { GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
106
107
  import { GetOperationCommandInput, GetOperationCommandOutput } from "./commands/GetOperationCommand";
107
108
  import { GetOperationsCommandInput, GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
108
109
  import { GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
@@ -154,12 +155,12 @@ import { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOu
154
155
  import { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
155
156
  import { LightsailClient } from "./LightsailClient";
156
157
  /**
157
- * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers
158
- * who need to build websites or web applications. It includes everything you need to launch your
159
- * project quickly - instances (virtual private servers), container services, storage buckets,
160
- * managed databases, SSD-based block storage, static IP addresses, load balancers, content
161
- * delivery network (CDN) distributions, DNS management of registered domains, and resource
162
- * snapshots (backups) - for a low, predictable monthly price.</p>
158
+ * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes
159
+ * everything you need to launch your project quickly - instances (virtual private servers),
160
+ * container services, storage buckets, managed databases, SSD-based block storage, static IP
161
+ * addresses, load balancers, content delivery network (CDN) distributions, DNS management of
162
+ * registered domains, and resource snapshots (backups) - for a low, predictable monthly
163
+ * price.</p>
163
164
  *
164
165
  * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
165
166
  * AWS Command Line Interface (AWS CLI), or SDKs. For more information about Lightsail concepts
@@ -167,8 +168,9 @@ import { LightsailClient } from "./LightsailClient";
167
168
  *
168
169
  * <p>This API Reference provides detailed information about the actions, data types,
169
170
  * parameters, and errors of the Lightsail service. For more information about the supported
170
- * AWS Regions, endpoints, and service quotas of the Lightsail service, see <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints and
171
- * Quotas</a> in the <i>AWS General Reference</i>.</p>
171
+ * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
172
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints
173
+ * and Quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
172
174
  */
173
175
  export declare class Lightsail extends LightsailClient {
174
176
  /**
@@ -185,10 +187,11 @@ export declare class Lightsail extends LightsailClient {
185
187
  * <p>Use the <code>CreateCertificate</code> action to create a certificate that you can attach
186
188
  * to your distribution.</p>
187
189
  * <important>
188
- * <p>Only certificates created in the <code>us-east-1</code> AWS Region can be attached to
189
- * Lightsail distributions. Lightsail distributions are global resources that can reference
190
- * an origin in any AWS Region, and distribute its content globally. However, all
191
- * distributions are located in the <code>us-east-1</code> Region.</p>
190
+ * <p>Only certificates created in the <code>us-east-1</code>
191
+ * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
192
+ * distributions are global resources that can reference an origin in any Amazon Web Services
193
+ * Region, and distribute its content globally. However, all distributions are located in the
194
+ * <code>us-east-1</code> Region.</p>
192
195
  * </important>
193
196
  */
194
197
  attachCertificateToDistribution(args: AttachCertificateToDistributionCommandInput, options?: __HttpHandlerOptions): Promise<AttachCertificateToDistributionCommandOutput>;
@@ -247,8 +250,7 @@ export declare class Lightsail extends LightsailClient {
247
250
  /**
248
251
  * <p>Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an
249
252
  * automatic snapshot of an instance or disk as a manual snapshot. This operation can also be
250
- * used to copy a manual or automatic snapshot of an instance or a disk from one AWS Region to
251
- * another in Amazon Lightsail.</p>
253
+ * used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail.</p>
252
254
  * <p>When copying a <i>manual snapshot</i>, be sure to define the <code>source
253
255
  * region</code>, <code>source snapshot name</code>, and <code>target snapshot name</code>
254
256
  * parameters.</p>
@@ -298,10 +300,11 @@ export declare class Lightsail extends LightsailClient {
298
300
  * <code>UpdateContainerService</code> action to use the certificate and its domains with your
299
301
  * container service.</p>
300
302
  * <important>
301
- * <p>Only certificates created in the <code>us-east-1</code> AWS Region can be attached to
302
- * Lightsail distributions. Lightsail distributions are global resources that can reference
303
- * an origin in any AWS Region, and distribute its content globally. However, all
304
- * distributions are located in the <code>us-east-1</code> Region.</p>
303
+ * <p>Only certificates created in the <code>us-east-1</code>
304
+ * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
305
+ * distributions are global resources that can reference an origin in any Amazon Web Services
306
+ * Region, and distribute its content globally. However, all distributions are located in the
307
+ * <code>us-east-1</code> Region.</p>
305
308
  * </important>
306
309
  */
307
310
  createCertificate(args: CreateCertificateCommandInput, options?: __HttpHandlerOptions): Promise<CreateCertificateCommandOutput>;
@@ -323,9 +326,9 @@ export declare class Lightsail extends LightsailClient {
323
326
  /**
324
327
  * <p>Creates an email or SMS text message contact method.</p>
325
328
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
326
- * You can add one email address and one mobile phone number contact method in each AWS Region.
327
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
328
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
329
+ * 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
330
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
331
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
329
332
  */
330
333
  createContactMethod(args: CreateContactMethodCommandInput, options?: __HttpHandlerOptions): Promise<CreateContactMethodCommandOutput>;
331
334
  createContactMethod(args: CreateContactMethodCommandInput, cb: (err: any, data?: CreateContactMethodCommandOutput) => void): void;
@@ -575,7 +578,7 @@ export declare class Lightsail extends LightsailClient {
575
578
  *
576
579
  * <note>
577
580
  * <p>When you delete your bucket, the bucket name is released and can be reused for a new
578
- * bucket in your account or another AWS account.</p>
581
+ * bucket in your account or another Amazon Web Services account.</p>
579
582
  * </note>
580
583
  */
581
584
  deleteBucket(args: DeleteBucketCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBucketCommandOutput>;
@@ -605,9 +608,9 @@ export declare class Lightsail extends LightsailClient {
605
608
  /**
606
609
  * <p>Deletes a contact method.</p>
607
610
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
608
- * You can add one email address and one mobile phone number contact method in each AWS Region.
609
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
610
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
611
+ * 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
612
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
613
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
611
614
  */
612
615
  deleteContactMethod(args: DeleteContactMethodCommandInput, options?: __HttpHandlerOptions): Promise<DeleteContactMethodCommandOutput>;
613
616
  deleteContactMethod(args: DeleteContactMethodCommandInput, cb: (err: any, data?: DeleteContactMethodCommandOutput) => void): void;
@@ -825,8 +828,8 @@ export declare class Lightsail extends LightsailClient {
825
828
  * cloud formation stack</code> operation to create new Amazon EC2 instances.</p>
826
829
  * <p>Exported instance snapshots appear in Amazon EC2 as Amazon Machine Images (AMIs), and the
827
830
  * instance system disk appears as an Amazon Elastic Block Store (Amazon EBS) volume. Exported disk snapshots appear in
828
- * Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in Amazon EC2 as the
829
- * source Lightsail snapshot.</p>
831
+ * Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in
832
+ * Amazon EC2 as the source Lightsail snapshot.</p>
830
833
  * <p></p>
831
834
  * <p>The <code>export snapshot</code> operation supports tag-based access control via resource
832
835
  * tags applied to the resource identified by <code>source snapshot name</code>. For more
@@ -955,9 +958,9 @@ export declare class Lightsail extends LightsailClient {
955
958
  * <p>Returns information about the configured contact methods. Specify a protocol in your
956
959
  * request to return information about a specific contact method.</p>
957
960
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
958
- * You can add one email address and one mobile phone number contact method in each AWS Region.
959
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
960
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
961
+ * 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
962
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
963
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
961
964
  */
962
965
  getContactMethods(args: GetContactMethodsCommandInput, options?: __HttpHandlerOptions): Promise<GetContactMethodsCommandOutput>;
963
966
  getContactMethods(args: GetContactMethodsCommandInput, cb: (err: any, data?: GetContactMethodsCommandOutput) => void): void;
@@ -1224,6 +1227,16 @@ export declare class Lightsail extends LightsailClient {
1224
1227
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerTlsCertificatesCommandOutput>;
1225
1228
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, cb: (err: any, data?: GetLoadBalancerTlsCertificatesCommandOutput) => void): void;
1226
1229
  getLoadBalancerTlsCertificates(args: GetLoadBalancerTlsCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerTlsCertificatesCommandOutput) => void): void;
1230
+ /**
1231
+ * <p>Returns a list of TLS security policies that you can apply to Lightsail load
1232
+ * balancers.</p>
1233
+ *
1234
+ * <p>For more information about load balancer TLS security policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Load balancer TLS security policies</a> in the <i>Amazon Lightsail Developer
1235
+ * Guide</i>.</p>
1236
+ */
1237
+ getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerTlsPoliciesCommandOutput>;
1238
+ getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, cb: (err: any, data?: GetLoadBalancerTlsPoliciesCommandOutput) => void): void;
1239
+ getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoadBalancerTlsPoliciesCommandOutput) => void): void;
1227
1240
  /**
1228
1241
  * <p>Returns information about a specific operation. Operations include events such as when you
1229
1242
  * create an instance, allocate a static IP, attach a static IP, and so on.</p>
@@ -1463,9 +1476,9 @@ export declare class Lightsail extends LightsailClient {
1463
1476
  * <p>Sends a verification request to an email contact method to ensure it's owned by the
1464
1477
  * requester. SMS contact methods don't need to be verified.</p>
1465
1478
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
1466
- * You can add one email address and one mobile phone number contact method in each AWS Region.
1467
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
1468
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
1479
+ * 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
1480
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
1481
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
1469
1482
  * <p>A verification request is sent to the contact method when you initially create it. Use
1470
1483
  * this action to send another verification request if a previous verification request was
1471
1484
  * deleted, or has expired.</p>
@@ -1492,7 +1505,7 @@ export declare class Lightsail extends LightsailClient {
1492
1505
  * bucket.</p>
1493
1506
  *
1494
1507
  * <p>Lightsail buckets currently support setting access for Lightsail instances in the same
1495
- * AWS Region.</p>
1508
+ * Amazon Web Services Region.</p>
1496
1509
  */
1497
1510
  setResourceAccessForBucket(args: SetResourceAccessForBucketCommandInput, options?: __HttpHandlerOptions): Promise<SetResourceAccessForBucketCommandOutput>;
1498
1511
  setResourceAccessForBucket(args: SetResourceAccessForBucketCommandInput, cb: (err: any, data?: SetResourceAccessForBucketCommandOutput) => void): void;
@@ -1589,7 +1602,7 @@ export declare class Lightsail extends LightsailClient {
1589
1602
  * <p>Updates an existing Amazon Lightsail bucket.</p>
1590
1603
  *
1591
1604
  * <p>Use this action to update the configuration of an existing bucket, such as versioning,
1592
- * public accessibility, and the AWS accounts that can access the bucket.</p>
1605
+ * public accessibility, and the Amazon Web Services accounts that can access the bucket.</p>
1593
1606
  */
1594
1607
  updateBucket(args: UpdateBucketCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBucketCommandOutput>;
1595
1608
  updateBucket(args: UpdateBucketCommandInput, cb: (err: any, data?: UpdateBucketCommandOutput) => void): void;
@@ -110,6 +110,7 @@ import { GetLoadBalancerCommandInput, GetLoadBalancerCommandOutput } from "./com
110
110
  import { GetLoadBalancerMetricDataCommandInput, GetLoadBalancerMetricDataCommandOutput } from "./commands/GetLoadBalancerMetricDataCommand";
111
111
  import { GetLoadBalancersCommandInput, GetLoadBalancersCommandOutput } from "./commands/GetLoadBalancersCommand";
112
112
  import { GetLoadBalancerTlsCertificatesCommandInput, GetLoadBalancerTlsCertificatesCommandOutput } from "./commands/GetLoadBalancerTlsCertificatesCommand";
113
+ import { GetLoadBalancerTlsPoliciesCommandInput, GetLoadBalancerTlsPoliciesCommandOutput } from "./commands/GetLoadBalancerTlsPoliciesCommand";
113
114
  import { GetOperationCommandInput, GetOperationCommandOutput } from "./commands/GetOperationCommand";
114
115
  import { GetOperationsCommandInput, GetOperationsCommandOutput } from "./commands/GetOperationsCommand";
115
116
  import { GetOperationsForResourceCommandInput, GetOperationsForResourceCommandOutput } from "./commands/GetOperationsForResourceCommand";
@@ -159,8 +160,8 @@ import { UpdateDomainEntryCommandInput, UpdateDomainEntryCommandOutput } from ".
159
160
  import { UpdateLoadBalancerAttributeCommandInput, UpdateLoadBalancerAttributeCommandOutput } from "./commands/UpdateLoadBalancerAttributeCommand";
160
161
  import { UpdateRelationalDatabaseCommandInput, UpdateRelationalDatabaseCommandOutput } from "./commands/UpdateRelationalDatabaseCommand";
161
162
  import { UpdateRelationalDatabaseParametersCommandInput, UpdateRelationalDatabaseParametersCommandOutput } from "./commands/UpdateRelationalDatabaseParametersCommand";
162
- export declare type ServiceInputTypes = AllocateStaticIpCommandInput | AttachCertificateToDistributionCommandInput | AttachDiskCommandInput | AttachInstancesToLoadBalancerCommandInput | AttachLoadBalancerTlsCertificateCommandInput | AttachStaticIpCommandInput | CloseInstancePublicPortsCommandInput | CopySnapshotCommandInput | CreateBucketAccessKeyCommandInput | CreateBucketCommandInput | CreateCertificateCommandInput | CreateCloudFormationStackCommandInput | CreateContactMethodCommandInput | CreateContainerServiceCommandInput | CreateContainerServiceDeploymentCommandInput | CreateContainerServiceRegistryLoginCommandInput | CreateDiskCommandInput | CreateDiskFromSnapshotCommandInput | CreateDiskSnapshotCommandInput | CreateDistributionCommandInput | CreateDomainCommandInput | CreateDomainEntryCommandInput | CreateInstanceSnapshotCommandInput | CreateInstancesCommandInput | CreateInstancesFromSnapshotCommandInput | CreateKeyPairCommandInput | CreateLoadBalancerCommandInput | CreateLoadBalancerTlsCertificateCommandInput | CreateRelationalDatabaseCommandInput | CreateRelationalDatabaseFromSnapshotCommandInput | CreateRelationalDatabaseSnapshotCommandInput | DeleteAlarmCommandInput | DeleteAutoSnapshotCommandInput | DeleteBucketAccessKeyCommandInput | DeleteBucketCommandInput | DeleteCertificateCommandInput | DeleteContactMethodCommandInput | DeleteContainerImageCommandInput | DeleteContainerServiceCommandInput | DeleteDiskCommandInput | DeleteDiskSnapshotCommandInput | DeleteDistributionCommandInput | DeleteDomainCommandInput | DeleteDomainEntryCommandInput | DeleteInstanceCommandInput | DeleteInstanceSnapshotCommandInput | DeleteKeyPairCommandInput | DeleteKnownHostKeysCommandInput | DeleteLoadBalancerCommandInput | DeleteLoadBalancerTlsCertificateCommandInput | DeleteRelationalDatabaseCommandInput | DeleteRelationalDatabaseSnapshotCommandInput | DetachCertificateFromDistributionCommandInput | DetachDiskCommandInput | DetachInstancesFromLoadBalancerCommandInput | DetachStaticIpCommandInput | DisableAddOnCommandInput | DownloadDefaultKeyPairCommandInput | EnableAddOnCommandInput | ExportSnapshotCommandInput | GetActiveNamesCommandInput | GetAlarmsCommandInput | GetAutoSnapshotsCommandInput | GetBlueprintsCommandInput | GetBucketAccessKeysCommandInput | GetBucketBundlesCommandInput | GetBucketMetricDataCommandInput | GetBucketsCommandInput | GetBundlesCommandInput | GetCertificatesCommandInput | GetCloudFormationStackRecordsCommandInput | GetContactMethodsCommandInput | GetContainerAPIMetadataCommandInput | GetContainerImagesCommandInput | GetContainerLogCommandInput | GetContainerServiceDeploymentsCommandInput | GetContainerServiceMetricDataCommandInput | GetContainerServicePowersCommandInput | GetContainerServicesCommandInput | GetDiskCommandInput | GetDiskSnapshotCommandInput | GetDiskSnapshotsCommandInput | GetDisksCommandInput | GetDistributionBundlesCommandInput | GetDistributionLatestCacheResetCommandInput | GetDistributionMetricDataCommandInput | GetDistributionsCommandInput | GetDomainCommandInput | GetDomainsCommandInput | GetExportSnapshotRecordsCommandInput | GetInstanceAccessDetailsCommandInput | GetInstanceCommandInput | GetInstanceMetricDataCommandInput | GetInstancePortStatesCommandInput | GetInstanceSnapshotCommandInput | GetInstanceSnapshotsCommandInput | GetInstanceStateCommandInput | GetInstancesCommandInput | GetKeyPairCommandInput | GetKeyPairsCommandInput | GetLoadBalancerCommandInput | GetLoadBalancerMetricDataCommandInput | GetLoadBalancerTlsCertificatesCommandInput | GetLoadBalancersCommandInput | GetOperationCommandInput | GetOperationsCommandInput | GetOperationsForResourceCommandInput | GetRegionsCommandInput | GetRelationalDatabaseBlueprintsCommandInput | GetRelationalDatabaseBundlesCommandInput | GetRelationalDatabaseCommandInput | GetRelationalDatabaseEventsCommandInput | GetRelationalDatabaseLogEventsCommandInput | GetRelationalDatabaseLogStreamsCommandInput | GetRelationalDatabaseMasterUserPasswordCommandInput | GetRelationalDatabaseMetricDataCommandInput | GetRelationalDatabaseParametersCommandInput | GetRelationalDatabaseSnapshotCommandInput | GetRelationalDatabaseSnapshotsCommandInput | GetRelationalDatabasesCommandInput | GetStaticIpCommandInput | GetStaticIpsCommandInput | ImportKeyPairCommandInput | IsVpcPeeredCommandInput | OpenInstancePublicPortsCommandInput | PeerVpcCommandInput | PutAlarmCommandInput | PutInstancePublicPortsCommandInput | RebootInstanceCommandInput | RebootRelationalDatabaseCommandInput | RegisterContainerImageCommandInput | ReleaseStaticIpCommandInput | ResetDistributionCacheCommandInput | SendContactMethodVerificationCommandInput | SetIpAddressTypeCommandInput | SetResourceAccessForBucketCommandInput | StartInstanceCommandInput | StartRelationalDatabaseCommandInput | StopInstanceCommandInput | StopRelationalDatabaseCommandInput | TagResourceCommandInput | TestAlarmCommandInput | UnpeerVpcCommandInput | UntagResourceCommandInput | UpdateBucketBundleCommandInput | UpdateBucketCommandInput | UpdateContainerServiceCommandInput | UpdateDistributionBundleCommandInput | UpdateDistributionCommandInput | UpdateDomainEntryCommandInput | UpdateLoadBalancerAttributeCommandInput | UpdateRelationalDatabaseCommandInput | UpdateRelationalDatabaseParametersCommandInput;
163
- export declare type ServiceOutputTypes = AllocateStaticIpCommandOutput | AttachCertificateToDistributionCommandOutput | AttachDiskCommandOutput | AttachInstancesToLoadBalancerCommandOutput | AttachLoadBalancerTlsCertificateCommandOutput | AttachStaticIpCommandOutput | CloseInstancePublicPortsCommandOutput | CopySnapshotCommandOutput | CreateBucketAccessKeyCommandOutput | CreateBucketCommandOutput | CreateCertificateCommandOutput | CreateCloudFormationStackCommandOutput | CreateContactMethodCommandOutput | CreateContainerServiceCommandOutput | CreateContainerServiceDeploymentCommandOutput | CreateContainerServiceRegistryLoginCommandOutput | CreateDiskCommandOutput | CreateDiskFromSnapshotCommandOutput | CreateDiskSnapshotCommandOutput | CreateDistributionCommandOutput | CreateDomainCommandOutput | CreateDomainEntryCommandOutput | CreateInstanceSnapshotCommandOutput | CreateInstancesCommandOutput | CreateInstancesFromSnapshotCommandOutput | CreateKeyPairCommandOutput | CreateLoadBalancerCommandOutput | CreateLoadBalancerTlsCertificateCommandOutput | CreateRelationalDatabaseCommandOutput | CreateRelationalDatabaseFromSnapshotCommandOutput | CreateRelationalDatabaseSnapshotCommandOutput | DeleteAlarmCommandOutput | DeleteAutoSnapshotCommandOutput | DeleteBucketAccessKeyCommandOutput | DeleteBucketCommandOutput | DeleteCertificateCommandOutput | DeleteContactMethodCommandOutput | DeleteContainerImageCommandOutput | DeleteContainerServiceCommandOutput | DeleteDiskCommandOutput | DeleteDiskSnapshotCommandOutput | DeleteDistributionCommandOutput | DeleteDomainCommandOutput | DeleteDomainEntryCommandOutput | DeleteInstanceCommandOutput | DeleteInstanceSnapshotCommandOutput | DeleteKeyPairCommandOutput | DeleteKnownHostKeysCommandOutput | DeleteLoadBalancerCommandOutput | DeleteLoadBalancerTlsCertificateCommandOutput | DeleteRelationalDatabaseCommandOutput | DeleteRelationalDatabaseSnapshotCommandOutput | DetachCertificateFromDistributionCommandOutput | DetachDiskCommandOutput | DetachInstancesFromLoadBalancerCommandOutput | DetachStaticIpCommandOutput | DisableAddOnCommandOutput | DownloadDefaultKeyPairCommandOutput | EnableAddOnCommandOutput | ExportSnapshotCommandOutput | GetActiveNamesCommandOutput | GetAlarmsCommandOutput | GetAutoSnapshotsCommandOutput | GetBlueprintsCommandOutput | GetBucketAccessKeysCommandOutput | GetBucketBundlesCommandOutput | GetBucketMetricDataCommandOutput | GetBucketsCommandOutput | GetBundlesCommandOutput | GetCertificatesCommandOutput | GetCloudFormationStackRecordsCommandOutput | GetContactMethodsCommandOutput | GetContainerAPIMetadataCommandOutput | GetContainerImagesCommandOutput | GetContainerLogCommandOutput | GetContainerServiceDeploymentsCommandOutput | GetContainerServiceMetricDataCommandOutput | GetContainerServicePowersCommandOutput | GetContainerServicesCommandOutput | GetDiskCommandOutput | GetDiskSnapshotCommandOutput | GetDiskSnapshotsCommandOutput | GetDisksCommandOutput | GetDistributionBundlesCommandOutput | GetDistributionLatestCacheResetCommandOutput | GetDistributionMetricDataCommandOutput | GetDistributionsCommandOutput | GetDomainCommandOutput | GetDomainsCommandOutput | GetExportSnapshotRecordsCommandOutput | GetInstanceAccessDetailsCommandOutput | GetInstanceCommandOutput | GetInstanceMetricDataCommandOutput | GetInstancePortStatesCommandOutput | GetInstanceSnapshotCommandOutput | GetInstanceSnapshotsCommandOutput | GetInstanceStateCommandOutput | GetInstancesCommandOutput | GetKeyPairCommandOutput | GetKeyPairsCommandOutput | GetLoadBalancerCommandOutput | GetLoadBalancerMetricDataCommandOutput | GetLoadBalancerTlsCertificatesCommandOutput | GetLoadBalancersCommandOutput | GetOperationCommandOutput | GetOperationsCommandOutput | GetOperationsForResourceCommandOutput | GetRegionsCommandOutput | GetRelationalDatabaseBlueprintsCommandOutput | GetRelationalDatabaseBundlesCommandOutput | GetRelationalDatabaseCommandOutput | GetRelationalDatabaseEventsCommandOutput | GetRelationalDatabaseLogEventsCommandOutput | GetRelationalDatabaseLogStreamsCommandOutput | GetRelationalDatabaseMasterUserPasswordCommandOutput | GetRelationalDatabaseMetricDataCommandOutput | GetRelationalDatabaseParametersCommandOutput | GetRelationalDatabaseSnapshotCommandOutput | GetRelationalDatabaseSnapshotsCommandOutput | GetRelationalDatabasesCommandOutput | GetStaticIpCommandOutput | GetStaticIpsCommandOutput | ImportKeyPairCommandOutput | IsVpcPeeredCommandOutput | OpenInstancePublicPortsCommandOutput | PeerVpcCommandOutput | PutAlarmCommandOutput | PutInstancePublicPortsCommandOutput | RebootInstanceCommandOutput | RebootRelationalDatabaseCommandOutput | RegisterContainerImageCommandOutput | ReleaseStaticIpCommandOutput | ResetDistributionCacheCommandOutput | SendContactMethodVerificationCommandOutput | SetIpAddressTypeCommandOutput | SetResourceAccessForBucketCommandOutput | StartInstanceCommandOutput | StartRelationalDatabaseCommandOutput | StopInstanceCommandOutput | StopRelationalDatabaseCommandOutput | TagResourceCommandOutput | TestAlarmCommandOutput | UnpeerVpcCommandOutput | UntagResourceCommandOutput | UpdateBucketBundleCommandOutput | UpdateBucketCommandOutput | UpdateContainerServiceCommandOutput | UpdateDistributionBundleCommandOutput | UpdateDistributionCommandOutput | UpdateDomainEntryCommandOutput | UpdateLoadBalancerAttributeCommandOutput | UpdateRelationalDatabaseCommandOutput | UpdateRelationalDatabaseParametersCommandOutput;
163
+ export declare type ServiceInputTypes = AllocateStaticIpCommandInput | AttachCertificateToDistributionCommandInput | AttachDiskCommandInput | AttachInstancesToLoadBalancerCommandInput | AttachLoadBalancerTlsCertificateCommandInput | AttachStaticIpCommandInput | CloseInstancePublicPortsCommandInput | CopySnapshotCommandInput | CreateBucketAccessKeyCommandInput | CreateBucketCommandInput | CreateCertificateCommandInput | CreateCloudFormationStackCommandInput | CreateContactMethodCommandInput | CreateContainerServiceCommandInput | CreateContainerServiceDeploymentCommandInput | CreateContainerServiceRegistryLoginCommandInput | CreateDiskCommandInput | CreateDiskFromSnapshotCommandInput | CreateDiskSnapshotCommandInput | CreateDistributionCommandInput | CreateDomainCommandInput | CreateDomainEntryCommandInput | CreateInstanceSnapshotCommandInput | CreateInstancesCommandInput | CreateInstancesFromSnapshotCommandInput | CreateKeyPairCommandInput | CreateLoadBalancerCommandInput | CreateLoadBalancerTlsCertificateCommandInput | CreateRelationalDatabaseCommandInput | CreateRelationalDatabaseFromSnapshotCommandInput | CreateRelationalDatabaseSnapshotCommandInput | DeleteAlarmCommandInput | DeleteAutoSnapshotCommandInput | DeleteBucketAccessKeyCommandInput | DeleteBucketCommandInput | DeleteCertificateCommandInput | DeleteContactMethodCommandInput | DeleteContainerImageCommandInput | DeleteContainerServiceCommandInput | DeleteDiskCommandInput | DeleteDiskSnapshotCommandInput | DeleteDistributionCommandInput | DeleteDomainCommandInput | DeleteDomainEntryCommandInput | DeleteInstanceCommandInput | DeleteInstanceSnapshotCommandInput | DeleteKeyPairCommandInput | DeleteKnownHostKeysCommandInput | DeleteLoadBalancerCommandInput | DeleteLoadBalancerTlsCertificateCommandInput | DeleteRelationalDatabaseCommandInput | DeleteRelationalDatabaseSnapshotCommandInput | DetachCertificateFromDistributionCommandInput | DetachDiskCommandInput | DetachInstancesFromLoadBalancerCommandInput | DetachStaticIpCommandInput | DisableAddOnCommandInput | DownloadDefaultKeyPairCommandInput | EnableAddOnCommandInput | ExportSnapshotCommandInput | GetActiveNamesCommandInput | GetAlarmsCommandInput | GetAutoSnapshotsCommandInput | GetBlueprintsCommandInput | GetBucketAccessKeysCommandInput | GetBucketBundlesCommandInput | GetBucketMetricDataCommandInput | GetBucketsCommandInput | GetBundlesCommandInput | GetCertificatesCommandInput | GetCloudFormationStackRecordsCommandInput | GetContactMethodsCommandInput | GetContainerAPIMetadataCommandInput | GetContainerImagesCommandInput | GetContainerLogCommandInput | GetContainerServiceDeploymentsCommandInput | GetContainerServiceMetricDataCommandInput | GetContainerServicePowersCommandInput | GetContainerServicesCommandInput | GetDiskCommandInput | GetDiskSnapshotCommandInput | GetDiskSnapshotsCommandInput | GetDisksCommandInput | GetDistributionBundlesCommandInput | GetDistributionLatestCacheResetCommandInput | GetDistributionMetricDataCommandInput | GetDistributionsCommandInput | GetDomainCommandInput | GetDomainsCommandInput | GetExportSnapshotRecordsCommandInput | GetInstanceAccessDetailsCommandInput | GetInstanceCommandInput | GetInstanceMetricDataCommandInput | GetInstancePortStatesCommandInput | GetInstanceSnapshotCommandInput | GetInstanceSnapshotsCommandInput | GetInstanceStateCommandInput | GetInstancesCommandInput | GetKeyPairCommandInput | GetKeyPairsCommandInput | GetLoadBalancerCommandInput | GetLoadBalancerMetricDataCommandInput | GetLoadBalancerTlsCertificatesCommandInput | GetLoadBalancerTlsPoliciesCommandInput | GetLoadBalancersCommandInput | GetOperationCommandInput | GetOperationsCommandInput | GetOperationsForResourceCommandInput | GetRegionsCommandInput | GetRelationalDatabaseBlueprintsCommandInput | GetRelationalDatabaseBundlesCommandInput | GetRelationalDatabaseCommandInput | GetRelationalDatabaseEventsCommandInput | GetRelationalDatabaseLogEventsCommandInput | GetRelationalDatabaseLogStreamsCommandInput | GetRelationalDatabaseMasterUserPasswordCommandInput | GetRelationalDatabaseMetricDataCommandInput | GetRelationalDatabaseParametersCommandInput | GetRelationalDatabaseSnapshotCommandInput | GetRelationalDatabaseSnapshotsCommandInput | GetRelationalDatabasesCommandInput | GetStaticIpCommandInput | GetStaticIpsCommandInput | ImportKeyPairCommandInput | IsVpcPeeredCommandInput | OpenInstancePublicPortsCommandInput | PeerVpcCommandInput | PutAlarmCommandInput | PutInstancePublicPortsCommandInput | RebootInstanceCommandInput | RebootRelationalDatabaseCommandInput | RegisterContainerImageCommandInput | ReleaseStaticIpCommandInput | ResetDistributionCacheCommandInput | SendContactMethodVerificationCommandInput | SetIpAddressTypeCommandInput | SetResourceAccessForBucketCommandInput | StartInstanceCommandInput | StartRelationalDatabaseCommandInput | StopInstanceCommandInput | StopRelationalDatabaseCommandInput | TagResourceCommandInput | TestAlarmCommandInput | UnpeerVpcCommandInput | UntagResourceCommandInput | UpdateBucketBundleCommandInput | UpdateBucketCommandInput | UpdateContainerServiceCommandInput | UpdateDistributionBundleCommandInput | UpdateDistributionCommandInput | UpdateDomainEntryCommandInput | UpdateLoadBalancerAttributeCommandInput | UpdateRelationalDatabaseCommandInput | UpdateRelationalDatabaseParametersCommandInput;
164
+ export declare type ServiceOutputTypes = AllocateStaticIpCommandOutput | AttachCertificateToDistributionCommandOutput | AttachDiskCommandOutput | AttachInstancesToLoadBalancerCommandOutput | AttachLoadBalancerTlsCertificateCommandOutput | AttachStaticIpCommandOutput | CloseInstancePublicPortsCommandOutput | CopySnapshotCommandOutput | CreateBucketAccessKeyCommandOutput | CreateBucketCommandOutput | CreateCertificateCommandOutput | CreateCloudFormationStackCommandOutput | CreateContactMethodCommandOutput | CreateContainerServiceCommandOutput | CreateContainerServiceDeploymentCommandOutput | CreateContainerServiceRegistryLoginCommandOutput | CreateDiskCommandOutput | CreateDiskFromSnapshotCommandOutput | CreateDiskSnapshotCommandOutput | CreateDistributionCommandOutput | CreateDomainCommandOutput | CreateDomainEntryCommandOutput | CreateInstanceSnapshotCommandOutput | CreateInstancesCommandOutput | CreateInstancesFromSnapshotCommandOutput | CreateKeyPairCommandOutput | CreateLoadBalancerCommandOutput | CreateLoadBalancerTlsCertificateCommandOutput | CreateRelationalDatabaseCommandOutput | CreateRelationalDatabaseFromSnapshotCommandOutput | CreateRelationalDatabaseSnapshotCommandOutput | DeleteAlarmCommandOutput | DeleteAutoSnapshotCommandOutput | DeleteBucketAccessKeyCommandOutput | DeleteBucketCommandOutput | DeleteCertificateCommandOutput | DeleteContactMethodCommandOutput | DeleteContainerImageCommandOutput | DeleteContainerServiceCommandOutput | DeleteDiskCommandOutput | DeleteDiskSnapshotCommandOutput | DeleteDistributionCommandOutput | DeleteDomainCommandOutput | DeleteDomainEntryCommandOutput | DeleteInstanceCommandOutput | DeleteInstanceSnapshotCommandOutput | DeleteKeyPairCommandOutput | DeleteKnownHostKeysCommandOutput | DeleteLoadBalancerCommandOutput | DeleteLoadBalancerTlsCertificateCommandOutput | DeleteRelationalDatabaseCommandOutput | DeleteRelationalDatabaseSnapshotCommandOutput | DetachCertificateFromDistributionCommandOutput | DetachDiskCommandOutput | DetachInstancesFromLoadBalancerCommandOutput | DetachStaticIpCommandOutput | DisableAddOnCommandOutput | DownloadDefaultKeyPairCommandOutput | EnableAddOnCommandOutput | ExportSnapshotCommandOutput | GetActiveNamesCommandOutput | GetAlarmsCommandOutput | GetAutoSnapshotsCommandOutput | GetBlueprintsCommandOutput | GetBucketAccessKeysCommandOutput | GetBucketBundlesCommandOutput | GetBucketMetricDataCommandOutput | GetBucketsCommandOutput | GetBundlesCommandOutput | GetCertificatesCommandOutput | GetCloudFormationStackRecordsCommandOutput | GetContactMethodsCommandOutput | GetContainerAPIMetadataCommandOutput | GetContainerImagesCommandOutput | GetContainerLogCommandOutput | GetContainerServiceDeploymentsCommandOutput | GetContainerServiceMetricDataCommandOutput | GetContainerServicePowersCommandOutput | GetContainerServicesCommandOutput | GetDiskCommandOutput | GetDiskSnapshotCommandOutput | GetDiskSnapshotsCommandOutput | GetDisksCommandOutput | GetDistributionBundlesCommandOutput | GetDistributionLatestCacheResetCommandOutput | GetDistributionMetricDataCommandOutput | GetDistributionsCommandOutput | GetDomainCommandOutput | GetDomainsCommandOutput | GetExportSnapshotRecordsCommandOutput | GetInstanceAccessDetailsCommandOutput | GetInstanceCommandOutput | GetInstanceMetricDataCommandOutput | GetInstancePortStatesCommandOutput | GetInstanceSnapshotCommandOutput | GetInstanceSnapshotsCommandOutput | GetInstanceStateCommandOutput | GetInstancesCommandOutput | GetKeyPairCommandOutput | GetKeyPairsCommandOutput | GetLoadBalancerCommandOutput | GetLoadBalancerMetricDataCommandOutput | GetLoadBalancerTlsCertificatesCommandOutput | GetLoadBalancerTlsPoliciesCommandOutput | GetLoadBalancersCommandOutput | GetOperationCommandOutput | GetOperationsCommandOutput | GetOperationsForResourceCommandOutput | GetRegionsCommandOutput | GetRelationalDatabaseBlueprintsCommandOutput | GetRelationalDatabaseBundlesCommandOutput | GetRelationalDatabaseCommandOutput | GetRelationalDatabaseEventsCommandOutput | GetRelationalDatabaseLogEventsCommandOutput | GetRelationalDatabaseLogStreamsCommandOutput | GetRelationalDatabaseMasterUserPasswordCommandOutput | GetRelationalDatabaseMetricDataCommandOutput | GetRelationalDatabaseParametersCommandOutput | GetRelationalDatabaseSnapshotCommandOutput | GetRelationalDatabaseSnapshotsCommandOutput | GetRelationalDatabasesCommandOutput | GetStaticIpCommandOutput | GetStaticIpsCommandOutput | ImportKeyPairCommandOutput | IsVpcPeeredCommandOutput | OpenInstancePublicPortsCommandOutput | PeerVpcCommandOutput | PutAlarmCommandOutput | PutInstancePublicPortsCommandOutput | RebootInstanceCommandOutput | RebootRelationalDatabaseCommandOutput | RegisterContainerImageCommandOutput | ReleaseStaticIpCommandOutput | ResetDistributionCacheCommandOutput | SendContactMethodVerificationCommandOutput | SetIpAddressTypeCommandOutput | SetResourceAccessForBucketCommandOutput | StartInstanceCommandOutput | StartRelationalDatabaseCommandOutput | StopInstanceCommandOutput | StopRelationalDatabaseCommandOutput | TagResourceCommandOutput | TestAlarmCommandOutput | UnpeerVpcCommandOutput | UntagResourceCommandOutput | UpdateBucketBundleCommandOutput | UpdateBucketCommandOutput | UpdateContainerServiceCommandOutput | UpdateDistributionBundleCommandOutput | UpdateDistributionCommandOutput | UpdateDomainEntryCommandOutput | UpdateLoadBalancerAttributeCommandOutput | UpdateRelationalDatabaseCommandOutput | UpdateRelationalDatabaseParametersCommandOutput;
164
165
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
165
166
  /**
166
167
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -279,12 +280,12 @@ declare type LightsailClientResolvedConfigType = __SmithyResolvedConfiguration<_
279
280
  export interface LightsailClientResolvedConfig extends LightsailClientResolvedConfigType {
280
281
  }
281
282
  /**
282
- * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (AWS) for developers
283
- * who need to build websites or web applications. It includes everything you need to launch your
284
- * project quickly - instances (virtual private servers), container services, storage buckets,
285
- * managed databases, SSD-based block storage, static IP addresses, load balancers, content
286
- * delivery network (CDN) distributions, DNS management of registered domains, and resource
287
- * snapshots (backups) - for a low, predictable monthly price.</p>
283
+ * <p>Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes
284
+ * everything you need to launch your project quickly - instances (virtual private servers),
285
+ * container services, storage buckets, managed databases, SSD-based block storage, static IP
286
+ * addresses, load balancers, content delivery network (CDN) distributions, DNS management of
287
+ * registered domains, and resource snapshots (backups) - for a low, predictable monthly
288
+ * price.</p>
288
289
  *
289
290
  * <p>You can manage your Lightsail resources using the Lightsail console, Lightsail API,
290
291
  * AWS Command Line Interface (AWS CLI), or SDKs. For more information about Lightsail concepts
@@ -292,8 +293,9 @@ export interface LightsailClientResolvedConfig extends LightsailClientResolvedCo
292
293
  *
293
294
  * <p>This API Reference provides detailed information about the actions, data types,
294
295
  * parameters, and errors of the Lightsail service. For more information about the supported
295
- * AWS Regions, endpoints, and service quotas of the Lightsail service, see <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints and
296
- * Quotas</a> in the <i>AWS General Reference</i>.</p>
296
+ * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see
297
+ * <a href="https://docs.aws.amazon.com/general/latest/gr/lightsail.html">Amazon Lightsail Endpoints
298
+ * and Quotas</a> in the <i>Amazon Web Services General Reference</i>.</p>
297
299
  */
298
300
  export declare class LightsailClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, LightsailClientResolvedConfig> {
299
301
  /**
@@ -14,10 +14,11 @@ export interface AttachCertificateToDistributionCommandOutput extends AttachCert
14
14
  * <p>Use the <code>CreateCertificate</code> action to create a certificate that you can attach
15
15
  * to your distribution.</p>
16
16
  * <important>
17
- * <p>Only certificates created in the <code>us-east-1</code> AWS Region can be attached to
18
- * Lightsail distributions. Lightsail distributions are global resources that can reference
19
- * an origin in any AWS Region, and distribute its content globally. However, all
20
- * distributions are located in the <code>us-east-1</code> Region.</p>
17
+ * <p>Only certificates created in the <code>us-east-1</code>
18
+ * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
19
+ * distributions are global resources that can reference an origin in any Amazon Web Services
20
+ * Region, and distribute its content globally. However, all distributions are located in the
21
+ * <code>us-east-1</code> Region.</p>
21
22
  * </important>
22
23
  * @example
23
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,8 +9,7 @@ export interface CopySnapshotCommandOutput extends CopySnapshotResult, __Metadat
9
9
  /**
10
10
  * <p>Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an
11
11
  * automatic snapshot of an instance or disk as a manual snapshot. This operation can also be
12
- * used to copy a manual or automatic snapshot of an instance or a disk from one AWS Region to
13
- * another in Amazon Lightsail.</p>
12
+ * used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail.</p>
14
13
  * <p>When copying a <i>manual snapshot</i>, be sure to define the <code>source
15
14
  * region</code>, <code>source snapshot name</code>, and <code>target snapshot name</code>
16
15
  * parameters.</p>
@@ -14,10 +14,11 @@ export interface CreateCertificateCommandOutput extends CreateCertificateResult,
14
14
  * <code>UpdateContainerService</code> action to use the certificate and its domains with your
15
15
  * container service.</p>
16
16
  * <important>
17
- * <p>Only certificates created in the <code>us-east-1</code> AWS Region can be attached to
18
- * Lightsail distributions. Lightsail distributions are global resources that can reference
19
- * an origin in any AWS Region, and distribute its content globally. However, all
20
- * distributions are located in the <code>us-east-1</code> Region.</p>
17
+ * <p>Only certificates created in the <code>us-east-1</code>
18
+ * Amazon Web Services Region can be attached to Lightsail distributions. Lightsail
19
+ * distributions are global resources that can reference an origin in any Amazon Web Services
20
+ * Region, and distribute its content globally. However, all distributions are located in the
21
+ * <code>us-east-1</code> Region.</p>
21
22
  * </important>
22
23
  * @example
23
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,9 +9,9 @@ export interface CreateContactMethodCommandOutput extends CreateContactMethodRes
9
9
  /**
10
10
  * <p>Creates an email or SMS text message contact method.</p>
11
11
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
12
- * You can add one email address and one mobile phone number contact method in each AWS Region.
13
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
14
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
12
+ * 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
13
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
14
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -11,7 +11,7 @@ export interface DeleteBucketCommandOutput extends DeleteBucketResult, __Metadat
11
11
  *
12
12
  * <note>
13
13
  * <p>When you delete your bucket, the bucket name is released and can be reused for a new
14
- * bucket in your account or another AWS account.</p>
14
+ * bucket in your account or another Amazon Web Services account.</p>
15
15
  * </note>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
@@ -9,9 +9,9 @@ export interface DeleteContactMethodCommandOutput extends DeleteContactMethodRes
9
9
  /**
10
10
  * <p>Deletes a contact method.</p>
11
11
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
12
- * You can add one email address and one mobile phone number contact method in each AWS Region.
13
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
14
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
12
+ * 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
13
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
14
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
15
15
  * @example
16
16
  * Use a bare-bones client and the command you need to make an API call.
17
17
  * ```javascript
@@ -12,8 +12,8 @@ export interface ExportSnapshotCommandOutput extends ExportSnapshotResult, __Met
12
12
  * cloud formation stack</code> operation to create new Amazon EC2 instances.</p>
13
13
  * <p>Exported instance snapshots appear in Amazon EC2 as Amazon Machine Images (AMIs), and the
14
14
  * instance system disk appears as an Amazon Elastic Block Store (Amazon EBS) volume. Exported disk snapshots appear in
15
- * Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in Amazon EC2 as the
16
- * source Lightsail snapshot.</p>
15
+ * Amazon EC2 as Amazon EBS volumes. Snapshots are exported to the same Amazon Web Services Region in
16
+ * Amazon EC2 as the source Lightsail snapshot.</p>
17
17
  * <p></p>
18
18
  * <p>The <code>export snapshot</code> operation supports tag-based access control via resource
19
19
  * tags applied to the resource identified by <code>source snapshot name</code>. For more
@@ -10,9 +10,9 @@ export interface GetContactMethodsCommandOutput extends GetContactMethodsResult,
10
10
  * <p>Returns information about the configured contact methods. Specify a protocol in your
11
11
  * request to return information about a specific contact method.</p>
12
12
  * <p>A contact method is used to send you notifications about your Amazon Lightsail resources.
13
- * You can add one email address and one mobile phone number contact method in each AWS Region.
14
- * However, SMS text messaging is not supported in some AWS Regions, and SMS text messages
15
- * cannot be sent to some countries/regions. For more information, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
13
+ * 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
14
+ * Regions, and SMS text messages cannot be sent to some countries/regions. For more information,
15
+ * see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-notifications">Notifications in Amazon Lightsail</a>.</p>
16
16
  * @example
17
17
  * Use a bare-bones client and the command you need to make an API call.
18
18
  * ```javascript