aws-sdk-lightsail 1.59.0 → 1.60.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: fb3de81a1e1f78c9f23f0d0ed443cd454e7f19bf8e3e89b94b7b7335ae25a303
4
- data.tar.gz: b0a00e82d76790d8094f0d4b3a8a9c5d1ecc0af1804292377bab516aa4def355
3
+ metadata.gz: 565c4b8b0d44e2aedfd3786c7e23673260816ab73b9a30059e9aa466cf534448
4
+ data.tar.gz: 2229144074224b4fddd0b470339c39ac29b71da05fd6772bdd14c38ce02e55fe
5
5
  SHA512:
6
- metadata.gz: 5c04c269802c4f54e08a13a897565e6c7895ea1ad3496cc075dc7cb80b39c8799c3e6ee8d3cc33a331390ee05f54af3542f1a6603483775525a3c2e0b97ad282
7
- data.tar.gz: 98bcde750fcd225a238a04241a77dab0720fa15c810e9b91a0121101ba16a2841aae31e1cff8bf06bce9332211fea53e52f4a7b2a539b6787b387bf18e9e2516
6
+ metadata.gz: 7a36e86cd9fce3e328b41570b375fa21fb527fc5a0d032c6fbd520921013e11da9f11ec6626d9d5e9da7e6aa1c7061f6fbb8333d331db6437311ae7ec40a54c0
7
+ data.tar.gz: f6a5b4905a8f7c2c89628b6a87e00d21c042102dc9de58f5abc5dcc6eeafac8713cbf0ffd3248f6e7b3502f32bc9f91f41557fbfc81dc28650128af8e59a879e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2021-11-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -119,7 +119,9 @@ module Aws::Lightsail
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -11451,7 +11453,7 @@ module Aws::Lightsail
11451
11453
  params: params,
11452
11454
  config: config)
11453
11455
  context[:gem_name] = 'aws-sdk-lightsail'
11454
- context[:gem_version] = '1.59.0'
11456
+ context[:gem_version] = '1.60.0'
11455
11457
  Seahorse::Client::Request.new(handlers, context)
11456
11458
  end
11457
11459
 
@@ -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.59.0'
51
+ GEM_VERSION = '1.60.0'
52
52
 
53
53
  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.59.0
4
+ version: 1.60.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-11-04 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core