aws-sdk-lightsail 1.43.0 → 1.44.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f587e0f05d9267519a1f89bb1c53ba0bb19a0c4f2ba4dcd2d0e774c2773dc148
4
- data.tar.gz: 77094569fdde106e9cde964684eeffee2d053d948eda22157b3ecc6287f7b4dc
3
+ metadata.gz: 848229b5415aa778527512afeaed5b2920ec2ef1eb08c50cdbaf11641bc79fc1
4
+ data.tar.gz: 1ba846ac409f0edaef2c372de86831b2bc78735af5b8401feb9ba82f10c384ca
5
5
  SHA512:
6
- metadata.gz: 445097eaab9a8faf447f4035cfb92e9fb8a297cebfc8abbe89887bb6cfefcce2ac6d96c8cc13d6f38eb39d5e37ec0578ede7dd48db2ae691bc51d0b4c5726e69
7
- data.tar.gz: 784a84c97d1cf892be78ea0d5a60c13c22d7b53c0a9550a81809136c18e81d411c655738613ba4795db3331d7553508f31d9f7fa55275cdda8b46139233c5a6a
6
+ metadata.gz: c23956b2b34f086ac8441e4af4c3d2f3a04d620ae81b20e549e16ddb7c55ba25fef7a3a39db74bbc7f2d442f86e2993a7e605c7f0534a1b42036fc3daa1b140e
7
+ data.tar.gz: b5ce6c867e42e74204227e59e96fb02e68383b119b5afe98c2ca1c8e44a75cb3df1500c97e5f0cd3f01731bec2e536ea6655d8d6c219e85b47363c3e10ec9816
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lightsail/customizations'
48
48
  # @!group service
49
49
  module Aws::Lightsail
50
50
 
51
- GEM_VERSION = '1.43.0'
51
+ GEM_VERSION = '1.44.0'
52
52
 
53
53
  end
@@ -874,12 +874,14 @@ module Aws::Lightsail
874
874
  req.send_request(options)
875
875
  end
876
876
 
877
- # Creates an SSL/TLS certificate for a Amazon Lightsail content delivery
878
- # network (CDN) distribution.
877
+ # Creates an SSL/TLS certificate for an Amazon Lightsail content
878
+ # delivery network (CDN) distribution and a container service.
879
879
  #
880
- # After the certificate is created, use the
881
- # `AttachCertificateToDistribution` action to attach the certificate to
882
- # your distribution.
880
+ # After the certificate is valid, use the
881
+ # `AttachCertificateToDistribution` action to use the certificate and
882
+ # its domains with your distribution. Or use the
883
+ # `UpdateContainerService` action to use the certificate and its domains
884
+ # with your container service.
883
885
  #
884
886
  # Only certificates created in the `us-east-1` AWS Region can be
885
887
  # attached to Lightsail distributions. Lightsail distributions are
@@ -2811,7 +2813,7 @@ module Aws::Lightsail
2811
2813
  req.send_request(options)
2812
2814
  end
2813
2815
 
2814
- # Creates a Lightsail load balancer TLS certificate.
2816
+ # Creates an SSL/TLS certificate for an Amazon Lightsail load balancer.
2815
2817
  #
2816
2818
  # TLS is just an updated, more secure version of Secure Socket Layer
2817
2819
  # (SSL).
@@ -2912,7 +2914,7 @@ module Aws::Lightsail
2912
2914
  # [1]: https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-controlling-access-using-tags
2913
2915
  #
2914
2916
  # @option params [required, String] :relational_database_name
2915
- # The name to use for your new database.
2917
+ # The name to use for your new Lightsail database resource.
2916
2918
  #
2917
2919
  # Constraints:
2918
2920
  #
@@ -9097,11 +9099,14 @@ module Aws::Lightsail
9097
9099
  # Control (lightsailctl) plugin to push container images to your
9098
9100
  # Lightsail container service. For more information, see [Pushing and
9099
9101
  # managing container images on your Amazon Lightsail container
