aws-sdk-costandusagereportservice 1.1.0 → 1.2.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: b1d7d3f175ced760cae459a31d0c3ccab1142571
4
- data.tar.gz: 78b7c3ed902febba04819fcf6b27b3a410085942
3
+ metadata.gz: a262aa59a6b6d2a3f0d36beb756e9b1fe77b2a91
4
+ data.tar.gz: ebca9e904b7ef1407b4bc311d52bb4928054ef3e
5
5
  SHA512:
6
- metadata.gz: 5d1ced27351010953cd460579572eb0ec835626ae1c7ffe8c355ae49295eb3b2ac48131a9994363554a167f4bec53ea4d9812d60de5e477e7ab117bec5a4b932
7
- data.tar.gz: 8231926554ff919349ee7da0f1f66dd70ad404faf9e79dab446a96af86be36b88747f6580cd1ac1f9f13a029692060758c19e2bcea5459dc474e93133953c811
6
+ metadata.gz: 8b4e10388ddd5f99daf8e43acbd0a59bf2520409a5e87bbc7da3a640185d4e6f9844c03eadce0011c3fbb0663db75b0a4a20834eebb2328b8adaec268f1d7aa4
7
+ data.tar.gz: 12e57c1eff5f6389d58d18c3785c5d83e055451013043c663201d48878a80bbdefb64120681967442c771a1944f55a27bcb97f43b0e37dd3e6971df6822f5d67
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-costandusagereportservice/customizations'
42
42
  # @service
43
43
  module Aws::CostandUsageReportService
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.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::CostandUsageReportService
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::CostandUsageReportService
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.
@@ -287,7 +307,7 @@ module Aws::CostandUsageReportService
287
307
  params: params,
288
308
  config: config)
289
309
  context[:gem_name] = 'aws-sdk-costandusagereportservice'
290
- context[:gem_version] = '1.1.0'
310
+ context[:gem_version] = '1.2.0'
291
311
  Seahorse::Client::Request.new(handlers, context)
292
312
  end
293
313
 
@@ -82,6 +82,7 @@ module Aws::CostandUsageReportService
82
82
  api.version = "2017-01-06"
83
83
 
84
84
  api.metadata = {
85
+ "apiVersion" => "2017-01-06",
85
86
  "endpointPrefix" => "cur",
86
87
  "jsonVersion" => "1.1",
87
88
  "protocol" => "json",
@@ -89,6 +90,7 @@ module Aws::CostandUsageReportService
89
90
  "signatureVersion" => "v4",
90
91
  "signingName" => "cur",
91
92
  "targetPrefix" => "AWSOrigamiServiceGatewayService",
93
+ "uid" => "cur-2017-01-06",
92
94
  }
93
95
 
94
96
  api.add_operation(:delete_report_definition, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costandusagereportservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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