aws-sdk-macie 1.3.0 → 1.4.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: ea313a9f17648a6e0e0ed148b9f00d727b4dd5b6
4
- data.tar.gz: 6193889767f80d1ccafe7953c9aede80dcb70618
3
+ metadata.gz: 66ba78cfecd1ebceb8e16422adcd0f7515f11ed1
4
+ data.tar.gz: f9b3f3e7008ef03c916cf9aa2ae5be9f520c36df
5
5
  SHA512:
6
- metadata.gz: f76110c5132c7aa1482e9501683699a7eda7d410a895205b3c1f1ab90fde5209350c0e241ee9029c1bdbeac1ab958a6930489af600f2269cb87a77758a1c2c10
7
- data.tar.gz: 2d2e519867f926bdce68603c87089adf01856d26d79389e14e72dc2f2df6f348e5f05b357cdae441e396774b8e6ae8ea45bd2a28084f2bea189d0f16d1e0b49a
6
+ metadata.gz: 51fecf1cd73ad4d6d97c8f583bb7db7770f19b2369ffead2e84224f03a763dc616ef469b1d418c85e5ffb689c4446938469433c8277a7cd111a09116170a946d
7
+ data.tar.gz: 2eaa8fa53f1a52a1b666690ff695b8c18f66a0c1dbe3fc45f689448da3444490f8eb63417a40dc2b9d00c7e82f6935f5fbf0c40d60db12cb95f6f03598c8b553
data/lib/aws-sdk-macie.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-macie/customizations'
42
42
  # @service
43
43
  module Aws::Macie
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::Macie
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
  #
@@ -487,7 +487,7 @@ module Aws::Macie
487
487
  params: params,
488
488
  config: config)
489
489
  context[:gem_name] = 'aws-sdk-macie'
490
- context[:gem_version] = '1.3.0'
490
+ context[:gem_version] = '1.4.0'
491
491
  Seahorse::Client::Request.new(handlers, context)
492
492
  end
493
493
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-macie
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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