aws-sdk-organizations 1.22.0 → 1.23.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- data/lib/aws-sdk-organizations/client.rb +45 -2
- data/lib/aws-sdk-organizations/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 416ef78349bc6544aef01a5d92365de23ed2a3a5
|
4
|
+
data.tar.gz: a07c880df90886d7b1a61261a99f8d37a5681062
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 46595b04918d0d769100cd95d94299e79106d75a15f7da51b51fff1f332a89146c4f0b4d93524d36ea1c7bcbca72418b2ec5a4fa2ddaeebbf13aeff78bb92684
|
7
|
+
data.tar.gz: bffc5e75ab865c83e8ab80afa77887ff5d8a70da6adaa38e47bbea43a0fee33355072e973da73da0a6c49e9d09db800fcc66b50774c4d370a0e441586f1cbf15
|
@@ -209,6 +209,49 @@ module Aws::Organizations
|
|
209
209
|
# When `true`, request parameters are validated before
|
210
210
|
# sending the request.
|
211
211
|
#
|
212
|
+
# @option options [URI::HTTP,String] :http_proxy A proxy to send
|
213
|
+
# requests through. Formatted like 'http://proxy.com:123'.
|
214
|
+
#
|
215
|
+
# @option options [Float] :http_open_timeout (15) The number of
|
216
|
+
# seconds to wait when opening a HTTP session before rasing a
|
217
|
+
# `Timeout::Error`.
|
218
|
+
#
|
219
|
+
# @option options [Integer] :http_read_timeout (60) The default
|
220
|
+
# number of seconds to wait for response data. This value can
|
221
|
+
# safely be set
|
222
|
+
# per-request on the session yeidled by {#session_for}.
|
223
|
+
#
|
224
|
+
# @option options [Float] :http_idle_timeout (5) The number of
|
225
|
+
# seconds a connection is allowed to sit idble before it is
|
226
|
+
# considered stale. Stale connections are closed and removed
|
227
|
+
# from the pool before making a request.
|
228
|
+
#
|
229
|
+
# @option options [Float] :http_continue_timeout (1) The number of
|
230
|
+
# seconds to wait for a 100-continue response before sending the
|
231
|
+
# request body. This option has no effect unless the request has
|
232
|
+
# "Expect" header set to "100-continue". Defaults to `nil` which
|
233
|
+
# disables this behaviour. This value can safely be set per
|
234
|
+
# request on the session yeidled by {#session_for}.
|
235
|
+
#
|
236
|
+
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
237
|
+
# HTTP debug output will be sent to the `:logger`.
|
238
|
+
#
|
239
|
+
# @option options [Boolean] :ssl_verify_peer (true) When `true`,
|
240
|
+
# SSL peer certificates are verified when establishing a
|
241
|
+
# connection.
|
242
|
+
#
|
243
|
+
# @option options [String] :ssl_ca_bundle Full path to the SSL
|
244
|
+
# certificate authority bundle file that should be used when
|
245
|
+
# verifying peer certificates. If you do not pass
|
246
|
+
# `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
|
247
|
+
# will be used if available.
|
248
|
+
#
|
249
|
+
# @option options [String] :ssl_ca_directory Full path of the
|
250
|
+
# directory that contains the unbundled SSL certificate
|
251
|
+
# authority files for verifying peer certificates. If you do
|
252
|
+
# not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
|
253
|
+
# system default will be used if available.
|
254
|
+
#
|
212
255
|
def initialize(*args)
|
213
256
|
super
|
214
257
|
end
|
@@ -3806,7 +3849,7 @@ module Aws::Organizations
|
|
3806
3849
|
req.send_request(options)
|
3807
3850
|
end
|
3808
3851
|
|
3809
|
-
# Lists all the roots,
|
3852
|
+
# Lists all the roots, organizational units (OUs), and accounts to which
|
3810
3853
|
# the specified policy is attached.
|
3811
3854
|
#
|
3812
3855
|
# <note markdown="1"> Always check the `NextToken` response parameter for a `null` value
|
@@ -4279,7 +4322,7 @@ module Aws::Organizations
|
|
4279
4322
|
params: params,
|
4280
4323
|
config: config)
|
4281
4324
|
context[:gem_name] = 'aws-sdk-organizations'
|
4282
|
-
context[:gem_version] = '1.
|
4325
|
+
context[:gem_version] = '1.23.0'
|
4283
4326
|
Seahorse::Client::Request.new(handlers, context)
|
4284
4327
|
end
|
4285
4328
|
|
@@ -2418,7 +2418,7 @@ module Aws::Organizations
|
|
2418
2418
|
#
|
2419
2419
|
#
|
2420
2420
|
#
|
2421
|
-
# [1]: https://docs.aws.amazon.com/
|
2421
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
|
2422
2422
|
# @return [String]
|
2423
2423
|
#
|
2424
2424
|
# @!attribute [rw] master_account_arn
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.23.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: 2019-
|
11
|
+
date: 2019-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|