aws-sdk-configservice 1.95.0 → 1.96.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: cb30aea825c4b5877962d67bd85509f9bae5759499941b157894354f44035399
4
- data.tar.gz: 34cd826ecf4222ac01a0b785a72b31341ec0907f8d578201fe33cb52d2378444
3
+ metadata.gz: aa903719ef86255267edf9ac98006468971551887f224d4376bbee202fcf748d
4
+ data.tar.gz: aee994dccffb6937f4da38bc0b225ca620a1f82dd26d6c2938a44c387b433d91
5
5
  SHA512:
6
- metadata.gz: d5820a36b287af1c70fb45f23389899b0878064951a449cdd0d2d306188f202b72b1ee7106828c5d78565d7d36b57710eea37505ed5c0b1b62723abf2235ae6b
7
- data.tar.gz: b26cce5385cf92b53f9e37cb15ab81d65ef7e807a20c939f6739b1ca2b5f4c24eaa7611bfccd23af06a712d3e6d3086aa4fdf13c16f959abc016a2b91bf21801
6
+ metadata.gz: e257148c3ff21f66e6c5f8ba29257996ac8cb2f7282ae5e06d879f4173ca9b41ee8a7be6cfc953363724ae4d94b152870ab1a0dc106e14fe0769a27a58e3b7f2
7
+ data.tar.gz: 6f88a1a3eed6378c641a778e3b6066ec1d7ac56ba7801ca9abfeda73ef33e2a676fbdc5466a9b1eff6bebfa3698f713469105d212f5e46a55c778ac2aa99b65d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.96.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.95.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.96.0
@@ -216,6 +216,10 @@ module Aws::ConfigService
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
  #
@@ -5767,7 +5771,7 @@ module Aws::ConfigService
5767
5771
  params: params,
5768
5772
  config: config)
5769
5773
  context[:gem_name] = 'aws-sdk-configservice'
5770
- context[:gem_version] = '1.95.0'
5774
+ context[:gem_version] = '1.96.0'
5771
5775
  Seahorse::Client::Request.new(handlers, context)
5772
5776
  end
5773
5777
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-configservice/customizations'
52
52
  # @!group service
53
53
  module Aws::ConfigService
54
54
 
55
- GEM_VERSION = '1.95.0'
55
+ GEM_VERSION = '1.96.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.95.0
4
+ version: 1.96.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