aws-sdk-lightsail 1.73.0 → 1.74.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: ad44986a7d1b3abea5d00d22ea01fc2b94178a7ea1f667a9f873f5c787a6983f
4
- data.tar.gz: 6f1f75fe3adad8f41f4f81803fca82285874759d9e775ce83b242d39af1ad901
3
+ metadata.gz: 031b29693ccdc3bb6a1c81c19161dd371076651a2cea6bb1469d0d512f391538
4
+ data.tar.gz: 1e0f61fbb5f5bd53557ce4f48f9e03c6930ad8ee8e4c8ac49afbc2bc8171f182
5
5
  SHA512:
6
- metadata.gz: 36c7fbbf073e4c61542d445a73df5229654ba905494d27147872c5b8d148b42dc544868051f0340b0258f05e31bd39d428747e2c31874f7adaae99be00462742
7
- data.tar.gz: c5e22c077449594801c97e5182e3c5058aab526c5c0ce53bb7510a90de94ec096fa064c33b0f5d007525ec7c268f9488576296a19e3f0ce2e0bd9a43350f76eb
6
+ metadata.gz: 14d4c4ee3f6faf1055ead960c09ef4e980c318fe1c7afced5f5c935e2354653edc67de1295660a9f782b3f4d5439fab598778c5a6399b2c4e11c76a329e9ad8c
7
+ data.tar.gz: 04ad606e761f98715a176574ff120c69c6bf94974a30ba3e3325a5243586bd804d4ebabead6ead9bd8526c4660ca23100e0e6dad56fc0c38ab229aa1da5d7a29
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2023-02-09)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Lightsail
8
+
4
9
  1.73.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -11879,7 +11879,7 @@ module Aws::Lightsail
11879
11879
  params: params,
11880
11880
  config: config)
11881
11881
  context[:gem_name] = 'aws-sdk-lightsail'
11882
- context[:gem_version] = '1.73.0'
11882
+ context[:gem_version] = '1.74.0'
11883
11883
  Seahorse::Client::Request.new(handlers, context)
11884
11884
  end
11885
11885
 
@@ -906,7 +906,8 @@ module Aws::Lightsail
906
906
  include Aws::Structure
907
907
  end
908
908
 
909
- # Describes an Availability Zone.
909
+ # Describes an Availability Zone. This is returned only as part of a
910
+ # `GetRegions` request.
910
911
  #
911
912
  # @!attribute [rw] zone_name
912
913
  # The name of the Availability Zone. The format is `us-east-2a`
@@ -2523,8 +2524,8 @@ module Aws::Lightsail
2523
2524
  include Aws::Structure
2524
2525
  end
2525
2526
 
2526
- # Describes the login information for the container image registry of an
2527
- # Amazon Lightsail account.
2527
+ # Describes the sign-in credentials for the container image registry of
2528
+ # an Amazon Lightsail account.
2528
2529
  #
2529
2530
  # @!attribute [rw] username
2530
2531
  # The container service registry username to use to push container
@@ -2537,8 +2538,8 @@ module Aws::Lightsail
2537
2538
  # @return [String]
2538
2539
  #
2539
2540
  # @!attribute [rw] expires_at
2540
- # The timestamp of when the container image registry username and
2541
- # password expire.
2541
+ # The timestamp of when the container image registry sign-in
2542
+ # credentials expire.
2542
2543
  #
2543
2544
  # The log in credentials expire 12 hours after they are created, at
2544
2545
  # which point you will need to create a new set of log in credentials
@@ -5883,9 +5884,12 @@ module Aws::Lightsail
5883
5884
  #
5884
5885
  # @!attribute [rw] is_alias
5885
5886
  # When `true`, specifies whether the domain entry is an alias used by
5886
- # the Lightsail load balancer. You can include an alias (A type)
5887
- # record in your request, which points to a load balancer DNS name and
5888
- # routes traffic to your load balancer.
5887
+ # the Lightsail load balancer, Lightsail container service, Lightsail
5888
+ # content delivery network (CDN) distribution, or another Amazon Web
5889
+ # Services resource. You can include an alias (A type) record in your
5890
+ # request, which points to the DNS name of a load balancer, container
5891
+ # service, CDN distribution, or other Amazon Web Services resource and
5892
+ # routes traffic to that resource.
5889
5893
  # @return [Boolean]
5890
5894
  #
5891
5895
  # @!attribute [rw] type
@@ -14062,7 +14066,9 @@ module Aws::Lightsail
14062
14066
  end
14063
14067
 
14064
14068
  # @!attribute [rw] operation
14065
- # Describes the API operation.
14069
+ # An array of objects that describe the result of the action, such as
14070
+ # the status of the request, the timestamp of the request, and the
14071
+ # resources affected by the request.
14066
14072
  # @return [Types::Operation]
14067
14073
  #
14068
14074
  # @see http://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/UpdateInstanceMetadataOptionsResult AWS API Documentation
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lightsail/customizations'
52
52
  # @!group service
53
53
  module Aws::Lightsail
54
54
 
55
- GEM_VERSION = '1.73.0'
55
+ GEM_VERSION = '1.74.0'
56
56
 
57
57
  end
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.73.0
4
+ version: 1.74.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core