aws-sdk-lightsail 1.41.0 → 1.42.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/lib/aws-sdk-lightsail.rb +1 -1
- data/lib/aws-sdk-lightsail/client.rb +8 -5
- data/lib/aws-sdk-lightsail/types.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: 68450ec2c9b59d60d45f8cdc31ff75427a8a14033130a020e583394ccd39b10f
|
|
4
|
+
data.tar.gz: 9a927504e8a54672f4b4d3b8bd9436f11b7d98e84818cfcafe372f7316303937
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 199c1c79830689130800b88f9b7e5a592f7434d1e8c2525abc47ab249d64865d4490cf534613892f6da801970bc12f4a2f4b2d82f5e104a9e402b7e4261fca1c
|
|
7
|
+
data.tar.gz: 1ae3ac45ecf80b495aa765e607a14078183c9e1b1b5b46a4d26e1e3f07b0545306f9d67be3ba65a16823f0eac4afe12e6c44cfbec57b55ff69784ea5269abee7
|
data/lib/aws-sdk-lightsail.rb
CHANGED
|
@@ -1507,9 +1507,9 @@ module Aws::Lightsail
|
|
|
1507
1507
|
# in credentials.
|
|
1508
1508
|
#
|
|
1509
1509
|
# <note markdown="1"> You can only push container images to the container service registry
|
|
1510
|
-
# of your Lightsail account. You cannot pull container images perform
|
|
1510
|
+
# of your Lightsail account. You cannot pull container images or perform
|
|
1511
1511
|
# any other container image management actions on the container service
|
|
1512
|
-
# registry
|
|
1512
|
+
# registry.
|
|
1513
1513
|
#
|
|
1514
1514
|
# </note>
|
|
1515
1515
|
#
|
|
@@ -1521,11 +1521,14 @@ module Aws::Lightsail
|
|
|
1521
1521
|
# Control (lightsailctl) plugin to push container images to your
|
|
1522
1522
|
# Lightsail container service. For more information, see [Pushing and
|
|
1523
1523
|
# managing container images on your Amazon Lightsail container
|
|
1524
|
-
# services]
|
|
1525
|
-
# Dev Guide*.
|
|
1524
|
+
# services][1] in the *Lightsail Dev Guide*.
|
|
1526
1525
|
#
|
|
1527
1526
|
# </note>
|
|
1528
1527
|
#
|
|
1528
|
+
#
|
|
1529
|
+
#
|
|
1530
|
+
# [1]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-pushing-container-images
|
|
1531
|
+
#
|
|
1529
1532
|
# @return [Types::CreateContainerServiceRegistryLoginResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1530
1533
|
#
|
|
1531
1534
|
# * {Types::CreateContainerServiceRegistryLoginResult#registry_login #registry_login} => Types::ContainerServiceRegistryLogin
|
|
@@ -10500,7 +10503,7 @@ module Aws::Lightsail
|
|
|
10500
10503
|
params: params,
|
|
10501
10504
|
config: config)
|
|
10502
10505
|
context[:gem_name] = 'aws-sdk-lightsail'
|
|
10503
|
-
context[:gem_version] = '1.
|
|
10506
|
+
context[:gem_version] = '1.42.0'
|
|
10504
10507
|
Seahorse::Client::Request.new(handlers, context)
|
|
10505
10508
|
end
|
|
10506
10509
|
|
|
@@ -1215,7 +1215,7 @@ module Aws::Lightsail
|
|
|
1215
1215
|
#
|
|
1216
1216
|
# [1]: https://console.aws.amazon.com/support/home
|
|
1217
1217
|
# [2]: https://www.virustotal.com/gui/home/url
|
|
1218
|
-
# [3]: https://
|
|
1218
|
+
# [3]: https://developers.google.com/web/fundamentals/security/hacked
|
|
1219
1219
|
# @return [String]
|
|
1220
1220
|
#
|
|
1221
1221
|
# @!attribute [rw] in_use_resource_count
|
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.42.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-01-
|
|
11
|
+
date: 2021-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|