aws-sdk-waf 1.6.0 → 1.7.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: 0e4500b76f21c7e2eb0fc18f9093d0c532fec3cf
4
- data.tar.gz: 85a39a68a09f98148f03563b45a7d9f20fd078b4
3
+ metadata.gz: 6393fc26212df7643b3f49c8c43bb21d60b5423f
4
+ data.tar.gz: 607a6a832c2ac9c21b3bf24a752a57111a7a1c00
5
5
  SHA512:
6
- metadata.gz: 6b688c9ba241af2287ddb3ca1becf1ea723abd993162b3c0f58bb8793d47f4c2225c3cc46bca0b8b5547d1aa54c5381c72b11ce5781be0f69534d9159fe51060
7
- data.tar.gz: a10c716deef78d9bb9f482eb4bcc3f573fa6cc067119899f5df79f363d9e98b05207c7fcad15d16285b974b43d8c3b5039183acaca45f9d475bdeb5d296c6117
6
+ metadata.gz: 333c9f4b11d8118102da6a5b4d9d359785c01e8c0ca5be663aba41c792b355c99c7c7ad086f016c33b7feaf60c15446022940f7fb303ffb1f3d059ade66dd5e3
7
+ data.tar.gz: 4403ed17b012758e0138f686afee449323797c2fc43d222d29b59c74b1429c8b56d912f33b6d21c040da31af3f8dd77baec73574fb5946d23ff40fbdf9ab67d4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-waf/customizations'
42
42
  # @service
43
43
  module Aws::WAF
44
44
 
45
- GEM_VERSION = '1.6.0'
45
+ GEM_VERSION = '1.7.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::WAF
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::WAF
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.
@@ -5254,7 +5274,7 @@ module Aws::WAF
5254
5274
  params: params,
5255
5275
  config: config)
5256
5276
  context[:gem_name] = 'aws-sdk-waf'
5257
- context[:gem_version] = '1.6.0'
5277
+ context[:gem_version] = '1.7.0'
5258
5278
  Seahorse::Client::Request.new(handlers, context)
5259
5279
  end
5260
5280
 
@@ -1179,12 +1179,16 @@ module Aws::WAF
1179
1179
  api.version = "2015-08-24"
1180
1180
 
1181
1181
  api.metadata = {
1182
+ "apiVersion" => "2015-08-24",
1182
1183
  "endpointPrefix" => "waf",
1183
1184
  "jsonVersion" => "1.1",
1184
1185
  "protocol" => "json",
1186
+ "serviceAbbreviation" => "WAF",
1185
1187
  "serviceFullName" => "AWS WAF",
1188
+ "serviceId" => "WAF",
1186
1189
  "signatureVersion" => "v4",
1187
1190
  "targetPrefix" => "AWSWAF_20150824",
1191
+ "uid" => "waf-2015-08-24",
1188
1192
  }
1189
1193
 
1190
1194
  api.add_operation(:create_byte_match_set, Seahorse::Model::Operation.new.tap do |o|
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.6.0
4
+ version: 1.7.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-08-31 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