aws-sdk-glacier 1.21.0 → 1.22.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 +4 -4
- data/lib/aws-sdk-glacier.rb +1 -1
- data/lib/aws-sdk-glacier/client.rb +5 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da04fe19d96c76c2652ac3d8878846758e2ddc3
|
|
4
|
+
data.tar.gz: 2561e122438715748482ecef3645d57aeb224419
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c1eb40d91f2e2d2d0043b84564171803e4d990a1a0b105ac60a949a7c308ba9a8bc121af84d6ea29ac4281df626ab18fbec1fb21ad98846f51b98c7be423990
|
|
7
|
+
data.tar.gz: 1597713fe5a0c55719001cc37e9d8d833c01b19e4440d992d53feb616161c0a9c1e7d606ec93f13420f46f7b055e05f2748853910597fcf074e06fd46379cbfc
|
data/lib/aws-sdk-glacier.rb
CHANGED
|
@@ -127,6 +127,10 @@ module Aws::Glacier
|
|
|
127
127
|
# Allows you to provide an identifier for this client which will be attached to
|
|
128
128
|
# all generated client side metrics. Defaults to an empty string.
|
|
129
129
|
#
|
|
130
|
+
# @option options [String] :client_side_monitoring_host ("127.0.0.1")
|
|
131
|
+
# Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
|
|
132
|
+
# side monitoring agent is running on, where client metrics will be published via UDP.
|
|
133
|
+
#
|
|
130
134
|
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
131
135
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
132
136
|
# agent is running on, where client metrics will be published via UDP.
|
|
@@ -3284,7 +3288,7 @@ module Aws::Glacier
|
|
|
3284
3288
|
params: params,
|
|
3285
3289
|
config: config)
|
|
3286
3290
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3287
|
-
context[:gem_version] = '1.
|
|
3291
|
+
context[:gem_version] = '1.22.0'
|
|
3288
3292
|
Seahorse::Client::Request.new(handlers, context)
|
|
3289
3293
|
end
|
|
3290
3294
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-glacier
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.22.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-
|
|
11
|
+
date: 2019-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.56.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.56.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|