aws-sdk-lambdapreview 1.1.0 → 1.2.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: ae127c5f5dbfe4d75aa3e8e688f3056cbd32a5d9
4
- data.tar.gz: 96297c3e1db2fbad9d95e345d8ce093461030300
3
+ metadata.gz: 04fa2ca39ccb7c3fff4a274870e2031e49e362e2
4
+ data.tar.gz: b1ccec12051e50d571899fd062834ee3f83c719f
5
5
  SHA512:
6
- metadata.gz: 462eeecb1ba1ad1630b539d9608fec1d044da878a9c31068e050b3014f740cdf1acad6eba97dea6ea291de97b0dfa166c48b77e462645ac85c818a318cef3aae
7
- data.tar.gz: 5f3218d3bf19f4b073f3d0adda72f763f6c155a7ef90ec6faafff1a3d3b35032f37bfbd1876302f465c28dc24f7021051b9d7c3bd9ff1d456368240cf4d1d469
6
+ metadata.gz: 9256d7fc5c1d753475be6c67e0e798a1be61ac9f77b4fa3146350fab67f35e2d20390f99dfb79be972854899e067ce2ee153d0ed8a6752dcd0203b68d68582d9
7
+ data.tar.gz: 314d638f5018b8847bec4a9c50218070e2a983eea5a104ddac320ba48091483797b7e9c9a2e2edb265cf19810cef11cfa8ebaff7769494c42a29a9caf74019a0
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lambdapreview/customizations'
42
42
  # @service
43
43
  module Aws::LambdaPreview
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/rest_json.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::LambdaPreview
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::RestJson)
52
56
 
@@ -92,6 +96,22 @@ module Aws::LambdaPreview
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.
@@ -834,7 +854,7 @@ module Aws::LambdaPreview
834
854
  params: params,
835
855
  config: config)
836
856
  context[:gem_name] = 'aws-sdk-lambdapreview'
837
- context[:gem_version] = '1.1.0'
857
+ context[:gem_version] = '1.2.0'
838
858
  Seahorse::Client::Request.new(handlers, context)
839
859
  end
840
860
 
@@ -171,10 +171,12 @@ module Aws::LambdaPreview
171
171
  api.version = "2014-11-11"
172
172
 
173
173
  api.metadata = {
174
+ "apiVersion" => "2014-11-11",
174
175
  "endpointPrefix" => "lambda",
175
176
  "protocol" => "rest-json",
176
177
  "serviceFullName" => "AWS Lambda",
177
178
  "signatureVersion" => "v4",
179
+ "uid" => "lambda-2014-11-11",
178
180
  }
179
181
 
180
182
  api.add_operation(:add_event_source, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambdapreview
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