aws-sdk-workdocs 1.7.0 → 1.8.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
  SHA1:
3
- metadata.gz: b1ce30809d9c52b3bc6592b346bca848b1c5d6b6
4
- data.tar.gz: b029f1f6431a8a17e92f0860053a2c33739f9fb5
3
+ metadata.gz: 7b75a3b982ba01092728f7c31f1db97e75a9a24e
4
+ data.tar.gz: dcd4b1fc9c5ea2ca90e5da251c398a369598c46a
5
5
  SHA512:
6
- metadata.gz: c387af65a5f814f87f9311632ba68fcf3dbbc4c87988ec8247edc5e2edede110a14cf8a9af957c74ac8babbb3df61d69bf8346f788a77bf8555e58b37e5a211a
7
- data.tar.gz: b5b6607df21185cd1ed73dec6de5a9b99f625099ef96bedb4368c73819e73d7cab572164e2416a7e43065874befce1a9fd4b0f8e9d25a575559d7053f0b09980
6
+ metadata.gz: 0acfb84e4db03a7c0d9fba31dfb546773d00188a5d16691963df7bd9572546d4f3514b14741118c72bb119eff266a712e082c2921775d1ce3b7871704d076a70
7
+ data.tar.gz: 1aed3df0ab7beed2f77e62e6f756fb746fe27fda1e2bc6f49f0ce5ca0ccd220dc902e8f8c5b8e0799274adb702ff6975df7686283ff77ae1453cf15e8a567855
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workdocs/customizations'
42
42
  # @service
43
43
  module Aws::WorkDocs
44
44
 
45
- GEM_VERSION = '1.7.0'
45
+ GEM_VERSION = '1.8.0'
46
46
 
47
47
  end
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
16
16
  require 'aws-sdk-core/plugins/global_configuration.rb'
17
17
  require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/endpoint_discovery.rb'
19
+ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
19
20
  require 'aws-sdk-core/plugins/response_paging.rb'
20
21
  require 'aws-sdk-core/plugins/stub_responses.rb'
21
22
  require 'aws-sdk-core/plugins/idempotency_token.rb'
@@ -47,6 +48,7 @@ module Aws::WorkDocs
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::WorkDocs
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -2472,7 +2478,7 @@ module Aws::WorkDocs
2472
2478
  params: params,
2473
2479
  config: config)
2474
2480
  context[:gem_name] = 'aws-sdk-workdocs'
2475
- context[:gem_version] = '1.7.0'
2481
+ context[:gem_version] = '1.8.0'
2476
2482
  Seahorse::Client::Request.new(handlers, context)
2477
2483
  end
2478
2484
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workdocs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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: 2018-11-19 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement