aws-sdk-fms 1.4.0 → 1.5.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: 44d1a01d16b9786cf8849a7daed311c55d8b482a
4
- data.tar.gz: 2d6e433459dbee81e684357749469112105b8fcd
3
+ metadata.gz: efeb2bc11b5f2a0dc3adc5622b24c58d25faf043
4
+ data.tar.gz: fc41c7a4afcfaa1e33c8daa95db231eeb2de2361
5
5
  SHA512:
6
- metadata.gz: 9e6242fa04df16258d4d1b4dc79576e670e9df177061ee5e1c91cca5fb1777069b863f2b3274a96a9f6951822e1ace2c55bba992e352c5398a5083b1a223e094
7
- data.tar.gz: 433f23d68908946ee15357911f16397201e677be6fbccc8e4cd5efab9132781fb2b5da587d579db02301c38afbebd21771ba4a8f5f702e4193f46c5d22245333
6
+ metadata.gz: 3a0c79ba31187169e12cfaf737e8a821cd3cf7fea04624e9a5c45427a8f1927c99d9643fb80064069c01e8cbb5e2ad4229e74fceb53dae1207634feaaedb223d
7
+ data.tar.gz: 7b77f8758d3ab0ff9e24bb84d438df1b03d9f8f778d89046f9693ce6389725767aeeedde71767f2fefa7d5e6f737b6f572f1837d4a57e8057ffa286792e9599b
data/lib/aws-sdk-fms.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-fms/customizations'
42
42
  # @service
43
43
  module Aws::FMS
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::FMS
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
  #
@@ -689,7 +689,7 @@ module Aws::FMS
689
689
  params: params,
690
690
  config: config)
691
691
  context[:gem_name] = 'aws-sdk-fms'
692
- context[:gem_version] = '1.4.0'
692
+ context[:gem_version] = '1.5.0'
693
693
  Seahorse::Client::Request.new(handlers, context)
694
694
  end
695
695
 
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.4.0
4
+ version: 1.5.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-12 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