aws-sdk-devopsguru 1.15.0 → 1.16.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: 549978919bc33422ba1f5bd97a5425d8e4a8ba1097d227e19aa1c535c6e89ea4
4
- data.tar.gz: 59e84ee1a9f915938132a31a86fb5665f877a167ffc47b61c8a712a4ed7518df
3
+ metadata.gz: ea7c78dfefffeea873815e67baeccd450032a1022ea8332553082e779e844dc8
4
+ data.tar.gz: 7897ace96f3fb912c378447d23d48cca9fd68e80f157a4191a2e9535ede79619
5
5
  SHA512:
6
- metadata.gz: 3a4603486fd0378c3a882b54d8ab807ff9725d429644ae0555b69c46ecb531fee4cd80edb9184ba88ffbb885aef0421b367a6f98f975b1d3cb98bf63b82988ce
7
- data.tar.gz: 7f64358d9b53ad4f88f5977482a5684014500f6a2947ec8125bb6b32c34ac2a03ab7a058a7b920d1a693cd62b94cb462f3ee7da25d6d92f45921eece28874f8d
6
+ metadata.gz: e05c98d7b8ad96cae5045f42a756c368c9b4f786bff20564e659c2edab47efe5cf8c75af2b23ee33ed9d7f0216bbaecee4cbadf59df47b6943d0994f973af4af
7
+ data.tar.gz: '0793f152b8d596812dc7157d60b54ef9c304283f141cf6481b29ce9ab034d7b5e0504d1ba2fa2e1bdc6470e23f257aaeca2326fba84815d59842ec1371bfbca3'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.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.15.0 (2021-11-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -119,7 +119,9 @@ module Aws::DevOpsGuru
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
@@ -1809,7 +1811,7 @@ module Aws::DevOpsGuru
1809
1811
  params: params,
1810
1812
  config: config)
1811
1813
  context[:gem_name] = 'aws-sdk-devopsguru'
1812
- context[:gem_version] = '1.15.0'
1814
+ context[:gem_version] = '1.16.0'
1813
1815
  Seahorse::Client::Request.new(handlers, context)
1814
1816
  end
1815
1817
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
48
48
  # @!group service
49
49
  module Aws::DevOpsGuru
50
50
 
51
- GEM_VERSION = '1.15.0'
51
+ GEM_VERSION = '1.16.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-devopsguru
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.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-17 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