@aws-sdk/client-lightsail 3.81.0 → 3.85.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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.85.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.84.0...v3.85.0) (2022-05-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **codegen:** add codegen indicator comment to all generated files ([#3592](https://github.com/aws/aws-sdk-js-v3/issues/3592)) ([567a530](https://github.com/aws/aws-sdk-js-v3/commit/567a5304232fcc1f9db3fd3df545054de8336b4b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-lightsail
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @aws-sdk/client-lightsail
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [3.81.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.80.0...v3.81.0) (2022-04-29)
|
|
7
34
|
|
|
8
35
|
**Note:** Version bump only for package @aws-sdk/client-lightsail
|
package/README.md
CHANGED
|
@@ -1231,8 +1231,8 @@ export declare class Lightsail extends LightsailClient {
|
|
|
1231
1231
|
* <p>Returns a list of TLS security policies that you can apply to Lightsail load
|
|
1232
1232
|
* balancers.</p>
|
|
1233
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">
|
|
1235
|
-
* Guide</i>.</p>
|
|
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">Configuring TLS security policies on your Amazon Lightsail load
|
|
1235
|
+
* balancers</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
1236
1236
|
*/
|
|
1237
1237
|
getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<GetLoadBalancerTlsPoliciesCommandOutput>;
|
|
1238
1238
|
getLoadBalancerTlsPolicies(args: GetLoadBalancerTlsPoliciesCommandInput, cb: (err: any, data?: GetLoadBalancerTlsPoliciesCommandOutput) => void): void;
|
|
@@ -10,8 +10,8 @@ export interface GetLoadBalancerTlsPoliciesCommandOutput extends GetLoadBalancer
|
|
|
10
10
|
* <p>Returns a list of TLS security policies that you can apply to Lightsail load
|
|
11
11
|
* balancers.</p>
|
|
12
12
|
*
|
|
13
|
-
* <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">
|
|
14
|
-
* Guide</i>.</p>
|
|
13
|
+
* <p>For more information about load balancer TLS security policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Configuring TLS security policies on your Amazon Lightsail load
|
|
14
|
+
* balancers</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
15
15
|
* @example
|
|
16
16
|
* Use a bare-bones client and the command you need to make an API call.
|
|
17
17
|
* ```javascript
|
|
@@ -4970,8 +4970,8 @@ export interface CreateLoadBalancerRequest {
|
|
|
4970
4970
|
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html">GetLoadBalancerTlsPolicies</a> action to get a list of TLS policy names that you can
|
|
4971
4971
|
* specify.</p>
|
|
4972
4972
|
*
|
|
4973
|
-
* <p>For more information about load balancer TLS policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">
|
|
4974
|
-
* Guide</i>.</p>
|
|
4973
|
+
* <p>For more information about load balancer TLS policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Configuring TLS security policies on your Amazon Lightsail load
|
|
4974
|
+
* balancers</a> in the <i>Amazon Lightsail Developer Guide</i>.</p>
|
|
4975
4975
|
*/
|
|
4976
4976
|
tlsPolicyName?: string;
|
|
4977
4977
|
}
|
|
@@ -1488,20 +1488,6 @@ export interface LoadBalancer {
|
|
|
1488
1488
|
httpsRedirectionEnabled?: boolean;
|
|
1489
1489
|
/**
|
|
1490
1490
|
* <p>The name of the TLS security policy for the load balancer.</p>
|
|
1491
|
-
*
|
|
1492
|
-
* <p>The following TLS security policy names are possible:</p>
|
|
1493
|
-
* <ul>
|
|
1494
|
-
* <li>
|
|
1495
|
-
* <p>
|
|
1496
|
-
* <code>TLS-2016-08</code>
|
|
1497
|
-
* </p>
|
|
1498
|
-
* </li>
|
|
1499
|
-
* <li>
|
|
1500
|
-
* <p>
|
|
1501
|
-
* <code>TLS-FS-Res-1-2-2019-08</code>
|
|
1502
|
-
* </p>
|
|
1503
|
-
* </li>
|
|
1504
|
-
* </ul>
|
|
1505
1491
|
*/
|
|
1506
1492
|
tlsPolicyName?: string;
|
|
1507
1493
|
}
|
|
@@ -2314,31 +2300,13 @@ export declare namespace GetLoadBalancerTlsPoliciesRequest {
|
|
|
2314
2300
|
* <p>Describes the TLS security policies that are available for Lightsail load
|
|
2315
2301
|
* balancers.</p>
|
|
2316
2302
|
*
|
|
2317
|
-
* <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">
|
|
2318
|
-
*
|
|
2303
|
+
* <p>For more information about load balancer TLS security policies, see <a href="https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy">Configuring TLS security policies on your Amazon Lightsail load
|
|
2304
|
+
* balancers</a> in the <i>Amazon Lightsail Developer
|
|
2305
|
+
* Guide</i>.</p>
|
|
2319
2306
|
*/
|
|
2320
2307
|
export interface LoadBalancerTlsPolicy {
|
|
2321
2308
|
/**
|
|
2322
2309
|
* <p>The name of the TLS security policy.</p>
|
|
2323
|
-
*
|
|
2324
|
-
* <p>The following TLS security policy names are possible:</p>
|
|
2325
|
-
*
|
|
2326
|
-
* <ul>
|
|
2327
|
-
* <li>
|
|
2328
|
-
* <p>
|
|
2329
|
-
* <code>TLS-2016-08</code>
|
|
2330
|
-
* </p>
|
|
2331
|
-
* </li>
|
|
2332
|
-
* <li>
|
|
2333
|
-
* <p>
|
|
2334
|
-
* <code>TLS-FS-Res-1-2-2019-08</code>
|
|
2335
|
-
* </p>
|
|
2336
|
-
* </li>
|
|
2337
|
-
* </ul>
|
|
2338
|
-
*
|
|
2339
|
-
* <p>You can specify either of these values for the <code>tlsSecurityPolicyName</code> request
|
|
2340
|
-
* parameter in the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateLoadBalancer.html">CreateLoadBalancer</a> action, and the <code>attributeValue</code> request parameter in
|
|
2341
|
-
* the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateLoadBalancerAttribute.html">UpdateLoadBalancerAttribute</a> action.</p>
|
|
2342
2310
|
*/
|
|
2343
2311
|
name?: string;
|
|
2344
2312
|
/**
|
|
@@ -2351,25 +2319,6 @@ export interface LoadBalancerTlsPolicy {
|
|
|
2351
2319
|
description?: string;
|
|
2352
2320
|
/**
|
|
2353
2321
|
* <p>The protocols used in a given TLS security policy.</p>
|
|
2354
|
-
*
|
|
2355
|
-
* <p>The following protocols are possible:</p>
|
|
2356
|
-
* <ul>
|
|
2357
|
-
* <li>
|
|
2358
|
-
* <p>
|
|
2359
|
-
* <code>Protocol-TLSv1</code>
|
|
2360
|
-
* </p>
|
|
2361
|
-
* </li>
|
|
2362
|
-
* <li>
|
|
2363
|
-
* <p>
|
|
2364
|
-
* <code>Protocol-TLSv1.1</code>
|
|
2365
|
-
* </p>
|
|
2366
|
-
* </li>
|
|
2367
|
-
* <li>
|
|
2368
|
-
* <p>
|
|
2369
|
-
* <code>Protocol-TLSv1.2</code>
|
|
2370
|
-
* </p>
|
|
2371
|
-
* </li>
|
|
2372
|
-
* </ul>
|
|
2373
2322
|
*/
|
|
2374
2323
|
protocols?: string[];
|
|
2375
2324
|
/**
|
|
@@ -4940,7 +4889,8 @@ export interface UpdateLoadBalancerAttributeRequest {
|
|
|
4940
4889
|
* <li>
|
|
4941
4890
|
* <p>If you specify <code>SessionStickinessEnabled</code> for the
|
|
4942
4891
|
* <code>attributeName</code> request parameter, then the <code>attributeValue</code>
|
|
4943
|
-
* request parameter must be <code>true</code> or
|
|
4892
|
+
* request parameter must be <code>true</code> to activate session stickiness or
|
|
4893
|
+
* <code>false</code> to deactivate session stickiness.</p>
|
|
4944
4894
|
* </li>
|
|
4945
4895
|
* <li>
|
|
4946
4896
|
* <p>If you specify <code>SessionStickiness_LB_CookieDurationSeconds</code> for the
|
|
@@ -4951,12 +4901,15 @@ export interface UpdateLoadBalancerAttributeRequest {
|
|
|
4951
4901
|
* <li>
|
|
4952
4902
|
* <p>If you specify <code>HttpsRedirectionEnabled</code> for the <code>attributeName</code>
|
|
4953
4903
|
* request parameter, then the <code>attributeValue</code> request parameter must be
|
|
4954
|
-
* <code>true</code> or <code>false</code
|
|
4904
|
+
* <code>true</code> to activate HTTP to HTTPS redirection or <code>false</code> to
|
|
4905
|
+
* deactivate HTTP to HTTPS redirection.</p>
|
|
4955
4906
|
* </li>
|
|
4956
4907
|
* <li>
|
|
4957
4908
|
* <p>If you specify <code>TlsPolicyName</code> for the <code>attributeName</code> request
|
|
4958
|
-
* parameter, then the <code>attributeValue</code> request parameter must be
|
|
4959
|
-
*
|
|
4909
|
+
* parameter, then the <code>attributeValue</code> request parameter must be the name of the
|
|
4910
|
+
* TLS policy.</p>
|
|
4911
|
+
* <p>Use the <a href="https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html">GetLoadBalancerTlsPolicies</a> action to get a list of TLS policy names that you
|
|
4912
|
+
* can specify.</p>
|
|
4960
4913
|
* </li>
|
|
4961
4914
|
* </ul>
|
|
4962
4915
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lightsail",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.85.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.85.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.80.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.85.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.78.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
35
|
"@aws-sdk/node-config-provider": "3.80.0",
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.82.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.85.0",
|
|
39
39
|
"@aws-sdk/types": "3.78.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.78.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.85.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.85.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
48
|
"@aws-sdk/util-user-agent-node": "3.80.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|