aws-sdk-inspector 1.9.0 → 1.10.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: 7937cf46ee016b030887cd949cae6db66f770c0c
4
- data.tar.gz: 19e8a228e6ba494b3296ac3fba8a60a08649f995
3
+ metadata.gz: 532029f7c9585c2da1df534c6c096097dc8b35fe
4
+ data.tar.gz: 49e33f0c72923e2986ba4ab92a96507cf89a0bdc
5
5
  SHA512:
6
- metadata.gz: c408438a4bfaccae5ec0f3f88944572b36db79f760e42f413d07f8ff62a976c288aebf5d5102e72b944ffa0a495111d3d308a40afc23b3e5582095e6dc4c9f38
7
- data.tar.gz: f3ad1bfe1ffacc5f36b0494186d7d12e95c2ba202b4e16b33f8a391e8c85c4d9118d8e1e581e29d47b68fe08bcc8d91bc0f20ff67009fa69cecadc371d6e32c4
6
+ metadata.gz: 6b2379122a14bda17eae2f450452ae2dd814931af2a4e1186a67d8f6d391740b9edcabe761a290414cdc6e81f21bcdffb2df6654bc73cb40fb2a5ef992006d1b
7
+ data.tar.gz: ebd96fdd08d6cf5c959d1664d9816adb9bf9c9b39e7a9cb51de885c5471eda87a7de6c04086569ebb0f0312f02e0d7e5dae12fef2a87a1bde9d15d7c1c811ea8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-inspector/customizations'
42
42
  # @service
43
43
  module Aws::Inspector
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Inspector
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
  #
@@ -2826,7 +2826,7 @@ module Aws::Inspector
2826
2826
  params: params,
2827
2827
  config: config)
2828
2828
  context[:gem_name] = 'aws-sdk-inspector'
2829
- context[:gem_version] = '1.9.0'
2829
+ context[:gem_version] = '1.10.0'
2830
2830
  Seahorse::Client::Request.new(handlers, context)
2831
2831
  end
2832
2832
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-inspector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.10.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-10-22 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