aws-sdk-glacier 1.11.0 → 1.12.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 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c4c36f0b6624a5856a1ae47a212f50aa275f639
|
|
4
|
+
data.tar.gz: 1b3fd5f14bcf97a797459825cf4bf6369d83c318
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae8e96e42bc90a1921c974f483ec143960b6838d1491fe5a0a63100e20efdf2c6346fd6b9c51c11a5c5f350ce772967da5a334c58228dc6ce1ec055c2b21e742
|
|
7
|
+
data.tar.gz: a5a994912c72d69017d32dce7885716a058483b43fdc88b0ec828ab81a270eb71b70795d73b65af23021b9f4a3bdf94f79c5331696725a3a00cfeed9ea8239d1
|
data/lib/aws-sdk-glacier.rb
CHANGED
|
@@ -107,19 +107,19 @@ module Aws::Glacier
|
|
|
107
107
|
# operations. The default value of `-` uses the account
|
|
108
108
|
# your `:credentials` belong to.
|
|
109
109
|
#
|
|
110
|
-
# @option options [] :client_side_monitoring (false)
|
|
110
|
+
# @option options [Boolean] :client_side_monitoring (false)
|
|
111
111
|
# When `true`, client-side metrics will be collected for all API requests from
|
|
112
112
|
# this client.
|
|
113
113
|
#
|
|
114
|
-
# @option options [] :client_side_monitoring_client_id ("")
|
|
114
|
+
# @option options [String] :client_side_monitoring_client_id ("")
|
|
115
115
|
# Allows you to provide an identifier for this client which will be attached to
|
|
116
116
|
# all generated client side metrics. Defaults to an empty string.
|
|
117
117
|
#
|
|
118
|
-
# @option options [] :client_side_monitoring_port (31000)
|
|
118
|
+
# @option options [Integer] :client_side_monitoring_port (31000)
|
|
119
119
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
120
120
|
# agent is running on, where client metrics will be published via UDP.
|
|
121
121
|
#
|
|
122
|
-
# @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
|
122
|
+
# @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
|
123
123
|
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
|
124
124
|
# will use the Client Side Monitoring Agent Publisher.
|
|
125
125
|
#
|
|
@@ -3210,7 +3210,7 @@ module Aws::Glacier
|
|
|
3210
3210
|
params: params,
|
|
3211
3211
|
config: config)
|
|
3212
3212
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3213
|
-
context[:gem_version] = '1.
|
|
3213
|
+
context[:gem_version] = '1.12.0'
|
|
3214
3214
|
Seahorse::Client::Request.new(handlers, context)
|
|
3215
3215
|
end
|
|
3216
3216
|
|
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.12.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-
|
|
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
|