9100
- # services](amazon-lightsail-pushing-container-images) in the *Lightsail
9101
- # Dev Guide*.
9102
+ # services][1] in the *Lightsail Dev Guide*.
9102
9103
  #
9103
9104
  # </note>
9104
9105
  #
9106
+ #
9107
+ #
9108
+ # [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-pushing-container-images
9109
+ #
9105
9110
  # @option params [required, String] :service_name
9106
9111
  # The name of the container service for which to register a container
9107
9112
  # image.
@@ -9317,7 +9322,7 @@ module Aws::Lightsail
9317
9322
  req.send_request(options)
9318
9323
  end
9319
9324
 
9320
- # Sets the IP address type for a Amazon Lightsail resource.
9325
+ # Sets the IP address type for an Amazon Lightsail resource.
9321
9326
  #
9322
9327
  # Use this action to enable dual-stack for a resource, which enables
9323
9328
  # IPv4 and IPv6 for the specified resource. Alternately, you can use
@@ -10503,7 +10508,7 @@ module Aws::Lightsail
10503
10508
  params: params,
10504
10509
  config: config)
10505
10510
  context[:gem_name] = 'aws-sdk-lightsail'
10506
- context[:gem_version] = '1.43.0'
10511
+ context[:gem_version] = '1.44.0'
10507
10512
  Seahorse::Client::Request.new(handlers, context)
10508
10513
  end
10509
10514
 
@@ -1947,26 +1947,31 @@ module Aws::Lightsail
1947
1947
  #
1948
1948
  # @!attribute [rw] healthy_threshold
1949
1949
  # The number of consecutive health checks successes required before
1950
- # moving the container to the `Healthy` state.
1950
+ # moving the container to the `Healthy` state. The default value is
1951
+ # `2`.
1951
1952
  # @return [Integer]
1952
1953
  #
1953
1954
  # @!attribute [rw] unhealthy_threshold
1954
1955
  # The number of consecutive health check failures required before
1955
- # moving the container to the `Unhealthy` state.
1956
+ # moving the container to the `Unhealthy` state. The default value is
1957
+ # `2`.
1956
1958
  # @return [Integer]
1957
1959
  #
1958
1960
  # @!attribute [rw] timeout_seconds
1959
1961
  # The amount of time, in seconds, during which no response means a
1960
- # failed health check. You may specify between 2 and 60 seconds.
1962
+ # failed health check. You can specify between 2 and 60 seconds. The
1963
+ # default value is `2`.
1961
1964
  # @return [Integer]
1962
1965
  #
1963
1966
  # @!attribute [rw] interval_seconds
1964
1967
  # The approximate interval, in seconds, between health checks of an
1965
- # individual container. You may specify between 5 and 300 seconds.
1968
+ # individual container. You can specify between 5 and 300 seconds. The
1969
+ # default value is `5`.
1966
1970
  # @return [Integer]
1967
1971
  #
1968
1972
  # @!attribute [rw] path
1969
- # The path on the container on which to perform the health check.
1973
+ # The path on the container on which to perform the health check. The
1974
+ # default value is `/`.
1970
1975
  # @return [String]
1971
1976
  #
1972
1977
  # @!attribute [rw] success_codes
@@ -4065,7 +4070,7 @@ module Aws::Lightsail
4065
4070
  # }
4066
4071
  #
4067
4072
  # @!attribute [rw] relational_database_name
4068
- # The name to use for your new database.
4073
+ # The name to use for your new Lightsail database resource.
4069
4074
  #
4070
4075
  # Constraints:
4071
4076
  #
@@ -10864,7 +10869,7 @@ module Aws::Lightsail
10864
10869
  #
10865
10870
  # [1]: https://console.aws.amazon.com/support/home
10866
10871
  # [2]: https://www.virustotal.com/gui/home/url
10867
- # [3]: https://www.google.com/webmasters/hacked/?hl=en
10872
+ # [3]: https://developers.google.com/web/fundamentals/security/hacked
10868
10873
  # @return [String]
10869
10874
  #
10870
10875
  # @!attribute [rw] issued_at
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.43.0
4
+ version: 1.44.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core