aws-sdk-s3control 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: 3900da7b59c0b3139fc6b166c75148a906e113a2
4
- data.tar.gz: d6f0f3950a44f95579e2b14bf704e36cde086bf6
3
+ metadata.gz: bb2b1be617e7d38d4e32aa31a288c1ef661c0eb6
4
+ data.tar.gz: 9733627c46a23020522f6f84ecb68554686cd738
5
5
  SHA512:
6
- metadata.gz: 22060f992be510a9f0df31b3e6cede23d618021879df11eeb34333387aa2d667687ebd8b7bd1c38876322149cae2d9ecdb5bb4d1ae738587d4f2988702693c16
7
- data.tar.gz: d0413879d1a68f6daf127cefd6ee2a5943eaf80a60adf5ca5cee7d597e6c2e419607cbba58b6725727f56ea9e4aab3bd5e039611ac745f2d8a8e51a3271e9baa
6
+ metadata.gz: 26ffa083299388f4d7a7446908d50125edc0eec5e7947b6c1a920272c4ef75b794d72898ff625686d77199d9fd086bdb6d54766a8a3ce9f671a8a60f876498c9
7
+ data.tar.gz: 710accc03a4010d72a04371bd07c7882618ab14d771b3c767f840e722cdc16d1b019da340c1a65e38ca0b291d933461eed171997f7f49e7af14d28887111e7a8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-s3control/customizations'
42
42
  # @service
43
43
  module Aws::S3Control
44
44
 
45
- GEM_VERSION = '1.9.0'
45
+ GEM_VERSION = '1.10.0'
46
46
 
47
47
  end
@@ -122,6 +122,10 @@ module Aws::S3Control
122
122
  # Allows you to provide an identifier for this client which will be attached to
123
123
  # all generated client side metrics. Defaults to an empty string.
124
124
  #
125
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
126
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
127
+ # side monitoring agent is running on, where client metrics will be published via UDP.
128
+ #
125
129
  # @option options [Integer] :client_side_monitoring_port (31000)
126
130
  # Required for publishing client metrics. The port that the client side monitoring
127
131
  # agent is running on, where client metrics will be published via UDP.
@@ -775,7 +779,7 @@ module Aws::S3Control
775
779
  params: params,
776
780
  config: config)
777
781
  context[:gem_name] = 'aws-sdk-s3control'
778
- context[:gem_version] = '1.9.0'
782
+ context[:gem_version] = '1.10.0'
779
783
  Seahorse::Client::Request.new(handlers, context)
780
784
  end
781
785
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-s3control
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: 2019-05-29 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.53.0
36
+ version: 3.56.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.53.0
46
+ version: 3.56.0
47
47
  description: Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS
48
48
  SDK for Ruby.
49
49
  email: