aws-sdk-lambda 1.11.0 → 1.12.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: 98a128ef0658257883ad767a8e594ad5b45614f7
4
- data.tar.gz: 49b7e1b3937a96e6d4401568a3f31992bd8df8d2
3
+ metadata.gz: 2cb75f7f6c2013b6ea1c59af34895db07e7fc087
4
+ data.tar.gz: 77ac744e09ff731536c548515740563bc8ab5943
5
5
  SHA512:
6
- metadata.gz: 1703387a6bbe83763c91a1a738523247c253ada36df160fae56bd61403b0f9f428f863e000ca0e91a2c4bc334c2c18cbbd9e5f6713dbaf082b055458b45b5a4f
7
- data.tar.gz: 0e83643676aa95767bd825138d1b1ab903389cab1ad31433ee74d829e0c883bf68f83702fe676bcd4ee0da5c8e0be3b23b7ff64bf8a050c5b2d3fd6c2f077761
6
+ metadata.gz: 829be43d645f4b5736df22ce9635c332c2f48a742ffb351e1069ef2494af204d8db21f9d71759d101d52b191f861efcee3787402d3135480fc49af5124aaa1df
7
+ data.tar.gz: 29905291e9e0e98c6c4048569dc0f96cfa9026e2464da368d687d2dec17378b6a8b2ca562183ddb348e4d6d2621c2a445d4efce951e2dbf91a764a8d1bf27cf3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lambda/customizations'
42
42
  # @service
43
43
  module Aws::Lambda
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Lambda
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -3163,7 +3163,7 @@ module Aws::Lambda
3163
3163
  params: params,
3164
3164
  config: config)
3165
3165
  context[:gem_name] = 'aws-sdk-lambda'
3166
- context[:gem_version] = '1.11.0'
3166
+ context[:gem_version] = '1.12.0'
3167
3167
  Seahorse::Client::Request.new(handlers, context)
3168
3168
  end
3169
3169
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-10-15 00:00:00.000000000 Z
11
+ date: 2018-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core