aws-sdk-lightsail 1.73.0 → 1.74.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lightsail/client.rb +1 -1
- data/lib/aws-sdk-lightsail/types.rb +15 -9
- 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: 031b29693ccdc3bb6a1c81c19161dd371076651a2cea6bb1469d0d512f391538
|
4
|
+
data.tar.gz: 1e0f61fbb5f5bd53557ce4f48f9e03c6930ad8ee8e4c8ac49afbc2bc8171f182
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 14d4c4ee3f6faf1055ead960c09ef4e980c318fe1c7afced5f5c935e2354653edc67de1295660a9f782b3f4d5439fab598778c5a6399b2c4e11c76a329e9ad8c
|
7
|
+
data.tar.gz: 04ad606e761f98715a176574ff120c69c6bf94974a30ba3e3325a5243586bd804d4ebabead6ead9bd8526c4660ca23100e0e6dad56fc0c38ab229aa1da5d7a29
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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
|
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
|
2541
|
-
#
|
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
|
5887
|
-
#
|
5888
|
-
#
|
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
|
-
#
|
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
|
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.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-
|
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
|