aws-sdk-marketplacecatalog 1.31.0 → 1.32.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: 18ae98e4f9a7f3d379dfbdf16ea81d7120c20654a5c852a7f0e166d375dca22f
4
- data.tar.gz: 3ba66ed533f5330b60d9c0e987acd4a59366a7a74a797468f3dddabbf1a775ec
3
+ metadata.gz: 00de65c2525ed4827e7b73c4a37c60fa1b9e832b4ac9ffda670e3bd340523a8b
4
+ data.tar.gz: d6bef34cd0567fdd11a5297d8ccf365db257231d5981ea440a3556c6bf3b279c
5
5
  SHA512:
6
- metadata.gz: 96241bb12ed9a3368d7328cc599ba22201009481f818f47b45f1124769211788ef277790a912da76e37d059998e7cc3863215fed8d1e79b4ec6c7ff9c01659c0
7
- data.tar.gz: 68318178e18132e56e474deb5324733241a5a16be64fb6e48801cd92b0092cbe1b5a0758b4e2e3d2a6b17b4356a3b10195c485d80964ecb24f4f7190ae5e4595
6
+ metadata.gz: 665fecf041a27c2ef66af40cc1f51c80000d79ba2dc47627d217741b28652f22e8f596f4a47d3846c4304ff7f951299610b239edac14e377071a6cf4ce6b637f
7
+ data.tar.gz: 0cdcde28cc4b55068945f3d02837ea17218f96d420911abbccba9653be0d977d1ce97e348b1ee61f22901e658408bc1aaa41c146a8ea34a70e29a8a9d6b0674a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.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.31.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.32.0
@@ -216,6 +216,10 @@ module Aws::MarketplaceCatalog
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
  #
@@ -972,7 +976,7 @@ module Aws::MarketplaceCatalog
972
976
  params: params,
973
977
  config: config)
974
978
  context[:gem_name] = 'aws-sdk-marketplacecatalog'
975
- context[:gem_version] = '1.31.0'
979
+ context[:gem_version] = '1.32.0'
976
980
  Seahorse::Client::Request.new(handlers, context)
977
981
  end
978
982
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-marketplacecatalog/customizations'
52
52
  # @!group service
53
53
  module Aws::MarketplaceCatalog
54
54
 
55
- GEM_VERSION = '1.31.0'
55
+ GEM_VERSION = '1.32.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-marketplacecatalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.32.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