aws-sdk-opsworks 1.4.0 → 1.5.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: 89cf003657f326775cfd6d503a02c9224ef6d991
4
- data.tar.gz: ece521943fb5d617e5dd76d81c693ee349d17ead
3
+ metadata.gz: 6a4454a667aa5c5aa2f928ef88796bd5e15cb424
4
+ data.tar.gz: 3be096346a6f482d410b005685e4f19e39fd720f
5
5
  SHA512:
6
- metadata.gz: f31739dee7b7fc94417c4be98c00350367b29d3767ffd6ea401ec804ca9befcd1fb376d69409acfe0b8a1a9b774fa1fa36d308876e7353a08b14e9de80fe0f77
7
- data.tar.gz: 3310ccdd1eda0e7f21d73efe9b73be7d5093fc3936e5417210b024d2620fe60b307f1d875bdb0a21ed0b7044c7007323c088e413d34162b1f7790beb67abaeba
6
+ metadata.gz: 68580c79dc33af0f27521c0b8134a9142493d2eef72858ae0102a009b907201f33b90e5400bfe7aef79d11cbb4f1bd487af60607e94389e3e7252929223a2263
7
+ data.tar.gz: e73349e3f6b95ba70309333c54ce90b86e275a535aed0671357fd1c190d4e7324d1789742b6f882d61e24ecd7f71e887ad81a9583c1de1d5873789fed4904e1c
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworks/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorks
48
48
 
49
- GEM_VERSION = '1.4.0'
49
+ GEM_VERSION = '1.5.0'
50
50
 
51
51
  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::OpsWorks
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::OpsWorks
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.
@@ -5452,7 +5472,7 @@ module Aws::OpsWorks
5452
5472
  params: params,
5453
5473
  config: config)
5454
5474
  context[:gem_name] = 'aws-sdk-opsworks'
5455
- context[:gem_version] = '1.4.0'
5475
+ context[:gem_version] = '1.5.0'
5456
5476
  Seahorse::Client::Request.new(handlers, context)
5457
5477
  end
5458
5478
 
@@ -1256,12 +1256,15 @@ module Aws::OpsWorks
1256
1256
  api.version = "2013-02-18"
1257
1257
 
1258
1258
  api.metadata = {
1259
+ "apiVersion" => "2013-02-18",
1259
1260
  "endpointPrefix" => "opsworks",
1260
1261
  "jsonVersion" => "1.1",
1261
1262
  "protocol" => "json",
1262
1263
  "serviceFullName" => "AWS OpsWorks",
1264
+ "serviceId" => "OpsWorks",
1263
1265
  "signatureVersion" => "v4",
1264
1266
  "targetPrefix" => "OpsWorks_20130218",
1267
+ "uid" => "opsworks-2013-02-18",
1265
1268
  }
1266
1269
 
1267
1270
  api.add_operation(:assign_instance, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-07-10 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