aws-sdk-lightsail 1.49.0 → 1.50.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: 39e9a3e0216e09b59de302e730c95587456045f406379edf432c2852f3e2f805
4
- data.tar.gz: 230d46466634719a9087a0b015e53b89ea658f16c95ef5bc8957deab15c2b739
3
+ metadata.gz: f3c7e73978a3230e7d08e1416a750a2b595f7a708abd46245d7e5f1a82d93a05
4
+ data.tar.gz: e01365a53c6590769578c9d3545ae448fb45e2965b0f46b4da5953c00f2b59c9
5
5
  SHA512:
6
- metadata.gz: 152b300c72c414ecd6f6383bac8e13a2483dc400890343845985b282bf3f5edd63788c0d40312a0569b27502d722e7370f441a016b099155f62ceb264abe711f
7
- data.tar.gz: 11fe8a1cb88920e188151c7e1291173ab96e8e3007fc37458ea42b8381ea095cf1e2398af040a73df4abc6a9f267d37a2e67e1eaef4f6e1236825480ea179e8a
6
+ metadata.gz: c8d9b2394db2612138e765babe5910072e6461ee78bc98007a396af3993a27c9f15476fffb7eb27c053225b0a68f0841ff49b5c45d17aae99e99acf491a549d5
7
+ data.tar.gz: 84a3e52ae81ed42fd2667c7ae6c5f27c79145fa9609c9727e949cc044f36e78a304102c92601f05ce11f8968229f9d5e0d64c798c2e651b044e33b6fc2951540
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.50.0 (2021-05-27)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Lightsail
8
+
4
9
  1.49.0 (2021-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.50.0
@@ -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.49.0'
51
+ GEM_VERSION = '1.50.0'
52
52
 
53
53
  end
@@ -2100,7 +2100,8 @@ module Aws::Lightsail
2100
2100
  # <note markdown="1"> You cannot register a new domain name using Lightsail. You must
2101
2101
  # register a domain name using Amazon Route 53 or another domain name
2102
2102
  # registrar. If you have already registered your domain, you can enter
2103
- # its name in this parameter to manage the DNS records for that domain.
2103
+ # its name in this parameter to manage the DNS records for that domain
2104
+ # using Lightsail.
2104
2105
  #
2105
2106
  # </note>
2106
2107
  #
@@ -10593,7 +10594,7 @@ module Aws::Lightsail
10593
10594
  params: params,
10594
10595
  config: config)
10595
10596
  context[:gem_name] = 'aws-sdk-lightsail'
10596
- context[:gem_version] = '1.49.0'
10597
+ context[:gem_version] = '1.50.0'
10597
10598
  Seahorse::Client::Request.new(handlers, context)
10598
10599
  end
10599
10600
 
@@ -3290,8 +3290,8 @@ module Aws::Lightsail
3290
3290
  # <note markdown="1"> You cannot register a new domain name using Lightsail. You must
3291
3291
  # register a domain name using Amazon Route 53 or another domain name
3292
3292
  # registrar. If you have already registered your domain, you can enter
3293
- # its name in this parameter to manage the DNS records for that
3294
- # domain.
3293
+ # its name in this parameter to manage the DNS records for that domain
3294
+ # using Lightsail.
3295
3295
  #
3296
3296
  # </note>
3297
3297
  # @return [String]
@@ -5781,12 +5781,17 @@ module Aws::Lightsail
5781
5781
  # @return [String]
5782
5782
  #
5783
5783
  # @!attribute [rw] target
5784
- # The target AWS name server (e.g., `ns-111.awsdns-22.com.`).
5784
+ # The target IP address (e.g., `192.0.2.0`), or AWS name server (e.g.,
5785
+ # `ns-111.awsdns-22.com.`).
5785
5786
  #
5786
5787
  # For Lightsail load balancers, the value looks like
5787
5788
  # `ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com`.
5789
+ # For Lightsail distributions, the value looks like
5790
+ # `exampled1182ne.cloudfront.net`. For Lightsail container services,
5791
+ # the value looks like
5792
+ # `container-service-1.example23scljs.us-west-2.cs.amazonlightsail.com`.
5788
5793
  # Be sure to also set `isAlias` to `true` when setting up an A record
5789
- # for a load balancer.
5794
+ # for a Lightsail load balancer, distribution, or container service.
5790
5795
  # @return [String]
5791
5796
  #
5792
5797
  # @!attribute [rw] is_alias
@@ -5797,14 +5802,17 @@ module Aws::Lightsail
5797
5802
  # @return [Boolean]
5798
5803
  #
5799
5804
  # @!attribute [rw] type
5800
- # The type of domain entry, such as address (A), canonical name
5801
- # (CNAME), mail exchanger (MX), name server (NS), start of authority
5802
- # (SOA), service locator (SRV), or text (TXT).
5805
+ # The type of domain entry, such as address for IPv4 (A), address for
5806
+ # IPv6 (AAAA), canonical name (CNAME), mail exchanger (MX), name
5807
+ # server (NS), start of authority (SOA), service locator (SRV), or
5808
+ # text (TXT).
5803
5809
  #
5804
5810
  # The following domain entry types can be used:
5805
5811
  #
5806
5812
  # * `A`
5807
5813
  #
5814
+ # * `AAA`
5815
+ #
5808
5816
  # * `CNAME`
5809
5817
  #
5810
5818
  # * `MX`
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.49.0
4
+ version: 1.50.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-05-19 00:00:00.000000000 Z
11
+ date: 2021-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core