aws-sdk-organizations 1.13.0 → 1.14.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
  SHA1:
3
- metadata.gz: 8797e4e1fb96ade6c4743e0421b87845ff056bf1
4
- data.tar.gz: 520c62ad0846a26bbf14bb2dbf0f163f453ddc1a
3
+ metadata.gz: 39f29f4707303ed4af5e93ce39fbd80674ac79de
4
+ data.tar.gz: 2881319eafad94a833bccb8d0fd67fd011eebfd7
5
5
  SHA512:
6
- metadata.gz: 9d8ee445b006dcd5d687fd2d2b8df049906dcc425c0f036203c74f111ece45e968e4992ec850e29ebde185ae5d23c42e6082ac88f944bd5680ed2b90c48fd804
7
- data.tar.gz: 99e0ac46e95f686d5922c69dffed488a4e941b81b7c7ef1de51245fe745b7977b47a29ec948193c156da980cdfe6a5d770bb382e4bcedc4ca9a4037a2a93d06a
6
+ metadata.gz: 6c7b1fc5c1b09b3fd22452d0b555910d4dbf3fb18084966df87529d99e07ca93d4520b379d77a194776d69fd769a5d9f982c9f1033e6f9d4e1419c65ee75b3b0
7
+ data.tar.gz: 1c02967e62666bc52881822ca485f123ead9f09b74a4a857e2ccfbd384041ed52878850d67e6a17d4a92a638935404d1909d66ad8a0edfe84bdba8bd53cf9154
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Organizations
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -4241,7 +4241,7 @@ module Aws::Organizations
4241
4241
  params: params,
4242
4242
  config: config)
4243
4243
  context[:gem_name] = 'aws-sdk-organizations'
4244
- context[:gem_version] = '1.13.0'
4244
+ context[:gem_version] = '1.14.0'
4245
4245
  Seahorse::Client::Request.new(handlers, context)
4246
4246
  end
4247
4247
 
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.13.0
4
+ version: 1.14.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-09-19 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core