aws-sdk-devopsguru 1.35.0 → 1.36.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: 88d00398e814e6a63ff65bb5aba36997128d7c509a2cf769d510f557f6d76f7f
4
- data.tar.gz: e9b670dbccb7af33e36977f6fe543995aec89b4cb5c63b5d81b907d6e6136292
3
+ metadata.gz: 0b4ed702e79072f7fa04f98ca9929ea3ebb12df3ff210a5acc6f39b693ce1799
4
+ data.tar.gz: d38999418feaf1a9b130722c64dbe277736c6f4a8fec1426ede5136d46a1d1f4
5
5
  SHA512:
6
- metadata.gz: cb95723ac221c6e2086d0458baa113949190221eee7bd5e1434f8df6d2f0814798de67fa629e1be9dbe01a34db1b3686a91736d9c6b1965e858be294055dda36
7
- data.tar.gz: c8f0416f0ca7b36393c616fcb3d36478fb1c7a1482075f9418ae44a27d1e6e8543ccec7424e8b496d909da622f5b2016cfbc89e1764556fb8ecb59545ba43766
6
+ metadata.gz: 5f094e9e2ed92c563650e31f638ef8019cd54f1f85348b3385d2ad413d530d90ca420e1f75f8df0e4798865aa178ac7aa793ba24da5d7b8ce40f39763d8a2e3d
7
+ data.tar.gz: 291cd926962518ce6070c2093cc6510328c9a89a6129e6cbeb719419d1562355e64c42a63686bcf811460d8326b1dd8cdc445fc3371bbc296c03d5eed45362b7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2023-07-11)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.35.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -216,6 +216,10 @@ module Aws::DevOpsGuru
216
216
  # @option options [Boolean] :endpoint_discovery (false)
217
217
  # When set to `true`, endpoint discovery will be enabled for operations when available.
218
218
  #
219
+ # @option options [Boolean] :ignore_configured_endpoint_urls
220
+ # Setting to true disables use of endpoint URLs provided via environment
221
+ # variables and the shared configuration file.
222
+ #
219
223
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
220
224
  # The log formatter.
221
225
  #
@@ -2352,7 +2356,7 @@ module Aws::DevOpsGuru
2352
2356
  params: params,
2353
2357
  config: config)
2354
2358
  context[:gem_name] = 'aws-sdk-devopsguru'
2355
- context[:gem_version] = '1.35.0'
2359
+ context[:gem_version] = '1.36.0'
2356
2360
  Seahorse::Client::Request.new(handlers, context)
2357
2361
  end
2358
2362
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-devopsguru/customizations'
52
52
  # @!group service
53
53
  module Aws::DevOpsGuru
54
54
 
55
- GEM_VERSION = '1.35.0'
55
+ GEM_VERSION = '1.36.0'
56
56
 
57
57
  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.35.0
4
+ version: 1.36.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-07-06 00:00:00.000000000 Z
11
+ date: 2023-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core