aws-sdk-glacier 1.11.0 → 1.12.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: 03fd9922b29c126764e57eca156e522292140478
4
- data.tar.gz: 52d769ece9902f5b24fe85872963ca40976015d2
3
+ metadata.gz: 0c4c36f0b6624a5856a1ae47a212f50aa275f639
4
+ data.tar.gz: 1b3fd5f14bcf97a797459825cf4bf6369d83c318
5
5
  SHA512:
6
- metadata.gz: a2dd5773a78a5153bf3df54fe94cfeed7f50be8eea89e1fba13ba3da4def04f97ed478a4ad4b56a0b1c9f629e61f759879fe0a3ee72e92efabc1fe612b0999dd
7
- data.tar.gz: ad539b0768f0a10922046078ff0f3e73fb20f2cef90dd0aa037df84eedd25bfc4b84b5e15819da316d004d9746e1dada1e44a6c2798389e9b8f4df5dbd482c71
6
+ metadata.gz: ae8e96e42bc90a1921c974f483ec143960b6838d1491fe5a0a63100e20efdf2c6346fd6b9c51c11a5c5f350ce772967da5a334c58228dc6ce1ec055c2b21e742
7
+ data.tar.gz: a5a994912c72d69017d32dce7885716a058483b43fdc88b0ec828ab81a270eb71b70795d73b65af23021b9f4a3bdf94f79c5331696725a3a00cfeed9ea8239d1
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-glacier/customizations'
49
49
  # @service
50
50
  module Aws::Glacier
51
51
 
52
- GEM_VERSION = '1.11.0'
52
+ GEM_VERSION = '1.12.0'
53
53
 
54
54
  end
@@ -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.11.0'
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.11.0
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-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