aws-sdk-workspaces 1.84.0 → 1.85.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: accfa5f29ee51b6bfb064d30249119db7aee3a25d76113bdc70a0ffd0c8e1a15
4
- data.tar.gz: 464110677d4bb39da8b25197fd24614fcbeb273a969ef612ea8a9c01bf9d5ea4
3
+ metadata.gz: ef6249c3a93eac6d22c42dba78aee4c701ae5fa9a1551fca8b0b7fb43ac3ac73
4
+ data.tar.gz: 9f4c19876b2e3984ab8bd1594bb0a0ba5e16f22945eee6767efc450e544f469e
5
5
  SHA512:
6
- metadata.gz: 80f3e56e02c564c840a7b25cfdb21ea18f95106c987484d81974eb23be6758fcb1aacd74cc867b6d8a50a931202efbfa06280f2d0535fb2675f94440eb0677a1
7
- data.tar.gz: bcdae13d9d254000935c9c8295428485aff32c45daae005740ea33933b1773fe0f3e9d8226abfad0742d8adbc0187cad1a0816ab9687d6cd56cc9250b1103bbe
6
+ metadata.gz: ba2f8d2a3b60e578734c066589e62d75b7c0fc9f48e27d1d14872cdf8c03c5dc0140f8ba70cb203def9d806d8f393c4e47c761aaa8e2a2b7c3c673b3f1b10bc4
7
+ data.tar.gz: a81255d696f06b96e43e9cf1060f39caec37a91d02281d142f8d8ce481de9b2497de34f95e49d39e62e1a960251c738cffeff541c8ac8f32baec81d263393b5a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.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.84.0 (2023-07-06)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -216,6 +216,10 @@ module Aws::WorkSpaces
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
  #
@@ -3588,7 +3592,7 @@ module Aws::WorkSpaces
3588
3592
  params: params,
3589
3593
  config: config)
3590
3594
  context[:gem_name] = 'aws-sdk-workspaces'
3591
- context[:gem_version] = '1.84.0'
3595
+ context[:gem_version] = '1.85.0'
3592
3596
  Seahorse::Client::Request.new(handlers, context)
3593
3597
  end
3594
3598
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-workspaces/customizations'
52
52
  # @!group service
53
53
  module Aws::WorkSpaces
54
54
 
55
- GEM_VERSION = '1.84.0'
55
+ GEM_VERSION = '1.85.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.84.0
4
+ version: 1.85.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