aws-sdk-workspacesweb 1.12.0 → 1.13.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: 7bb5f07c3a7015816eaee8cdee84eb05922023d9dc3647f9e7a1787d59fbcd2e
4
- data.tar.gz: 9fb1a9e49514e2fac2f2c56d93ec0fdf8b246f733668b43f2b0579efe6e08093
3
+ metadata.gz: 556bcd13b16c15c4a1fe4f2a962a243a2e98380fd0ef87529a12d5f9395f04ba
4
+ data.tar.gz: a8e7efb4a5e4c6f24f110c1dcefc68fcf38d68412fbe929d9396f0dc39d0ffa6
5
5
  SHA512:
6
- metadata.gz: b3ee2036e34526632855bd94b68ba3dd7effb038f1cc5823d45b5b3dcb52b53ba5f29a0304bf12005297564774aea8acdd7265605d10fadbc8250d0a700d7d16
7
- data.tar.gz: 207695524f2caf3886aea425bc891199f4ee8b6ea029501792f8b52f30165c090bb51fe058181b1eb1368379e7578f18bdd8b5fe084af03487b877326378c957
6
+ metadata.gz: d4d5166ebce7da5a689464a9341de6c5819cfa96704bf44b04de9f47b0c12598b4aa79d591e444da37124886dfc0bd14ad8817fd6ab49f4a43056821aa4c70e9
7
+ data.tar.gz: 8095858548e6bd060b91861602784ba0ef40d19ce816ef5c37150b35e476d1165b4fbd8f72ee11ada39ae5dfe8630262b0b6e2c82fa75ab9c49e1129cc07aab0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.13.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.12.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.12.0
1
+ 1.13.0
@@ -216,6 +216,10 @@ module Aws::WorkSpacesWeb
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
  #
@@ -2891,7 +2895,7 @@ module Aws::WorkSpacesWeb
2891
2895
  params: params,
2892
2896
  config: config)
2893
2897
  context[:gem_name] = 'aws-sdk-workspacesweb'
2894
- context[:gem_version] = '1.12.0'
2898
+ context[:gem_version] = '1.13.0'
2895
2899
  Seahorse::Client::Request.new(handlers, context)
2896
2900
  end
2897
2901
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspacesweb/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpacesWeb
54
54
 
55
- GEM_VERSION = '1.12.0'
55
+ GEM_VERSION = '1.13.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspacesweb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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