aws-sdk-lightsail 1.41.0 → 1.42.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd99f097fa4c42256d46616cf7a9b3199dee29396e39d03ea8f7864e711ad99f
4
- data.tar.gz: dc8ac09d48333497afb05c673796d1e37f5017f255d5c0ccf0121113020ee8ea
3
+ metadata.gz: 68450ec2c9b59d60d45f8cdc31ff75427a8a14033130a020e583394ccd39b10f
4
+ data.tar.gz: 9a927504e8a54672f4b4d3b8bd9436f11b7d98e84818cfcafe372f7316303937
5
5
  SHA512:
6
- metadata.gz: 69775277c76c4564468d9b36b1c8979b40cfa9c39efda31a3ec56bc20db6f0073803cfab790d719e25fbc33b06bd0958ee0caa1b53e9f3cc73020a8f608eeefe
7
- data.tar.gz: 2e8affe1df50c1baf0c51fbc7a8db5e022ce50469bd7fe4c3c0a6c9c3e4217b97d9a62d9aeaa09b890cea5f8122b631368c4e277f0a44932e4ad84227241bf82
6
+ metadata.gz: 199c1c79830689130800b88f9b7e5a592f7434d1e8c2525abc47ab249d64865d4490cf534613892f6da801970bc12f4a2f4b2d82f5e104a9e402b7e4261fca1c
7
+ data.tar.gz: 1ae3ac45ecf80b495aa765e607a14078183c9e1b1b5b46a4d26e1e3f07b0545306f9d67be3ba65a16823f0eac4afe12e6c44cfbec57b55ff69784ea5269abee7
@@ -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.41.0'
51
+ GEM_VERSION = '1.42.0'
52
52
 
53
53
  end
@@ -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 of your Lightsail account.
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](amazon-lightsail-pushing-container-images) in the *Lightsail
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.41.0'
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://www.google.com/webmasters/hacked/?hl=en
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.41.0
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-12 00:00:00.000000000 Z
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