aws-sdk-lambdapreview 1.3.0 → 1.4.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: bc2739cd2bb8f8640ad9b4db61720b19e8ef2875
4
- data.tar.gz: 3cb577cc94b39ed126f76db5b6a49383680b6b55
3
+ metadata.gz: af57d3dd019d7d768bf1d5c1fdb1972cec631f46
4
+ data.tar.gz: d039335525d36a6a7440051c9699e6f367c1e9b7
5
5
  SHA512:
6
- metadata.gz: a546fc3896a7f6745f16e6f73dd233bbcac5f6fcae930e2ef5b514f33c5fe3d21416fadbdd2d464a247fe9c8a42009716c24b3f448cafb502eb161caa0e289c0
7
- data.tar.gz: 185826b2cd8e8e68c0ac490b6e234ca0838ea8471bae35f939a0a5521fb6aca97aa2888f2e556d68940eed87896934d3d9118efb91e91742908af808d83df634
6
+ metadata.gz: 313df5c215728fd725765c9df6d3723831f7a6c7aaa8081bd08812411e53b0a9af2f71f4816d874803d47d90309014a1f8409ee7a5487f1e7bacf0926aa5c423
7
+ data.tar.gz: c06e16c8b053a5b8760f405bdbad99e295b555fcede4385e35a5e7092041ae94d6935ce6201384c92db0fab427b7f50af7f7935837e32e471eb5fac1507e080f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lambdapreview/customizations'
42
42
  # @service
43
43
  module Aws::LambdaPreview
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::LambdaPreview
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
  #
@@ -854,7 +854,7 @@ module Aws::LambdaPreview
854
854
  params: params,
855
855
  config: config)
856
856
  context[:gem_name] = 'aws-sdk-lambdapreview'
857
- context[:gem_version] = '1.3.0'
857
+ context[:gem_version] = '1.4.0'
858
858
  Seahorse::Client::Request.new(handlers, context)
859
859
  end
860
860
 
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.3.0
4
+ version: 1.4.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-09-06 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