aws-sdk-lightsail 1.65.0 → 1.66.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +19 -10
- data/lib/aws-sdk-lightsail/types.rb +18 -39
- data/lib/aws-sdk-lightsail.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c7c57b35905eae9b25db269021c6e3cae6f6dc447ab40ad265721a37cef3465
|
|
4
|
+
data.tar.gz: 38f41a6a8625e04875901c48681665897b336144412cef9290a4647976979e94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e61b6533872e430dccd5c6944de1eea39533127b766d8f45a3dec76dbe912c69a9487f88780544791ee60fecda748186ef15e14d3f46143c8e94b32cacdb3d3c
|
|
7
|
+
data.tar.gz: 94c7ddcc21ae5232d9e75aa96887a8e951b76f77bf3578610000aaeeb41365fc0ca73c8096c3b9102137dd319e6531fd9722758a316da8dff559d7375bf2aecb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.66.0
|
|
@@ -3019,9 +3019,9 @@ module Aws::Lightsail
|
|
|
3019
3019
|
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
3020
3020
|
# policy names that you can specify.
|
|
3021
3021
|
#
|
|
3022
|
-
# For more information about load balancer TLS policies, see
|
|
3023
|
-
#
|
|
3024
|
-
# Guide*.
|
|
3022
|
+
# For more information about load balancer TLS policies, see
|
|
3023
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
3024
|
+
# balancers][2] in the *Amazon Lightsail Developer Guide*.
|
|
3025
3025
|
#
|
|
3026
3026
|
#
|
|
3027
3027
|
#
|
|
@@ -8279,8 +8279,8 @@ module Aws::Lightsail
|
|
|
8279
8279
|
# Lightsail load balancers.
|
|
8280
8280
|
#
|
|
8281
8281
|
# For more information about load balancer TLS security policies, see
|
|
8282
|
-
# [
|
|
8283
|
-
# Developer Guide*.
|
|
8282
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
8283
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
8284
8284
|
#
|
|
8285
8285
|
#
|
|
8286
8286
|
#
|
|
@@ -11369,7 +11369,8 @@ module Aws::Lightsail
|
|
|
11369
11369
|
#
|
|
11370
11370
|
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
11371
11371
|
# request parameter, then the `attributeValue` request parameter must
|
|
11372
|
-
# be `true` or `false
|
|
11372
|
+
# be `true` to activate session stickiness or `false` to deactivate
|
|
11373
|
+
# session stickiness.
|
|
11373
11374
|
#
|
|
11374
11375
|
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for the
|
|
11375
11376
|
# `attributeName` request parameter, then the `attributeValue` request
|
|
@@ -11378,11 +11379,19 @@ module Aws::Lightsail
|
|
|
11378
11379
|
#
|
|
11379
11380
|
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
11380
11381
|
# request parameter, then the `attributeValue` request parameter must
|
|
11381
|
-
# be `true` or `false
|
|
11382
|
+
# be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
11383
|
+
# deactivate HTTP to HTTPS redirection.
|
|
11382
11384
|
#
|
|
11383
11385
|
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
11384
|
-
# parameter, then the `attributeValue` request parameter must be
|
|
11385
|
-
#
|
|
11386
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
11387
|
+
# name of the TLS policy.
|
|
11388
|
+
#
|
|
11389
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
11390
|
+
# policy names that you can specify.
|
|
11391
|
+
#
|
|
11392
|
+
#
|
|
11393
|
+
#
|
|
11394
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
11386
11395
|
#
|
|
11387
11396
|
# @return [Types::UpdateLoadBalancerAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
11388
11397
|
#
|
|
@@ -11662,7 +11671,7 @@ module Aws::Lightsail
|
|
|
11662
11671
|
params: params,
|
|
11663
11672
|
config: config)
|
|
11664
11673
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
11665
|
-
context[:gem_version] = '1.
|
|
11674
|
+
context[:gem_version] = '1.66.0'
|
|
11666
11675
|
Seahorse::Client::Request.new(handlers, context)
|
|
11667
11676
|
end
|
|
11668
11677
|
|
|
@@ -4592,9 +4592,9 @@ module Aws::Lightsail
|
|
|
4592
4592
|
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
4593
4593
|
# policy names that you can specify.
|
|
4594
4594
|
#
|
|
4595
|
-
# For more information about load balancer TLS policies, see
|
|
4596
|
-
#
|
|
4597
|
-
# Developer Guide*.
|
|
4595
|
+
# For more information about load balancer TLS policies, see
|
|
4596
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
4597
|
+
# balancers][2] in the *Amazon Lightsail Developer Guide*.
|
|
4598
4598
|
#
|
|
4599
4599
|
#
|
|
4600
4600
|
#
|
|
@@ -12046,12 +12046,6 @@ module Aws::Lightsail
|
|
|
12046
12046
|
#
|
|
12047
12047
|
# @!attribute [rw] tls_policy_name
|
|
12048
12048
|
# The name of the TLS security policy for the load balancer.
|
|
12049
|
-
#
|
|
12050
|
-
# The following TLS security policy names are possible:
|
|
12051
|
-
#
|
|
12052
|
-
# * `TLS-2016-08`
|
|
12053
|
-
#
|
|
12054
|
-
# * `TLS-FS-Res-1-2-2019-08`
|
|
12055
12049
|
# @return [String]
|
|
12056
12050
|
#
|
|
12057
12051
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancer AWS API Documentation
|
|
@@ -12471,8 +12465,8 @@ module Aws::Lightsail
|
|
|
12471
12465
|
# load balancers.
|
|
12472
12466
|
#
|
|
12473
12467
|
# For more information about load balancer TLS security policies, see
|
|
12474
|
-
# [
|
|
12475
|
-
# Developer Guide*.
|
|
12468
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
12469
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
12476
12470
|
#
|
|
12477
12471
|
#
|
|
12478
12472
|
#
|
|
@@ -12480,22 +12474,6 @@ module Aws::Lightsail
|
|
|
12480
12474
|
#
|
|
12481
12475
|
# @!attribute [rw] name
|
|
12482
12476
|
# The name of the TLS security policy.
|
|
12483
|
-
#
|
|
12484
|
-
# The following TLS security policy names are possible:
|
|
12485
|
-
#
|
|
12486
|
-
# * `TLS-2016-08`
|
|
12487
|
-
#
|
|
12488
|
-
# * `TLS-FS-Res-1-2-2019-08`
|
|
12489
|
-
#
|
|
12490
|
-
# You can specify either of these values for the
|
|
12491
|
-
# `tlsSecurityPolicyName` request parameter in the
|
|
12492
|
-
# [CreateLoadBalancer][1] action, and the `attributeValue` request
|
|
12493
|
-
# parameter in the [UpdateLoadBalancerAttribute][2] action.
|
|
12494
|
-
#
|
|
12495
|
-
#
|
|
12496
|
-
#
|
|
12497
|
-
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_CreateLoadBalancer.html
|
|
12498
|
-
# [2]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_UpdateLoadBalancerAttribute.html
|
|
12499
12477
|
# @return [String]
|
|
12500
12478
|
#
|
|
12501
12479
|
# @!attribute [rw] is_default
|
|
@@ -12509,14 +12487,6 @@ module Aws::Lightsail
|
|
|
12509
12487
|
#
|
|
12510
12488
|
# @!attribute [rw] protocols
|
|
12511
12489
|
# The protocols used in a given TLS security policy.
|
|
12512
|
-
#
|
|
12513
|
-
# The following protocols are possible:
|
|
12514
|
-
#
|
|
12515
|
-
# * `Protocol-TLSv1`
|
|
12516
|
-
#
|
|
12517
|
-
# * `Protocol-TLSv1.1`
|
|
12518
|
-
#
|
|
12519
|
-
# * `Protocol-TLSv1.2`
|
|
12520
12490
|
# @return [Array<String>]
|
|
12521
12491
|
#
|
|
12522
12492
|
# @!attribute [rw] ciphers
|
|
@@ -15358,7 +15328,8 @@ module Aws::Lightsail
|
|
|
15358
15328
|
#
|
|
15359
15329
|
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
15360
15330
|
# request parameter, then the `attributeValue` request parameter
|
|
15361
|
-
# must be `true` or `false
|
|
15331
|
+
# must be `true` to activate session stickiness or `false` to
|
|
15332
|
+
# deactivate session stickiness.
|
|
15362
15333
|
#
|
|
15363
15334
|
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for
|
|
15364
15335
|
# the `attributeName` request parameter, then the `attributeValue`
|
|
@@ -15367,11 +15338,19 @@ module Aws::Lightsail
|
|
|
15367
15338
|
#
|
|
15368
15339
|
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
15369
15340
|
# request parameter, then the `attributeValue` request parameter
|
|
15370
|
-
# must be `true` or `false
|
|
15341
|
+
# must be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
15342
|
+
# deactivate HTTP to HTTPS redirection.
|
|
15371
15343
|
#
|
|
15372
15344
|
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
15373
|
-
# parameter, then the `attributeValue` request parameter must be
|
|
15374
|
-
#
|
|
15345
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
15346
|
+
# name of the TLS policy.
|
|
15347
|
+
#
|
|
15348
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of
|
|
15349
|
+
# TLS policy names that you can specify.
|
|
15350
|
+
#
|
|
15351
|
+
#
|
|
15352
|
+
#
|
|
15353
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
15375
15354
|
# @return [String]
|
|
15376
15355
|
#
|
|
15377
15356
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateLoadBalancerAttributeRequest AWS API Documentation
|
data/lib/aws-sdk-lightsail.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lightsail
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.66.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-04
|
|
11
|
+
date: 2022-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|