aws-sdk-organizations 1.10.0 → 1.11.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: 5d1ac238b7c9e6fb782173f8a06db3771e58c079
4
- data.tar.gz: 732137139cb43e6d174ec0c65eff05dde905620b
3
+ metadata.gz: 9ae16bff3550382d4d026cce55ebbf9dd09f5e8e
4
+ data.tar.gz: f01b273549864aa67543d7bce11b2b229a0b04c0
5
5
  SHA512:
6
- metadata.gz: '0160448ee423e00e737908249389ade6d66bdad6d7862a14c55930e226f9680a9763c0a5a2847687ae25a048ff16407f4df8c63bc4a88c9117a62acab32a958b'
7
- data.tar.gz: 9bb9e8a39dc8b40309980388ffe727ec5a662e0eb5c83b21429ec8147fccbee2fec853bab4b836ea6378a45bdb57e5fea6bbba2d122a4fd2d6c79974563595b4
6
+ metadata.gz: 9d83ab38ca0e71050f0e8b05be1635fed85c03e72dab57c1d75470da9fc1340fcaf6e72148aac77225864c9667f3146ea86aa74dceb64681557463255856a479
7
+ data.tar.gz: d7d6fd442d8290f95c59875c101e885e79d6571d47c5dd26eeb6df8983f37bc9061b0b5e4b7b05e2e30e89b4350a7b16213c672cb88087da1e32d251f5930f99
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-organizations/customizations'
42
42
  # @service
43
43
  module Aws::Organizations
44
44
 
45
- GEM_VERSION = '1.10.0'
45
+ GEM_VERSION = '1.11.0'
46
46
 
47
47
  end
@@ -19,6 +19,8 @@ require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
21
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
22
+ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
23
+ require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
22
24
  require 'aws-sdk-core/plugins/signature_v4.rb'
23
25
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::Organizations
47
49
  add_plugin(Aws::Plugins::StubResponses)
48
50
  add_plugin(Aws::Plugins::IdempotencyToken)
49
51
  add_plugin(Aws::Plugins::JsonvalueConverter)
52
+ add_plugin(Aws::Plugins::ClientMetricsPlugin)
53
+ add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
50
54
  add_plugin(Aws::Plugins::SignatureV4)
51
55
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
52
56
 
@@ -92,6 +96,22 @@ module Aws::Organizations
92
96
  #
93
97
  # @option options [String] :access_key_id
94
98
  #
99
+ # @option options [] :client_side_monitoring (false)
100
+ # When `true`, client-side metrics will be collected for all API requests from
101
+ # this client.
102
+ #
103
+ # @option options [] :client_side_monitoring_client_id ("")
104
+ # Allows you to provide an identifier for this client which will be attached to
105
+ # all generated client side metrics. Defaults to an empty string.
106
+ #
107
+ # @option options [] :client_side_monitoring_port (31000)
108
+ # Required for publishing client metrics. The port that the client side monitoring
109
+ # agent is running on, where client metrics will be published via UDP.
110
+ #
111
+ # @option options [] :client_side_monitoring_publisher (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
112
+ # Allows you to provide a custom client-side monitoring publisher class. By default,
113
+ # will use the Client Side Monitoring Agent Publisher.
114
+ #
95
115
  # @option options [Boolean] :convert_params (true)
96
116
  # When `true`, an attempt is made to coerce request parameters into
97
117
  # the required types.
@@ -4217,7 +4237,7 @@ module Aws::Organizations
4217
4237
  params: params,
4218
4238
  config: config)
4219
4239
  context[:gem_name] = 'aws-sdk-organizations'
4220
- context[:gem_version] = '1.10.0'
4240
+ context[:gem_version] = '1.11.0'
4221
4241
  Seahorse::Client::Request.new(handlers, context)
4222
4242
  end
4223
4243
 
@@ -604,13 +604,17 @@ module Aws::Organizations
604
604
  api.version = "2016-11-28"
605
605
 
606
606
  api.metadata = {
607
+ "apiVersion" => "2016-11-28",
607
608
  "endpointPrefix" => "organizations",
608
609
  "jsonVersion" => "1.1",
609
610
  "protocol" => "json",
611
+ "serviceAbbreviation" => "Organizations",
610
612
  "serviceFullName" => "AWS Organizations",
613
+ "serviceId" => "Organizations",
611
614
  "signatureVersion" => "v4",
612
615
  "targetPrefix" => "AWSOrganizationsV20161128",
613
616
  "timestampFormat" => "unixTimestamp",
617
+ "uid" => "organizations-2016-11-28",
614
618
  }
615
619
 
616
620
  api.add_operation(:accept_handshake, Seahorse::Model::Operation.new.tap do |o|
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.10.0
4
+ version: 1.11.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-06-26 00:00:00.000000000 Z
11
+ date: 2018-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core