aws-sdk-directoryservice 1.26.0 → 1.27.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: e70f1d6f3ec826ce6846d6e5874a4f12620683d63de066b083c816aa34594c27
4
- data.tar.gz: 97865ee7660a14e2554c739f328bbf1675d8f38c2604252f98f6c182c36e3de1
3
+ metadata.gz: 4d152bab3ebcda5a78bb91c6e7a72716cd99e7f359dd5ea4aaea7f15f3d11002
4
+ data.tar.gz: f78f415c908afeac7f3c0e9c74e6ebbb336caab53b28acc0d728d69c50764819
5
5
  SHA512:
6
- metadata.gz: 03bd00230e599bda0b425d2d9c876ab6f4555b8df56ea96b0ae99ed53d3987c0dd55bd9877dbdb8452b15b03984000d5766e2a55465efc9c8ad827e6a7116ff2
7
- data.tar.gz: 5f0cb12048f2bee775cd3a70729b833c988f6454acc157c4c522cb3ec34ae0fb806ad8d09d0e8e9fc430ff9e8c95857ee57c16a6ba5525e73964dc580b871ce3
6
+ metadata.gz: 758b22ee087a5a088681bb29bf636854b47fea1613ddb7915d20e84d7091b8b9470d3659b0cad3e5d5f1070bd29005f69668c757fc0d83e689c2f61ecf412074
7
+ data.tar.gz: '048fca44e9cc60a2e356c5624f428d174b4e0b47d7d4b686c0d49066fc8284c5010864b4eb1ee1149ef533f9738cdf046c12e1834ff4b41c3cd1c8a3cfff9915'
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-directoryservice/customizations'
45
45
  # @service
46
46
  module Aws::DirectoryService
47
47
 
48
- GEM_VERSION = '1.26.0'
48
+ GEM_VERSION = '1.27.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::DirectoryService
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::DirectoryService
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -279,8 +279,7 @@ module Aws::DirectoryService
279
279
  #
280
280
  # @option options [Integer] :http_read_timeout (60) The default
281
281
  # number of seconds to wait for response data. This value can
282
- # safely be set
283
- # per-request on the session yielded by {#session_for}.
282
+ # safely be set per-request on the session.
284
283
  #
285
284
  # @option options [Float] :http_idle_timeout (5) The number of
286
285
  # seconds a connection is allowed to sit idle before it is
@@ -292,7 +291,7 @@ module Aws::DirectoryService
292
291
  # request body. This option has no effect unless the request has
293
292
  # "Expect" header set to "100-continue". Defaults to `nil` which
294
293
  # disables this behaviour. This value can safely be set per
295
- # request on the session yielded by {#session_for}.
294
+ # request on the session.
296
295
  #
297
296
  # @option options [Boolean] :http_wire_trace (false) When `true`,
298
297
  # HTTP debug output will be sent to the `:logger`.
@@ -1463,6 +1462,8 @@ module Aws::DirectoryService
1463
1462
  # * {Types::DescribeDomainControllersResult#domain_controllers #domain_controllers} => Array<Types::DomainController>
1464
1463
  # * {Types::DescribeDomainControllersResult#next_token #next_token} => String
1465
1464
  #
1465
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1466
+ #
1466
1467
  # @example Request syntax with placeholder values
1467
1468
  #
1468
1469
  # resp = client.describe_domain_controllers({
@@ -2814,7 +2815,7 @@ module Aws::DirectoryService
2814
2815
  params: params,
2815
2816
  config: config)
2816
2817
  context[:gem_name] = 'aws-sdk-directoryservice'
2817
- context[:gem_version] = '1.26.0'
2818
+ context[:gem_version] = '1.27.0'
2818
2819
  Seahorse::Client::Request.new(handlers, context)
2819
2820
  end
2820
2821
 
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::DirectoryService
9
- # This class provides a resource oriented interface for DirectoryService.
10
- # To create a resource object:
11
- # resource = Aws::DirectoryService::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::DirectoryService::Client.new(region: 'us-west-2')
15
- # resource = Aws::DirectoryService::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directoryservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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: 2020-03-16 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -80,7 +80,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0'
82
82
  requirements: []
83
- rubygems_version: 3.0.3
83
+ rubyforge_project:
84
+ rubygems_version: 2.7.6.2
84
85
  signing_key:
85
86
  specification_version: 4
86
87
  summary: AWS SDK for Ruby - Directory Service