aws-sdk-lightsail 1.64.0 → 1.67.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +191 -65
- data/lib/aws-sdk-lightsail/client_api.rb +37 -0
- data/lib/aws-sdk-lightsail/types.rb +230 -56
- 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: 9df6320891c639b59b62ef012a82cdd8915a3367d235e81695154af187d2d8e1
|
|
4
|
+
data.tar.gz: 4d8828cb231ac186d77beb31708761d868e1e622d4dfdeff8f2eaea10add12c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8c6b5a6d1845a543e1de778420f81c110bb549041484e91607d6daf0b4fd514706d0ed2d96aa5b81d861cf8fed261fd151163deaeaba4b5ed2409bcb1bbd6072
|
|
7
|
+
data.tar.gz: 564ca3cd63d7082465e85b965fdbe967163d99e5f62b89beefddb88c4f28ade18e107a017cd54fe6b3c2f49673a7274f387f02d08ea1597edae3595799b05c6b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.67.0 (2022-05-12)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support to include inactive database bundles in the response of the GetRelationalDatabaseBundles request.
|
|
8
|
+
|
|
9
|
+
1.66.0 (2022-05-04)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Documentation updates for Lightsail
|
|
13
|
+
|
|
14
|
+
1.65.0 (2022-04-26)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - This release adds support for Lightsail load balancer HTTP to HTTPS redirect and TLS policy configuration.
|
|
18
|
+
|
|
4
19
|
1.64.0 (2022-04-15)
|
|
5
20
|
------------------
|
|
6
21
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.67.0
|
|
@@ -412,11 +412,11 @@ module Aws::Lightsail
|
|
|
412
412
|
# Use the `CreateCertificate` action to create a certificate that you
|
|
413
413
|
# can attach to your distribution.
|
|
414
414
|
#
|
|
415
|
-
# Only certificates created in the `us-east-1`
|
|
416
|
-
# attached to Lightsail distributions. Lightsail
|
|
417
|
-
# global resources that can reference an origin in any
|
|
418
|
-
# distribute its content globally.
|
|
419
|
-
# located in the `us-east-1` Region.
|
|
415
|
+
# Only certificates created in the `us-east-1` Amazon Web Services
|
|
416
|
+
# Region can be attached to Lightsail distributions. Lightsail
|
|
417
|
+
# distributions are global resources that can reference an origin in any
|
|
418
|
+
# Amazon Web Services Region, and distribute its content globally.
|
|
419
|
+
# However, all distributions are located in the `us-east-1` Region.
|
|
420
420
|
#
|
|
421
421
|
# @option params [required, String] :distribution_name
|
|
422
422
|
# The name of the distribution that the certificate will be attached to.
|
|
@@ -773,8 +773,8 @@ module Aws::Lightsail
|
|
|
773
773
|
# Copies a manual snapshot of an instance or disk as another manual
|
|
774
774
|
# snapshot, or copies an automatic snapshot of an instance or disk as a
|
|
775
775
|
# manual snapshot. This operation can also be used to copy a manual or
|
|
776
|
-
# automatic snapshot of an instance or a disk from one
|
|
777
|
-
# another in Amazon Lightsail.
|
|
776
|
+
# automatic snapshot of an instance or a disk from one Amazon Web
|
|
777
|
+
# Services Region to another in Amazon Lightsail.
|
|
778
778
|
#
|
|
779
779
|
# When copying a *manual snapshot*, be sure to define the `source
|
|
780
780
|
# region`, `source snapshot name`, and `target snapshot name`
|
|
@@ -854,8 +854,8 @@ module Aws::Lightsail
|
|
|
854
854
|
# The name of the new manual snapshot to be created as a copy.
|
|
855
855
|
#
|
|
856
856
|
# @option params [required, String] :source_region
|
|
857
|
-
# The
|
|
858
|
-
# located.
|
|
857
|
+
# The Amazon Web Services Region where the source manual or automatic
|
|
858
|
+
# snapshot is located.
|
|
859
859
|
#
|
|
860
860
|
# @return [Types::CopySnapshotResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
861
861
|
#
|
|
@@ -1107,11 +1107,11 @@ module Aws::Lightsail
|
|
|
1107
1107
|
# `UpdateContainerService` action to use the certificate and its domains
|
|
1108
1108
|
# with your container service.
|
|
1109
1109
|
#
|
|
1110
|
-
# Only certificates created in the `us-east-1`
|
|
1111
|
-
# attached to Lightsail distributions. Lightsail
|
|
1112
|
-
# global resources that can reference an origin in any
|
|
1113
|
-
# distribute its content globally.
|
|
1114
|
-
# located in the `us-east-1` Region.
|
|
1110
|
+
# Only certificates created in the `us-east-1` Amazon Web Services
|
|
1111
|
+
# Region can be attached to Lightsail distributions. Lightsail
|
|
1112
|
+
# distributions are global resources that can reference an origin in any
|
|
1113
|
+
# Amazon Web Services Region, and distribute its content globally.
|
|
1114
|
+
# However, all distributions are located in the `us-east-1` Region.
|
|
1115
1115
|
#
|
|
1116
1116
|
# @option params [required, String] :certificate_name
|
|
1117
1117
|
# The name for the certificate.
|
|
@@ -1285,10 +1285,11 @@ module Aws::Lightsail
|
|
|
1285
1285
|
#
|
|
1286
1286
|
# A contact method is used to send you notifications about your Amazon
|
|
1287
1287
|
# Lightsail resources. You can add one email address and one mobile
|
|
1288
|
-
# phone number contact method in each
|
|
1289
|
-
# messaging is not supported in some
|
|
1290
|
-
# cannot be sent to some
|
|
1291
|
-
# [Notifications in Amazon
|
|
1288
|
+
# phone number contact method in each Amazon Web Services Region.
|
|
1289
|
+
# However, SMS text messaging is not supported in some Amazon Web
|
|
1290
|
+
# Services Regions, and SMS text messages cannot be sent to some
|
|
1291
|
+
# countries/regions. For more information, see [Notifications in Amazon
|
|
1292
|
+
# Lightsail][1].
|
|
1292
1293
|
#
|
|
1293
1294
|
#
|
|
1294
1295
|
#
|
|
@@ -1298,7 +1299,8 @@ module Aws::Lightsail
|
|
|
1298
1299
|
# The protocol of the contact method, such as `Email` or `SMS` (text
|
|
1299
1300
|
# messaging).
|
|
1300
1301
|
#
|
|
1301
|
-
# The `SMS` protocol is supported only in the following
|
|
1302
|
+
# The `SMS` protocol is supported only in the following Amazon Web
|
|
1303
|
+
# Services Regions.
|
|
1302
1304
|
#
|
|
1303
1305
|
# * US East (N. Virginia) (`us-east-1`)
|
|
1304
1306
|
#
|
|
@@ -1313,9 +1315,9 @@ module Aws::Lightsail
|
|
|
1313
1315
|
# * Asia Pacific (Sydney) (`ap-southeast-2`)
|
|
1314
1316
|
#
|
|
1315
1317
|
# For a list of countries/regions where SMS text messages can be sent,
|
|
1316
|
-
# and the latest
|
|
1317
|
-
# [Supported Regions and Countries][1] in the *Amazon SNS
|
|
1318
|
-
# Guide*.
|
|
1318
|
+
# and the latest Amazon Web Services Regions where SMS text messaging is
|
|
1319
|
+
# supported, see [Supported Regions and Countries][1] in the *Amazon SNS
|
|
1320
|
+
# Developer Guide*.
|
|
1319
1321
|
#
|
|
1320
1322
|
# For more information about notifications in Amazon Lightsail, see
|
|
1321
1323
|
# [Notifications in Amazon Lightsail][2].
|
|
@@ -1402,7 +1404,8 @@ module Aws::Lightsail
|
|
|
1402
1404
|
#
|
|
1403
1405
|
# The following are the requirements for container service names:
|
|
1404
1406
|
#
|
|
1405
|
-
# * Must be unique within each
|
|
1407
|
+
# * Must be unique within each Amazon Web Services Region in your
|
|
1408
|
+
# Lightsail account.
|
|
1406
1409
|
#
|
|
1407
1410
|
# * Must contain 1 to 63 characters.
|
|
1408
1411
|
#
|
|
@@ -3010,6 +3013,21 @@ module Aws::Lightsail
|
|
|
3010
3013
|
#
|
|
3011
3014
|
# The default value is `dualstack`.
|
|
3012
3015
|
#
|
|
3016
|
+
# @option params [String] :tls_policy_name
|
|
3017
|
+
# The name of the TLS policy to apply to the load balancer.
|
|
3018
|
+
#
|
|
3019
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
3020
|
+
# policy names that you can specify.
|
|
3021
|
+
#
|
|
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
|
+
#
|
|
3026
|
+
#
|
|
3027
|
+
#
|
|
3028
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
3029
|
+
# [2]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy
|
|
3030
|
+
#
|
|
3013
3031
|
# @return [Types::CreateLoadBalancerResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3014
3032
|
#
|
|
3015
3033
|
# * {Types::CreateLoadBalancerResult#operations #operations} => Array<Types::Operation>
|
|
@@ -3030,6 +3048,7 @@ module Aws::Lightsail
|
|
|
3030
3048
|
# },
|
|
3031
3049
|
# ],
|
|
3032
3050
|
# ip_address_type: "dualstack", # accepts dualstack, ipv4
|
|
3051
|
+
# tls_policy_name: "string",
|
|
3033
3052
|
# })
|
|
3034
3053
|
#
|
|
3035
3054
|
# @example Response structure
|
|
@@ -3723,7 +3742,8 @@ module Aws::Lightsail
|
|
|
3723
3742
|
# Deletes a Amazon Lightsail bucket.
|
|
3724
3743
|
#
|
|
3725
3744
|
# <note markdown="1"> When you delete your bucket, the bucket name is released and can be
|
|
3726
|
-
# reused for a new bucket in your account or another
|
|
3745
|
+
# reused for a new bucket in your account or another Amazon Web Services
|
|
3746
|
+
# account.
|
|
3727
3747
|
#
|
|
3728
3748
|
# </note>
|
|
3729
3749
|
#
|
|
@@ -3913,10 +3933,11 @@ module Aws::Lightsail
|
|
|
3913
3933
|
#
|
|
3914
3934
|
# A contact method is used to send you notifications about your Amazon
|
|
3915
3935
|
# Lightsail resources. You can add one email address and one mobile
|
|
3916
|
-
# phone number contact method in each
|
|
3917
|
-
# messaging is not supported in some
|
|
3918
|
-
# cannot be sent to some
|
|
3919
|
-
# [Notifications in Amazon
|
|
3936
|
+
# phone number contact method in each Amazon Web Services Region.
|
|
3937
|
+
# However, SMS text messaging is not supported in some Amazon Web
|
|
3938
|
+
# Services Regions, and SMS text messages cannot be sent to some
|
|
3939
|
+
# countries/regions. For more information, see [Notifications in Amazon
|
|
3940
|
+
# Lightsail][1].
|
|
3920
3941
|
#
|
|
3921
3942
|
#
|
|
3922
3943
|
#
|
|
@@ -5351,8 +5372,8 @@ module Aws::Lightsail
|
|
|
5351
5372
|
# </note>
|
|
5352
5373
|
#
|
|
5353
5374
|
# @option params [Boolean] :include_inactive
|
|
5354
|
-
# A Boolean value
|
|
5355
|
-
# request.
|
|
5375
|
+
# A Boolean value that indicates whether to include inactive
|
|
5376
|
+
# (unavailable) blueprints in the response of your request.
|
|
5356
5377
|
#
|
|
5357
5378
|
# @option params [String] :page_token
|
|
5358
5379
|
# The token to advance to the next page of results from your request.
|
|
@@ -5458,7 +5479,7 @@ module Aws::Lightsail
|
|
|
5458
5479
|
#
|
|
5459
5480
|
# @option params [Boolean] :include_inactive
|
|
5460
5481
|
# A Boolean value that indicates whether to include inactive
|
|
5461
|
-
# (unavailable) bundles in the response.
|
|
5482
|
+
# (unavailable) bundles in the response of your request.
|
|
5462
5483
|
#
|
|
5463
5484
|
# @return [Types::GetBucketBundlesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5464
5485
|
#
|
|
@@ -5629,8 +5650,8 @@ module Aws::Lightsail
|
|
|
5629
5650
|
# @option params [String] :bucket_name
|
|
5630
5651
|
# The name of the bucket for which to return information.
|
|
5631
5652
|
#
|
|
5632
|
-
# When omitted, the response includes all of your buckets in the
|
|
5633
|
-
# Region where the request is made.
|
|
5653
|
+
# When omitted, the response includes all of your buckets in the Amazon
|
|
5654
|
+
# Web Services Region where the request is made.
|
|
5634
5655
|
#
|
|
5635
5656
|
# @option params [String] :page_token
|
|
5636
5657
|
# The token to advance to the next page of results from your request.
|
|
@@ -5706,12 +5727,20 @@ module Aws::Lightsail
|
|
|
5706
5727
|
req.send_request(options)
|
|
5707
5728
|
end
|
|
5708
5729
|
|
|
5709
|
-
# Returns the
|
|
5710
|
-
#
|
|
5730
|
+
# Returns the bundles that you can apply to an Amazon Lightsail instance
|
|
5731
|
+
# when you create it.
|
|
5732
|
+
#
|
|
5733
|
+
# A bundle describes the specifications of an instance, such as the
|
|
5734
|
+
# monthly cost, amount of memory, the number of vCPUs, amount of storage
|
|
5735
|
+
# space, and monthly network data transfer quota.
|
|
5736
|
+
#
|
|
5737
|
+
# <note markdown="1"> Bundles are referred to as *instance plans* in the Lightsail console.
|
|
5738
|
+
#
|
|
5739
|
+
# </note>
|
|
5711
5740
|
#
|
|
5712
5741
|
# @option params [Boolean] :include_inactive
|
|
5713
|
-
# A Boolean value that indicates whether to include inactive
|
|
5714
|
-
#
|
|
5742
|
+
# A Boolean value that indicates whether to include inactive
|
|
5743
|
+
# (unavailable) bundles in the response of your request.
|
|
5715
5744
|
#
|
|
5716
5745
|
# @option params [String] :page_token
|
|
5717
5746
|
# The token to advance to the next page of results from your request.
|
|
@@ -5774,8 +5803,8 @@ module Aws::Lightsail
|
|
|
5774
5803
|
# `ISSUED` status.
|
|
5775
5804
|
#
|
|
5776
5805
|
# When omitted, the response includes all of your certificates in the
|
|
5777
|
-
#
|
|
5778
|
-
# status.
|
|
5806
|
+
# Amazon Web Services Region where the request is made, regardless of
|
|
5807
|
+
# their current status.
|
|
5779
5808
|
#
|
|
5780
5809
|
# @option params [Boolean] :include_certificate_details
|
|
5781
5810
|
# Indicates whether to include detailed information about the
|
|
@@ -5788,7 +5817,7 @@ module Aws::Lightsail
|
|
|
5788
5817
|
# The name for the certificate for which to return information.
|
|
5789
5818
|
#
|
|
5790
5819
|
# When omitted, the response includes all of your certificates in the
|
|
5791
|
-
#
|
|
5820
|
+
# Amazon Web Services Region where the request is made.
|
|
5792
5821
|
#
|
|
5793
5822
|
# @return [Types::GetCertificatesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
5794
5823
|
#
|
|
@@ -5914,10 +5943,11 @@ module Aws::Lightsail
|
|
|
5914
5943
|
#
|
|
5915
5944
|
# A contact method is used to send you notifications about your Amazon
|
|
5916
5945
|
# Lightsail resources. You can add one email address and one mobile
|
|
5917
|
-
# phone number contact method in each
|
|
5918
|
-
# messaging is not supported in some
|
|
5919
|
-
# cannot be sent to some
|
|
5920
|
-
# [Notifications in Amazon
|
|
5946
|
+
# phone number contact method in each Amazon Web Services Region.
|
|
5947
|
+
# However, SMS text messaging is not supported in some Amazon Web
|
|
5948
|
+
# Services Regions, and SMS text messages cannot be sent to some
|
|
5949
|
+
# countries/regions. For more information, see [Notifications in Amazon
|
|
5950
|
+
# Lightsail][1].
|
|
5921
5951
|
#
|
|
5922
5952
|
#
|
|
5923
5953
|
#
|
|
@@ -6358,7 +6388,7 @@ module Aws::Lightsail
|
|
|
6358
6388
|
# The name of the container service for which to return information.
|
|
6359
6389
|
#
|
|
6360
6390
|
# When omitted, the response includes all of your container services in
|
|
6361
|
-
# the
|
|
6391
|
+
# the Amazon Web Services Region where the request is made.
|
|
6362
6392
|
#
|
|
6363
6393
|
# @return [Types::ContainerServicesListResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
6364
6394
|
#
|
|
@@ -6908,7 +6938,7 @@ module Aws::Lightsail
|
|
|
6908
6938
|
# The name of the distribution for which to return information.
|
|
6909
6939
|
#
|
|
6910
6940
|
# When omitted, the response includes all of your distributions in the
|
|
6911
|
-
#
|
|
6941
|
+
# Amazon Web Services Region where the request is made.
|
|
6912
6942
|
#
|
|
6913
6943
|
# @option params [String] :page_token
|
|
6914
6944
|
# The token to advance to the next page of results from your request.
|
|
@@ -7961,6 +7991,8 @@ module Aws::Lightsail
|
|
|
7961
7991
|
# resp.load_balancer.configuration_options #=> Hash
|
|
7962
7992
|
# resp.load_balancer.configuration_options["LoadBalancerAttributeName"] #=> String
|
|
7963
7993
|
# resp.load_balancer.ip_address_type #=> String, one of "dualstack", "ipv4"
|
|
7994
|
+
# resp.load_balancer.https_redirection_enabled #=> Boolean
|
|
7995
|
+
# resp.load_balancer.tls_policy_name #=> String
|
|
7964
7996
|
#
|
|
7965
7997
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancer AWS API Documentation
|
|
7966
7998
|
#
|
|
@@ -8251,6 +8283,57 @@ module Aws::Lightsail
|
|
|
8251
8283
|
req.send_request(options)
|
|
8252
8284
|
end
|
|
8253
8285
|
|
|
8286
|
+
# Returns a list of TLS security policies that you can apply to
|
|
8287
|
+
# Lightsail load balancers.
|
|
8288
|
+
#
|
|
8289
|
+
# For more information about load balancer TLS security policies, see
|
|
8290
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
8291
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
8292
|
+
#
|
|
8293
|
+
#
|
|
8294
|
+
#
|
|
8295
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy
|
|
8296
|
+
#
|
|
8297
|
+
# @option params [String] :page_token
|
|
8298
|
+
# The token to advance to the next page of results from your request.
|
|
8299
|
+
#
|
|
8300
|
+
# To get a page token, perform an initial `GetLoadBalancerTlsPolicies`
|
|
8301
|
+
# request. If your results are paginated, the response will return a
|
|
8302
|
+
# next page token that you can specify as the page token in a subsequent
|
|
8303
|
+
# request.
|
|
8304
|
+
#
|
|
8305
|
+
# @return [Types::GetLoadBalancerTlsPoliciesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8306
|
+
#
|
|
8307
|
+
# * {Types::GetLoadBalancerTlsPoliciesResult#tls_policies #tls_policies} => Array<Types::LoadBalancerTlsPolicy>
|
|
8308
|
+
# * {Types::GetLoadBalancerTlsPoliciesResult#next_page_token #next_page_token} => String
|
|
8309
|
+
#
|
|
8310
|
+
# @example Request syntax with placeholder values
|
|
8311
|
+
#
|
|
8312
|
+
# resp = client.get_load_balancer_tls_policies({
|
|
8313
|
+
# page_token: "string",
|
|
8314
|
+
# })
|
|
8315
|
+
#
|
|
8316
|
+
# @example Response structure
|
|
8317
|
+
#
|
|
8318
|
+
# resp.tls_policies #=> Array
|
|
8319
|
+
# resp.tls_policies[0].name #=> String
|
|
8320
|
+
# resp.tls_policies[0].is_default #=> Boolean
|
|
8321
|
+
# resp.tls_policies[0].description #=> String
|
|
8322
|
+
# resp.tls_policies[0].protocols #=> Array
|
|
8323
|
+
# resp.tls_policies[0].protocols[0] #=> String
|
|
8324
|
+
# resp.tls_policies[0].ciphers #=> Array
|
|
8325
|
+
# resp.tls_policies[0].ciphers[0] #=> String
|
|
8326
|
+
# resp.next_page_token #=> String
|
|
8327
|
+
#
|
|
8328
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancerTlsPolicies AWS API Documentation
|
|
8329
|
+
#
|
|
8330
|
+
# @overload get_load_balancer_tls_policies(params = {})
|
|
8331
|
+
# @param [Hash] params ({})
|
|
8332
|
+
def get_load_balancer_tls_policies(params = {}, options = {})
|
|
8333
|
+
req = build_request(:get_load_balancer_tls_policies, params)
|
|
8334
|
+
req.send_request(options)
|
|
8335
|
+
end
|
|
8336
|
+
|
|
8254
8337
|
# Returns information about all load balancers in an account.
|
|
8255
8338
|
#
|
|
8256
8339
|
# @option params [String] :page_token
|
|
@@ -8301,6 +8384,8 @@ module Aws::Lightsail
|
|
|
8301
8384
|
# resp.load_balancers[0].configuration_options #=> Hash
|
|
8302
8385
|
# resp.load_balancers[0].configuration_options["LoadBalancerAttributeName"] #=> String
|
|
8303
8386
|
# resp.load_balancers[0].ip_address_type #=> String, one of "dualstack", "ipv4"
|
|
8387
|
+
# resp.load_balancers[0].https_redirection_enabled #=> Boolean
|
|
8388
|
+
# resp.load_balancers[0].tls_policy_name #=> String
|
|
8304
8389
|
# resp.next_page_token #=> String
|
|
8305
8390
|
#
|
|
8306
8391
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancers AWS API Documentation
|
|
@@ -8632,6 +8717,10 @@ module Aws::Lightsail
|
|
|
8632
8717
|
# next page token that you can specify as the page token in a subsequent
|
|
8633
8718
|
# request.
|
|
8634
8719
|
#
|
|
8720
|
+
# @option params [Boolean] :include_inactive
|
|
8721
|
+
# A Boolean value that indicates whether to include inactive
|
|
8722
|
+
# (unavailable) bundles in the response of your request.
|
|
8723
|
+
#
|
|
8635
8724
|
# @return [Types::GetRelationalDatabaseBundlesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
8636
8725
|
#
|
|
8637
8726
|
# * {Types::GetRelationalDatabaseBundlesResult#bundles #bundles} => Array<Types::RelationalDatabaseBundle>
|
|
@@ -8641,6 +8730,7 @@ module Aws::Lightsail
|
|
|
8641
8730
|
#
|
|
8642
8731
|
# resp = client.get_relational_database_bundles({
|
|
8643
8732
|
# page_token: "string",
|
|
8733
|
+
# include_inactive: false,
|
|
8644
8734
|
# })
|
|
8645
8735
|
#
|
|
8646
8736
|
# @example Response structure
|
|
@@ -9634,12 +9724,12 @@ module Aws::Lightsail
|
|
|
9634
9724
|
# triggered.
|
|
9635
9725
|
#
|
|
9636
9726
|
# A notification is not sent if a contact protocol is not specified, if
|
|
9637
|
-
# the specified contact protocol is not configured in the
|
|
9638
|
-
# if notifications are not enabled for the alarm
|
|
9639
|
-
# `notificationEnabled` paramater.
|
|
9727
|
+
# the specified contact protocol is not configured in the Amazon Web
|
|
9728
|
+
# Services Region, or if notifications are not enabled for the alarm
|
|
9729
|
+
# using the `notificationEnabled` paramater.
|
|
9640
9730
|
#
|
|
9641
9731
|
# Use the `CreateContactMethod` action to configure a contact protocol
|
|
9642
|
-
# in an
|
|
9732
|
+
# in an Amazon Web Services Region.
|
|
9643
9733
|
#
|
|
9644
9734
|
# @option params [Array<String>] :notification_triggers
|
|
9645
9735
|
# The alarm states that trigger a notification.
|
|
@@ -10064,10 +10154,11 @@ module Aws::Lightsail
|
|
|
10064
10154
|
#
|
|
10065
10155
|
# A contact method is used to send you notifications about your Amazon
|
|
10066
10156
|
# Lightsail resources. You can add one email address and one mobile
|
|
10067
|
-
# phone number contact method in each
|
|
10068
|
-
# messaging is not supported in some
|
|
10069
|
-
# cannot be sent to some
|
|
10070
|
-
# [Notifications in Amazon
|
|
10157
|
+
# phone number contact method in each Amazon Web Services Region.
|
|
10158
|
+
# However, SMS text messaging is not supported in some Amazon Web
|
|
10159
|
+
# Services Regions, and SMS text messages cannot be sent to some
|
|
10160
|
+
# countries/regions. For more information, see [Notifications in Amazon
|
|
10161
|
+
# Lightsail][1].
|
|
10071
10162
|
#
|
|
10072
10163
|
# A verification request is sent to the contact method when you
|
|
10073
10164
|
# initially create it. Use this action to send another verification
|
|
@@ -10133,8 +10224,9 @@ module Aws::Lightsail
|
|
|
10133
10224
|
# `LoadBalancer`.
|
|
10134
10225
|
#
|
|
10135
10226
|
# <note markdown="1"> Distribution-related APIs are available only in the N. Virginia
|
|
10136
|
-
# (`us-east-1`)
|
|
10137
|
-
# `us-east-1` to create, view, or edit
|
|
10227
|
+
# (`us-east-1`) Amazon Web Services Region. Set your Amazon Web Services
|
|
10228
|
+
# Region configuration to `us-east-1` to create, view, or edit
|
|
10229
|
+
# distributions.
|
|
10138
10230
|
#
|
|
10139
10231
|
# </note>
|
|
10140
10232
|
#
|
|
@@ -10189,7 +10281,7 @@ module Aws::Lightsail
|
|
|
10189
10281
|
# Lightsail bucket.
|
|
10190
10282
|
#
|
|
10191
10283
|
# Lightsail buckets currently support setting access for Lightsail
|
|
10192
|
-
# instances in the same
|
|
10284
|
+
# instances in the same Amazon Web Services Region.
|
|
10193
10285
|
#
|
|
10194
10286
|
# @option params [required, String] :resource_name
|
|
10195
10287
|
# The name of the Lightsail instance for which to set bucket access. The
|
|
@@ -10709,8 +10801,8 @@ module Aws::Lightsail
|
|
|
10709
10801
|
# Updates an existing Amazon Lightsail bucket.
|
|
10710
10802
|
#
|
|
10711
10803
|
# Use this action to update the configuration of an existing bucket,
|
|
10712
|
-
# such as versioning, public accessibility, and the
|
|
10713
|
-
# can access the bucket.
|
|
10804
|
+
# such as versioning, public accessibility, and the Amazon Web Services
|
|
10805
|
+
# accounts that can access the bucket.
|
|
10714
10806
|
#
|
|
10715
10807
|
# @option params [required, String] :bucket_name
|
|
10716
10808
|
# The name of the bucket to update.
|
|
@@ -10731,10 +10823,11 @@ module Aws::Lightsail
|
|
|
10731
10823
|
# bucket. Existing object versions are retained.
|
|
10732
10824
|
#
|
|
10733
10825
|
# @option params [Array<String>] :readonly_access_accounts
|
|
10734
|
-
# An array of strings to specify the
|
|
10735
|
-
# bucket.
|
|
10826
|
+
# An array of strings to specify the Amazon Web Services account IDs
|
|
10827
|
+
# that can access the bucket.
|
|
10736
10828
|
#
|
|
10737
|
-
# You can give a maximum of 10
|
|
10829
|
+
# You can give a maximum of 10 Amazon Web Services accounts access to a
|
|
10830
|
+
# bucket.
|
|
10738
10831
|
#
|
|
10739
10832
|
# @option params [Types::BucketAccessLogConfig] :access_log_config
|
|
10740
10833
|
# An object that describes the access log configuration for the bucket.
|
|
@@ -11275,11 +11368,44 @@ module Aws::Lightsail
|
|
|
11275
11368
|
# `my-load-balancer`.
|
|
11276
11369
|
#
|
|
11277
11370
|
# @option params [required, String] :attribute_name
|
|
11278
|
-
# The name of the attribute you want to update.
|
|
11371
|
+
# The name of the attribute you want to update.
|
|
11279
11372
|
#
|
|
11280
11373
|
# @option params [required, String] :attribute_value
|
|
11281
11374
|
# The value that you want to specify for the attribute name.
|
|
11282
11375
|
#
|
|
11376
|
+
# The following values are supported depending on what you specify for
|
|
11377
|
+
# the `attributeName` request parameter:
|
|
11378
|
+
#
|
|
11379
|
+
# * If you specify `HealthCheckPath` for the `attributeName` request
|
|
11380
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
11381
|
+
# path to ping on the target (for example, `/weather/us/wa/seattle`).
|
|
11382
|
+
#
|
|
11383
|
+
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
11384
|
+
# request parameter, then the `attributeValue` request parameter must
|
|
11385
|
+
# be `true` to activate session stickiness or `false` to deactivate
|
|
11386
|
+
# session stickiness.
|
|
11387
|
+
#
|
|
11388
|
+
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for the
|
|
11389
|
+
# `attributeName` request parameter, then the `attributeValue` request
|
|
11390
|
+
# parameter must be an interger that represents the cookie duration in
|
|
11391
|
+
# seconds.
|
|
11392
|
+
#
|
|
11393
|
+
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
11394
|
+
# request parameter, then the `attributeValue` request parameter must
|
|
11395
|
+
# be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
11396
|
+
# deactivate HTTP to HTTPS redirection.
|
|
11397
|
+
#
|
|
11398
|
+
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
11399
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
11400
|
+
# name of the TLS policy.
|
|
11401
|
+
#
|
|
11402
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
11403
|
+
# policy names that you can specify.
|
|
11404
|
+
#
|
|
11405
|
+
#
|
|
11406
|
+
#
|
|
11407
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
11408
|
+
#
|
|
11283
11409
|
# @return [Types::UpdateLoadBalancerAttributeResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
11284
11410
|
#
|
|
11285
11411
|
# * {Types::UpdateLoadBalancerAttributeResult#operations #operations} => Array<Types::Operation>
|
|
@@ -11288,7 +11414,7 @@ module Aws::Lightsail
|
|
|
11288
11414
|
#
|
|
11289
11415
|
# resp = client.update_load_balancer_attribute({
|
|
11290
11416
|
# load_balancer_name: "ResourceName", # required
|
|
11291
|
-
# attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds
|
|
11417
|
+
# attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds, HttpsRedirectionEnabled, TlsPolicyName
|
|
11292
11418
|
# attribute_value: "StringMax256", # required
|
|
11293
11419
|
# })
|
|
11294
11420
|
#
|
|
@@ -11558,7 +11684,7 @@ module Aws::Lightsail
|
|
|
11558
11684
|
params: params,
|
|
11559
11685
|
config: config)
|
|
11560
11686
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
11561
|
-
context[:gem_version] = '1.
|
|
11687
|
+
context[:gem_version] = '1.67.0'
|
|
11562
11688
|
Seahorse::Client::Request.new(handlers, context)
|
|
11563
11689
|
end
|
|
11564
11690
|
|
|
@@ -354,6 +354,8 @@ module Aws::Lightsail
|
|
|
354
354
|
GetLoadBalancerResult = Shapes::StructureShape.new(name: 'GetLoadBalancerResult')
|
|
355
355
|
GetLoadBalancerTlsCertificatesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesRequest')
|
|
356
356
|
GetLoadBalancerTlsCertificatesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsCertificatesResult')
|
|
357
|
+
GetLoadBalancerTlsPoliciesRequest = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesRequest')
|
|
358
|
+
GetLoadBalancerTlsPoliciesResult = Shapes::StructureShape.new(name: 'GetLoadBalancerTlsPoliciesResult')
|
|
357
359
|
GetLoadBalancersRequest = Shapes::StructureShape.new(name: 'GetLoadBalancersRequest')
|
|
358
360
|
GetLoadBalancersResult = Shapes::StructureShape.new(name: 'GetLoadBalancersResult')
|
|
359
361
|
GetOperationRequest = Shapes::StructureShape.new(name: 'GetOperationRequest')
|
|
@@ -461,6 +463,8 @@ module Aws::Lightsail
|
|
|
461
463
|
LoadBalancerTlsCertificateStatus = Shapes::StringShape.new(name: 'LoadBalancerTlsCertificateStatus')
|
|
462
464
|
LoadBalancerTlsCertificateSummary = Shapes::StructureShape.new(name: 'LoadBalancerTlsCertificateSummary')
|
|
463
465
|
LoadBalancerTlsCertificateSummaryList = Shapes::ListShape.new(name: 'LoadBalancerTlsCertificateSummaryList')
|
|
466
|
+
LoadBalancerTlsPolicy = Shapes::StructureShape.new(name: 'LoadBalancerTlsPolicy')
|
|
467
|
+
LoadBalancerTlsPolicyList = Shapes::ListShape.new(name: 'LoadBalancerTlsPolicyList')
|
|
464
468
|
LogEvent = Shapes::StructureShape.new(name: 'LogEvent')
|
|
465
469
|
LogEventList = Shapes::ListShape.new(name: 'LogEventList')
|
|
466
470
|
MetricDatapoint = Shapes::StructureShape.new(name: 'MetricDatapoint')
|
|
@@ -1224,6 +1228,7 @@ module Aws::Lightsail
|
|
|
1224
1228
|
CreateLoadBalancerRequest.add_member(:certificate_alternative_names, Shapes::ShapeRef.new(shape: DomainNameList, location_name: "certificateAlternativeNames"))
|
|
1225
1229
|
CreateLoadBalancerRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "tags"))
|
|
1226
1230
|
CreateLoadBalancerRequest.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
1231
|
+
CreateLoadBalancerRequest.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: string, location_name: "tlsPolicyName"))
|
|
1227
1232
|
CreateLoadBalancerRequest.struct_class = Types::CreateLoadBalancerRequest
|
|
1228
1233
|
|
|
1229
1234
|
CreateLoadBalancerResult.add_member(:operations, Shapes::ShapeRef.new(shape: OperationList, location_name: "operations"))
|
|
@@ -1921,6 +1926,13 @@ module Aws::Lightsail
|
|
|
1921
1926
|
GetLoadBalancerTlsCertificatesResult.add_member(:tls_certificates, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateList, location_name: "tlsCertificates"))
|
|
1922
1927
|
GetLoadBalancerTlsCertificatesResult.struct_class = Types::GetLoadBalancerTlsCertificatesResult
|
|
1923
1928
|
|
|
1929
|
+
GetLoadBalancerTlsPoliciesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
|
1930
|
+
GetLoadBalancerTlsPoliciesRequest.struct_class = Types::GetLoadBalancerTlsPoliciesRequest
|
|
1931
|
+
|
|
1932
|
+
GetLoadBalancerTlsPoliciesResult.add_member(:tls_policies, Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicyList, location_name: "tlsPolicies"))
|
|
1933
|
+
GetLoadBalancerTlsPoliciesResult.add_member(:next_page_token, Shapes::ShapeRef.new(shape: string, location_name: "nextPageToken"))
|
|
1934
|
+
GetLoadBalancerTlsPoliciesResult.struct_class = Types::GetLoadBalancerTlsPoliciesResult
|
|
1935
|
+
|
|
1924
1936
|
GetLoadBalancersRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
|
1925
1937
|
GetLoadBalancersRequest.struct_class = Types::GetLoadBalancersRequest
|
|
1926
1938
|
|
|
@@ -1965,6 +1977,7 @@ module Aws::Lightsail
|
|
|
1965
1977
|
GetRelationalDatabaseBlueprintsResult.struct_class = Types::GetRelationalDatabaseBlueprintsResult
|
|
1966
1978
|
|
|
1967
1979
|
GetRelationalDatabaseBundlesRequest.add_member(:page_token, Shapes::ShapeRef.new(shape: string, location_name: "pageToken"))
|
|
1980
|
+
GetRelationalDatabaseBundlesRequest.add_member(:include_inactive, Shapes::ShapeRef.new(shape: boolean, location_name: "includeInactive"))
|
|
1968
1981
|
GetRelationalDatabaseBundlesRequest.struct_class = Types::GetRelationalDatabaseBundlesRequest
|
|
1969
1982
|
|
|
1970
1983
|
GetRelationalDatabaseBundlesResult.add_member(:bundles, Shapes::ShapeRef.new(shape: RelationalDatabaseBundleList, location_name: "bundles"))
|
|
@@ -2278,6 +2291,8 @@ module Aws::Lightsail
|
|
|
2278
2291
|
LoadBalancer.add_member(:tls_certificate_summaries, Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummaryList, location_name: "tlsCertificateSummaries"))
|
|
2279
2292
|
LoadBalancer.add_member(:configuration_options, Shapes::ShapeRef.new(shape: LoadBalancerConfigurationOptions, location_name: "configurationOptions"))
|
|
2280
2293
|
LoadBalancer.add_member(:ip_address_type, Shapes::ShapeRef.new(shape: IpAddressType, location_name: "ipAddressType"))
|
|
2294
|
+
LoadBalancer.add_member(:https_redirection_enabled, Shapes::ShapeRef.new(shape: boolean, location_name: "httpsRedirectionEnabled"))
|
|
2295
|
+
LoadBalancer.add_member(:tls_policy_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "tlsPolicyName"))
|
|
2281
2296
|
LoadBalancer.struct_class = Types::LoadBalancer
|
|
2282
2297
|
|
|
2283
2298
|
LoadBalancerConfigurationOptions.key = Shapes::ShapeRef.new(shape: LoadBalancerAttributeName)
|
|
@@ -2339,6 +2354,15 @@ module Aws::Lightsail
|
|
|
2339
2354
|
|
|
2340
2355
|
LoadBalancerTlsCertificateSummaryList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsCertificateSummary)
|
|
2341
2356
|
|
|
2357
|
+
LoadBalancerTlsPolicy.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
|
2358
|
+
LoadBalancerTlsPolicy.add_member(:is_default, Shapes::ShapeRef.new(shape: boolean, location_name: "isDefault"))
|
|
2359
|
+
LoadBalancerTlsPolicy.add_member(:description, Shapes::ShapeRef.new(shape: string, location_name: "description"))
|
|
2360
|
+
LoadBalancerTlsPolicy.add_member(:protocols, Shapes::ShapeRef.new(shape: StringList, location_name: "protocols"))
|
|
2361
|
+
LoadBalancerTlsPolicy.add_member(:ciphers, Shapes::ShapeRef.new(shape: StringList, location_name: "ciphers"))
|
|
2362
|
+
LoadBalancerTlsPolicy.struct_class = Types::LoadBalancerTlsPolicy
|
|
2363
|
+
|
|
2364
|
+
LoadBalancerTlsPolicyList.member = Shapes::ShapeRef.new(shape: LoadBalancerTlsPolicy)
|
|
2365
|
+
|
|
2342
2366
|
LogEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: IsoDate, location_name: "createdAt"))
|
|
2343
2367
|
LogEvent.add_member(:message, Shapes::ShapeRef.new(shape: string, location_name: "message"))
|
|
2344
2368
|
LogEvent.struct_class = Types::LogEvent
|
|
@@ -4332,6 +4356,19 @@ module Aws::Lightsail
|
|
|
4332
4356
|
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
|
4333
4357
|
end)
|
|
4334
4358
|
|
|
4359
|
+
api.add_operation(:get_load_balancer_tls_policies, Seahorse::Model::Operation.new.tap do |o|
|
|
4360
|
+
o.name = "GetLoadBalancerTlsPolicies"
|
|
4361
|
+
o.http_method = "POST"
|
|
4362
|
+
o.http_request_uri = "/"
|
|
4363
|
+
o.input = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesRequest)
|
|
4364
|
+
o.output = Shapes::ShapeRef.new(shape: GetLoadBalancerTlsPoliciesResult)
|
|
4365
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
|
4366
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
4367
|
+
o.errors << Shapes::ShapeRef.new(shape: AccountSetupInProgressException)
|
|
4368
|
+
o.errors << Shapes::ShapeRef.new(shape: UnauthenticatedException)
|
|
4369
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
|
4370
|
+
end)
|
|
4371
|
+
|
|
4335
4372
|
api.add_operation(:get_load_balancers, Seahorse::Model::Operation.new.tap do |o|
|
|
4336
4373
|
o.name = "GetLoadBalancers"
|
|
4337
4374
|
o.http_method = "POST"
|
|
@@ -1114,7 +1114,8 @@ module Aws::Lightsail
|
|
|
1114
1114
|
# @return [String]
|
|
1115
1115
|
#
|
|
1116
1116
|
# @!attribute [rw] location
|
|
1117
|
-
#
|
|
1117
|
+
# An object that describes the location of the bucket, such as the
|
|
1118
|
+
# Amazon Web Services Region and Availability Zone.
|
|
1118
1119
|
# @return [Types::ResourceLocation]
|
|
1119
1120
|
#
|
|
1120
1121
|
# @!attribute [rw] name
|
|
@@ -1155,8 +1156,8 @@ module Aws::Lightsail
|
|
|
1155
1156
|
# Indicates whether the bundle that is currently applied to a bucket
|
|
1156
1157
|
# can be changed to another bundle.
|
|
1157
1158
|
#
|
|
1158
|
-
# You can update a bucket's bundle only one time within a monthly
|
|
1159
|
-
# billing cycle.
|
|
1159
|
+
# You can update a bucket's bundle only one time within a monthly
|
|
1160
|
+
# Amazon Web Services billing cycle.
|
|
1160
1161
|
#
|
|
1161
1162
|
# Use the [UpdateBucketBundle][1] action to change a bucket's bundle.
|
|
1162
1163
|
#
|
|
@@ -1166,8 +1167,8 @@ module Aws::Lightsail
|
|
|
1166
1167
|
# @return [Boolean]
|
|
1167
1168
|
#
|
|
1168
1169
|
# @!attribute [rw] readonly_access_accounts
|
|
1169
|
-
# An array of strings that specify the
|
|
1170
|
-
# read-only access to the bucket.
|
|
1170
|
+
# An array of strings that specify the Amazon Web Services account IDs
|
|
1171
|
+
# that have read-only access to the bucket.
|
|
1171
1172
|
# @return [Array<String>]
|
|
1172
1173
|
#
|
|
1173
1174
|
# @!attribute [rw] resources_receiving_access
|
|
@@ -1242,7 +1243,7 @@ module Aws::Lightsail
|
|
|
1242
1243
|
# @!attribute [rw] destination
|
|
1243
1244
|
# The name of the bucket where the access logs are saved. The
|
|
1244
1245
|
# destination can be a Lightsail bucket in the same account, and in
|
|
1245
|
-
# the same
|
|
1246
|
+
# the same Amazon Web Services Region as the source bucket.
|
|
1246
1247
|
#
|
|
1247
1248
|
# <note markdown="1"> This parameter is required when enabling the access log for a
|
|
1248
1249
|
# bucket, and should be omitted when disabling the access log.
|
|
@@ -1970,8 +1971,8 @@ module Aws::Lightsail
|
|
|
1970
1971
|
# @return [Time]
|
|
1971
1972
|
#
|
|
1972
1973
|
# @!attribute [rw] location
|
|
1973
|
-
# A list of objects describing the Availability Zone and
|
|
1974
|
-
# the CloudFormation stack record.
|
|
1974
|
+
# A list of objects describing the Availability Zone and Amazon Web
|
|
1975
|
+
# Services Region of the CloudFormation stack record.
|
|
1975
1976
|
# @return [Types::ResourceLocation]
|
|
1976
1977
|
#
|
|
1977
1978
|
# @!attribute [rw] resource_type
|
|
@@ -2079,7 +2080,8 @@ module Aws::Lightsail
|
|
|
2079
2080
|
# @return [Time]
|
|
2080
2081
|
#
|
|
2081
2082
|
# @!attribute [rw] location
|
|
2082
|
-
#
|
|
2083
|
+
# An object that describes the location of the contact method, such as
|
|
2084
|
+
# the Amazon Web Services Region and Availability Zone.
|
|
2083
2085
|
# @return [Types::ResourceLocation]
|
|
2084
2086
|
#
|
|
2085
2087
|
# @!attribute [rw] resource_type
|
|
@@ -2209,7 +2211,7 @@ module Aws::Lightsail
|
|
|
2209
2211
|
#
|
|
2210
2212
|
# @!attribute [rw] location
|
|
2211
2213
|
# An object that describes the location of the container service, such
|
|
2212
|
-
# as the
|
|
2214
|
+
# as the Amazon Web Services Region and Availability Zone.
|
|
2213
2215
|
# @return [Types::ResourceLocation]
|
|
2214
2216
|
#
|
|
2215
2217
|
# @!attribute [rw] resource_type
|
|
@@ -2301,9 +2303,9 @@ module Aws::Lightsail
|
|
|
2301
2303
|
# The principal ARN of the container service.
|
|
2302
2304
|
#
|
|
2303
2305
|
# The principal ARN can be used to create a trust relationship between
|
|
2304
|
-
# your standard
|
|
2305
|
-
# allows you to give your service permission
|
|
2306
|
-
# your standard
|
|
2306
|
+
# your standard Amazon Web Services account and your Lightsail
|
|
2307
|
+
# container service. This allows you to give your service permission
|
|
2308
|
+
# to access resources in your standard Amazon Web Services account.
|
|
2307
2309
|
# @return [String]
|
|
2308
2310
|
#
|
|
2309
2311
|
# @!attribute [rw] private_domain_name
|
|
@@ -2861,8 +2863,8 @@ module Aws::Lightsail
|
|
|
2861
2863
|
# @return [String]
|
|
2862
2864
|
#
|
|
2863
2865
|
# @!attribute [rw] source_region
|
|
2864
|
-
# The
|
|
2865
|
-
# located.
|
|
2866
|
+
# The Amazon Web Services Region where the source manual or automatic
|
|
2867
|
+
# snapshot is located.
|
|
2866
2868
|
# @return [String]
|
|
2867
2869
|
#
|
|
2868
2870
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CopySnapshotRequest AWS API Documentation
|
|
@@ -3157,7 +3159,8 @@ module Aws::Lightsail
|
|
|
3157
3159
|
# The protocol of the contact method, such as `Email` or `SMS` (text
|
|
3158
3160
|
# messaging).
|
|
3159
3161
|
#
|
|
3160
|
-
# The `SMS` protocol is supported only in the following
|
|
3162
|
+
# The `SMS` protocol is supported only in the following Amazon Web
|
|
3163
|
+
# Services Regions.
|
|
3161
3164
|
#
|
|
3162
3165
|
# * US East (N. Virginia) (`us-east-1`)
|
|
3163
3166
|
#
|
|
@@ -3172,9 +3175,9 @@ module Aws::Lightsail
|
|
|
3172
3175
|
# * Asia Pacific (Sydney) (`ap-southeast-2`)
|
|
3173
3176
|
#
|
|
3174
3177
|
# For a list of countries/regions where SMS text messages can be sent,
|
|
3175
|
-
# and the latest
|
|
3176
|
-
# see [Supported Regions and Countries][1] in the
|
|
3177
|
-
# Developer Guide*.
|
|
3178
|
+
# and the latest Amazon Web Services Regions where SMS text messaging
|
|
3179
|
+
# is supported, see [Supported Regions and Countries][1] in the
|
|
3180
|
+
# *Amazon SNS Developer Guide*.
|
|
3178
3181
|
#
|
|
3179
3182
|
# For more information about notifications in Amazon Lightsail, see
|
|
3180
3183
|
# [Notifications in Amazon Lightsail][2].
|
|
@@ -3371,7 +3374,8 @@ module Aws::Lightsail
|
|
|
3371
3374
|
#
|
|
3372
3375
|
# The following are the requirements for container service names:
|
|
3373
3376
|
#
|
|
3374
|
-
# * Must be unique within each
|
|
3377
|
+
# * Must be unique within each Amazon Web Services Region in your
|
|
3378
|
+
# Lightsail account.
|
|
3375
3379
|
#
|
|
3376
3380
|
# * Must contain 1 to 63 characters.
|
|
3377
3381
|
#
|
|
@@ -4524,6 +4528,7 @@ module Aws::Lightsail
|
|
|
4524
4528
|
# },
|
|
4525
4529
|
# ],
|
|
4526
4530
|
# ip_address_type: "dualstack", # accepts dualstack, ipv4
|
|
4531
|
+
# tls_policy_name: "string",
|
|
4527
4532
|
# }
|
|
4528
4533
|
#
|
|
4529
4534
|
# @!attribute [rw] load_balancer_name
|
|
@@ -4581,6 +4586,22 @@ module Aws::Lightsail
|
|
|
4581
4586
|
# The default value is `dualstack`.
|
|
4582
4587
|
# @return [String]
|
|
4583
4588
|
#
|
|
4589
|
+
# @!attribute [rw] tls_policy_name
|
|
4590
|
+
# The name of the TLS policy to apply to the load balancer.
|
|
4591
|
+
#
|
|
4592
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of TLS
|
|
4593
|
+
# policy names that you can specify.
|
|
4594
|
+
#
|
|
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
|
+
#
|
|
4599
|
+
#
|
|
4600
|
+
#
|
|
4601
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
4602
|
+
# [2]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy
|
|
4603
|
+
# @return [String]
|
|
4604
|
+
#
|
|
4584
4605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateLoadBalancerRequest AWS API Documentation
|
|
4585
4606
|
#
|
|
4586
4607
|
class CreateLoadBalancerRequest < Struct.new(
|
|
@@ -4591,7 +4612,8 @@ module Aws::Lightsail
|
|
|
4591
4612
|
:certificate_domain_name,
|
|
4592
4613
|
:certificate_alternative_names,
|
|
4593
4614
|
:tags,
|
|
4594
|
-
:ip_address_type
|
|
4615
|
+
:ip_address_type,
|
|
4616
|
+
:tls_policy_name)
|
|
4595
4617
|
SENSITIVE = []
|
|
4596
4618
|
include Aws::Structure
|
|
4597
4619
|
end
|
|
@@ -7112,8 +7134,8 @@ module Aws::Lightsail
|
|
|
7112
7134
|
# }
|
|
7113
7135
|
#
|
|
7114
7136
|
# @!attribute [rw] include_inactive
|
|
7115
|
-
# A Boolean value
|
|
7116
|
-
# your request.
|
|
7137
|
+
# A Boolean value that indicates whether to include inactive
|
|
7138
|
+
# (unavailable) blueprints in the response of your request.
|
|
7117
7139
|
# @return [Boolean]
|
|
7118
7140
|
#
|
|
7119
7141
|
# @!attribute [rw] page_token
|
|
@@ -7199,7 +7221,7 @@ module Aws::Lightsail
|
|
|
7199
7221
|
#
|
|
7200
7222
|
# @!attribute [rw] include_inactive
|
|
7201
7223
|
# A Boolean value that indicates whether to include inactive
|
|
7202
|
-
# (unavailable) bundles in the response.
|
|
7224
|
+
# (unavailable) bundles in the response of your request.
|
|
7203
7225
|
# @return [Boolean]
|
|
7204
7226
|
#
|
|
7205
7227
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetBucketBundlesRequest AWS API Documentation
|
|
@@ -7367,8 +7389,8 @@ module Aws::Lightsail
|
|
|
7367
7389
|
# @!attribute [rw] bucket_name
|
|
7368
7390
|
# The name of the bucket for which to return information.
|
|
7369
7391
|
#
|
|
7370
|
-
# When omitted, the response includes all of your buckets in the
|
|
7371
|
-
# Region where the request is made.
|
|
7392
|
+
# When omitted, the response includes all of your buckets in the
|
|
7393
|
+
# Amazon Web Services Region where the request is made.
|
|
7372
7394
|
# @return [String]
|
|
7373
7395
|
#
|
|
7374
7396
|
# @!attribute [rw] page_token
|
|
@@ -7448,8 +7470,8 @@ module Aws::Lightsail
|
|
|
7448
7470
|
# }
|
|
7449
7471
|
#
|
|
7450
7472
|
# @!attribute [rw] include_inactive
|
|
7451
|
-
# A Boolean value that indicates whether to include inactive
|
|
7452
|
-
#
|
|
7473
|
+
# A Boolean value that indicates whether to include inactive
|
|
7474
|
+
# (unavailable) bundles in the response of your request.
|
|
7453
7475
|
# @return [Boolean]
|
|
7454
7476
|
#
|
|
7455
7477
|
# @!attribute [rw] page_token
|
|
@@ -7511,8 +7533,8 @@ module Aws::Lightsail
|
|
|
7511
7533
|
# `ISSUED` status.
|
|
7512
7534
|
#
|
|
7513
7535
|
# When omitted, the response includes all of your certificates in the
|
|
7514
|
-
#
|
|
7515
|
-
# status.
|
|
7536
|
+
# Amazon Web Services Region where the request is made, regardless of
|
|
7537
|
+
# their current status.
|
|
7516
7538
|
# @return [Array<String>]
|
|
7517
7539
|
#
|
|
7518
7540
|
# @!attribute [rw] include_certificate_details
|
|
@@ -7527,7 +7549,7 @@ module Aws::Lightsail
|
|
|
7527
7549
|
# The name for the certificate for which to return information.
|
|
7528
7550
|
#
|
|
7529
7551
|
# When omitted, the response includes all of your certificates in the
|
|
7530
|
-
#
|
|
7552
|
+
# Amazon Web Services Region where the request is made.
|
|
7531
7553
|
# @return [String]
|
|
7532
7554
|
#
|
|
7533
7555
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetCertificatesRequest AWS API Documentation
|
|
@@ -7995,7 +8017,7 @@ module Aws::Lightsail
|
|
|
7995
8017
|
# The name of the container service for which to return information.
|
|
7996
8018
|
#
|
|
7997
8019
|
# When omitted, the response includes all of your container services
|
|
7998
|
-
# in the
|
|
8020
|
+
# in the Amazon Web Services Region where the request is made.
|
|
7999
8021
|
# @return [String]
|
|
8000
8022
|
#
|
|
8001
8023
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetContainerServicesRequest AWS API Documentation
|
|
@@ -8428,7 +8450,7 @@ module Aws::Lightsail
|
|
|
8428
8450
|
# The name of the distribution for which to return information.
|
|
8429
8451
|
#
|
|
8430
8452
|
# When omitted, the response includes all of your distributions in the
|
|
8431
|
-
#
|
|
8453
|
+
# Amazon Web Services Region where the request is made.
|
|
8432
8454
|
# @return [String]
|
|
8433
8455
|
#
|
|
8434
8456
|
# @!attribute [rw] page_token
|
|
@@ -9440,6 +9462,55 @@ module Aws::Lightsail
|
|
|
9440
9462
|
include Aws::Structure
|
|
9441
9463
|
end
|
|
9442
9464
|
|
|
9465
|
+
# @note When making an API call, you may pass GetLoadBalancerTlsPoliciesRequest
|
|
9466
|
+
# data as a hash:
|
|
9467
|
+
#
|
|
9468
|
+
# {
|
|
9469
|
+
# page_token: "string",
|
|
9470
|
+
# }
|
|
9471
|
+
#
|
|
9472
|
+
# @!attribute [rw] page_token
|
|
9473
|
+
# The token to advance to the next page of results from your request.
|
|
9474
|
+
#
|
|
9475
|
+
# To get a page token, perform an initial `GetLoadBalancerTlsPolicies`
|
|
9476
|
+
# request. If your results are paginated, the response will return a
|
|
9477
|
+
# next page token that you can specify as the page token in a
|
|
9478
|
+
# subsequent request.
|
|
9479
|
+
# @return [String]
|
|
9480
|
+
#
|
|
9481
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancerTlsPoliciesRequest AWS API Documentation
|
|
9482
|
+
#
|
|
9483
|
+
class GetLoadBalancerTlsPoliciesRequest < Struct.new(
|
|
9484
|
+
:page_token)
|
|
9485
|
+
SENSITIVE = []
|
|
9486
|
+
include Aws::Structure
|
|
9487
|
+
end
|
|
9488
|
+
|
|
9489
|
+
# @!attribute [rw] tls_policies
|
|
9490
|
+
# An array of objects that describe the TLS security policies that are
|
|
9491
|
+
# available.
|
|
9492
|
+
# @return [Array<Types::LoadBalancerTlsPolicy>]
|
|
9493
|
+
#
|
|
9494
|
+
# @!attribute [rw] next_page_token
|
|
9495
|
+
# The token to advance to the next page of results from your request.
|
|
9496
|
+
#
|
|
9497
|
+
# A next page token is not returned if there are no more results to
|
|
9498
|
+
# display.
|
|
9499
|
+
#
|
|
9500
|
+
# To get the next page of results, perform another
|
|
9501
|
+
# `GetLoadBalancerTlsPolicies` request and specify the next page token
|
|
9502
|
+
# using the `pageToken` parameter.
|
|
9503
|
+
# @return [String]
|
|
9504
|
+
#
|
|
9505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetLoadBalancerTlsPoliciesResult AWS API Documentation
|
|
9506
|
+
#
|
|
9507
|
+
class GetLoadBalancerTlsPoliciesResult < Struct.new(
|
|
9508
|
+
:tls_policies,
|
|
9509
|
+
:next_page_token)
|
|
9510
|
+
SENSITIVE = []
|
|
9511
|
+
include Aws::Structure
|
|
9512
|
+
end
|
|
9513
|
+
|
|
9443
9514
|
# @note When making an API call, you may pass GetLoadBalancersRequest
|
|
9444
9515
|
# data as a hash:
|
|
9445
9516
|
#
|
|
@@ -9734,6 +9805,7 @@ module Aws::Lightsail
|
|
|
9734
9805
|
#
|
|
9735
9806
|
# {
|
|
9736
9807
|
# page_token: "string",
|
|
9808
|
+
# include_inactive: false,
|
|
9737
9809
|
# }
|
|
9738
9810
|
#
|
|
9739
9811
|
# @!attribute [rw] page_token
|
|
@@ -9745,10 +9817,16 @@ module Aws::Lightsail
|
|
|
9745
9817
|
# specify as the page token in a subsequent request.
|
|
9746
9818
|
# @return [String]
|
|
9747
9819
|
#
|
|
9820
|
+
# @!attribute [rw] include_inactive
|
|
9821
|
+
# A Boolean value that indicates whether to include inactive
|
|
9822
|
+
# (unavailable) bundles in the response of your request.
|
|
9823
|
+
# @return [Boolean]
|
|
9824
|
+
#
|
|
9748
9825
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/GetRelationalDatabaseBundlesRequest AWS API Documentation
|
|
9749
9826
|
#
|
|
9750
9827
|
class GetRelationalDatabaseBundlesRequest < Struct.new(
|
|
9751
|
-
:page_token
|
|
9828
|
+
:page_token,
|
|
9829
|
+
:include_inactive)
|
|
9752
9830
|
SENSITIVE = []
|
|
9753
9831
|
include Aws::Structure
|
|
9754
9832
|
end
|
|
@@ -11622,8 +11700,9 @@ module Aws::Lightsail
|
|
|
11622
11700
|
# the validation rules of an input field.
|
|
11623
11701
|
#
|
|
11624
11702
|
# <note markdown="1"> Domain and distribution APIs are only available in the N. Virginia
|
|
11625
|
-
# (`us-east-1`)
|
|
11626
|
-
# `us-east-1` to create, view, or edit
|
|
11703
|
+
# (`us-east-1`) Amazon Web Services Region. Please set your Amazon Web
|
|
11704
|
+
# Services Region configuration to `us-east-1` to create, view, or edit
|
|
11705
|
+
# these resources.
|
|
11627
11706
|
#
|
|
11628
11707
|
# </note>
|
|
11629
11708
|
#
|
|
@@ -11753,11 +11832,12 @@ module Aws::Lightsail
|
|
|
11753
11832
|
#
|
|
11754
11833
|
# @!attribute [rw] location
|
|
11755
11834
|
# An object that describes the location of the distribution, such as
|
|
11756
|
-
# the
|
|
11835
|
+
# the Amazon Web Services Region and Availability Zone.
|
|
11757
11836
|
#
|
|
11758
11837
|
# <note markdown="1"> Lightsail distributions are global resources that can reference an
|
|
11759
|
-
# origin in any
|
|
11760
|
-
# However, all distributions are located in the `us-east-1`
|
|
11838
|
+
# origin in any Amazon Web Services Region, and distribute its content
|
|
11839
|
+
# globally. However, all distributions are located in the `us-east-1`
|
|
11840
|
+
# Region.
|
|
11761
11841
|
#
|
|
11762
11842
|
# </note>
|
|
11763
11843
|
# @return [Types::ResourceLocation]
|
|
@@ -11966,6 +12046,15 @@ module Aws::Lightsail
|
|
|
11966
12046
|
# IPv4 and IPv6.
|
|
11967
12047
|
# @return [String]
|
|
11968
12048
|
#
|
|
12049
|
+
# @!attribute [rw] https_redirection_enabled
|
|
12050
|
+
# A Boolean value that indicates whether HTTPS redirection is enabled
|
|
12051
|
+
# for the load balancer.
|
|
12052
|
+
# @return [Boolean]
|
|
12053
|
+
#
|
|
12054
|
+
# @!attribute [rw] tls_policy_name
|
|
12055
|
+
# The name of the TLS security policy for the load balancer.
|
|
12056
|
+
# @return [String]
|
|
12057
|
+
#
|
|
11969
12058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancer AWS API Documentation
|
|
11970
12059
|
#
|
|
11971
12060
|
class LoadBalancer < Struct.new(
|
|
@@ -11985,7 +12074,9 @@ module Aws::Lightsail
|
|
|
11985
12074
|
:instance_health_summary,
|
|
11986
12075
|
:tls_certificate_summaries,
|
|
11987
12076
|
:configuration_options,
|
|
11988
|
-
:ip_address_type
|
|
12077
|
+
:ip_address_type,
|
|
12078
|
+
:https_redirection_enabled,
|
|
12079
|
+
:tls_policy_name)
|
|
11989
12080
|
SENSITIVE = []
|
|
11990
12081
|
include Aws::Structure
|
|
11991
12082
|
end
|
|
@@ -12377,6 +12468,52 @@ module Aws::Lightsail
|
|
|
12377
12468
|
include Aws::Structure
|
|
12378
12469
|
end
|
|
12379
12470
|
|
|
12471
|
+
# Describes the TLS security policies that are available for Lightsail
|
|
12472
|
+
# load balancers.
|
|
12473
|
+
#
|
|
12474
|
+
# For more information about load balancer TLS security policies, see
|
|
12475
|
+
# [Configuring TLS security policies on your Amazon Lightsail load
|
|
12476
|
+
# balancers][1] in the *Amazon Lightsail Developer Guide*.
|
|
12477
|
+
#
|
|
12478
|
+
#
|
|
12479
|
+
#
|
|
12480
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-configure-load-balancer-tls-security-policy
|
|
12481
|
+
#
|
|
12482
|
+
# @!attribute [rw] name
|
|
12483
|
+
# The name of the TLS security policy.
|
|
12484
|
+
# @return [String]
|
|
12485
|
+
#
|
|
12486
|
+
# @!attribute [rw] is_default
|
|
12487
|
+
# A Boolean value that indicates whether the TLS security policy is
|
|
12488
|
+
# the default.
|
|
12489
|
+
# @return [Boolean]
|
|
12490
|
+
#
|
|
12491
|
+
# @!attribute [rw] description
|
|
12492
|
+
# The description of the TLS security policy.
|
|
12493
|
+
# @return [String]
|
|
12494
|
+
#
|
|
12495
|
+
# @!attribute [rw] protocols
|
|
12496
|
+
# The protocols used in a given TLS security policy.
|
|
12497
|
+
# @return [Array<String>]
|
|
12498
|
+
#
|
|
12499
|
+
# @!attribute [rw] ciphers
|
|
12500
|
+
# The ciphers used by the TLS security policy.
|
|
12501
|
+
#
|
|
12502
|
+
# The ciphers are listed in order of preference.
|
|
12503
|
+
# @return [Array<String>]
|
|
12504
|
+
#
|
|
12505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/LoadBalancerTlsPolicy AWS API Documentation
|
|
12506
|
+
#
|
|
12507
|
+
class LoadBalancerTlsPolicy < Struct.new(
|
|
12508
|
+
:name,
|
|
12509
|
+
:is_default,
|
|
12510
|
+
:description,
|
|
12511
|
+
:protocols,
|
|
12512
|
+
:ciphers)
|
|
12513
|
+
SENSITIVE = []
|
|
12514
|
+
include Aws::Structure
|
|
12515
|
+
end
|
|
12516
|
+
|
|
12380
12517
|
# Describes a database log event.
|
|
12381
12518
|
#
|
|
12382
12519
|
# @!attribute [rw] created_at
|
|
@@ -12580,7 +12717,7 @@ module Aws::Lightsail
|
|
|
12580
12717
|
# @return [Time]
|
|
12581
12718
|
#
|
|
12582
12719
|
# @!attribute [rw] location
|
|
12583
|
-
# The
|
|
12720
|
+
# The Amazon Web Services Region and Availability Zone.
|
|
12584
12721
|
# @return [Types::ResourceLocation]
|
|
12585
12722
|
#
|
|
12586
12723
|
# @!attribute [rw] is_terminal
|
|
@@ -13089,12 +13226,12 @@ module Aws::Lightsail
|
|
|
13089
13226
|
# triggered.
|
|
13090
13227
|
#
|
|
13091
13228
|
# A notification is not sent if a contact protocol is not specified,
|
|
13092
|
-
# if the specified contact protocol is not configured in the
|
|
13093
|
-
# Region, or if notifications are not enabled for the
|
|
13094
|
-
# `notificationEnabled` paramater.
|
|
13229
|
+
# if the specified contact protocol is not configured in the Amazon
|
|
13230
|
+
# Web Services Region, or if notifications are not enabled for the
|
|
13231
|
+
# alarm using the `notificationEnabled` paramater.
|
|
13095
13232
|
#
|
|
13096
13233
|
# Use the `CreateContactMethod` action to configure a contact protocol
|
|
13097
|
-
# in an
|
|
13234
|
+
# in an Amazon Web Services Region.
|
|
13098
13235
|
# @return [Array<String>]
|
|
13099
13236
|
#
|
|
13100
13237
|
# @!attribute [rw] notification_triggers
|
|
@@ -13421,8 +13558,8 @@ module Aws::Lightsail
|
|
|
13421
13558
|
end
|
|
13422
13559
|
|
|
13423
13560
|
# @!attribute [rw] container_image
|
|
13424
|
-
#
|
|
13425
|
-
# Lightsail container service
|
|
13561
|
+
# An object that describes a container image that is registered to a
|
|
13562
|
+
# Lightsail container service
|
|
13426
13563
|
# @return [Types::ContainerImage]
|
|
13427
13564
|
#
|
|
13428
13565
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/RegisterContainerImageResult AWS API Documentation
|
|
@@ -14207,8 +14344,9 @@ module Aws::Lightsail
|
|
|
14207
14344
|
# `LoadBalancer`.
|
|
14208
14345
|
#
|
|
14209
14346
|
# <note markdown="1"> Distribution-related APIs are available only in the N. Virginia
|
|
14210
|
-
# (`us-east-1`)
|
|
14211
|
-
# `us-east-1` to create, view, or
|
|
14347
|
+
# (`us-east-1`) Amazon Web Services Region. Set your Amazon Web
|
|
14348
|
+
# Services Region configuration to `us-east-1` to create, view, or
|
|
14349
|
+
# edit distributions.
|
|
14212
14350
|
#
|
|
14213
14351
|
# </note>
|
|
14214
14352
|
# @return [String]
|
|
@@ -14831,10 +14969,11 @@ module Aws::Lightsail
|
|
|
14831
14969
|
# @return [String]
|
|
14832
14970
|
#
|
|
14833
14971
|
# @!attribute [rw] readonly_access_accounts
|
|
14834
|
-
# An array of strings to specify the
|
|
14835
|
-
# the bucket.
|
|
14972
|
+
# An array of strings to specify the Amazon Web Services account IDs
|
|
14973
|
+
# that can access the bucket.
|
|
14836
14974
|
#
|
|
14837
|
-
# You can give a maximum of 10
|
|
14975
|
+
# You can give a maximum of 10 Amazon Web Services accounts access to
|
|
14976
|
+
# a bucket.
|
|
14838
14977
|
# @return [Array<String>]
|
|
14839
14978
|
#
|
|
14840
14979
|
# @!attribute [rw] access_log_config
|
|
@@ -14996,7 +15135,9 @@ module Aws::Lightsail
|
|
|
14996
15135
|
end
|
|
14997
15136
|
|
|
14998
15137
|
# @!attribute [rw] operation
|
|
14999
|
-
#
|
|
15138
|
+
# An object that describes the result of the action, such as the
|
|
15139
|
+
# status of the request, the timestamp of the request, and the
|
|
15140
|
+
# resources affected by the request.
|
|
15000
15141
|
# @return [Types::Operation]
|
|
15001
15142
|
#
|
|
15002
15143
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateDistributionBundleResult AWS API Documentation
|
|
@@ -15168,7 +15309,7 @@ module Aws::Lightsail
|
|
|
15168
15309
|
#
|
|
15169
15310
|
# {
|
|
15170
15311
|
# load_balancer_name: "ResourceName", # required
|
|
15171
|
-
# attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds
|
|
15312
|
+
# attribute_name: "HealthCheckPath", # required, accepts HealthCheckPath, SessionStickinessEnabled, SessionStickiness_LB_CookieDurationSeconds, HttpsRedirectionEnabled, TlsPolicyName
|
|
15172
15313
|
# attribute_value: "StringMax256", # required
|
|
15173
15314
|
# }
|
|
15174
15315
|
#
|
|
@@ -15178,12 +15319,45 @@ module Aws::Lightsail
|
|
|
15178
15319
|
# @return [String]
|
|
15179
15320
|
#
|
|
15180
15321
|
# @!attribute [rw] attribute_name
|
|
15181
|
-
# The name of the attribute you want to update.
|
|
15182
|
-
# below.
|
|
15322
|
+
# The name of the attribute you want to update.
|
|
15183
15323
|
# @return [String]
|
|
15184
15324
|
#
|
|
15185
15325
|
# @!attribute [rw] attribute_value
|
|
15186
15326
|
# The value that you want to specify for the attribute name.
|
|
15327
|
+
#
|
|
15328
|
+
# The following values are supported depending on what you specify for
|
|
15329
|
+
# the `attributeName` request parameter:
|
|
15330
|
+
#
|
|
15331
|
+
# * If you specify `HealthCheckPath` for the `attributeName` request
|
|
15332
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
15333
|
+
# path to ping on the target (for example,
|
|
15334
|
+
# `/weather/us/wa/seattle`).
|
|
15335
|
+
#
|
|
15336
|
+
# * If you specify `SessionStickinessEnabled` for the `attributeName`
|
|
15337
|
+
# request parameter, then the `attributeValue` request parameter
|
|
15338
|
+
# must be `true` to activate session stickiness or `false` to
|
|
15339
|
+
# deactivate session stickiness.
|
|
15340
|
+
#
|
|
15341
|
+
# * If you specify `SessionStickiness_LB_CookieDurationSeconds` for
|
|
15342
|
+
# the `attributeName` request parameter, then the `attributeValue`
|
|
15343
|
+
# request parameter must be an interger that represents the cookie
|
|
15344
|
+
# duration in seconds.
|
|
15345
|
+
#
|
|
15346
|
+
# * If you specify `HttpsRedirectionEnabled` for the `attributeName`
|
|
15347
|
+
# request parameter, then the `attributeValue` request parameter
|
|
15348
|
+
# must be `true` to activate HTTP to HTTPS redirection or `false` to
|
|
15349
|
+
# deactivate HTTP to HTTPS redirection.
|
|
15350
|
+
#
|
|
15351
|
+
# * If you specify `TlsPolicyName` for the `attributeName` request
|
|
15352
|
+
# parameter, then the `attributeValue` request parameter must be the
|
|
15353
|
+
# name of the TLS policy.
|
|
15354
|
+
#
|
|
15355
|
+
# Use the [GetLoadBalancerTlsPolicies][1] action to get a list of
|
|
15356
|
+
# TLS policy names that you can specify.
|
|
15357
|
+
#
|
|
15358
|
+
#
|
|
15359
|
+
#
|
|
15360
|
+
# [1]: https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_GetLoadBalancerTlsPolicies.html
|
|
15187
15361
|
# @return [String]
|
|
15188
15362
|
#
|
|
15189
15363
|
# @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.67.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-
|
|
11
|
+
date: 2022-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|