lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.2.0 vs lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.3.0
- old
+ new
@@ -263,11 +263,12 @@
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
#
# @example Example: To abort a vault lock
#
- # # The example aborts the vault locking process if the vault lock is not in the Locked state for the vault named examplevault.
+ # # The example aborts the vault locking process if the vault lock is not in the Locked state for the vault named
+ # # examplevault.
#
# resp = client.abort_vault_lock({
# account_id: "-",
# vault_name: "examplevault",
# })
@@ -514,11 +515,12 @@
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
#
#
# @example Example: To complete a vault lock
#
- # # The example completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked state.
+ # # The example completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked
+ # # state.
#
# resp = client.complete_vault_lock({
# account_id: "-",
# lock_id: "AE863rKkWZU53SLW5be4DUcW",
# vault_name: "example-vault",
@@ -1847,11 +1849,12 @@
# * {Types::InitiateMultipartUploadOutput#upload_id #upload_id} => String
#
#
# @example Example: To initiate a multipart upload
#
- # # The example initiates a multipart upload to a vault named my-vault with a part size of 1 MiB (1024 x 1024 bytes) per file.
+ # # The example initiates a multipart upload to a vault named my-vault with a part size of 1 MiB (1024 x 1024 bytes) per
+ # # file.
#
# resp = client.initiate_multipart_upload({
# account_id: "-",
# part_size: 1048576,
# vault_name: "my-vault",
@@ -3208,10 +3211,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glacier'
- context[:gem_version] = '1.2.0'
+ context[:gem_version] = '1.3.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#