aws-sdk-waf 1.8.0 → 1.9.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: 176101c07983063fc3c354fe666d62cf13d39a64
4
- data.tar.gz: 582d3412bf4f7c53c35116091fb58f7baef02f19
3
+ metadata.gz: '073836e592aba6513ac660e5fd6f0a37e5b0169c'
4
+ data.tar.gz: '08624b9ee64581540f0464b21a17e64bc75504ef'
5
5
  SHA512:
6
- metadata.gz: 1dae2a2cf53d8b3912f8af6445c2bce2441f43d2750aed55ac6358b955959a0300cf876de195e8197371340dc8b618f41fa89f13e3a1dec9c8db37f4eaed35d6
7
- data.tar.gz: 1f5def72b05c4f5c1ff8eb19d1dd3dc0ed5a0ec339dcadc5fe3ff837b9f67a0276bde06c8de1f6fc9fa7fa5411b3746695aae4aae17bad1d8f85183be3c3ea6d
6
+ metadata.gz: 43e1898a745a3dc1bc80614d7a7d39b1361570227befbeec42aaec33a3310a7152f4b169f3385a1bb278ce4450517efeea72cc7fd91d62a9d0639923461ce503
7
+ data.tar.gz: 4d647b0f245048c3a7bff35d72429da3199d263212b1de84bc1568fc496d12a9d223d429b232c379c79532018a033c8163250c1ba70e8478e6094e495c5f0715
data/lib/aws-sdk-waf.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-waf/customizations'
42
42
  # @service
43
43
  module Aws::WAF
44
44
 
45
- GEM_VERSION = '1.8.0'
45
+ GEM_VERSION = '1.9.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::WAF
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
  #
@@ -5274,7 +5274,7 @@ module Aws::WAF
5274
5274
  params: params,
5275
5275
  config: config)
5276
5276
  context[:gem_name] = 'aws-sdk-waf'
5277
- context[:gem_version] = '1.8.0'
5277
+ context[:gem_version] = '1.9.0'
5278
5278
  Seahorse::Client::Request.new(handlers, context)
5279
5279
  end
5280
5280
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-waf
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.0
4
+ version: 1.9.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