aws-sdk-resourceexplorer2 1.8.0 → 1.9.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: 1d573c94ffcb34e2dbf3ee221985d8822486970ba698f36fd684e1dbf55da3fa
4
- data.tar.gz: dbf75b907390fd83669c6bb3f6e0635336fe52811799312feb3131e269484a4b
3
+ metadata.gz: d9f4d1020730be429329fa7cd37d540fd12c846a737c4f25c05c165acaf9b6b2
4
+ data.tar.gz: 58226ccda33704c3a50b95faff5a1e648852970639d2a18c03d3424f830d075f
5
5
  SHA512:
6
- metadata.gz: 5b303f181878739f4b13faf9dc9f535d5b0aa49aae1582674ee326d4d8b0f79724510f669fbed1ff8cbcdaf5c8b20d7a850eb9b9be53704c16133e3d1132e362
7
- data.tar.gz: 5485755deeb5ae1ad3de9e48b1e726e043ddba77e1f52e04d91e7745f800f13a7922e69e926f5a2e8ec0b9dcee299bc2428b711e2bbc6f8d0b48f2e5c9b4a6da
6
+ metadata.gz: f15783e8b6c31dd174d175447f4e2cb7d349445eeb38047822731448ce1233d2abd5cc799a21694256dba6a095d05b4fb30659935174ffaee2d9a3e50d1ef16a
7
+ data.tar.gz: 19c01c269a011b262d5de17102c7c04d06b4a3d7b22c8eecc4dce3043c8033262d2e2f8cc16f227d64ffea84dee68bf777a75c5d0266f9a125a05cb67d9573cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.9.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.8.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0
1
+ 1.9.0
@@ -216,6 +216,10 @@ module Aws::ResourceExplorer2
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
  #
@@ -1508,7 +1512,7 @@ module Aws::ResourceExplorer2
1508
1512
  params: params,
1509
1513
  config: config)
1510
1514
  context[:gem_name] = 'aws-sdk-resourceexplorer2'
1511
- context[:gem_version] = '1.8.0'
1515
+ context[:gem_version] = '1.9.0'
1512
1516
  Seahorse::Client::Request.new(handlers, context)
1513
1517
  end
1514
1518
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-resourceexplorer2/customizations'
52
52
  # @!group service
53
53
  module Aws::ResourceExplorer2
54
54
 
55
- GEM_VERSION = '1.8.0'
55
+ GEM_VERSION = '1.9.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourceexplorer2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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