aws-sdk-cloudwatchlogs 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa0d45c9c1c3a7f744a4de5670ca5ee556beb592
4
- data.tar.gz: bfb7ba4a8e3d4bd88d84749eeec63730e611de9b
3
+ metadata.gz: 47bff7fdf7061d3f1c27aa1b512b915f08b0f06d
4
+ data.tar.gz: f71c6ac39949ed2c46aa0cb047e9bb3656dc3403
5
5
  SHA512:
6
- metadata.gz: eb276ffc5faee4a0daad056963d548420c126e93042bfd59849bd120bf52c5a890cd7df6262a6b313b5ea6e0bb0ad7ef1a74dfc45a9a3010f74dc8a7521f85da
7
- data.tar.gz: f764ae0c7235dc12b9608d6984c87e08c2308a55f946bcee4268e2bfe2df99711c363d8dd7e5b70c191e73659001c306d81afa3a1c9828ac01f9e60ffa700532
6
+ metadata.gz: 30dd4cc362c1117458ccd5e838029318cf746bdc1f347d9591eb13c2e622eb87e5c1c7fc352c3d4af8396c641e45bfbed72b7e6d10ddd86daf7d00d93a45a697
7
+ data.tar.gz: 2ec46ea16ae7d6ad26fbfe523141f7799991215e363dc47db0d0ff51fe5435620bdfc4f9d148a48ef108f53d711bd568079cf3772394852f10e10d6dfdb03199
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchlogs/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchLogs
44
44
 
45
- GEM_VERSION = '1.5.0'
45
+ GEM_VERSION = '1.6.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::CloudWatchLogs
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::CloudWatchLogs
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.
@@ -1706,7 +1726,7 @@ module Aws::CloudWatchLogs
1706
1726
  params: params,
1707
1727
  config: config)
1708
1728
  context[:gem_name] = 'aws-sdk-cloudwatchlogs'
1709
- context[:gem_version] = '1.5.0'
1729
+ context[:gem_version] = '1.6.0'
1710
1730
  Seahorse::Client::Request.new(handlers, context)
1711
1731
  end
1712
1732
 
@@ -519,12 +519,15 @@ module Aws::CloudWatchLogs
519
519
  api.version = "2014-03-28"
520
520
 
521
521
  api.metadata = {
522
+ "apiVersion" => "2014-03-28",
522
523
  "endpointPrefix" => "logs",
523
524
  "jsonVersion" => "1.1",
524
525
  "protocol" => "json",
525
526
  "serviceFullName" => "Amazon CloudWatch Logs",
527
+ "serviceId" => "CloudWatch Logs",
526
528
  "signatureVersion" => "v4",
527
529
  "targetPrefix" => "Logs_20140328",
530
+ "uid" => "logs-2014-03-28",
528
531
  }
529
532
 
530
533
  api.add_operation(:associate_kms_key, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchlogs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-08-07 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