aws-sdk-fms 1.1.0 → 1.2.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: 4701012af8c8a54746bc272aa00a5e369e286345
4
- data.tar.gz: 2b42c78b6bdcc042108af710024a4fb7b94df155
3
+ metadata.gz: 15f342e250bc2813fd86e083f1ecdce785f4a720
4
+ data.tar.gz: 3f993a06df49a2c53fb047c3ce8756c88d2a3c1a
5
5
  SHA512:
6
- metadata.gz: 39de6e9e42b58eaa66cf7c4703df0fa3976c242993e1e15301caeef4e4276eababb62e4fe87361f0aa6e4ad6e1b7cbca7f91b92cfd92d28a861a6e887df3752b
7
- data.tar.gz: 857387299276ea42cf0f0981b6fa8b71c63e889b3d89e049e259bc503b2aec3f235cde554aba9183762f95054213a8cd2fd4a9dd2b8d900d326833a37a04a1af
6
+ metadata.gz: 83dd76ff9cfc17eeab6bfe8ea032b01aa1e610ff17ac74838e7630419c34a1a55bdedf33903878337464e7fbd497d61320785b7446ad21906260b4e288740b43
7
+ data.tar.gz: efe4a20883aee40082eac869cfdd7e54093d3e174848ef92044559b4f5570c5ddeee46f6e8eea68e2f345f5d6f6fc682390b9c349d3d161ab2789efd25c7d692
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-fms/customizations'
42
42
  # @service
43
43
  module Aws::FMS
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/json_rpc.rb'
24
26
 
@@ -47,6 +49,8 @@ module Aws::FMS
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::FMS
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.
@@ -596,7 +616,7 @@ module Aws::FMS
596
616
  params: params,
597
617
  config: config)
598
618
  context[:gem_name] = 'aws-sdk-fms'
599
- context[:gem_version] = '1.1.0'
619
+ context[:gem_version] = '1.2.0'
600
620
  Seahorse::Client::Request.new(handlers, context)
601
621
  end
602
622
 
@@ -200,12 +200,16 @@ module Aws::FMS
200
200
  api.version = "2018-01-01"
201
201
 
202
202
  api.metadata = {
203
+ "apiVersion" => "2018-01-01",
203
204
  "endpointPrefix" => "fms",
204
205
  "jsonVersion" => "1.1",
205
206
  "protocol" => "json",
207
+ "serviceAbbreviation" => "FMS",
206
208
  "serviceFullName" => "Firewall Management Service",
209
+ "serviceId" => "FMS",
207
210
  "signatureVersion" => "v4",
208
211
  "targetPrefix" => "AWSFMS_20180101",
212
+ "uid" => "fms-2018-01-01",
209
213
  }
210
214
 
211
215
  api.add_operation(:associate_admin_account, Seahorse::Model::Operation.new.tap do |o|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-fms
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