All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.glacier-2012-06-01-intermediate.json Maven / Gradle / Ivy

{
  "metadata" : {
    "apiVersion" : "2012-06-01",
    "exceptionUnmarshallerImpl" : null,
    "protocol" : "rest-json",
    "checksumFormat" : null,
    "documentation" : "

Amazon Glacier is a storage solution for \"cold data.\"

Amazon Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Amazon Glacier, customers can store their data cost effectively for months, years, or decades. Amazon Glacier also enables customers to offload the administrative burdens of operating and scaling storage to AWS, so they don't have to worry about capacity planning, hardware provisioning, data replication, hardware failure and recovery, or time-consuming hardware migrations.

Amazon Glacier is a great storage choice when low storage cost is paramount, your data is rarely retrieved, and retrieval latency of several hours is acceptable. If your application requires fast or frequent access to your data, consider using Amazon S3. For more information, go to Amazon Simple Storage Service (Amazon S3).

You can store any kind of data in any format. There is no maximum limit on the total amount of data you can store in Amazon Glacier.

If you are a first-time user of Amazon Glacier, we recommend that you begin by reading the following sections in the Amazon Glacier Developer Guide:

  • What is Amazon Glacier - This section of the Developer Guide describes the underlying data model, the operations it supports, and the AWS SDKs that you can use to interact with the service.

  • Getting Started with Amazon Glacier - The Getting Started section walks you through the process of creating a vault, uploading archives, creating jobs to download archives, retrieving the job output, and deleting archives.

", "defaultEndpoint" : "https://glacier.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "glacier.us-east-1.amazonaws.com", "syncInterface" : "AmazonGlacier", "syncClient" : "AmazonGlacierClient", "asyncInterface" : "AmazonGlacierAsync", "asyncClient" : "AmazonGlacierAsyncClient", "packageName" : "com.amazonaws.services.glacier", "packagePath" : "com/amazonaws/services/glacier", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Glacier", "hasApiWithStreamInput" : false, "jsonContentVersion" : "application/x-amz-json-1.1", "jsonVersion" : "1.1", "endpointPrefix" : "glacier", "signingName" : "glacier", "jsonProtocol" : true, "serviceName" : "Amazon Glacier", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller" }, "operations" : { "AbortMultipartUpload" : { "documentation" : "

This operation aborts a multipart upload identified by the upload ID.

After the Abort Multipart Upload request succeeds, you cannot upload any more parts to the multipart upload or complete the multipart upload. Aborting a completed upload fails. However, aborting an already-aborted upload will succeed, for a short time. For more information about uploading a part and completing a multipart upload, see UploadMultipartPart and CompleteMultipartUpload.

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Working with Archives in Amazon Glacier and Abort Multipart Upload in the Amazon Glacier Developer Guide.

", "operationName" : "AbortMultipartUpload", "deprecated" : false, "input" : { "variableName" : "abortMultipartUploadRequest", "variableType" : "AbortMultipartUploadRequest", "variableDeclarationType" : "AbortMultipartUploadRequest", "documentation" : "

Provides options to abort a multipart upload identified by the upload ID.

For information about the underlying REST API, go to Abort Multipart Upload. For conceptual information, go to Working with Archives in Amazon Glacier.

", "simpleType" : "AbortMultipartUploadRequest", "variableSetterType" : "AbortMultipartUploadRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AbortMultipartUploadResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AbortMultipartUploadResult", "asyncReturnType" : "AbortMultipartUploadResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "abortMultipartUpload" }, "AbortVaultLock" : { "documentation" : "

This operation aborts the vault locking process if the vault lock is not in the Locked state. If the vault lock is in the Locked state when this operation is requested, the operation returns an AccessDeniedException error. Aborting the vault locking process removes the vault lock policy from the specified vault.

A vault lock is put into the InProgress state by calling InitiateVaultLock. A vault lock is put into the Locked state by calling CompleteVaultLock. You can get the state of a vault lock by calling GetVaultLock. For more information about the vault locking process, see Amazon Glacier Vault Lock. For more information about vault lock policies, see Amazon Glacier Access Control with Vault Lock Policies.

This operation is idempotent. You can successfully invoke this operation multiple times, if the vault lock is in the InProgress state or if there is no policy associated with the vault.

", "operationName" : "AbortVaultLock", "deprecated" : false, "input" : { "variableName" : "abortVaultLockRequest", "variableType" : "AbortVaultLockRequest", "variableDeclarationType" : "AbortVaultLockRequest", "documentation" : "

The input values for AbortVaultLock.

", "simpleType" : "AbortVaultLockRequest", "variableSetterType" : "AbortVaultLockRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AbortVaultLockResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AbortVaultLockResult", "asyncReturnType" : "AbortVaultLockResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "abortVaultLock" }, "AddTagsToVault" : { "documentation" : "

This operation adds the specified tags to a vault. Each tag is composed of a key and a value. Each vault can have up to 10 tags. If your request would cause the tag limit for the vault to be exceeded, the operation throws the LimitExceededException error. If a tag already exists on the vault under a specified key, the existing key value will be overwritten. For more information about tags, see Tagging Amazon Glacier Resources.

", "operationName" : "AddTagsToVault", "deprecated" : false, "input" : { "variableName" : "addTagsToVaultRequest", "variableType" : "AddTagsToVaultRequest", "variableDeclarationType" : "AddTagsToVaultRequest", "documentation" : "

The input values for AddTagsToVault.

", "simpleType" : "AddTagsToVaultRequest", "variableSetterType" : "AddTagsToVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToVaultResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

Returned if the request results in a vault or account limit being exceeded.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsToVaultResult", "asyncReturnType" : "AddTagsToVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTagsToVault" }, "CompleteMultipartUpload" : { "documentation" : "

You call this operation to inform Amazon Glacier that all the archive parts have been uploaded and that Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource. Using the URI path, you can then access the archive. After you upload an archive, you should save the archive ID returned to retrieve the archive at a later point. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see InitiateJob.

In the request, you must include the computed SHA256 tree hash of the entire archive you have uploaded. For information about computing a SHA256 tree hash, see Computing Checksums. On the server side, Amazon Glacier also constructs the SHA256 tree hash of the assembled archive. If the values match, Amazon Glacier saves the archive to the vault; otherwise, it returns an error, and the operation fails. The ListParts operation returns a list of parts uploaded for a specific multipart upload. It includes checksum information for each uploaded part that can be used to debug a bad checksum issue.

Additionally, Amazon Glacier also checks for any missing content ranges when assembling the archive, if missing content ranges are found, Amazon Glacier returns an error and the operation fails.

Complete Multipart Upload is an idempotent operation. After your first successful complete multipart upload, if you call the operation again within a short period, the operation will succeed and return the same archive ID. This is useful in the event you experience a network issue that causes an aborted connection or receive a 500 server error, in which case you can repeat your Complete Multipart Upload request and get the same archive ID without creating duplicate archives. Note, however, that after the multipart upload completes, you cannot call the List Parts operation and the multipart upload will not appear in List Multipart Uploads response, even if idempotent complete is possible.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Uploading Large Archives in Parts (Multipart Upload) and Complete Multipart Upload in the Amazon Glacier Developer Guide.

", "operationName" : "CompleteMultipartUpload", "deprecated" : false, "input" : { "variableName" : "completeMultipartUploadRequest", "variableType" : "CompleteMultipartUploadRequest", "variableDeclarationType" : "CompleteMultipartUploadRequest", "documentation" : "

Provides options to complete a multipart upload operation. This informs Amazon Glacier that all the archive parts have been uploaded and Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource.

", "simpleType" : "CompleteMultipartUploadRequest", "variableSetterType" : "CompleteMultipartUploadRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CompleteMultipartUploadResult", "documentation" : "

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, go to Upload Archive. For conceptual information, go to Working with Archives in Amazon Glacier.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CompleteMultipartUploadResult", "asyncReturnType" : "CompleteMultipartUploadResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "completeMultipartUpload" }, "CompleteVaultLock" : { "documentation" : "

This operation completes the vault locking process by transitioning the vault lock from the InProgress state to the Locked state, which causes the vault lock policy to become unchangeable. A vault lock is put into the InProgress state by calling InitiateVaultLock. You can obtain the state of the vault lock by calling GetVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

This operation is idempotent. This request is always successful if the vault lock is in the Locked state and the provided lock ID matches the lock ID originally used to lock the vault.

If an invalid lock ID is passed in the request when the vault lock is in the Locked state, the operation returns an AccessDeniedException error. If an invalid lock ID is passed in the request when the vault lock is in the InProgress state, the operation throws an InvalidParameter error.

", "operationName" : "CompleteVaultLock", "deprecated" : false, "input" : { "variableName" : "completeVaultLockRequest", "variableType" : "CompleteVaultLockRequest", "variableDeclarationType" : "CompleteVaultLockRequest", "documentation" : "

The input values for CompleteVaultLock.

", "simpleType" : "CompleteVaultLockRequest", "variableSetterType" : "CompleteVaultLockRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CompleteVaultLockResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CompleteVaultLockResult", "asyncReturnType" : "CompleteVaultLockResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "completeVaultLock" }, "CreateVault" : { "documentation" : "

This operation creates a new vault with the specified name. The name of the vault must be unique within a region for an AWS account. You can create up to 1,000 vaults per account. If you need to create more vaults, contact Amazon Glacier.

You must use the following guidelines when naming a vault.

  • Names can be between 1 and 255 characters long.

  • Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Creating a Vault in Amazon Glacier and Create Vault in the Amazon Glacier Developer Guide.

", "operationName" : "CreateVault", "deprecated" : false, "input" : { "variableName" : "createVaultRequest", "variableType" : "CreateVaultRequest", "variableDeclarationType" : "CreateVaultRequest", "documentation" : "

Provides options to create a vault.

", "simpleType" : "CreateVaultRequest", "variableSetterType" : "CreateVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateVaultResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" }, { "exceptionName" : "LimitExceededException", "documentation" : "

Returned if the request results in a vault or account limit being exceeded.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateVaultResult", "asyncReturnType" : "CreateVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createVault" }, "DeleteArchive" : { "documentation" : "

This operation deletes an archive from a vault. Subsequent requests to initiate a retrieval of this archive will fail. Archive retrievals that are in progress for this archive ID may or may not succeed according to the following scenarios:

  • If the archive retrieval job is actively preparing the data for download when Amazon Glacier receives the delete archive request, the archival retrieval operation might fail.
  • If the archive retrieval job has successfully prepared the archive for download when Amazon Glacier receives the delete archive request, you will be able to download the output.

This operation is idempotent. Attempting to delete an already-deleted archive does not result in an error.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Deleting an Archive in Amazon Glacier and Delete Archive in the Amazon Glacier Developer Guide.

", "operationName" : "DeleteArchive", "deprecated" : false, "input" : { "variableName" : "deleteArchiveRequest", "variableType" : "DeleteArchiveRequest", "variableDeclarationType" : "DeleteArchiveRequest", "documentation" : "

Provides options for deleting an archive from an Amazon Glacier vault.

", "simpleType" : "DeleteArchiveRequest", "variableSetterType" : "DeleteArchiveRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteArchiveResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteArchiveResult", "asyncReturnType" : "DeleteArchiveResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteArchive" }, "DeleteVault" : { "documentation" : "

This operation deletes a vault. Amazon Glacier will delete a vault only if there are no archives in the vault as of the last inventory and there have been no writes to the vault since the last inventory. If either of these conditions is not satisfied, the vault deletion fails (that is, the vault is not removed) and Amazon Glacier returns an error. You can use DescribeVault to return the number of archives in a vault, and you can use Initiate a Job (POST jobs) to initiate a new inventory retrieval for a vault. The inventory contains the archive IDs you use to delete archives using Delete Archive (DELETE archive).

This operation is idempotent.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Deleting a Vault in Amazon Glacier and Delete Vault in the Amazon Glacier Developer Guide.

", "operationName" : "DeleteVault", "deprecated" : false, "input" : { "variableName" : "deleteVaultRequest", "variableType" : "DeleteVaultRequest", "variableDeclarationType" : "DeleteVaultRequest", "documentation" : "

Provides options for deleting a vault from Amazon Glacier.

", "simpleType" : "DeleteVaultRequest", "variableSetterType" : "DeleteVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteVaultResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteVaultResult", "asyncReturnType" : "DeleteVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteVault" }, "DeleteVaultAccessPolicy" : { "documentation" : "

This operation deletes the access policy associated with the specified vault. The operation is eventually consistent; that is, it might take some time for Amazon Glacier to completely remove the access policy, and you might still see the effect of the policy for a short time after you send the delete request.

This operation is idempotent. You can invoke delete multiple times, even if there is no policy associated with the vault. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

", "operationName" : "DeleteVaultAccessPolicy", "deprecated" : false, "input" : { "variableName" : "deleteVaultAccessPolicyRequest", "variableType" : "DeleteVaultAccessPolicyRequest", "variableDeclarationType" : "DeleteVaultAccessPolicyRequest", "documentation" : "

DeleteVaultAccessPolicy input.

", "simpleType" : "DeleteVaultAccessPolicyRequest", "variableSetterType" : "DeleteVaultAccessPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteVaultAccessPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteVaultAccessPolicyResult", "asyncReturnType" : "DeleteVaultAccessPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteVaultAccessPolicy" }, "DeleteVaultNotifications" : { "documentation" : "

This operation deletes the notification configuration set for a vault. The operation is eventually consistent; that is, it might take some time for Amazon Glacier to completely disable the notifications and you might still receive some notifications for a short time after you send the delete request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Configuring Vault Notifications in Amazon Glacier and Delete Vault Notification Configuration in the Amazon Glacier Developer Guide.

", "operationName" : "DeleteVaultNotifications", "deprecated" : false, "input" : { "variableName" : "deleteVaultNotificationsRequest", "variableType" : "DeleteVaultNotificationsRequest", "variableDeclarationType" : "DeleteVaultNotificationsRequest", "documentation" : "

Provides options for deleting a vault notification configuration from an Amazon Glacier vault.

", "simpleType" : "DeleteVaultNotificationsRequest", "variableSetterType" : "DeleteVaultNotificationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteVaultNotificationsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteVaultNotificationsResult", "asyncReturnType" : "DeleteVaultNotificationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteVaultNotifications" }, "DescribeJob" : { "documentation" : "

This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon Glacier completes the job. For more information about initiating a job, see InitiateJob.

This operation enables you to check the status of your job. However, it is strongly recommended that you set up an Amazon SNS topic and specify it in your initiate job request so that Amazon Glacier can notify the topic after it completes the job.

A job ID will not expire for at least 24 hours after Amazon Glacier completes the job.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For information about the underlying REST API, go to Working with Archives in Amazon Glacier in the Amazon Glacier Developer Guide.

", "operationName" : "DescribeJob", "deprecated" : false, "input" : { "variableName" : "describeJobRequest", "variableType" : "DescribeJobRequest", "variableDeclarationType" : "DescribeJobRequest", "documentation" : "

Provides options for retrieving a job description.

", "simpleType" : "DescribeJobRequest", "variableSetterType" : "DescribeJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeJobResult", "documentation" : "

Describes an Amazon Glacier job.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeJobResult", "asyncReturnType" : "DescribeJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeJob" }, "DescribeVault" : { "documentation" : "

This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the archives in the vault. The number of archives and their total size are as of the last inventory generation. This means that if you add or remove an archive from a vault, and then immediately use Describe Vault, the change in contents will not be immediately reflected. If you want to retrieve the latest inventory of the vault, use InitiateJob. Amazon Glacier generates vault inventories approximately daily. For more information, see Downloading a Vault Inventory in Amazon Glacier.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Retrieving Vault Metadata in Amazon Glacier and Describe Vault in the Amazon Glacier Developer Guide.

", "operationName" : "DescribeVault", "deprecated" : false, "input" : { "variableName" : "describeVaultRequest", "variableType" : "DescribeVaultRequest", "variableDeclarationType" : "DescribeVaultRequest", "documentation" : "

Provides options for retrieving metadata for a specific vault in Amazon Glacier.

", "simpleType" : "DescribeVaultRequest", "variableSetterType" : "DescribeVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeVaultResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeVaultResult", "asyncReturnType" : "DescribeVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeVault" }, "GetDataRetrievalPolicy" : { "documentation" : "

This operation returns the current data retrieval policy for the account and region specified in the GET request. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies.

", "operationName" : "GetDataRetrievalPolicy", "deprecated" : false, "input" : { "variableName" : "getDataRetrievalPolicyRequest", "variableType" : "GetDataRetrievalPolicyRequest", "variableDeclarationType" : "GetDataRetrievalPolicyRequest", "documentation" : "

Input for GetDataRetrievalPolicy.

", "simpleType" : "GetDataRetrievalPolicyRequest", "variableSetterType" : "GetDataRetrievalPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDataRetrievalPolicyResult", "documentation" : "

Contains the Amazon Glacier response to the GetDataRetrievalPolicy request.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDataRetrievalPolicyResult", "asyncReturnType" : "GetDataRetrievalPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDataRetrievalPolicy" }, "GetJobOutput" : { "documentation" : "

This operation downloads the output of the job you initiated using InitiateJob. Depending on the job type you specified when you initiated the job, the output will be either the content of an archive or a vault inventory.

A job ID will not expire for at least 24 hours after Amazon Glacier completes the job. That is, you can download the job output within the 24 hours period after Amazon Glacier completes the job.

If the job output is large, then you can use the Range request header to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output:

  1. Download a 128 MB chunk of output by specifying the appropriate byte range using the Range header.

  2. Along with the data, the response includes a SHA256 tree hash of the payload. You compute the checksum of the payload on the client and compare it with the checksum you received in the response to ensure you received all the expected data.

  3. Repeat steps 1 and 2 for all the eight 128 MB chunks of output data, each time specifying the appropriate byte range.

  4. After downloading all the parts of the job output, you have a list of eight checksum values. Compute the tree hash of these values to find the checksum of the entire output. Using the DescribeJob API, obtain job information of the job that provided you the output. The response includes the checksum of the entire archive stored in Amazon Glacier. You compare this value with the checksum you computed to ensure you have downloaded the entire archive content with no errors.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, go to Downloading a Vault Inventory, Downloading an Archive, and Get Job Output

", "operationName" : "GetJobOutput", "deprecated" : false, "input" : { "variableName" : "getJobOutputRequest", "variableType" : "GetJobOutputRequest", "variableDeclarationType" : "GetJobOutputRequest", "documentation" : "

Provides options for downloading output of an Amazon Glacier job.

", "simpleType" : "GetJobOutputRequest", "variableSetterType" : "GetJobOutputRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetJobOutputResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : true, "authenticated" : true, "syncReturnType" : "GetJobOutputResult", "asyncReturnType" : "GetJobOutputResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getJobOutput" }, "GetVaultAccessPolicy" : { "documentation" : "

This operation retrieves the access-policy subresource set on the vault; for more information on setting this subresource, see Set Vault Access Policy (PUT access-policy). If there is no access policy set on the vault, the operation returns a 404 Not found error. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

", "operationName" : "GetVaultAccessPolicy", "deprecated" : false, "input" : { "variableName" : "getVaultAccessPolicyRequest", "variableType" : "GetVaultAccessPolicyRequest", "variableDeclarationType" : "GetVaultAccessPolicyRequest", "documentation" : "

Input for GetVaultAccessPolicy.

", "simpleType" : "GetVaultAccessPolicyRequest", "variableSetterType" : "GetVaultAccessPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetVaultAccessPolicyResult", "documentation" : "

Output for GetVaultAccessPolicy.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetVaultAccessPolicyResult", "asyncReturnType" : "GetVaultAccessPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getVaultAccessPolicy" }, "GetVaultLock" : { "documentation" : "

This operation retrieves the following attributes from the lock-policy subresource set on the specified vault:

  • The vault lock policy set on the vault.

  • The state of the vault lock, which is either InProgess or Locked.

  • When the lock ID expires. The lock ID is used to complete the vault locking process.

  • When the vault lock was initiated and put into the InProgress state.

A vault lock is put into the InProgress state by calling InitiateVaultLock. A vault lock is put into the Locked state by calling CompleteVaultLock. You can abort the vault locking process by calling AbortVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

If there is no vault lock policy set on the vault, the operation returns a 404 Not found error. For more information about vault lock policies, Amazon Glacier Access Control with Vault Lock Policies.

", "operationName" : "GetVaultLock", "deprecated" : false, "input" : { "variableName" : "getVaultLockRequest", "variableType" : "GetVaultLockRequest", "variableDeclarationType" : "GetVaultLockRequest", "documentation" : "

The input values for GetVaultLock.

", "simpleType" : "GetVaultLockRequest", "variableSetterType" : "GetVaultLockRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetVaultLockResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetVaultLockResult", "asyncReturnType" : "GetVaultLockResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getVaultLock" }, "GetVaultNotifications" : { "documentation" : "

This operation retrieves the notification-configuration subresource of the specified vault.

For information about setting a notification configuration on a vault, see SetVaultNotifications. If a notification configuration for a vault is not set, the operation returns a 404 Not Found error. For more information about vault notifications, see Configuring Vault Notifications in Amazon Glacier.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Configuring Vault Notifications in Amazon Glacier and Get Vault Notification Configuration in the Amazon Glacier Developer Guide.

", "operationName" : "GetVaultNotifications", "deprecated" : false, "input" : { "variableName" : "getVaultNotificationsRequest", "variableType" : "GetVaultNotificationsRequest", "variableDeclarationType" : "GetVaultNotificationsRequest", "documentation" : "

Provides options for retrieving the notification configuration set on an Amazon Glacier vault.

", "simpleType" : "GetVaultNotificationsRequest", "variableSetterType" : "GetVaultNotificationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetVaultNotificationsResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetVaultNotificationsResult", "asyncReturnType" : "GetVaultNotificationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getVaultNotifications" }, "InitiateJob" : { "documentation" : "

This operation initiates a job of the specified type. In this release, you can initiate a job to retrieve either an archive or a vault inventory (a list of archives in a vault).

Retrieving data from Amazon Glacier is a two-step process:

  1. Initiate a retrieval job.

    A data retrieval policy can cause your initiate retrieval job request to fail with a PolicyEnforcedException exception. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies. For more information about the PolicyEnforcedException exception, see Error Responses.

  2. After the job completes, download the bytes.

The retrieval request is executed asynchronously. When you initiate a retrieval job, Amazon Glacier creates a job and returns a job ID in the response. When Amazon Glacier completes the job, you can get the job output (archive or inventory data). For information about getting job output, see GetJobOutput operation.

The job must complete before you can get its output. To determine when a job is complete, you have the following options:

  • Use Amazon SNS Notification You can specify an Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Glacier can post a notification after the job is completed. You can specify an SNS topic per job request. The notification is sent only after Amazon Glacier completes the job. In addition to specifying an SNS topic per job request, you can configure vault notifications for a vault so that job notifications are always sent. For more information, see SetVaultNotifications.

  • Get job details You can make a DescribeJob request to obtain job status information while a job is in progress. However, it is more efficient to use an Amazon SNS notification to determine when a job is complete.

The information you get via notification is same that you get by calling DescribeJob.

If for a specific event, you add both the notification configuration on the vault and also specify an SNS topic in your initiate job request, Amazon Glacier sends both notifications. For more information, see SetVaultNotifications.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

About the Vault Inventory

Amazon Glacier prepares an inventory for each vault periodically, every 24 hours. When you initiate a job for a vault inventory, Amazon Glacier returns the last inventory for the vault. The inventory data you get might be up to a day or two days old. Also, the initiate inventory job might take some time to complete before you can download the vault inventory. So you do not want to retrieve a vault inventory for each vault operation. However, in some scenarios, you might find the vault inventory useful. For example, when you upload an archive, you can provide an archive description but not an archive name. Amazon Glacier provides you a unique archive ID, an opaque string of characters. So, you might maintain your own database that maps archive names to their corresponding Amazon Glacier assigned archive IDs. You might find the vault inventory useful in the event you need to reconcile information in your database with the actual vault inventory.

Range Inventory Retrieval

You can limit the number of inventory items retrieved by filtering on the archive creation date or by setting a limit.

Filtering by Archive Creation Date

You can retrieve inventory items for archives created between StartDate and EndDate by specifying values for these parameters in the InitiateJob request. Archives created on or after the StartDate and before the EndDate will be returned. If you only provide the StartDate without the EndDate, you will retrieve the inventory for all archives created on or after the StartDate. If you only provide the EndDate without the StartDate, you will get back the inventory for all archives created before the EndDate.

Limiting Inventory Items per Retrieval

You can limit the number of inventory items returned by setting the Limit parameter in the InitiateJob request. The inventory job output will contain inventory items up to the specified Limit. If there are more inventory items available, the result is paginated. After a job is complete you can use the DescribeJob operation to get a marker that you use in a subsequent InitiateJob request. The marker will indicate the starting point to retrieve the next set of inventory items. You can page through your entire inventory by repeatedly making InitiateJob requests with the marker from the previous DescribeJob output, until you get a marker from DescribeJob that returns null, indicating that there are no more inventory items available.

You can use the Limit parameter together with the date range parameters.

About Ranged Archive Retrieval

You can initiate an archive retrieval for the whole archive or a range of the archive. In the case of ranged archive retrieval, you specify a byte range to return or the whole archive. The range specified must be megabyte (MB) aligned, that is the range start value must be divisible by 1 MB and range end value plus 1 must be divisible by 1 MB or equal the end of the archive. If the ranged archive retrieval is not megabyte aligned, this operation returns a 400 response. Furthermore, to ensure you get checksum values for data you download using Get Job Output API, the range must be tree hash aligned.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, go to Initiate a Job and Downloading a Vault Inventory

", "operationName" : "InitiateJob", "deprecated" : false, "input" : { "variableName" : "initiateJobRequest", "variableType" : "InitiateJobRequest", "variableDeclarationType" : "InitiateJobRequest", "documentation" : "

Provides options for initiating an Amazon Glacier job.

", "simpleType" : "InitiateJobRequest", "variableSetterType" : "InitiateJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "InitiateJobResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "PolicyEnforcedException", "documentation" : "

Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "InitiateJobResult", "asyncReturnType" : "InitiateJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "initiateJob" }, "InitiateMultipartUpload" : { "documentation" : "

This operation initiates a multipart upload. Amazon Glacier creates a multipart upload resource and returns its ID in the response. The multipart upload ID is used in subsequent requests to upload parts of an archive (see UploadMultipartPart).

When you initiate a multipart upload, you specify the part size in number of bytes. The part size must be a megabyte (1024 KB) multiplied by a power of 2-for example, 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB.

Every part you upload to this resource (see UploadMultipartPart), except the last one, must have the same size. The last one can be the same size or smaller. For example, suppose you want to upload a 16.2 MB file. If you initiate the multipart upload with a part size of 4 MB, you will upload four parts of 4 MB each and one part of 0.2 MB.

You don't need to know the size of the archive when you start a multipart upload because Amazon Glacier does not require you to specify the overall archive size.

After you complete the multipart upload, Amazon Glacier removes the multipart upload resource referenced by the ID. Amazon Glacier also removes the multipart upload resource if you cancel the multipart upload or it may be removed if there is no activity for a period of 24 hours.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Uploading Large Archives in Parts (Multipart Upload) and Initiate Multipart Upload in the Amazon Glacier Developer Guide.

", "operationName" : "InitiateMultipartUpload", "deprecated" : false, "input" : { "variableName" : "initiateMultipartUploadRequest", "variableType" : "InitiateMultipartUploadRequest", "variableDeclarationType" : "InitiateMultipartUploadRequest", "documentation" : "

Provides options for initiating a multipart upload to an Amazon Glacier vault.

", "simpleType" : "InitiateMultipartUploadRequest", "variableSetterType" : "InitiateMultipartUploadRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "InitiateMultipartUploadResult", "documentation" : "

The Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "InitiateMultipartUploadResult", "asyncReturnType" : "InitiateMultipartUploadResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "initiateMultipartUpload" }, "InitiateVaultLock" : { "documentation" : "

This operation initiates the vault locking process by doing the following:

  • Installing a vault lock policy on the specified vault.

  • Setting the lock state of vault lock to InProgress.

  • Returning a lock ID, which is used to complete the vault locking process.

You can set one vault lock policy for each vault and this policy can be up to 20 KB in size. For more information about vault lock policies, see Amazon Glacier Access Control with Vault Lock Policies.

You must complete the vault locking process within 24 hours after the vault lock enters the InProgress state. After the 24 hour window ends, the lock ID expires, the vault automatically exits the InProgress state, and the vault lock policy is removed from the vault. You call CompleteVaultLock to complete the vault locking process by setting the state of the vault lock to Locked.

After a vault lock is in the Locked state, you cannot initiate a new vault lock for the vault.

You can abort the vault locking process by calling AbortVaultLock. You can get the state of the vault lock by calling GetVaultLock. For more information about the vault locking process, Amazon Glacier Vault Lock.

If this operation is called when the vault lock is in the InProgress state, the operation returns an AccessDeniedException error. When the vault lock is in the InProgress state you must call AbortVaultLock before you can initiate a new vault lock policy.

", "operationName" : "InitiateVaultLock", "deprecated" : false, "input" : { "variableName" : "initiateVaultLockRequest", "variableType" : "InitiateVaultLockRequest", "variableDeclarationType" : "InitiateVaultLockRequest", "documentation" : "

The input values for InitiateVaultLock.

", "simpleType" : "InitiateVaultLockRequest", "variableSetterType" : "InitiateVaultLockRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "InitiateVaultLockResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "InitiateVaultLockResult", "asyncReturnType" : "InitiateVaultLockResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "initiateVaultLock" }, "ListJobs" : { "documentation" : "

This operation lists jobs for a vault, including jobs that are in-progress and jobs that have recently finished.

Amazon Glacier retains recently completed jobs for a period before deleting them; however, it eventually removes completed jobs. The output of completed jobs can be retrieved. Retaining completed jobs for a period of time after they have completed enables you to get a job output in the event you miss the job completion notification or your first attempt to download it fails. For example, suppose you start an archive retrieval job to download an archive. After the job completes, you start to download the archive but encounter a network error. In this scenario, you can retry and download the archive while the job exists.

To retrieve an archive or retrieve a vault inventory from Amazon Glacier, you first initiate a job, and after the job completes, you download the data. For an archive retrieval, the output is the archive data, and for an inventory retrieval, it is the inventory list. The List Job operation returns a list of these jobs sorted by job initiation time.

This List Jobs operation supports pagination. By default, this operation returns up to 1,000 jobs in the response. You should always check the response for a marker at which to continue the list; if there are no more items the marker is null. To return a list of jobs that begins at a specific job, set the marker request parameter to the value you obtained from a previous List Jobs request. You can also limit the number of jobs returned in the response by specifying the limit parameter in the request.

Additionally, you can filter the jobs list returned by specifying an optional statuscode (InProgress, Succeeded, or Failed) and completed (true, false) parameter. The statuscode allows you to specify that only jobs that match a specified status are returned. The completed parameter allows you to specify that only jobs in a specific completion state are returned.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For the underlying REST API, go to List Jobs

", "operationName" : "ListJobs", "deprecated" : false, "input" : { "variableName" : "listJobsRequest", "variableType" : "ListJobsRequest", "variableDeclarationType" : "ListJobsRequest", "documentation" : "

Provides options for retrieving a job list for an Amazon Glacier vault.

", "simpleType" : "ListJobsRequest", "variableSetterType" : "ListJobsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListJobsResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListJobsResult", "asyncReturnType" : "ListJobsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listJobs" }, "ListMultipartUploads" : { "documentation" : "

This operation lists in-progress multipart uploads for the specified vault. An in-progress multipart upload is a multipart upload that has been initiated by an InitiateMultipartUpload request, but has not yet been completed or aborted. The list returned in the List Multipart Upload response has no guaranteed order.

The List Multipart Uploads operation supports pagination. By default, this operation returns up to 1,000 multipart uploads in the response. You should always check the response for a marker at which to continue the list; if there are no more items the marker is null. To return a list of multipart uploads that begins at a specific upload, set the marker request parameter to the value you obtained from a previous List Multipart Upload request. You can also limit the number of uploads returned in the response by specifying the limit parameter in the request.

Note the difference between this operation and listing parts (ListParts). The List Multipart Uploads operation lists all multipart uploads for a vault and does not require a multipart upload ID. The List Parts operation requires a multipart upload ID since parts are associated with a single upload.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, go to Working with Archives in Amazon Glacier and List Multipart Uploads in the Amazon Glacier Developer Guide.

", "operationName" : "ListMultipartUploads", "deprecated" : false, "input" : { "variableName" : "listMultipartUploadsRequest", "variableType" : "ListMultipartUploadsRequest", "variableDeclarationType" : "ListMultipartUploadsRequest", "documentation" : "

Provides options for retrieving list of in-progress multipart uploads for an Amazon Glacier vault.

", "simpleType" : "ListMultipartUploadsRequest", "variableSetterType" : "ListMultipartUploadsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListMultipartUploadsResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListMultipartUploadsResult", "asyncReturnType" : "ListMultipartUploadsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listMultipartUploads" }, "ListParts" : { "documentation" : "

This operation lists the parts of an archive that have been uploaded in a specific multipart upload. You can make this request at any time during an in-progress multipart upload before you complete the upload (see CompleteMultipartUpload. List Parts returns an error for completed uploads. The list returned in the List Parts response is sorted by part range.

The List Parts operation supports pagination. By default, this operation returns up to 1,000 uploaded parts in the response. You should always check the response for a marker at which to continue the list; if there are no more items the marker is null. To return a list of parts that begins at a specific part, set the marker request parameter to the value you obtained from a previous List Parts request. You can also limit the number of parts returned in the response by specifying the limit parameter in the request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and the underlying REST API, go to Working with Archives in Amazon Glacier and List Parts in the Amazon Glacier Developer Guide.

", "operationName" : "ListParts", "deprecated" : false, "input" : { "variableName" : "listPartsRequest", "variableType" : "ListPartsRequest", "variableDeclarationType" : "ListPartsRequest", "documentation" : "

Provides options for retrieving a list of parts of an archive that have been uploaded in a specific multipart upload.

", "simpleType" : "ListPartsRequest", "variableSetterType" : "ListPartsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPartsResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListPartsResult", "asyncReturnType" : "ListPartsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listParts" }, "ListTagsForVault" : { "documentation" : "

This operation lists all the tags attached to a vault. The operation returns an empty map if there are no tags. For more information about tags, see Tagging Amazon Glacier Resources.

", "operationName" : "ListTagsForVault", "deprecated" : false, "input" : { "variableName" : "listTagsForVaultRequest", "variableType" : "ListTagsForVaultRequest", "variableDeclarationType" : "ListTagsForVaultRequest", "documentation" : "

The input value for ListTagsForVaultInput.

", "simpleType" : "ListTagsForVaultRequest", "variableSetterType" : "ListTagsForVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsForVaultResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListTagsForVaultResult", "asyncReturnType" : "ListTagsForVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listTagsForVault" }, "ListVaults" : { "documentation" : "

This operation lists all vaults owned by the calling user's account. The list returned in the response is ASCII-sorted by vault name.

By default, this operation returns up to 1,000 items. If there are more vaults to list, the response marker field contains the vault Amazon Resource Name (ARN) at which to continue the list with a new List Vaults request; otherwise, the marker field is null. To return a list of vaults that begins at a specific vault, set the marker request parameter to the vault ARN you obtained from a previous List Vaults request. You can also limit the number of vaults returned in the response by specifying the limit parameter in the request.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Retrieving Vault Metadata in Amazon Glacier and List Vaults in the Amazon Glacier Developer Guide.

", "operationName" : "ListVaults", "deprecated" : false, "input" : { "variableName" : "listVaultsRequest", "variableType" : "ListVaultsRequest", "variableDeclarationType" : "ListVaultsRequest", "documentation" : "

Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.

", "simpleType" : "ListVaultsRequest", "variableSetterType" : "ListVaultsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListVaultsResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListVaultsResult", "asyncReturnType" : "ListVaultsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listVaults" }, "RemoveTagsFromVault" : { "documentation" : "

This operation removes one or more tags from the set of tags attached to a vault. For more information about tags, see Tagging Amazon Glacier Resources. This operation is idempotent. The operation will be successful, even if there are no tags attached to the vault.

", "operationName" : "RemoveTagsFromVault", "deprecated" : false, "input" : { "variableName" : "removeTagsFromVaultRequest", "variableType" : "RemoveTagsFromVaultRequest", "variableDeclarationType" : "RemoveTagsFromVaultRequest", "documentation" : "

The input value for RemoveTagsFromVaultInput.

", "simpleType" : "RemoveTagsFromVaultRequest", "variableSetterType" : "RemoveTagsFromVaultRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromVaultResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsFromVaultResult", "asyncReturnType" : "RemoveTagsFromVaultResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTagsFromVault" }, "SetDataRetrievalPolicy" : { "documentation" : "

This operation sets and then enacts a data retrieval policy in the region specified in the PUT request. You can set one policy per region for an AWS account. The policy is enacted within a few minutes of a successful PUT operation.

The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see Amazon Glacier Data Retrieval Policies.

", "operationName" : "SetDataRetrievalPolicy", "deprecated" : false, "input" : { "variableName" : "setDataRetrievalPolicyRequest", "variableType" : "SetDataRetrievalPolicyRequest", "variableDeclarationType" : "SetDataRetrievalPolicyRequest", "documentation" : "

SetDataRetrievalPolicy input.

", "simpleType" : "SetDataRetrievalPolicyRequest", "variableSetterType" : "SetDataRetrievalPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetDataRetrievalPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetDataRetrievalPolicyResult", "asyncReturnType" : "SetDataRetrievalPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setDataRetrievalPolicy" }, "SetVaultAccessPolicy" : { "documentation" : "

This operation configures an access policy for a vault and will overwrite an existing policy. To configure a vault access policy, send a PUT request to the access-policy subresource of the vault. An access policy is specific to a vault and is also called a vault subresource. You can set one access policy per vault and the policy can be up to 20 KB in size. For more information about vault access policies, see Amazon Glacier Access Control with Vault Access Policies.

", "operationName" : "SetVaultAccessPolicy", "deprecated" : false, "input" : { "variableName" : "setVaultAccessPolicyRequest", "variableType" : "SetVaultAccessPolicyRequest", "variableDeclarationType" : "SetVaultAccessPolicyRequest", "documentation" : "

SetVaultAccessPolicy input.

", "simpleType" : "SetVaultAccessPolicyRequest", "variableSetterType" : "SetVaultAccessPolicyRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetVaultAccessPolicyResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetVaultAccessPolicyResult", "asyncReturnType" : "SetVaultAccessPolicyResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setVaultAccessPolicy" }, "SetVaultNotifications" : { "documentation" : "

This operation configures notifications that will be sent when specific events happen to a vault. By default, you don't get any notifications.

To configure vault notifications, send a PUT request to the notification-configuration subresource of the vault. The request should include a JSON document that provides an Amazon SNS topic and specific events for which you want Amazon Glacier to send notifications to the topic.

Amazon SNS topics must grant permission to the vault to be allowed to publish notifications to the topic. You can configure a vault to publish a notification for the following vault events:

  • ArchiveRetrievalCompleted This event occurs when a job that was initiated for an archive retrieval is completed (InitiateJob). The status of the completed job can be \"Succeeded\" or \"Failed\". The notification sent to the SNS topic is the same output as returned from DescribeJob.
  • InventoryRetrievalCompleted This event occurs when a job that was initiated for an inventory retrieval is completed (InitiateJob). The status of the completed job can be \"Succeeded\" or \"Failed\". The notification sent to the SNS topic is the same output as returned from DescribeJob.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Configuring Vault Notifications in Amazon Glacier and Set Vault Notification Configuration in the Amazon Glacier Developer Guide.

", "operationName" : "SetVaultNotifications", "deprecated" : false, "input" : { "variableName" : "setVaultNotificationsRequest", "variableType" : "SetVaultNotificationsRequest", "variableDeclarationType" : "SetVaultNotificationsRequest", "documentation" : "

Provides options to configure notifications that will be sent when specific events happen to a vault.

", "simpleType" : "SetVaultNotificationsRequest", "variableSetterType" : "SetVaultNotificationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "SetVaultNotificationsResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "SetVaultNotificationsResult", "asyncReturnType" : "SetVaultNotificationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "setVaultNotifications" }, "UploadArchive" : { "documentation" : "

This operation adds an archive to a vault. This is a synchronous operation, and for a successful upload, your data is durably persisted. Amazon Glacier returns the archive ID in the x-amz-archive-id header of the response.

You must use the archive ID to access your data in Amazon Glacier. After you upload an archive, you should save the archive ID returned so that you can retrieve or delete the archive later. Besides saving the archive ID, you can also index it and give it a friendly name to allow for better searching. You can also use the optional archive description field to specify how the archive is referred to in an external index of archives, such as you might create in Amazon DynamoDB. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see InitiateJob.

You must provide a SHA256 tree hash of the data you are uploading. For information about computing a SHA256 tree hash, see Computing Checksums.

You can optionally specify an archive description of up to 1,024 printable ASCII characters. You can get the archive description when you either retrieve the archive or get the vault inventory. For more information, see InitiateJob. Amazon Glacier does not interpret the description in any way. An archive description does not need to be unique. You cannot use the description to retrieve or sort the archive list.

Archives are immutable. After you upload an archive, you cannot edit the archive or its description.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Uploading an Archive in Amazon Glacier and Upload Archive in the Amazon Glacier Developer Guide.

", "operationName" : "UploadArchive", "deprecated" : false, "input" : { "variableName" : "uploadArchiveRequest", "variableType" : "UploadArchiveRequest", "variableDeclarationType" : "UploadArchiveRequest", "documentation" : "

Provides options to add an archive to a vault.

", "simpleType" : "UploadArchiveRequest", "variableSetterType" : "UploadArchiveRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UploadArchiveResult", "documentation" : "

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, go to Upload Archive. For conceptual information, go to Working with Archives in Amazon Glacier.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "RequestTimeoutException", "documentation" : "

Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UploadArchiveResult", "asyncReturnType" : "UploadArchiveResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "uploadArchive" }, "UploadMultipartPart" : { "documentation" : "

This operation uploads a part of an archive. You can upload archive parts in any order. You can also upload them in parallel. You can upload up to 10,000 parts for a multipart upload.

Amazon Glacier rejects your upload part request if any of the following conditions is true:

  • SHA256 tree hash does not matchTo ensure that part data is not corrupted in transmission, you compute a SHA256 tree hash of the part and include it in your request. Upon receiving the part data, Amazon Glacier also computes a SHA256 tree hash. If these hash values don't match, the operation fails. For information about computing a SHA256 tree hash, see Computing Checksums.

  • Part size does not matchThe size of each part except the last must match the size specified in the corresponding InitiateMultipartUpload request. The size of the last part must be the same size as, or smaller than, the specified size.

    If you upload a part whose size is smaller than the part size you specified in your initiate multipart upload request and that part is not the last part, then the upload part request will succeed. However, the subsequent Complete Multipart Upload request will fail.

  • Range does not alignThe byte range value in the request does not align with the part size specified in the corresponding initiate request. For example, if you specify a part size of 4194304 bytes (4 MB), then 0 to 4194303 bytes (4 MB - 1) and 4194304 (4 MB) to 8388607 (8 MB - 1) are valid part ranges. However, if you set a range value of 2 MB to 6 MB, the range does not align with the part size and the upload will fail.

This operation is idempotent. If you upload the same part multiple times, the data included in the most recent request overwrites the previously uploaded data.

An AWS account has full permission to perform all operations (actions). However, AWS Identity and Access Management (IAM) users don't have any permissions by default. You must grant them explicit permission to perform specific actions. For more information, see Access Control Using AWS Identity and Access Management (IAM).

For conceptual information and underlying REST API, go to Uploading Large Archives in Parts (Multipart Upload) and Upload Part in the Amazon Glacier Developer Guide.

", "operationName" : "UploadMultipartPart", "deprecated" : false, "input" : { "variableName" : "uploadMultipartPartRequest", "variableType" : "UploadMultipartPartRequest", "variableDeclarationType" : "UploadMultipartPartRequest", "documentation" : "

Provides options to upload a part of an archive in a multipart upload operation.

", "simpleType" : "UploadMultipartPartRequest", "variableSetterType" : "UploadMultipartPartRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UploadMultipartPartResult", "documentation" : "

Contains the Amazon Glacier response to your request.

" }, "exceptions" : [ { "exceptionName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

" }, { "exceptionName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

" }, { "exceptionName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

" }, { "exceptionName" : "RequestTimeoutException", "documentation" : "

Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.

" }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UploadMultipartPartResult", "asyncReturnType" : "UploadMultipartPartResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "uploadMultipartPart" } }, "shapes" : { "StatusCode" : { "c2jName" : "StatusCode", "documentation" : "", "shapeName" : "StatusCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Succeeded", "value" : "Succeeded" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "statusCode", "variableType" : "StatusCode", "variableDeclarationType" : "StatusCode", "documentation" : null, "simpleType" : "StatusCode", "variableSetterType" : "StatusCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListJobsRequest" : { "c2jName" : "ListJobsInput", "documentation" : "

Provides options for retrieving a job list for an Amazon Glacier vault.

", "shapeName" : "ListJobsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.*/", "getterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@return Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.*/", "fluentSetterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@return An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

", "name" : "Statuscode", "c2jName" : "statuscode", "c2jShape" : "string", "variable" : { "variableName" : "statuscode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statuscode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statuscode", "marshallLocationName" : "statuscode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".*/", "getterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@return Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".*/", "fluentSetterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the state of the jobs to return. You can specify true or false.

", "name" : "Completed", "c2jName" : "completed", "c2jShape" : "string", "variable" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the state of the jobs to return. You can specify true or false.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "completed", "marshallLocationName" : "completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.*/", "getterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@return Specifies the state of the jobs to return. You can specify true or false.*/", "fluentSetterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listJobsRequest", "variableType" : "ListJobsRequest", "variableDeclarationType" : "ListJobsRequest", "documentation" : null, "simpleType" : "ListJobsRequest", "variableSetterType" : "ListJobsRequest" }, "marshaller" : { "action" : "ListJobs", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/jobs", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Completed" : { "documentation" : "

Specifies the state of the jobs to return. You can specify true or false.

", "name" : "Completed", "c2jName" : "completed", "c2jShape" : "string", "variable" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the state of the jobs to return. You can specify true or false.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "completed", "marshallLocationName" : "completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.*/", "getterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@return Specifies the state of the jobs to return. You can specify true or false.*/", "fluentSetterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the state of the jobs to return. You can specify true or false.

\n@param completed Specifies the state of the jobs to return. You can specify true or false.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Statuscode" : { "documentation" : "

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

", "name" : "Statuscode", "c2jName" : "statuscode", "c2jShape" : "string", "variable" : { "variableName" : "statuscode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statuscode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "statuscode", "marshallLocationName" : "statuscode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".*/", "getterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@return Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".*/", "fluentSetterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".

\n@param statuscode Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@return An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.

\n@param marker An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.*/", "getterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@return Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.*/", "fluentSetterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.

\n@param limit Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InventoryRetrievalJobDescription" : { "c2jName" : "InventoryRetrievalJobDescription", "documentation" : "

Describes the options for a range inventory retrieval job.

", "shapeName" : "InventoryRetrievalJobDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

", "name" : "Format", "c2jName" : "Format", "c2jShape" : "string", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".*/", "getterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@return The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".*/", "fluentSetterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.*/", "getterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@return Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@return An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "inventoryRetrievalJobDescription", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : null, "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Format" : { "documentation" : "

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

", "name" : "Format", "c2jName" : "Format", "c2jShape" : "string", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".*/", "getterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@return The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".*/", "fluentSetterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".

\n@param format The output format for the vault inventory list, which is set by the InitiateJob request when initiating a job to retrieve a vault inventory. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndDate" : { "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartDate" : { "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "DateTime", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@return An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null. For more information, see Range Inventory Retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.*/", "getterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@return Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. This limit is set when initiating the job with the a InitiateJob request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UploadArchiveRequest" : { "c2jName" : "UploadArchiveInput", "documentation" : "

Provides options to add an archive to a vault.

", "shapeName" : "UploadArchiveRequest", "deprecated" : false, "required" : [ "vaultName", "accountId" ], "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : true, "wrapper" : false, "members" : [ { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The optional description of the archive you are uploading.

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional description of the archive you are uploading.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.*/", "getterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@return The optional description of the archive you are uploading.*/", "fluentSetterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@return The SHA256 tree hash of the data being uploaded.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The data to upload.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The data to upload.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.*/", "getterDocumentation" : "/**

The data to upload.

\n@return The data to upload.*/", "fluentSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The content length of the archive to upload.", "name" : "ContentLength", "c2jName" : "ContentLength", "c2jShape" : "long", "variable" : { "variableName" : "contentLength", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The content length of the archive to upload.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "contentLength", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Length", "marshallLocationName" : "Content-Length", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.*/", "getterDocumentation" : "/**The content length of the archive to upload.\n@return The content length of the archive to upload.*/", "fluentSetterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "uploadArchiveRequest", "variableType" : "UploadArchiveRequest", "variableDeclarationType" : "UploadArchiveRequest", "documentation" : null, "simpleType" : "UploadArchiveRequest", "variableSetterType" : "UploadArchiveRequest" }, "marshaller" : { "action" : "UploadArchive", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/archives", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Checksum" : { "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@return The SHA256 tree hash of the data being uploaded.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The data to upload.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The data to upload.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.*/", "getterDocumentation" : "/**

The data to upload.

\n@return The data to upload.*/", "fluentSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentLength" : { "documentation" : "The content length of the archive to upload.", "name" : "ContentLength", "c2jName" : "ContentLength", "c2jShape" : "long", "variable" : { "variableName" : "contentLength", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The content length of the archive to upload.", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "contentLength", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Length", "marshallLocationName" : "Content-Length", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.*/", "getterDocumentation" : "/**The content length of the archive to upload.\n@return The content length of the archive to upload.*/", "fluentSetterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The content length of the archive to upload.\n@param contentLength The content length of the archive to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveDescription" : { "documentation" : "

The optional description of the archive you are uploading.

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional description of the archive you are uploading.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.*/", "getterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@return The optional description of the archive you are uploading.*/", "fluentSetterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The optional description of the archive you are uploading.

\n@param archiveDescription The optional description of the archive you are uploading.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ActionCode" : { "c2jName" : "ActionCode", "documentation" : "", "shapeName" : "ActionCode", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "ArchiveRetrieval", "value" : "ArchiveRetrieval" }, { "name" : "InventoryRetrieval", "value" : "InventoryRetrieval" } ], "variable" : { "variableName" : "actionCode", "variableType" : "ActionCode", "variableDeclarationType" : "ActionCode", "documentation" : null, "simpleType" : "ActionCode", "variableSetterType" : "ActionCode" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddTagsToVaultResult" : { "c2jName" : "AddTagsToVaultResult", "documentation" : null, "shapeName" : "AddTagsToVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsToVaultResult", "variableType" : "AddTagsToVaultResult", "variableDeclarationType" : "AddTagsToVaultResult", "documentation" : null, "simpleType" : "AddTagsToVaultResult", "variableSetterType" : "AddTagsToVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetVaultNotificationsRequest" : { "c2jName" : "GetVaultNotificationsInput", "documentation" : "

Provides options for retrieving the notification configuration set on an Amazon Glacier vault.

", "shapeName" : "GetVaultNotificationsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultNotificationsRequest", "variableType" : "GetVaultNotificationsRequest", "variableDeclarationType" : "GetVaultNotificationsRequest", "documentation" : null, "simpleType" : "GetVaultNotificationsRequest", "variableSetterType" : "GetVaultNotificationsRequest" }, "marshaller" : { "action" : "GetVaultNotifications", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/notification-configuration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetVaultAccessPolicyResult" : { "c2jName" : "GetVaultAccessPolicyOutput", "documentation" : "

Output for GetVaultAccessPolicy.

", "shapeName" : "GetVaultAccessPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Contains the returned vault access policy as a JSON string.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultAccessPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "

Contains the returned vault access policy as a JSON string.

", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "getterModel" : { "returnType" : "VaultAccessPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.*/", "getterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@return Contains the returned vault access policy as a JSON string.*/", "fluentSetterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultAccessPolicyResult", "variableType" : "GetVaultAccessPolicyResult", "variableDeclarationType" : "GetVaultAccessPolicyResult", "documentation" : null, "simpleType" : "GetVaultAccessPolicyResult", "variableSetterType" : "GetVaultAccessPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policy" : { "documentation" : "

Contains the returned vault access policy as a JSON string.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultAccessPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "

Contains the returned vault access policy as a JSON string.

", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "getterModel" : { "returnType" : "VaultAccessPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.*/", "getterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@return Contains the returned vault access policy as a JSON string.*/", "fluentSetterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the returned vault access policy as a JSON string.

\n@param policy Contains the returned vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForVaultResult" : { "c2jName" : "ListTagsForVaultOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "ListTagsForVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The tags attached to the vault. Each tag is composed of a key and a value.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagMap", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The tags attached to the vault. Each tag is composed of a key and a value.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.*/", "getterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@return The tags attached to the vault. Each tag is composed of a key and a value.*/", "fluentSetterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForVaultResult", "variableType" : "ListTagsForVaultResult", "variableDeclarationType" : "ListTagsForVaultResult", "documentation" : null, "simpleType" : "ListTagsForVaultResult", "variableSetterType" : "ListTagsForVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

The tags attached to the vault. Each tag is composed of a key and a value.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagMap", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The tags attached to the vault. Each tag is composed of a key and a value.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.*/", "getterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@return The tags attached to the vault. Each tag is composed of a key and a value.*/", "fluentSetterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags attached to the vault. Each tag is composed of a key and a value.

\n@param tags The tags attached to the vault. Each tag is composed of a key and a value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobParameters" : { "c2jName" : "JobParameters", "documentation" : "

Provides options for defining a job.

", "shapeName" : "JobParameters", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

", "name" : "Format", "c2jName" : "Format", "c2jShape" : "string", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".*/", "getterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@return When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".*/", "fluentSetterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".*/", "getterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@return The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".*/", "fluentSetterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.*/", "getterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@return The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.*/", "fluentSetterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "string", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.*/", "getterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@return The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.*/", "fluentSetterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.*/", "getterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@return The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.*/", "fluentSetterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.*/", "getterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@return The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.*/", "fluentSetterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Input parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobInput", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobInput", "variableDeclarationType" : "InventoryRetrievalJobInput", "documentation" : "

Input parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobInput", "variableSetterType" : "InventoryRetrievalJobInput" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobInput", "variableDeclarationType" : "InventoryRetrievalJobInput", "documentation" : "", "simpleType" : "InventoryRetrievalJobInput", "variableSetterType" : "InventoryRetrievalJobInput" }, "getterModel" : { "returnType" : "InventoryRetrievalJobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@return Input parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobParameters", "variableType" : "JobParameters", "variableDeclarationType" : "JobParameters", "documentation" : null, "simpleType" : "JobParameters", "variableSetterType" : "JobParameters" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SNSTopic" : { "documentation" : "

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.*/", "getterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@return The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.*/", "fluentSetterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.

\n@param sNSTopic The Amazon SNS topic ARN to which Amazon Glacier sends a notification when the job is completed and the output is ready for you to download. The specified topic publishes the notification to its subscribers. The SNS topic must exist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveId" : { "documentation" : "

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.*/", "getterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@return The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.*/", "fluentSetterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.

\n@param archiveId The ID of the archive that you want to retrieve. This field is required only if Type is set to archive-retrieval. An error occurs if you specify this request parameter for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "string", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.*/", "getterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@return The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.*/", "fluentSetterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.

\n@param description The optional description for the job. The description must be less than or equal to 1,024 bytes. The allowable characters are 7-bit ASCII without control codes-specifically, ASCII values 32-126 decimal or 0x20-0x7E hexadecimal.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Format" : { "documentation" : "

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

", "name" : "Format", "c2jName" : "Format", "c2jShape" : "string", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".*/", "getterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@return When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".*/", "fluentSetterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".

\n@param format When initiating a job to retrieve a vault inventory, you can optionally add this parameter to your request to specify the output format. If you are initiating an inventory job and do not specify a Format field, JSON is the default format. Valid values are \"CSV\" and \"JSON\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".*/", "getterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@return The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".*/", "fluentSetterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".

\n@param type The job type. You can initiate a job to retrieve an archive or get an inventory of a vault. Valid values are \"archive-retrieval\" and \"inventory-retrieval\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RetrievalByteRange" : { "documentation" : "

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.*/", "getterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@return The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.*/", "fluentSetterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.

\n@param retrievalByteRange The byte range to retrieve for an archive retrieval. in the form \"StartByteValue-EndByteValue\" If not specified, the whole archive is retrieved. If specified, the byte range must be megabyte (1024*1024) aligned which means that StartByteValue must be divisible by 1 MB and EndByteValue plus 1 must be divisible by 1 MB or be the end of the archive specified as the archive byte size value minus 1. If RetrievalByteRange is not megabyte aligned, this operation returns a 400 response.

An error occurs if you specify this field for an inventory retrieval job request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InventoryRetrievalParameters" : { "documentation" : "

Input parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobInput", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobInput", "variableDeclarationType" : "InventoryRetrievalJobInput", "documentation" : "

Input parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobInput", "variableSetterType" : "InventoryRetrievalJobInput" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobInput", "variableDeclarationType" : "InventoryRetrievalJobInput", "documentation" : "", "simpleType" : "InventoryRetrievalJobInput", "variableSetterType" : "InventoryRetrievalJobInput" }, "getterModel" : { "returnType" : "InventoryRetrievalJobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@return Input parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Input parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Input parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteVaultLockResult" : { "c2jName" : "CompleteVaultLockResult", "documentation" : null, "shapeName" : "CompleteVaultLockResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "completeVaultLockResult", "variableType" : "CompleteVaultLockResult", "variableDeclarationType" : "CompleteVaultLockResult", "documentation" : null, "simpleType" : "CompleteVaultLockResult", "variableSetterType" : "CompleteVaultLockResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CompleteMultipartUploadResult" : { "c2jName" : "ArchiveCreationOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, go to Upload Archive. For conceptual information, go to Working with Archives in Amazon Glacier.

", "shapeName" : "CompleteMultipartUploadResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The relative URI path of the newly added archive resource.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the newly added archive resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.*/", "getterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@return The relative URI path of the newly added archive resource.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.*/", "getterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@return The checksum of the archive computed by Amazon Glacier.*/", "fluentSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-id", "marshallLocationName" : "x-amz-archive-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@return The ID of the archive. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "completeMultipartUploadResult", "variableType" : "CompleteMultipartUploadResult", "variableDeclarationType" : "CompleteMultipartUploadResult", "documentation" : null, "simpleType" : "CompleteMultipartUploadResult", "variableSetterType" : "CompleteMultipartUploadResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ArchiveId" : { "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-id", "marshallLocationName" : "x-amz-archive-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@return The ID of the archive. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Checksum" : { "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.*/", "getterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@return The checksum of the archive computed by Amazon Glacier.*/", "fluentSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

The relative URI path of the newly added archive resource.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the newly added archive resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.*/", "getterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@return The relative URI path of the newly added archive resource.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetJobOutputResult" : { "c2jName" : "GetJobOutputOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "GetJobOutputResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : true, "hasStreamingMember" : true, "wrapper" : false, "members" : [ { "documentation" : "

The job data, either archive data or inventory data.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The job data, either archive data or inventory data.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.*/", "getterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@return The job data, either archive data or inventory data.*/", "fluentSetterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
*/", "getterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@return The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
*/", "fluentSetterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "httpstatus", "variable" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "flattened" : false, "uri" : false, "statusCode" : true, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.*/", "getterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@return The HTTP response code for a job output request. The value depends on whether a range was specified in the request.*/", "fluentSetterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

", "name" : "ContentRange", "c2jName" : "contentRange", "c2jShape" : "string", "variable" : { "variableName" : "contentRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Range", "marshallLocationName" : "Content-Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.*/", "getterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@return The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.*/", "fluentSetterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates the range units accepted. For more information, go to RFC2616.

", "name" : "AcceptRanges", "c2jName" : "acceptRanges", "c2jShape" : "string", "variable" : { "variableName" : "acceptRanges", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates the range units accepted. For more information, go to RFC2616.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptRanges", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Accept-Ranges", "marshallLocationName" : "Accept-Ranges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.*/", "getterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@return Indicates the range units accepted. For more information, go to RFC2616.*/", "fluentSetterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "string", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.*/", "getterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@return The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.*/", "fluentSetterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of an archive.

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of an archive.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.*/", "getterDocumentation" : "/**

The description of an archive.

\n@return The description of an archive.*/", "fluentSetterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobOutputResult", "variableType" : "GetJobOutputResult", "variableDeclarationType" : "GetJobOutputResult", "documentation" : null, "simpleType" : "GetJobOutputResult", "variableSetterType" : "GetJobOutputResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

", "name" : "Status", "c2jName" : "status", "c2jShape" : "httpstatus", "variable" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "status", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "status", "marshallLocationName" : "status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "statusCode", "flattened" : false, "uri" : false, "statusCode" : true, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.*/", "getterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@return The HTTP response code for a job output request. The value depends on whether a range was specified in the request.*/", "fluentSetterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The HTTP response code for a job output request. The value depends on whether a range was specified in the request.

\n@param status The HTTP response code for a job output request. The value depends on whether a range was specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Checksum" : { "documentation" : "

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
*/", "getterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@return The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
*/", "fluentSetterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:

  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.

\n@param checksum The checksum of the data in the response. This header is returned only when retrieving the output for an archive retrieval job. Furthermore, this header appears only under the following conditions:
  • You get the entire range of the archive.
  • You request a range to return of the archive that starts and ends on a multiple of 1 MB. For example, if you have an 3.1 MB archive and you specify a range to return that starts at 1 MB and ends at 2 MB, then the x-amz-sha256-tree-hash is returned as a response header.
  • You request a range of the archive to return that starts on a multiple of 1 MB and goes to the end of the archive. For example, if you have a 3.1 MB archive and you specify a range that starts at 2 MB and ends at 3.1 MB (the end of the archive), then the x-amz-sha256-tree-hash is returned as a response header.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The job data, either archive data or inventory data.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The job data, either archive data or inventory data.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.*/", "getterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@return The job data, either archive data or inventory data.*/", "fluentSetterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job data, either archive data or inventory data.

\n@param body The job data, either archive data or inventory data.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AcceptRanges" : { "documentation" : "

Indicates the range units accepted. For more information, go to RFC2616.

", "name" : "AcceptRanges", "c2jName" : "acceptRanges", "c2jShape" : "string", "variable" : { "variableName" : "acceptRanges", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Indicates the range units accepted. For more information, go to RFC2616.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "acceptRanges", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Accept-Ranges", "marshallLocationName" : "Accept-Ranges", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.*/", "getterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@return Indicates the range units accepted. For more information, go to RFC2616.*/", "fluentSetterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates the range units accepted. For more information, go to RFC2616.

\n@param acceptRanges Indicates the range units accepted. For more information, go to RFC2616.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveDescription" : { "documentation" : "

The description of an archive.

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of an archive.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.*/", "getterDocumentation" : "/**

The description of an archive.

\n@return The description of an archive.*/", "fluentSetterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of an archive.

\n@param archiveDescription The description of an archive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentRange" : { "documentation" : "

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

", "name" : "ContentRange", "c2jName" : "contentRange", "c2jShape" : "string", "variable" : { "variableName" : "contentRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Range", "marshallLocationName" : "Content-Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.*/", "getterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@return The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.*/", "fluentSetterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.

\n@param contentRange The range of bytes returned by Amazon Glacier. If only partial output is downloaded, the response provides the range of bytes Amazon Glacier returned. For example, bytes 0-1048575/8388608 returns the first 1 MB from 8 MB.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentType" : { "documentation" : "

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

", "name" : "ContentType", "c2jName" : "contentType", "c2jShape" : "string", "variable" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "contentType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Type", "marshallLocationName" : "Content-Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.*/", "getterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@return The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.*/", "fluentSetterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.

\n@param contentType The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateVaultLockResult" : { "c2jName" : "InitiateVaultLockOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "InitiateVaultLockResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The lock ID, which is used to complete the vault locking process.

", "name" : "LockId", "c2jName" : "lockId", "c2jShape" : "string", "variable" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The lock ID, which is used to complete the vault locking process.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-lock-id", "marshallLocationName" : "x-amz-lock-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.*/", "getterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@return The lock ID, which is used to complete the vault locking process.*/", "fluentSetterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateVaultLockResult", "variableType" : "InitiateVaultLockResult", "variableDeclarationType" : "InitiateVaultLockResult", "documentation" : null, "simpleType" : "InitiateVaultLockResult", "variableSetterType" : "InitiateVaultLockResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LockId" : { "documentation" : "

The lock ID, which is used to complete the vault locking process.

", "name" : "LockId", "c2jName" : "lockId", "c2jShape" : "string", "variable" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The lock ID, which is used to complete the vault locking process.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-lock-id", "marshallLocationName" : "x-amz-lock-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.*/", "getterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@return The lock ID, which is used to complete the vault locking process.*/", "fluentSetterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The lock ID, which is used to complete the vault locking process.

\n@param lockId The lock ID, which is used to complete the vault locking process.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "documentation" : "

Returned if the request results in a vault or account limit being exceeded.

", "shapeName" : "LimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "variableDeclarationType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListMultipartUploadsResult" : { "c2jName" : "ListMultipartUploadsOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "ListMultipartUploadsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of in-progress multipart uploads.

", "name" : "UploadsList", "c2jName" : "UploadsList", "c2jShape" : "UploadsList", "variable" : { "variableName" : "uploadsList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of in-progress multipart uploads.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "uploadsList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UploadsList", "marshallLocationName" : "UploadsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "UploadListElement", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UploadListElement", "variable" : { "variableName" : "member", "variableType" : "UploadListElement", "variableDeclarationType" : "UploadListElement", "documentation" : "", "simpleType" : "UploadListElement", "variableSetterType" : "UploadListElement" }, "setterModel" : { "variableName" : "member", "variableType" : "UploadListElement", "variableDeclarationType" : "UploadListElement", "documentation" : "", "simpleType" : "UploadListElement", "variableSetterType" : "UploadListElement" }, "getterModel" : { "returnType" : "UploadListElement", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UploadListElement", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@param uploadsList A list of in-progress multipart uploads.*/", "getterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@return A list of in-progress multipart uploads.*/", "fluentSetterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@param uploadsList A list of in-progress multipart uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of in-progress multipart uploads.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setUploadsList(java.util.Collection)} or {@link #withUploadsList(java.util.Collection)} if you want to override the existing values.

\n@param uploadsList A list of in-progress multipart uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listMultipartUploadsResult", "variableType" : "ListMultipartUploadsResult", "variableDeclarationType" : "ListMultipartUploadsResult", "documentation" : null, "simpleType" : "ListMultipartUploadsResult", "variableSetterType" : "ListMultipartUploadsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UploadsList" : { "documentation" : "

A list of in-progress multipart uploads.

", "name" : "UploadsList", "c2jName" : "UploadsList", "c2jShape" : "UploadsList", "variable" : { "variableName" : "uploadsList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of in-progress multipart uploads.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "uploadsList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "UploadsList", "marshallLocationName" : "UploadsList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "UploadListElement", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "UploadListElement", "variable" : { "variableName" : "member", "variableType" : "UploadListElement", "variableDeclarationType" : "UploadListElement", "documentation" : "", "simpleType" : "UploadListElement", "variableSetterType" : "UploadListElement" }, "setterModel" : { "variableName" : "member", "variableType" : "UploadListElement", "variableDeclarationType" : "UploadListElement", "documentation" : "", "simpleType" : "UploadListElement", "variableSetterType" : "UploadListElement" }, "getterModel" : { "returnType" : "UploadListElement", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "UploadListElement", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@param uploadsList A list of in-progress multipart uploads.*/", "getterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@return A list of in-progress multipart uploads.*/", "fluentSetterDocumentation" : "/**

A list of in-progress multipart uploads.

\n@param uploadsList A list of in-progress multipart uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of in-progress multipart uploads.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setUploadsList(java.util.Collection)} or {@link #withUploadsList(java.util.Collection)} if you want to override the existing values.

\n@param uploadsList A list of in-progress multipart uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListMultipartUploadsRequest" : { "c2jName" : "ListMultipartUploadsInput", "documentation" : "

Provides options for retrieving list of in-progress multipart uploads for an Amazon Glacier vault.

", "shapeName" : "ListMultipartUploadsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.*/", "getterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@return Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

", "name" : "UploadIdMarker", "c2jName" : "uploadIdMarker", "c2jShape" : "string", "variable" : { "variableName" : "uploadIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@return An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listMultipartUploadsRequest", "variableType" : "ListMultipartUploadsRequest", "variableDeclarationType" : "ListMultipartUploadsRequest", "documentation" : null, "simpleType" : "ListMultipartUploadsRequest", "variableSetterType" : "ListMultipartUploadsRequest" }, "marshaller" : { "action" : "ListMultipartUploads", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UploadIdMarker" : { "documentation" : "

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

", "name" : "UploadIdMarker", "c2jName" : "uploadIdMarker", "c2jShape" : "string", "variable" : { "variableName" : "uploadIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadIdMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@return An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.

\n@param uploadIdMarker An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.*/", "getterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@return Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailableException", "documentation" : "

Returned if the service cannot complete the request.

", "shapeName" : "ServiceUnavailableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Server

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Server

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Server

\n@param type Server*/", "getterDocumentation" : "/**

Server

\n@return Server*/", "fluentSetterDocumentation" : "/**

Server

\n@param type Server\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Server

\n@param type Server\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

500 Internal Server Error

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

500 Internal Server Error

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error*/", "getterDocumentation" : "/**

500 Internal Server Error

\n@return 500 Internal Server Error*/", "fluentSetterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "variableDeclarationType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ServiceUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Server

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Server

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Server

\n@param type Server*/", "getterDocumentation" : "/**

Server

\n@return Server*/", "fluentSetterDocumentation" : "/**

Server

\n@param type Server\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Server

\n@param type Server\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

500 Internal Server Error

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

500 Internal Server Error

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error*/", "getterDocumentation" : "/**

500 Internal Server Error

\n@return 500 Internal Server Error*/", "fluentSetterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

500 Internal Server Error

\n@param code 500 Internal Server Error\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeVaultRequest" : { "c2jName" : "DescribeVaultInput", "documentation" : "

Provides options for retrieving metadata for a specific vault in Amazon Glacier.

", "shapeName" : "DescribeVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeVaultRequest", "variableType" : "DescribeVaultRequest", "variableDeclarationType" : "DescribeVaultRequest", "documentation" : null, "simpleType" : "DescribeVaultRequest", "variableSetterType" : "DescribeVaultRequest" }, "marshaller" : { "action" : "DescribeVault", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GlacierJobDescription" : { "c2jName" : "GlacierJobDescription", "documentation" : "

Describes an Amazon Glacier job.

", "shapeName" : "GlacierJobDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobId", "marshallLocationName" : "JobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.*/", "getterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@return An opaque string that identifies an Amazon Glacier job.*/", "fluentSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job description you provided when you initiated the job.

", "name" : "JobDescription", "c2jName" : "JobDescription", "c2jShape" : "string", "variable" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job description you provided when you initiated the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobDescription", "marshallLocationName" : "JobDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.*/", "getterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@return The job description you provided when you initiated the job.*/", "fluentSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ActionCode", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActionCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "getterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@return The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "fluentSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/", "varargSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/" }, { "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@return For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@return The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job status. When a job is completed, you get the job's output.

", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "boolean", "variable" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The job status. When a job is completed, you get the job's output.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.*/", "getterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@return The job status. When a job is completed, you get the job's output.*/", "fluentSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "getterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@return The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "fluentSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/", "varargSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/" }, { "documentation" : "

A friendly message that describes the job status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "string", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly message that describes the job status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.*/", "getterDocumentation" : "/**

A friendly message that describes the job status.

\n@return A friendly message that describes the job status.*/", "fluentSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "name" : "ArchiveSizeInBytes", "c2jName" : "ArchiveSizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSizeInBytes", "marshallLocationName" : "ArchiveSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@return For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "name" : "InventorySizeInBytes", "c2jName" : "InventorySizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventorySizeInBytes", "marshallLocationName" : "InventorySizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@return For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "getterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@return An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "fluentSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "name" : "CompletionDate", "c2jName" : "CompletionDate", "c2jShape" : "string", "variable" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompletionDate", "marshallLocationName" : "CompletionDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "getterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@return The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "fluentSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "name" : "ArchiveSHA256TreeHash", "c2jName" : "ArchiveSHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSHA256TreeHash", "marshallLocationName" : "ArchiveSHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@return The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "getterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@return The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "fluentSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobDescription", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "

Parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "getterModel" : { "returnType" : "InventoryRetrievalJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@return Parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "glacierJobDescription", "variableType" : "GlacierJobDescription", "variableDeclarationType" : "GlacierJobDescription", "documentation" : null, "simpleType" : "GlacierJobDescription", "variableSetterType" : "GlacierJobDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StatusCode" : { "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "getterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@return The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "fluentSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/", "varargSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/" }, "ArchiveSHA256TreeHash" : { "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "name" : "ArchiveSHA256TreeHash", "c2jName" : "ArchiveSHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSHA256TreeHash", "marshallLocationName" : "ArchiveSHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@return The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveId" : { "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@return For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CompletionDate" : { "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "name" : "CompletionDate", "c2jName" : "CompletionDate", "c2jShape" : "string", "variable" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompletionDate", "marshallLocationName" : "CompletionDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "getterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@return The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "fluentSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Completed" : { "documentation" : "

The job status. When a job is completed, you get the job's output.

", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "boolean", "variable" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The job status. When a job is completed, you get the job's output.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.*/", "getterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@return The job status. When a job is completed, you get the job's output.*/", "fluentSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobDescription" : { "documentation" : "

The job description you provided when you initiated the job.

", "name" : "JobDescription", "c2jName" : "JobDescription", "c2jShape" : "string", "variable" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job description you provided when you initiated the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobDescription", "marshallLocationName" : "JobDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.*/", "getterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@return The job description you provided when you initiated the job.*/", "fluentSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SNSTopic" : { "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "getterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@return An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "fluentSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Action" : { "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ActionCode", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActionCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "getterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@return The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "fluentSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/", "varargSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/" }, "ArchiveSizeInBytes" : { "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "name" : "ArchiveSizeInBytes", "c2jName" : "ArchiveSizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSizeInBytes", "marshallLocationName" : "ArchiveSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@return For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@return The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobId", "marshallLocationName" : "JobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.*/", "getterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@return An opaque string that identifies an Amazon Glacier job.*/", "fluentSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SHA256TreeHash" : { "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusMessage" : { "documentation" : "

A friendly message that describes the job status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "string", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly message that describes the job status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.*/", "getterDocumentation" : "/**

A friendly message that describes the job status.

\n@return A friendly message that describes the job status.*/", "fluentSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InventorySizeInBytes" : { "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "name" : "InventorySizeInBytes", "c2jName" : "InventorySizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventorySizeInBytes", "marshallLocationName" : "InventorySizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@return For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RetrievalByteRange" : { "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "getterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@return The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "fluentSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InventoryRetrievalParameters" : { "documentation" : "

Parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobDescription", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "

Parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "getterModel" : { "returnType" : "InventoryRetrievalJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@return Parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeJobRequest" : { "c2jName" : "DescribeJobInput", "documentation" : "

Provides options for retrieving a job description.

", "shapeName" : "DescribeJobRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "jobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the job to describe.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the job to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobId", "marshallLocationName" : "jobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.*/", "getterDocumentation" : "/**

The ID of the job to describe.

\n@return The ID of the job to describe.*/", "fluentSetterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeJobRequest", "variableType" : "DescribeJobRequest", "variableDeclarationType" : "DescribeJobRequest", "documentation" : null, "simpleType" : "DescribeJobRequest", "variableSetterType" : "DescribeJobRequest" }, "marshaller" : { "action" : "DescribeJob", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/jobs/{jobId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

The ID of the job to describe.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the job to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobId", "marshallLocationName" : "jobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.*/", "getterDocumentation" : "/**

The ID of the job to describe.

\n@return The ID of the job to describe.*/", "fluentSetterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the job to describe.

\n@param jobId The ID of the job to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListJobsResult" : { "c2jName" : "ListJobsOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "ListJobsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of job objects. Each job object contains metadata describing the job.

", "name" : "JobList", "c2jName" : "JobList", "c2jShape" : "JobList", "variable" : { "variableName" : "jobList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of job objects. Each job object contains metadata describing the job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobList", "marshallLocationName" : "JobList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "GlacierJobDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "GlacierJobDescription", "variable" : { "variableName" : "member", "variableType" : "GlacierJobDescription", "variableDeclarationType" : "GlacierJobDescription", "documentation" : "", "simpleType" : "GlacierJobDescription", "variableSetterType" : "GlacierJobDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "GlacierJobDescription", "variableDeclarationType" : "GlacierJobDescription", "documentation" : "", "simpleType" : "GlacierJobDescription", "variableSetterType" : "GlacierJobDescription" }, "getterModel" : { "returnType" : "GlacierJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "GlacierJobDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.*/", "getterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@return A list of job objects. Each job object contains metadata describing the job.*/", "fluentSetterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobList(java.util.Collection)} or {@link #withJobList(java.util.Collection)} if you want to override the existing values.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listJobsResult", "variableType" : "ListJobsResult", "variableDeclarationType" : "ListJobsResult", "documentation" : null, "simpleType" : "ListJobsResult", "variableSetterType" : "ListJobsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobList" : { "documentation" : "

A list of job objects. Each job object contains metadata describing the job.

", "name" : "JobList", "c2jName" : "JobList", "c2jShape" : "JobList", "variable" : { "variableName" : "jobList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of job objects. Each job object contains metadata describing the job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobList", "marshallLocationName" : "JobList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "GlacierJobDescription", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "GlacierJobDescription", "variable" : { "variableName" : "member", "variableType" : "GlacierJobDescription", "variableDeclarationType" : "GlacierJobDescription", "documentation" : "", "simpleType" : "GlacierJobDescription", "variableSetterType" : "GlacierJobDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "GlacierJobDescription", "variableDeclarationType" : "GlacierJobDescription", "documentation" : "", "simpleType" : "GlacierJobDescription", "variableSetterType" : "GlacierJobDescription" }, "getterModel" : { "returnType" : "GlacierJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "GlacierJobDescription", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.*/", "getterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@return A list of job objects. Each job object contains metadata describing the job.*/", "fluentSetterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of job objects. Each job object contains metadata describing the job.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobList(java.util.Collection)} or {@link #withJobList(java.util.Collection)} if you want to override the existing values.

\n@param jobList A list of job objects. Each job object contains metadata describing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListVaultsResult" : { "c2jName" : "ListVaultsOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "ListVaultsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of vaults.

", "name" : "VaultList", "c2jName" : "VaultList", "c2jShape" : "VaultList", "variable" : { "variableName" : "vaultList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of vaults.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vaultList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultList", "marshallLocationName" : "VaultList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DescribeVaultOutput", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DescribeVaultOutput", "variable" : { "variableName" : "member", "variableType" : "DescribeVaultOutput", "variableDeclarationType" : "DescribeVaultOutput", "documentation" : "", "simpleType" : "DescribeVaultOutput", "variableSetterType" : "DescribeVaultOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "DescribeVaultOutput", "variableDeclarationType" : "DescribeVaultOutput", "documentation" : "", "simpleType" : "DescribeVaultOutput", "variableSetterType" : "DescribeVaultOutput" }, "getterModel" : { "returnType" : "DescribeVaultOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DescribeVaultOutput", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of vaults.

\n@param vaultList List of vaults.*/", "getterDocumentation" : "/**

List of vaults.

\n@return List of vaults.*/", "fluentSetterDocumentation" : "/**

List of vaults.

\n@param vaultList List of vaults.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of vaults.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setVaultList(java.util.Collection)} or {@link #withVaultList(java.util.Collection)} if you want to override the existing values.

\n@param vaultList List of vaults.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.*/", "getterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@return The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.*/", "fluentSetterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listVaultsResult", "variableType" : "ListVaultsResult", "variableDeclarationType" : "ListVaultsResult", "documentation" : null, "simpleType" : "ListVaultsResult", "variableSetterType" : "ListVaultsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Marker" : { "documentation" : "

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.*/", "getterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@return The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.*/", "fluentSetterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

\n@param marker The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultList" : { "documentation" : "

List of vaults.

", "name" : "VaultList", "c2jName" : "VaultList", "c2jShape" : "VaultList", "variable" : { "variableName" : "vaultList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

List of vaults.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "vaultList", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultList", "marshallLocationName" : "VaultList", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DescribeVaultOutput", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DescribeVaultOutput", "variable" : { "variableName" : "member", "variableType" : "DescribeVaultOutput", "variableDeclarationType" : "DescribeVaultOutput", "documentation" : "", "simpleType" : "DescribeVaultOutput", "variableSetterType" : "DescribeVaultOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "DescribeVaultOutput", "variableDeclarationType" : "DescribeVaultOutput", "documentation" : "", "simpleType" : "DescribeVaultOutput", "variableSetterType" : "DescribeVaultOutput" }, "getterModel" : { "returnType" : "DescribeVaultOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DescribeVaultOutput", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of vaults.

\n@param vaultList List of vaults.*/", "getterDocumentation" : "/**

List of vaults.

\n@return List of vaults.*/", "fluentSetterDocumentation" : "/**

List of vaults.

\n@param vaultList List of vaults.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of vaults.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setVaultList(java.util.Collection)} or {@link #withVaultList(java.util.Collection)} if you want to override the existing values.

\n@param vaultList List of vaults.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListVaultsRequest" : { "c2jName" : "ListVaultsInput", "documentation" : "

Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.

", "shapeName" : "ListVaultsRequest", "deprecated" : false, "required" : [ "accountId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.*/", "getterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@return A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.*/", "fluentSetterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.*/", "getterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@return The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.*/", "fluentSetterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listVaultsRequest", "variableType" : "ListVaultsRequest", "variableDeclarationType" : "ListVaultsRequest", "documentation" : null, "simpleType" : "ListVaultsRequest", "variableSetterType" : "ListVaultsRequest" }, "marshaller" : { "action" : "ListVaults", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.*/", "getterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@return The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.*/", "fluentSetterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.

\n@param limit The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.*/", "getterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@return A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.*/", "fluentSetterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.

\n@param marker A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetVaultLockResult" : { "c2jName" : "GetVaultLockOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "GetVaultLockResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "getterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@return The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "fluentSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The state of the vault lock. InProgress or Locked.

", "name" : "State", "c2jName" : "State", "c2jShape" : "string", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state of the vault lock. InProgress or Locked.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.*/", "getterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@return The state of the vault lock. InProgress or Locked.*/", "fluentSetterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

", "name" : "ExpirationDate", "c2jName" : "ExpirationDate", "c2jShape" : "string", "variable" : { "variableName" : "expirationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ExpirationDate", "marshallLocationName" : "ExpirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.*/", "getterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@return The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.*/", "fluentSetterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date and time at which the vault lock was put into the InProgress state.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date and time at which the vault lock was put into the InProgress state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.*/", "getterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@return The UTC date and time at which the vault lock was put into the InProgress state.*/", "fluentSetterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultLockResult", "variableType" : "GetVaultLockResult", "variableDeclarationType" : "GetVaultLockResult", "documentation" : null, "simpleType" : "GetVaultLockResult", "variableSetterType" : "GetVaultLockResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "State" : { "documentation" : "

The state of the vault lock. InProgress or Locked.

", "name" : "State", "c2jName" : "State", "c2jShape" : "string", "variable" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state of the vault lock. InProgress or Locked.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "state", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "State", "marshallLocationName" : "State", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.*/", "getterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@return The state of the vault lock. InProgress or Locked.*/", "fluentSetterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The state of the vault lock. InProgress or Locked.

\n@param state The state of the vault lock. InProgress or Locked.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Policy" : { "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "getterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@return The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "fluentSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC date and time at which the vault lock was put into the InProgress state.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date and time at which the vault lock was put into the InProgress state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.*/", "getterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@return The UTC date and time at which the vault lock was put into the InProgress state.*/", "fluentSetterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date and time at which the vault lock was put into the InProgress state.

\n@param creationDate The UTC date and time at which the vault lock was put into the InProgress state.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ExpirationDate" : { "documentation" : "

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

", "name" : "ExpirationDate", "c2jName" : "ExpirationDate", "c2jShape" : "string", "variable" : { "variableName" : "expirationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "expirationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ExpirationDate", "marshallLocationName" : "ExpirationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.*/", "getterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@return The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.*/", "fluentSetterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

\n@param expirationDate The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteVaultLockRequest" : { "c2jName" : "CompleteVaultLockInput", "documentation" : "

The input values for CompleteVaultLock.

", "shapeName" : "CompleteVaultLockRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "lockId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The lockId value is the lock ID obtained from a InitiateVaultLock request.

", "name" : "LockId", "c2jName" : "lockId", "c2jShape" : "string", "variable" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The lockId value is the lock ID obtained from a InitiateVaultLock request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lockId", "marshallLocationName" : "lockId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.*/", "getterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@return The lockId value is the lock ID obtained from a InitiateVaultLock request.*/", "fluentSetterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "completeVaultLockRequest", "variableType" : "CompleteVaultLockRequest", "variableDeclarationType" : "CompleteVaultLockRequest", "documentation" : null, "simpleType" : "CompleteVaultLockRequest", "variableSetterType" : "CompleteVaultLockRequest" }, "marshaller" : { "action" : "CompleteVaultLock", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/lock-policy/{lockId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LockId" : { "documentation" : "

The lockId value is the lock ID obtained from a InitiateVaultLock request.

", "name" : "LockId", "c2jName" : "lockId", "c2jShape" : "string", "variable" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The lockId value is the lock ID obtained from a InitiateVaultLock request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lockId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "lockId", "marshallLocationName" : "lockId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.*/", "getterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@return The lockId value is the lock ID obtained from a InitiateVaultLock request.*/", "fluentSetterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The lockId value is the lock ID obtained from a InitiateVaultLock request.

\n@param lockId The lockId value is the lock ID obtained from a InitiateVaultLock request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UploadMultipartPartRequest" : { "c2jName" : "UploadMultipartPartInput", "documentation" : "

Provides options to upload a part of an archive in a multipart upload operation.

", "shapeName" : "UploadMultipartPartRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "uploadId" ], "hasPayloadMember" : true, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : true, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@return The SHA256 tree hash of the data being uploaded.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

", "name" : "Range", "c2jName" : "range", "c2jShape" : "string", "variable" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Range", "marshallLocationName" : "Content-Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.*/", "getterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@return Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.*/", "fluentSetterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The data to upload.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The data to upload.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.*/", "getterDocumentation" : "/**

The data to upload.

\n@return The data to upload.*/", "fluentSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "uploadMultipartPartRequest", "variableType" : "UploadMultipartPartRequest", "variableDeclarationType" : "UploadMultipartPartRequest", "documentation" : null, "simpleType" : "UploadMultipartPartRequest", "variableSetterType" : "UploadMultipartPartRequest" }, "marshaller" : { "action" : "UploadMultipartPart", "verb" : "PUT", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UploadId" : { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Checksum" : { "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the data being uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@return The SHA256 tree hash of the data being uploaded.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the data being uploaded.

\n@param checksum The SHA256 tree hash of the data being uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Body" : { "documentation" : "

The data to upload.

", "name" : "Body", "c2jName" : "body", "c2jShape" : "Stream", "variable" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "

The data to upload.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "setterModel" : { "variableName" : "body", "variableType" : "java.io.InputStream", "variableDeclarationType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "unmarshallLocationName" : "body", "marshallLocationName" : "body", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : true, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.*/", "getterDocumentation" : "/**

The data to upload.

\n@return The data to upload.*/", "fluentSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data to upload.

\n@param body The data to upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Range" : { "documentation" : "

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

", "name" : "Range", "c2jName" : "range", "c2jShape" : "string", "variable" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Content-Range", "marshallLocationName" : "Content-Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.*/", "getterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@return Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.*/", "fluentSetterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.

\n@param range Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterValueException" : { "c2jName" : "InvalidParameterValueException", "documentation" : "

Returned if a parameter of the request is incorrectly specified.

", "shapeName" : "InvalidParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidParameterValueException", "variableType" : "InvalidParameterValueException", "variableDeclarationType" : "InvalidParameterValueException", "documentation" : null, "simpleType" : "InvalidParameterValueException", "variableSetterType" : "InvalidParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteVaultRequest" : { "c2jName" : "DeleteVaultInput", "documentation" : "

Provides options for deleting a vault from Amazon Glacier.

", "shapeName" : "DeleteVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteVaultRequest", "variableType" : "DeleteVaultRequest", "variableDeclarationType" : "DeleteVaultRequest", "documentation" : null, "simpleType" : "DeleteVaultRequest", "variableSetterType" : "DeleteVaultRequest" }, "marshaller" : { "action" : "DeleteVault", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetJobOutputRequest" : { "c2jName" : "GetJobOutputInput", "documentation" : "

Provides options for downloading output of an Amazon Glacier job.

", "shapeName" : "GetJobOutputRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "jobId" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job ID whose data is downloaded.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job ID whose data is downloaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobId", "marshallLocationName" : "jobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.*/", "getterDocumentation" : "/**

The job ID whose data is downloaded.

\n@return The job ID whose data is downloaded.*/", "fluentSetterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

", "name" : "Range", "c2jName" : "range", "c2jShape" : "string", "variable" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Range", "marshallLocationName" : "Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.*/", "getterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@return The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.*/", "fluentSetterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobOutputRequest", "variableType" : "GetJobOutputRequest", "variableDeclarationType" : "GetJobOutputRequest", "documentation" : null, "simpleType" : "GetJobOutputRequest", "variableSetterType" : "GetJobOutputRequest" }, "marshaller" : { "action" : "GetJobOutput", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/jobs/{jobId}/output", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Range" : { "documentation" : "

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

", "name" : "Range", "c2jName" : "range", "c2jShape" : "string", "variable" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "range", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Range", "marshallLocationName" : "Range", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.*/", "getterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@return The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.*/", "fluentSetterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.

\n@param range The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

The job ID whose data is downloaded.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job ID whose data is downloaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobId", "marshallLocationName" : "jobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.*/", "getterDocumentation" : "/**

The job ID whose data is downloaded.

\n@return The job ID whose data is downloaded.*/", "fluentSetterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job ID whose data is downloaded.

\n@param jobId The job ID whose data is downloaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeVaultOutput" : { "c2jName" : "DescribeVaultOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "DescribeVaultOutput", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@return The Amazon Resource Name (ARN) of the vault.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "VaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultName", "marshallLocationName" : "VaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "LastInventoryDate", "c2jName" : "LastInventoryDate", "c2jShape" : "string", "variable" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastInventoryDate", "marshallLocationName" : "LastInventoryDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "NumberOfArchives", "c2jName" : "NumberOfArchives", "c2jShape" : "long", "variable" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfArchives", "marshallLocationName" : "NumberOfArchives", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "SizeInBytes", "c2jName" : "SizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeInBytes", "marshallLocationName" : "SizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeVaultOutput", "variableType" : "DescribeVaultOutput", "variableDeclarationType" : "DescribeVaultOutput", "documentation" : null, "simpleType" : "DescribeVaultOutput", "variableSetterType" : "DescribeVaultOutput" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastInventoryDate" : { "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "LastInventoryDate", "c2jName" : "LastInventoryDate", "c2jShape" : "string", "variable" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastInventoryDate", "marshallLocationName" : "LastInventoryDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumberOfArchives" : { "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "NumberOfArchives", "c2jName" : "NumberOfArchives", "c2jShape" : "long", "variable" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfArchives", "marshallLocationName" : "NumberOfArchives", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@return The Amazon Resource Name (ARN) of the vault.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "VaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultName", "marshallLocationName" : "VaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SizeInBytes" : { "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "SizeInBytes", "c2jName" : "SizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeInBytes", "marshallLocationName" : "SizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CompleteMultipartUploadRequest" : { "c2jName" : "CompleteMultipartUploadInput", "documentation" : "

Provides options to complete a multipart upload operation. This informs Amazon Glacier that all the archive parts have been uploaded and Amazon Glacier can now assemble the archive from the uploaded parts. After assembling and saving the archive to the vault, Amazon Glacier returns the URI path of the newly created archive resource.

", "shapeName" : "CompleteMultipartUploadRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "uploadId" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

", "name" : "ArchiveSize", "c2jName" : "archiveSize", "c2jShape" : "string", "variable" : { "variableName" : "archiveSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-size", "marshallLocationName" : "x-amz-archive-size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.*/", "getterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@return The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.*/", "fluentSetterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@return The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "completeMultipartUploadRequest", "variableType" : "CompleteMultipartUploadRequest", "variableDeclarationType" : "CompleteMultipartUploadRequest", "documentation" : null, "simpleType" : "CompleteMultipartUploadRequest", "variableSetterType" : "CompleteMultipartUploadRequest" }, "marshaller" : { "action" : "CompleteMultipartUpload", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UploadId" : { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Checksum" : { "documentation" : "

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@return The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.

\n@param checksum The SHA256 tree hash of the entire archive. It is the tree hash of SHA256 tree hash of the individual parts. If the value you specify in the request does not match the SHA256 tree hash of the final assembled archive as computed by Amazon Glacier, Amazon Glacier returns an error and the request fails.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveSize" : { "documentation" : "

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

", "name" : "ArchiveSize", "c2jName" : "archiveSize", "c2jShape" : "string", "variable" : { "variableName" : "archiveSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-size", "marshallLocationName" : "x-amz-archive-size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.*/", "getterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@return The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.*/", "fluentSetterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.

\n@param archiveSize The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToVaultRequest" : { "c2jName" : "AddTagsToVaultInput", "documentation" : "

The input values for AddTagsToVault.

", "shapeName" : "AddTagsToVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagMap", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.*/", "getterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@return The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.*/", "fluentSetterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToVaultRequest", "variableType" : "AddTagsToVaultRequest", "variableDeclarationType" : "AddTagsToVaultRequest", "documentation" : null, "simpleType" : "AddTagsToVaultRequest", "variableSetterType" : "AddTagsToVaultRequest" }, "marshaller" : { "action" : "AddTagsToVault", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/tags?operation=add", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "TagMap", "variable" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.Map", "variableDeclarationType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "java.util.HashMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "keySimple" : true, "valueSimple" : true, "valueList" : false, "templateType" : "java.util.Map", "templateImplType" : "java.util.HashMap", "entryType" : "Map.Entry" }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.*/", "getterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@return The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.*/", "fluentSetterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.

\n@param tags The tags to add to the vault. Each tag is composed of a key and a value. The value can be an empty string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteArchiveRequest" : { "c2jName" : "DeleteArchiveInput", "documentation" : "

Provides options for deleting an archive from an Amazon Glacier vault.

", "shapeName" : "DeleteArchiveRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "archiveId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the archive to delete.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "archiveId", "marshallLocationName" : "archiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.*/", "getterDocumentation" : "/**

The ID of the archive to delete.

\n@return The ID of the archive to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteArchiveRequest", "variableType" : "DeleteArchiveRequest", "variableDeclarationType" : "DeleteArchiveRequest", "documentation" : null, "simpleType" : "DeleteArchiveRequest", "variableSetterType" : "DeleteArchiveRequest" }, "marshaller" : { "action" : "DeleteArchive", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/archives/{archiveId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ArchiveId" : { "documentation" : "

The ID of the archive to delete.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "archiveId", "marshallLocationName" : "archiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.*/", "getterDocumentation" : "/**

The ID of the archive to delete.

\n@return The ID of the archive to delete.*/", "fluentSetterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive to delete.

\n@param archiveId The ID of the archive to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateJobRequest" : { "c2jName" : "InitiateJobInput", "documentation" : "

Provides options for initiating an Amazon Glacier job.

", "shapeName" : "InitiateJobRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides options for specifying job information.

", "name" : "JobParameters", "c2jName" : "jobParameters", "c2jShape" : "JobParameters", "variable" : { "variableName" : "jobParameters", "variableType" : "JobParameters", "variableDeclarationType" : "JobParameters", "documentation" : "

Provides options for specifying job information.

", "simpleType" : "JobParameters", "variableSetterType" : "JobParameters" }, "setterModel" : { "variableName" : "jobParameters", "variableType" : "JobParameters", "variableDeclarationType" : "JobParameters", "documentation" : "", "simpleType" : "JobParameters", "variableSetterType" : "JobParameters" }, "getterModel" : { "returnType" : "JobParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobParameters", "marshallLocationName" : "jobParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.*/", "getterDocumentation" : "/**

Provides options for specifying job information.

\n@return Provides options for specifying job information.*/", "fluentSetterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateJobRequest", "variableType" : "InitiateJobRequest", "variableDeclarationType" : "InitiateJobRequest", "documentation" : null, "simpleType" : "InitiateJobRequest", "variableSetterType" : "InitiateJobRequest" }, "marshaller" : { "action" : "InitiateJob", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/jobs", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobParameters" : { "documentation" : "

Provides options for specifying job information.

", "name" : "JobParameters", "c2jName" : "jobParameters", "c2jShape" : "JobParameters", "variable" : { "variableName" : "jobParameters", "variableType" : "JobParameters", "variableDeclarationType" : "JobParameters", "documentation" : "

Provides options for specifying job information.

", "simpleType" : "JobParameters", "variableSetterType" : "JobParameters" }, "setterModel" : { "variableName" : "jobParameters", "variableType" : "JobParameters", "variableDeclarationType" : "JobParameters", "documentation" : "", "simpleType" : "JobParameters", "variableSetterType" : "JobParameters" }, "getterModel" : { "returnType" : "JobParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "jobParameters", "marshallLocationName" : "jobParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.*/", "getterDocumentation" : "/**

Provides options for specifying job information.

\n@return Provides options for specifying job information.*/", "fluentSetterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides options for specifying job information.

\n@param jobParameters Provides options for specifying job information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteVaultResult" : { "c2jName" : "DeleteVaultResult", "documentation" : null, "shapeName" : "DeleteVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteVaultResult", "variableType" : "DeleteVaultResult", "variableDeclarationType" : "DeleteVaultResult", "documentation" : null, "simpleType" : "DeleteVaultResult", "variableSetterType" : "DeleteVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "PartListElement" : { "c2jName" : "PartListElement", "documentation" : "

A list of the part sizes of the multipart upload.

", "shapeName" : "PartListElement", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The byte range of a part, inclusive of the upper value of the range.

", "name" : "RangeInBytes", "c2jName" : "RangeInBytes", "c2jShape" : "string", "variable" : { "variableName" : "rangeInBytes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The byte range of a part, inclusive of the upper value of the range.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeInBytes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RangeInBytes", "marshallLocationName" : "RangeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.*/", "getterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@return The byte range of a part, inclusive of the upper value of the range.*/", "fluentSetterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.*/", "getterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@return The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "partListElement", "variableType" : "PartListElement", "variableDeclarationType" : "PartListElement", "documentation" : null, "simpleType" : "PartListElement", "variableSetterType" : "PartListElement" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RangeInBytes" : { "documentation" : "

The byte range of a part, inclusive of the upper value of the range.

", "name" : "RangeInBytes", "c2jName" : "RangeInBytes", "c2jShape" : "string", "variable" : { "variableName" : "rangeInBytes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The byte range of a part, inclusive of the upper value of the range.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "rangeInBytes", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RangeInBytes", "marshallLocationName" : "RangeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.*/", "getterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@return The byte range of a part, inclusive of the upper value of the range.*/", "fluentSetterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The byte range of a part, inclusive of the upper value of the range.

\n@param rangeInBytes The byte range of a part, inclusive of the upper value of the range.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SHA256TreeHash" : { "documentation" : "

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.*/", "getterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@return The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.

\n@param sHA256TreeHash The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsFromVaultResult" : { "c2jName" : "RemoveTagsFromVaultResult", "documentation" : null, "shapeName" : "RemoveTagsFromVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsFromVaultResult", "variableType" : "RemoveTagsFromVaultResult", "variableDeclarationType" : "RemoveTagsFromVaultResult", "documentation" : null, "simpleType" : "RemoveTagsFromVaultResult", "variableSetterType" : "RemoveTagsFromVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SetVaultAccessPolicyResult" : { "c2jName" : "SetVaultAccessPolicyResult", "documentation" : null, "shapeName" : "SetVaultAccessPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setVaultAccessPolicyResult", "variableType" : "SetVaultAccessPolicyResult", "variableDeclarationType" : "SetVaultAccessPolicyResult", "documentation" : null, "simpleType" : "SetVaultAccessPolicyResult", "variableSetterType" : "SetVaultAccessPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UploadArchiveResult" : { "c2jName" : "ArchiveCreationOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

For information about the underlying REST API, go to Upload Archive. For conceptual information, go to Working with Archives in Amazon Glacier.

", "shapeName" : "UploadArchiveResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The relative URI path of the newly added archive resource.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the newly added archive resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.*/", "getterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@return The relative URI path of the newly added archive resource.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.*/", "getterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@return The checksum of the archive computed by Amazon Glacier.*/", "fluentSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-id", "marshallLocationName" : "x-amz-archive-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@return The ID of the archive. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "uploadArchiveResult", "variableType" : "UploadArchiveResult", "variableDeclarationType" : "UploadArchiveResult", "documentation" : null, "simpleType" : "UploadArchiveResult", "variableSetterType" : "UploadArchiveResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ArchiveId" : { "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "name" : "ArchiveId", "c2jName" : "archiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the archive. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-id", "marshallLocationName" : "x-amz-archive-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@return The ID of the archive. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the archive. This value is also included as part of the location.

\n@param archiveId The ID of the archive. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Checksum" : { "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The checksum of the archive computed by Amazon Glacier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.*/", "getterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@return The checksum of the archive computed by Amazon Glacier.*/", "fluentSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The checksum of the archive computed by Amazon Glacier.

\n@param checksum The checksum of the archive computed by Amazon Glacier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

The relative URI path of the newly added archive resource.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the newly added archive resource.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.*/", "getterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@return The relative URI path of the newly added archive resource.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the newly added archive resource.

\n@param location The relative URI path of the newly added archive resource.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateMultipartUploadResult" : { "c2jName" : "InitiateMultipartUploadOutput", "documentation" : "

The Amazon Glacier response to your request.

", "shapeName" : "InitiateMultipartUploadResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The relative URI path of the multipart upload ID Amazon Glacier created.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the multipart upload ID Amazon Glacier created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.*/", "getterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@return The relative URI path of the multipart upload ID Amazon Glacier created.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the multipart upload. This value is also included as part of the location.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the multipart upload. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-multipart-upload-id", "marshallLocationName" : "x-amz-multipart-upload-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@return The ID of the multipart upload. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateMultipartUploadResult", "variableType" : "InitiateMultipartUploadResult", "variableDeclarationType" : "InitiateMultipartUploadResult", "documentation" : null, "simpleType" : "InitiateMultipartUploadResult", "variableSetterType" : "InitiateMultipartUploadResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UploadId" : { "documentation" : "

The ID of the multipart upload. This value is also included as part of the location.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the multipart upload. This value is also included as part of the location.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-multipart-upload-id", "marshallLocationName" : "x-amz-multipart-upload-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.*/", "getterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@return The ID of the multipart upload. This value is also included as part of the location.*/", "fluentSetterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the multipart upload. This value is also included as part of the location.

\n@param uploadId The ID of the multipart upload. This value is also included as part of the location.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

The relative URI path of the multipart upload ID Amazon Glacier created.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the multipart upload ID Amazon Glacier created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.*/", "getterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@return The relative URI path of the multipart upload ID Amazon Glacier created.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the multipart upload ID Amazon Glacier created.

\n@param location The relative URI path of the multipart upload ID Amazon Glacier created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteVaultAccessPolicyRequest" : { "c2jName" : "DeleteVaultAccessPolicyInput", "documentation" : "

DeleteVaultAccessPolicy input.

", "shapeName" : "DeleteVaultAccessPolicyRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteVaultAccessPolicyRequest", "variableType" : "DeleteVaultAccessPolicyRequest", "variableDeclarationType" : "DeleteVaultAccessPolicyRequest", "documentation" : null, "simpleType" : "DeleteVaultAccessPolicyRequest", "variableSetterType" : "DeleteVaultAccessPolicyRequest" }, "marshaller" : { "action" : "DeleteVaultAccessPolicy", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/access-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateVaultLockRequest" : { "c2jName" : "InitiateVaultLockInput", "documentation" : "

The input values for InitiateVaultLock.

", "shapeName" : "InitiateVaultLockRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultLockPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultLockPolicy", "variableDeclarationType" : "VaultLockPolicy", "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "simpleType" : "VaultLockPolicy", "variableSetterType" : "VaultLockPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultLockPolicy", "variableDeclarationType" : "VaultLockPolicy", "documentation" : "", "simpleType" : "VaultLockPolicy", "variableSetterType" : "VaultLockPolicy" }, "getterModel" : { "returnType" : "VaultLockPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "getterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@return The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "fluentSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateVaultLockRequest", "variableType" : "InitiateVaultLockRequest", "variableDeclarationType" : "InitiateVaultLockRequest", "documentation" : null, "simpleType" : "InitiateVaultLockRequest", "variableSetterType" : "InitiateVaultLockRequest" }, "marshaller" : { "action" : "InitiateVaultLock", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/lock-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Policy" : { "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultLockPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultLockPolicy", "variableDeclarationType" : "VaultLockPolicy", "documentation" : "

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

", "simpleType" : "VaultLockPolicy", "variableSetterType" : "VaultLockPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultLockPolicy", "variableDeclarationType" : "VaultLockPolicy", "documentation" : "", "simpleType" : "VaultLockPolicy", "variableSetterType" : "VaultLockPolicy" }, "getterModel" : { "returnType" : "VaultLockPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "getterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@return The vault lock policy as a JSON string, which uses \"\\\" as an escape character.*/", "fluentSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy as a JSON string, which uses \"\\\" as an escape character.

\n@param policy The vault lock policy as a JSON string, which uses \"\\\" as an escape character.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetVaultNotificationsRequest" : { "c2jName" : "SetVaultNotificationsInput", "documentation" : "

Provides options to configure notifications that will be sent when specific events happen to a vault.

", "shapeName" : "SetVaultNotificationsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Provides options for specifying notification configuration.

", "name" : "VaultNotificationConfig", "c2jName" : "vaultNotificationConfig", "c2jShape" : "VaultNotificationConfig", "variable" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "

Provides options for specifying notification configuration.

", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "setterModel" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "getterModel" : { "returnType" : "VaultNotificationConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultNotificationConfig", "marshallLocationName" : "vaultNotificationConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.*/", "getterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@return Provides options for specifying notification configuration.*/", "fluentSetterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setVaultNotificationsRequest", "variableType" : "SetVaultNotificationsRequest", "variableDeclarationType" : "SetVaultNotificationsRequest", "documentation" : null, "simpleType" : "SetVaultNotificationsRequest", "variableSetterType" : "SetVaultNotificationsRequest" }, "marshaller" : { "action" : "SetVaultNotifications", "verb" : "PUT", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/notification-configuration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "VaultNotificationConfig" : { "documentation" : "

Provides options for specifying notification configuration.

", "name" : "VaultNotificationConfig", "c2jName" : "vaultNotificationConfig", "c2jShape" : "VaultNotificationConfig", "variable" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "

Provides options for specifying notification configuration.

", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "setterModel" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "getterModel" : { "returnType" : "VaultNotificationConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultNotificationConfig", "marshallLocationName" : "vaultNotificationConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.*/", "getterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@return Provides options for specifying notification configuration.*/", "fluentSetterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Provides options for specifying notification configuration.

\n@param vaultNotificationConfig Provides options for specifying notification configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UploadListElement" : { "c2jName" : "UploadListElement", "documentation" : "

A list of in-progress multipart uploads for a vault.

", "shapeName" : "UploadListElement", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of a multipart upload.

", "name" : "MultipartUploadId", "c2jName" : "MultipartUploadId", "c2jShape" : "string", "variable" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of a multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultipartUploadId", "marshallLocationName" : "MultipartUploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.*/", "getterDocumentation" : "/**

The ID of a multipart upload.

\n@return The ID of a multipart upload.*/", "fluentSetterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the vault that contains the archive.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault that contains the archive.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@return The Amazon Resource Name (ARN) of the vault that contains the archive.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "name" : "ArchiveDescription", "c2jName" : "ArchiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveDescription", "marshallLocationName" : "ArchiveDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.*/", "getterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@return The description of the archive that was specified in the Initiate Multipart Upload request.*/", "fluentSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

", "name" : "PartSizeInBytes", "c2jName" : "PartSizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PartSizeInBytes", "marshallLocationName" : "PartSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.*/", "getterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@return The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.*/", "fluentSetterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC time at which the multipart upload was initiated.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time at which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@return The UTC time at which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "uploadListElement", "variableType" : "UploadListElement", "variableDeclarationType" : "UploadListElement", "documentation" : null, "simpleType" : "UploadListElement", "variableSetterType" : "UploadListElement" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault that contains the archive.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault that contains the archive.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@return The Amazon Resource Name (ARN) of the vault that contains the archive.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault that contains the archive.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault that contains the archive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultipartUploadId" : { "documentation" : "

The ID of a multipart upload.

", "name" : "MultipartUploadId", "c2jName" : "MultipartUploadId", "c2jShape" : "string", "variable" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of a multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultipartUploadId", "marshallLocationName" : "MultipartUploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.*/", "getterDocumentation" : "/**

The ID of a multipart upload.

\n@return The ID of a multipart upload.*/", "fluentSetterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of a multipart upload.

\n@param multipartUploadId The ID of a multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PartSizeInBytes" : { "documentation" : "

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

", "name" : "PartSizeInBytes", "c2jName" : "PartSizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PartSizeInBytes", "marshallLocationName" : "PartSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.*/", "getterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@return The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.*/", "fluentSetterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.

\n@param partSizeInBytes The part size, in bytes, specified in the Initiate Multipart Upload request. This is the size of all the parts in the upload except the last part, which may be smaller than this size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC time at which the multipart upload was initiated.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time at which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@return The UTC time at which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveDescription" : { "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "name" : "ArchiveDescription", "c2jName" : "ArchiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveDescription", "marshallLocationName" : "ArchiveDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.*/", "getterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@return The description of the archive that was specified in the Initiate Multipart Upload request.*/", "fluentSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateJobResult" : { "c2jName" : "InitiateJobOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "InitiateJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The relative URI path of the job.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.*/", "getterDocumentation" : "/**

The relative URI path of the job.

\n@return The relative URI path of the job.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the job.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-job-id", "marshallLocationName" : "x-amz-job-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.*/", "getterDocumentation" : "/**

The ID of the job.

\n@return The ID of the job.*/", "fluentSetterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateJobResult", "variableType" : "InitiateJobResult", "variableDeclarationType" : "InitiateJobResult", "documentation" : null, "simpleType" : "InitiateJobResult", "variableSetterType" : "InitiateJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

The ID of the job.

", "name" : "JobId", "c2jName" : "jobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-job-id", "marshallLocationName" : "x-amz-job-id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.*/", "getterDocumentation" : "/**

The ID of the job.

\n@return The ID of the job.*/", "fluentSetterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the job.

\n@param jobId The ID of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Location" : { "documentation" : "

The relative URI path of the job.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The relative URI path of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.*/", "getterDocumentation" : "/**

The relative URI path of the job.

\n@return The relative URI path of the job.*/", "fluentSetterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The relative URI path of the job.

\n@param location The relative URI path of the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DataRetrievalPolicy" : { "c2jName" : "DataRetrievalPolicy", "documentation" : "

Data retrieval policy.

", "shapeName" : "DataRetrievalPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "DataRetrievalRulesList", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DataRetrievalRule", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DataRetrievalRule", "variable" : { "variableName" : "member", "variableType" : "DataRetrievalRule", "variableDeclarationType" : "DataRetrievalRule", "documentation" : "", "simpleType" : "DataRetrievalRule", "variableSetterType" : "DataRetrievalRule" }, "setterModel" : { "variableName" : "member", "variableType" : "DataRetrievalRule", "variableDeclarationType" : "DataRetrievalRule", "documentation" : "", "simpleType" : "DataRetrievalRule", "variableSetterType" : "DataRetrievalRule" }, "getterModel" : { "returnType" : "DataRetrievalRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DataRetrievalRule", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.*/", "getterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@return The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.*/", "fluentSetterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dataRetrievalPolicy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : null, "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Rules" : { "documentation" : "

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

", "name" : "Rules", "c2jName" : "Rules", "c2jShape" : "DataRetrievalRulesList", "variable" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "rules", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Rules", "marshallLocationName" : "Rules", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DataRetrievalRule", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DataRetrievalRule", "variable" : { "variableName" : "member", "variableType" : "DataRetrievalRule", "variableDeclarationType" : "DataRetrievalRule", "documentation" : "", "simpleType" : "DataRetrievalRule", "variableSetterType" : "DataRetrievalRule" }, "setterModel" : { "variableName" : "member", "variableType" : "DataRetrievalRule", "variableDeclarationType" : "DataRetrievalRule", "documentation" : "", "simpleType" : "DataRetrievalRule", "variableSetterType" : "DataRetrievalRule" }, "getterModel" : { "returnType" : "DataRetrievalRule", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DataRetrievalRule", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.*/", "getterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@return The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.*/", "fluentSetterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRules(java.util.Collection)} or {@link #withRules(java.util.Collection)} if you want to override the existing values.

\n@param rules The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeJobResult" : { "c2jName" : "GlacierJobDescription", "documentation" : "

Describes an Amazon Glacier job.

", "shapeName" : "DescribeJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobId", "marshallLocationName" : "JobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.*/", "getterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@return An opaque string that identifies an Amazon Glacier job.*/", "fluentSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job description you provided when you initiated the job.

", "name" : "JobDescription", "c2jName" : "JobDescription", "c2jShape" : "string", "variable" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job description you provided when you initiated the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobDescription", "marshallLocationName" : "JobDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.*/", "getterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@return The job description you provided when you initiated the job.*/", "fluentSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ActionCode", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActionCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "getterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@return The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "fluentSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/", "varargSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/" }, { "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@return For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@return The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The job status. When a job is completed, you get the job's output.

", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "boolean", "variable" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The job status. When a job is completed, you get the job's output.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.*/", "getterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@return The job status. When a job is completed, you get the job's output.*/", "fluentSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "getterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@return The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "fluentSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/", "varargSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/" }, { "documentation" : "

A friendly message that describes the job status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "string", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly message that describes the job status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.*/", "getterDocumentation" : "/**

A friendly message that describes the job status.

\n@return A friendly message that describes the job status.*/", "fluentSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "name" : "ArchiveSizeInBytes", "c2jName" : "ArchiveSizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSizeInBytes", "marshallLocationName" : "ArchiveSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@return For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "name" : "InventorySizeInBytes", "c2jName" : "InventorySizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventorySizeInBytes", "marshallLocationName" : "InventorySizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@return For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "getterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@return An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "fluentSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "name" : "CompletionDate", "c2jName" : "CompletionDate", "c2jShape" : "string", "variable" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompletionDate", "marshallLocationName" : "CompletionDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "getterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@return The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "fluentSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "name" : "ArchiveSHA256TreeHash", "c2jName" : "ArchiveSHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSHA256TreeHash", "marshallLocationName" : "ArchiveSHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@return The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "getterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@return The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "fluentSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobDescription", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "

Parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "getterModel" : { "returnType" : "InventoryRetrievalJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@return Parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeJobResult", "variableType" : "DescribeJobResult", "variableDeclarationType" : "DescribeJobResult", "documentation" : null, "simpleType" : "DescribeJobResult", "variableSetterType" : "DescribeJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StatusCode" : { "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "name" : "StatusCode", "c2jName" : "StatusCode", "c2jShape" : "StatusCode", "variable" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusCode", "marshallLocationName" : "StatusCode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "StatusCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "getterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@return The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@see StatusCode*/", "fluentSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/", "varargSetterDocumentation" : "/**

The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.

\n@param statusCode The status code can be InProgress, Succeeded, or Failed, and indicates the status of the job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see StatusCode*/" }, "ArchiveSHA256TreeHash" : { "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "name" : "ArchiveSHA256TreeHash", "c2jName" : "ArchiveSHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveSHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSHA256TreeHash", "marshallLocationName" : "ArchiveSHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "getterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@return The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.

\n@param archiveSHA256TreeHash The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveId" : { "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "name" : "ArchiveId", "c2jName" : "ArchiveId", "c2jShape" : "string", "variable" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveId", "marshallLocationName" : "ArchiveId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@return For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.

\n@param archiveId For an ArchiveRetrieval job, this is the archive ID requested for download. Otherwise, this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CompletionDate" : { "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "name" : "CompletionDate", "c2jName" : "CompletionDate", "c2jShape" : "string", "variable" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "completionDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CompletionDate", "marshallLocationName" : "CompletionDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "getterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@return The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.*/", "fluentSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.

\n@param completionDate The UTC time that the archive retrieval request completed. While the job is in progress, the value will be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Completed" : { "documentation" : "

The job status. When a job is completed, you get the job's output.

", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "boolean", "variable" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

The job status. When a job is completed, you get the job's output.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "completed", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.*/", "getterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@return The job status. When a job is completed, you get the job's output.*/", "fluentSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job status. When a job is completed, you get the job's output.

\n@param completed The job status. When a job is completed, you get the job's output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the job was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobDescription" : { "documentation" : "

The job description you provided when you initiated the job.

", "name" : "JobDescription", "c2jName" : "JobDescription", "c2jShape" : "string", "variable" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job description you provided when you initiated the job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobDescription", "marshallLocationName" : "JobDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.*/", "getterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@return The job description you provided when you initiated the job.*/", "fluentSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job description you provided when you initiated the job.

\n@param jobDescription The job description you provided when you initiated the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SNSTopic" : { "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "getterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@return An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.*/", "fluentSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.

\n@param sNSTopic An Amazon Simple Notification Service (Amazon SNS) topic that receives notification.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Action" : { "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "name" : "Action", "c2jName" : "Action", "c2jShape" : "ActionCode", "variable" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "action", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Action", "marshallLocationName" : "Action", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ActionCode", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "getterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@return The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@see ActionCode*/", "fluentSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/", "varargSetterDocumentation" : "/**

The job type. It is either ArchiveRetrieval or InventoryRetrieval.

\n@param action The job type. It is either ArchiveRetrieval or InventoryRetrieval.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ActionCode*/" }, "ArchiveSizeInBytes" : { "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "name" : "ArchiveSizeInBytes", "c2jName" : "ArchiveSizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "archiveSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveSizeInBytes", "marshallLocationName" : "ArchiveSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@return For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.

\n@param archiveSizeInBytes For an ArchiveRetrieval job, this is the size in bytes of the archive being requested for download. For the InventoryRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@return The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault from which the archive retrieval was requested.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "string", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that identifies an Amazon Glacier job.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobId", "marshallLocationName" : "JobId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.*/", "getterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@return An opaque string that identifies an Amazon Glacier job.*/", "fluentSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that identifies an Amazon Glacier job.

\n@param jobId An opaque string that identifies an Amazon Glacier job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SHA256TreeHash" : { "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "name" : "SHA256TreeHash", "c2jName" : "SHA256TreeHash", "c2jShape" : "string", "variable" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sHA256TreeHash", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SHA256TreeHash", "marshallLocationName" : "SHA256TreeHash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "getterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

*/", "fluentSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@param sHA256TreeHash For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.

The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value.

For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value.

This field is null in the following situations:

  • Archive retrieval jobs that specify a range that is not tree-hash aligned.

  • Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.

  • Inventory jobs.

\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusMessage" : { "documentation" : "

A friendly message that describes the job status.

", "name" : "StatusMessage", "c2jName" : "StatusMessage", "c2jShape" : "string", "variable" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A friendly message that describes the job status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "statusMessage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusMessage", "marshallLocationName" : "StatusMessage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.*/", "getterDocumentation" : "/**

A friendly message that describes the job status.

\n@return A friendly message that describes the job status.*/", "fluentSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A friendly message that describes the job status.

\n@param statusMessage A friendly message that describes the job status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InventorySizeInBytes" : { "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "name" : "InventorySizeInBytes", "c2jName" : "InventorySizeInBytes", "c2jShape" : "Size", "variable" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "inventorySizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventorySizeInBytes", "marshallLocationName" : "InventorySizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "getterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@return For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.*/", "fluentSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.

\n@param inventorySizeInBytes For an InventoryRetrieval job, this is the size in bytes of the inventory requested for download. For the ArchiveRetrieval job, the value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RetrievalByteRange" : { "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "name" : "RetrievalByteRange", "c2jName" : "RetrievalByteRange", "c2jShape" : "string", "variable" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "retrievalByteRange", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RetrievalByteRange", "marshallLocationName" : "RetrievalByteRange", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "getterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@return The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.*/", "fluentSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.

\n@param retrievalByteRange The retrieved byte range for archive retrieval jobs in the form \"StartByteValue-EndByteValue\" If no range was specified in the archive retrieval, then the whole archive is retrieved and StartByteValue equals 0 and EndByteValue equals the size of the archive minus 1. For inventory retrieval jobs this field is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InventoryRetrievalParameters" : { "documentation" : "

Parameters used for range inventory retrieval.

", "name" : "InventoryRetrievalParameters", "c2jName" : "InventoryRetrievalParameters", "c2jShape" : "InventoryRetrievalJobDescription", "variable" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "

Parameters used for range inventory retrieval.

", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "setterModel" : { "variableName" : "inventoryRetrievalParameters", "variableType" : "InventoryRetrievalJobDescription", "variableDeclarationType" : "InventoryRetrievalJobDescription", "documentation" : "", "simpleType" : "InventoryRetrievalJobDescription", "variableSetterType" : "InventoryRetrievalJobDescription" }, "getterModel" : { "returnType" : "InventoryRetrievalJobDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "InventoryRetrievalParameters", "marshallLocationName" : "InventoryRetrievalParameters", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.*/", "getterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@return Parameters used for range inventory retrieval.*/", "fluentSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Parameters used for range inventory retrieval.

\n@param inventoryRetrievalParameters Parameters used for range inventory retrieval.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeVaultResult" : { "c2jName" : "DescribeVaultOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "DescribeVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@return The Amazon Resource Name (ARN) of the vault.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "VaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultName", "marshallLocationName" : "VaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "LastInventoryDate", "c2jName" : "LastInventoryDate", "c2jShape" : "string", "variable" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastInventoryDate", "marshallLocationName" : "LastInventoryDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "NumberOfArchives", "c2jName" : "NumberOfArchives", "c2jShape" : "long", "variable" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfArchives", "marshallLocationName" : "NumberOfArchives", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "SizeInBytes", "c2jName" : "SizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeInBytes", "marshallLocationName" : "SizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeVaultResult", "variableType" : "DescribeVaultResult", "variableDeclarationType" : "DescribeVaultResult", "documentation" : null, "simpleType" : "DescribeVaultResult", "variableSetterType" : "DescribeVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "LastInventoryDate" : { "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "LastInventoryDate", "c2jName" : "LastInventoryDate", "c2jShape" : "string", "variable" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "lastInventoryDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastInventoryDate", "marshallLocationName" : "LastInventoryDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param lastInventoryDate The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NumberOfArchives" : { "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "NumberOfArchives", "c2jName" : "NumberOfArchives", "c2jShape" : "long", "variable" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "numberOfArchives", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "NumberOfArchives", "marshallLocationName" : "NumberOfArchives", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param numberOfArchives The number of archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@return The Amazon Resource Name (ARN) of the vault.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "getterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@return The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".*/", "fluentSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".

\n@param creationDate The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "VaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultName", "marshallLocationName" : "VaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SizeInBytes" : { "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "name" : "SizeInBytes", "c2jName" : "SizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "sizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizeInBytes", "marshallLocationName" : "SizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "getterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@return Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.*/", "fluentSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.

\n@param sizeInBytes Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example, if you just created the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RequestTimeoutException" : { "c2jName" : "RequestTimeoutException", "documentation" : "

Returned if, when uploading an archive, Amazon Glacier times out while receiving the upload.

", "shapeName" : "RequestTimeoutException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

408 Request Timeout

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

408 Request Timeout

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout*/", "getterDocumentation" : "/**

408 Request Timeout

\n@return 408 Request Timeout*/", "fluentSetterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "requestTimeoutException", "variableType" : "RequestTimeoutException", "variableDeclarationType" : "RequestTimeoutException", "documentation" : null, "simpleType" : "RequestTimeoutException", "variableSetterType" : "RequestTimeoutException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "RequestTimeoutException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

408 Request Timeout

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

408 Request Timeout

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout*/", "getterDocumentation" : "/**

408 Request Timeout

\n@return 408 Request Timeout*/", "fluentSetterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

408 Request Timeout

\n@param code 408 Request Timeout\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPartsRequest" : { "c2jName" : "ListPartsInput", "documentation" : "

Provides options for retrieving a list of parts of an archive that have been uploaded in a specific multipart upload.

", "shapeName" : "ListPartsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "uploadId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@return An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.*/", "getterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@return Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPartsRequest", "variableType" : "ListPartsRequest", "variableDeclarationType" : "ListPartsRequest", "documentation" : null, "simpleType" : "ListPartsRequest", "variableSetterType" : "ListPartsRequest" }, "marshaller" : { "action" : "ListParts", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UploadId" : { "documentation" : "

The upload ID of the multipart upload.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload.

\n@return The upload ID of the multipart upload.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload.

\n@param uploadId The upload ID of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

", "name" : "Limit", "c2jName" : "limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "limit", "marshallLocationName" : "limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.*/", "getterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@return Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.

\n@param limit Specifies the maximum number of parts returned in the response body. If this value is not specified, the List Parts operation returns up to 1,000 uploads.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

", "name" : "Marker", "c2jName" : "marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "marker", "marshallLocationName" : "marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : true, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.*/", "getterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@return An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.*/", "fluentSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.

\n@param marker An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AbortVaultLockResult" : { "c2jName" : "AbortVaultLockResult", "documentation" : null, "shapeName" : "AbortVaultLockResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "abortVaultLockResult", "variableType" : "AbortVaultLockResult", "variableDeclarationType" : "AbortVaultLockResult", "documentation" : null, "simpleType" : "AbortVaultLockResult", "variableSetterType" : "AbortVaultLockResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDataRetrievalPolicyResult" : { "c2jName" : "GetDataRetrievalPolicyOutput", "documentation" : "

Contains the Amazon Glacier response to the GetDataRetrievalPolicy request.

", "shapeName" : "GetDataRetrievalPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Contains the returned data retrieval policy in JSON format.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "DataRetrievalPolicy", "variable" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "

Contains the returned data retrieval policy in JSON format.

", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "getterModel" : { "returnType" : "DataRetrievalPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.*/", "getterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@return Contains the returned data retrieval policy in JSON format.*/", "fluentSetterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDataRetrievalPolicyResult", "variableType" : "GetDataRetrievalPolicyResult", "variableDeclarationType" : "GetDataRetrievalPolicyResult", "documentation" : null, "simpleType" : "GetDataRetrievalPolicyResult", "variableSetterType" : "GetDataRetrievalPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policy" : { "documentation" : "

Contains the returned data retrieval policy in JSON format.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "DataRetrievalPolicy", "variable" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "

Contains the returned data retrieval policy in JSON format.

", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "getterModel" : { "returnType" : "DataRetrievalPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.*/", "getterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@return Contains the returned data retrieval policy in JSON format.*/", "fluentSetterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the returned data retrieval policy in JSON format.

\n@param policy Contains the returned data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AbortMultipartUploadRequest" : { "c2jName" : "AbortMultipartUploadInput", "documentation" : "

Provides options to abort a multipart upload identified by the upload ID.

For information about the underlying REST API, go to Abort Multipart Upload. For conceptual information, go to Working with Archives in Amazon Glacier.

", "shapeName" : "AbortMultipartUploadRequest", "deprecated" : false, "required" : [ "accountId", "vaultName", "uploadId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The upload ID of the multipart upload to delete.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@return The upload ID of the multipart upload to delete.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "abortMultipartUploadRequest", "variableType" : "AbortMultipartUploadRequest", "variableDeclarationType" : "AbortMultipartUploadRequest", "documentation" : null, "simpleType" : "AbortMultipartUploadRequest", "variableSetterType" : "AbortMultipartUploadRequest" }, "marshaller" : { "action" : "AbortMultipartUpload", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UploadId" : { "documentation" : "

The upload ID of the multipart upload to delete.

", "name" : "UploadId", "c2jName" : "uploadId", "c2jShape" : "string", "variable" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The upload ID of the multipart upload to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "uploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "uploadId", "marshallLocationName" : "uploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.*/", "getterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@return The upload ID of the multipart upload to delete.*/", "fluentSetterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The upload ID of the multipart upload to delete.

\n@param uploadId The upload ID of the multipart upload to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DataRetrievalRule" : { "c2jName" : "DataRetrievalRule", "documentation" : "

Data retrieval policy rule.

", "shapeName" : "DataRetrievalRule", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

", "name" : "Strategy", "c2jName" : "Strategy", "c2jShape" : "string", "variable" : { "variableName" : "strategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "strategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Strategy", "marshallLocationName" : "Strategy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None*/", "getterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@return The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None*/", "fluentSetterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

", "name" : "BytesPerHour", "c2jName" : "BytesPerHour", "c2jShape" : "NullableLong", "variable" : { "variableName" : "bytesPerHour", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "bytesPerHour", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "BytesPerHour", "marshallLocationName" : "BytesPerHour", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.*/", "getterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@return The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.*/", "fluentSetterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dataRetrievalRule", "variableType" : "DataRetrievalRule", "variableDeclarationType" : "DataRetrievalRule", "documentation" : null, "simpleType" : "DataRetrievalRule", "variableSetterType" : "DataRetrievalRule" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Strategy" : { "documentation" : "

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

", "name" : "Strategy", "c2jName" : "Strategy", "c2jShape" : "string", "variable" : { "variableName" : "strategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "strategy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Strategy", "marshallLocationName" : "Strategy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None*/", "getterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@return The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None*/", "fluentSetterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None

\n@param strategy The type of data retrieval policy to set.

Valid values: BytesPerHour|FreeTier|None\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BytesPerHour" : { "documentation" : "

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

", "name" : "BytesPerHour", "c2jName" : "BytesPerHour", "c2jShape" : "NullableLong", "variable" : { "variableName" : "bytesPerHour", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "bytesPerHour", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "BytesPerHour", "marshallLocationName" : "BytesPerHour", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.*/", "getterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@return The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.*/", "fluentSetterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.

\n@param bytesPerHour The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is BytesPerHour. Your PUT operation will be rejected if the Strategy field is not set to BytesPerHour and you set this field.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AbortVaultLockRequest" : { "c2jName" : "AbortVaultLockInput", "documentation" : "

The input values for AbortVaultLock.

", "shapeName" : "AbortVaultLockRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "abortVaultLockRequest", "variableType" : "AbortVaultLockRequest", "variableDeclarationType" : "AbortVaultLockRequest", "documentation" : null, "simpleType" : "AbortVaultLockRequest", "variableSetterType" : "AbortVaultLockRequest" }, "marshaller" : { "action" : "AbortVaultLock", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/lock-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetVaultNotificationsResult" : { "c2jName" : "SetVaultNotificationsResult", "documentation" : null, "shapeName" : "SetVaultNotificationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setVaultNotificationsResult", "variableType" : "SetVaultNotificationsResult", "variableDeclarationType" : "SetVaultNotificationsResult", "documentation" : null, "simpleType" : "SetVaultNotificationsResult", "variableSetterType" : "SetVaultNotificationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "VaultAccessPolicy" : { "c2jName" : "VaultAccessPolicy", "documentation" : "

Contains the vault access policy.

", "shapeName" : "VaultAccessPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The vault access policy.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault access policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.*/", "getterDocumentation" : "/**

The vault access policy.

\n@return The vault access policy.*/", "fluentSetterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "vaultAccessPolicy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : null, "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policy" : { "documentation" : "

The vault access policy.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault access policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.*/", "getterDocumentation" : "/**

The vault access policy.

\n@return The vault access policy.*/", "fluentSetterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault access policy.

\n@param policy The vault access policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InitiateMultipartUploadRequest" : { "c2jName" : "InitiateMultipartUploadInput", "documentation" : "

Provides options for initiating a multipart upload to an Amazon Glacier vault.

", "shapeName" : "InitiateMultipartUploadRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).*/", "getterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@return The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).*/", "fluentSetterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of each part except the last, in bytes. The last part can be smaller than this part size.

", "name" : "PartSize", "c2jName" : "partSize", "c2jShape" : "string", "variable" : { "variableName" : "partSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of each part except the last, in bytes. The last part can be smaller than this part size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "partSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-part-size", "marshallLocationName" : "x-amz-part-size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.*/", "getterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@return The size of each part except the last, in bytes. The last part can be smaller than this part size.*/", "fluentSetterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "initiateMultipartUploadRequest", "variableType" : "InitiateMultipartUploadRequest", "variableDeclarationType" : "InitiateMultipartUploadRequest", "documentation" : null, "simpleType" : "InitiateMultipartUploadRequest", "variableSetterType" : "InitiateMultipartUploadRequest" }, "marshaller" : { "action" : "InitiateMultipartUpload", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/multipart-uploads", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PartSize" : { "documentation" : "

The size of each part except the last, in bytes. The last part can be smaller than this part size.

", "name" : "PartSize", "c2jName" : "partSize", "c2jShape" : "string", "variable" : { "variableName" : "partSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of each part except the last, in bytes. The last part can be smaller than this part size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "partSize", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-part-size", "marshallLocationName" : "x-amz-part-size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.*/", "getterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@return The size of each part except the last, in bytes. The last part can be smaller than this part size.*/", "fluentSetterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The size of each part except the last, in bytes. The last part can be smaller than this part size.

\n@param partSize The size of each part except the last, in bytes. The last part can be smaller than this part size.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveDescription" : { "documentation" : "

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

", "name" : "ArchiveDescription", "c2jName" : "archiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-archive-description", "marshallLocationName" : "x-amz-archive-description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).*/", "getterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@return The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).*/", "fluentSetterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).

\n@param archiveDescription The archive description that you are uploading in parts.

The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForVaultRequest" : { "c2jName" : "ListTagsForVaultInput", "documentation" : "

The input value for ListTagsForVaultInput.

", "shapeName" : "ListTagsForVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForVaultRequest", "variableType" : "ListTagsForVaultRequest", "variableDeclarationType" : "ListTagsForVaultRequest", "documentation" : null, "simpleType" : "ListTagsForVaultRequest", "variableSetterType" : "ListTagsForVaultRequest" }, "marshaller" : { "action" : "ListTagsForVault", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/tags", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteVaultNotificationsResult" : { "c2jName" : "DeleteVaultNotificationsResult", "documentation" : null, "shapeName" : "DeleteVaultNotificationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteVaultNotificationsResult", "variableType" : "DeleteVaultNotificationsResult", "variableDeclarationType" : "DeleteVaultNotificationsResult", "documentation" : null, "simpleType" : "DeleteVaultNotificationsResult", "variableSetterType" : "DeleteVaultNotificationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "VaultLockPolicy" : { "c2jName" : "VaultLockPolicy", "documentation" : "

Contains the vault lock policy.

", "shapeName" : "VaultLockPolicy", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The vault lock policy.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault lock policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.*/", "getterDocumentation" : "/**

The vault lock policy.

\n@return The vault lock policy.*/", "fluentSetterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "vaultLockPolicy", "variableType" : "VaultLockPolicy", "variableDeclarationType" : "VaultLockPolicy", "documentation" : null, "simpleType" : "VaultLockPolicy", "variableSetterType" : "VaultLockPolicy" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Policy" : { "documentation" : "

The vault lock policy.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "string", "variable" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The vault lock policy.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "policy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.*/", "getterDocumentation" : "/**

The vault lock policy.

\n@return The vault lock policy.*/", "fluentSetterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault lock policy.

\n@param policy The vault lock policy.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetDataRetrievalPolicyRequest" : { "c2jName" : "GetDataRetrievalPolicyInput", "documentation" : "

Input for GetDataRetrievalPolicy.

", "shapeName" : "GetDataRetrievalPolicyRequest", "deprecated" : false, "required" : [ "accountId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDataRetrievalPolicyRequest", "variableType" : "GetDataRetrievalPolicyRequest", "variableDeclarationType" : "GetDataRetrievalPolicyRequest", "documentation" : null, "simpleType" : "GetDataRetrievalPolicyRequest", "variableSetterType" : "GetDataRetrievalPolicyRequest" }, "marshaller" : { "action" : "GetDataRetrievalPolicy", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/policies/data-retrieval", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InventoryRetrievalJobInput" : { "c2jName" : "InventoryRetrievalJobInput", "documentation" : "

Provides options for specifying a range inventory retrieval job.

", "shapeName" : "InventoryRetrievalJobInput", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "string", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "string", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.*/", "getterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@return Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@return An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "inventoryRetrievalJobInput", "variableType" : "InventoryRetrievalJobInput", "variableDeclarationType" : "InventoryRetrievalJobInput", "documentation" : null, "simpleType" : "InventoryRetrievalJobInput", "variableSetterType" : "InventoryRetrievalJobInput" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EndDate" : { "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "EndDate", "c2jName" : "EndDate", "c2jShape" : "string", "variable" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "endDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "EndDate", "marshallLocationName" : "EndDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param endDate The end of the date range in UTC for vault inventory retrieval that includes archives created before this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartDate" : { "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "name" : "StartDate", "c2jName" : "StartDate", "c2jShape" : "string", "variable" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "startDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartDate", "marshallLocationName" : "StartDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "getterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@return The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.*/", "fluentSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.

\n@param startDate The start of the date range in UTC for vault inventory retrieval that includes archives created on or after this date. A string representation of ISO 8601 date format, for example, 2013-03-20T17:03:43Z.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@return An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the vault inventory retrieval results. You use the marker in a new InitiateJob request to obtain additional inventory items. If there are no more inventory items, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "string", "variable" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "limit", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.*/", "getterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@return Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.*/", "fluentSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.

\n@param limit Specifies the maximum number of inventory items returned per vault inventory retrieval request. Valid values are greater than or equal to 1.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteVaultNotificationsRequest" : { "c2jName" : "DeleteVaultNotificationsInput", "documentation" : "

Provides options for deleting a vault notification configuration from an Amazon Glacier vault.

", "shapeName" : "DeleteVaultNotificationsRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteVaultNotificationsRequest", "variableType" : "DeleteVaultNotificationsRequest", "variableDeclarationType" : "DeleteVaultNotificationsRequest", "documentation" : null, "simpleType" : "DeleteVaultNotificationsRequest", "variableSetterType" : "DeleteVaultNotificationsRequest" }, "marshaller" : { "action" : "DeleteVaultNotifications", "verb" : "DELETE", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/notification-configuration", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteArchiveResult" : { "c2jName" : "DeleteArchiveResult", "documentation" : null, "shapeName" : "DeleteArchiveResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteArchiveResult", "variableType" : "DeleteArchiveResult", "variableDeclarationType" : "DeleteArchiveResult", "documentation" : null, "simpleType" : "DeleteArchiveResult", "variableSetterType" : "DeleteArchiveResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsFromVaultRequest" : { "c2jName" : "RemoveTagsFromVaultInput", "documentation" : "

The input value for RemoveTagsFromVaultInput.

", "shapeName" : "RemoveTagsFromVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of tag keys. Each corresponding tag is removed from the vault.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of tag keys. Each corresponding tag is removed from the vault.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.*/", "getterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@return A list of tag keys. Each corresponding tag is removed from the vault.*/", "fluentSetterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromVaultRequest", "variableType" : "RemoveTagsFromVaultRequest", "variableDeclarationType" : "RemoveTagsFromVaultRequest", "documentation" : null, "simpleType" : "RemoveTagsFromVaultRequest", "variableSetterType" : "RemoveTagsFromVaultRequest" }, "marshaller" : { "action" : "RemoveTagsFromVault", "verb" : "POST", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/tags?operation=remove", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagKeys" : { "documentation" : "

A list of tag keys. Each corresponding tag is removed from the vault.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeyList", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of tag keys. Each corresponding tag is removed from the vault.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.*/", "getterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@return A list of tag keys. Each corresponding tag is removed from the vault.*/", "fluentSetterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of tag keys. Each corresponding tag is removed from the vault.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys A list of tag keys. Each corresponding tag is removed from the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPartsResult" : { "c2jName" : "ListPartsOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "ListPartsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the upload to which the parts are associated.

", "name" : "MultipartUploadId", "c2jName" : "MultipartUploadId", "c2jShape" : "string", "variable" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the upload to which the parts are associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultipartUploadId", "marshallLocationName" : "MultipartUploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.*/", "getterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@return The ID of the upload to which the parts are associated.*/", "fluentSetterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@return The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "name" : "ArchiveDescription", "c2jName" : "ArchiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveDescription", "marshallLocationName" : "ArchiveDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.*/", "getterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@return The description of the archive that was specified in the Initiate Multipart Upload request.*/", "fluentSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The part size in bytes.

", "name" : "PartSizeInBytes", "c2jName" : "PartSizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The part size in bytes.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PartSizeInBytes", "marshallLocationName" : "PartSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.*/", "getterDocumentation" : "/**

The part size in bytes.

\n@return The part size in bytes.*/", "fluentSetterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The UTC time at which the multipart upload was initiated.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time at which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@return The UTC time at which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of the part sizes of the multipart upload.

", "name" : "Parts", "c2jName" : "Parts", "c2jShape" : "PartList", "variable" : { "variableName" : "parts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of the part sizes of the multipart upload.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parts", "marshallLocationName" : "Parts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "PartListElement", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PartListElement", "variable" : { "variableName" : "member", "variableType" : "PartListElement", "variableDeclarationType" : "PartListElement", "documentation" : "", "simpleType" : "PartListElement", "variableSetterType" : "PartListElement" }, "setterModel" : { "variableName" : "member", "variableType" : "PartListElement", "variableDeclarationType" : "PartListElement", "documentation" : "", "simpleType" : "PartListElement", "variableSetterType" : "PartListElement" }, "getterModel" : { "returnType" : "PartListElement", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PartListElement", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@param parts A list of the part sizes of the multipart upload.*/", "getterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@return A list of the part sizes of the multipart upload.*/", "fluentSetterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@param parts A list of the part sizes of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParts(java.util.Collection)} or {@link #withParts(java.util.Collection)} if you want to override the existing values.

\n@param parts A list of the part sizes of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPartsResult", "variableType" : "ListPartsResult", "variableDeclarationType" : "ListPartsResult", "documentation" : null, "simpleType" : "ListPartsResult", "variableSetterType" : "ListPartsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Parts" : { "documentation" : "

A list of the part sizes of the multipart upload.

", "name" : "Parts", "c2jName" : "Parts", "c2jShape" : "PartList", "variable" : { "variableName" : "parts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of the part sizes of the multipart upload.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "parts", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Parts", "marshallLocationName" : "Parts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "PartListElement", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "PartListElement", "variable" : { "variableName" : "member", "variableType" : "PartListElement", "variableDeclarationType" : "PartListElement", "documentation" : "", "simpleType" : "PartListElement", "variableSetterType" : "PartListElement" }, "setterModel" : { "variableName" : "member", "variableType" : "PartListElement", "variableDeclarationType" : "PartListElement", "documentation" : "", "simpleType" : "PartListElement", "variableSetterType" : "PartListElement" }, "getterModel" : { "returnType" : "PartListElement", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "PartListElement", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@param parts A list of the part sizes of the multipart upload.*/", "getterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@return A list of the part sizes of the multipart upload.*/", "fluentSetterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n@param parts A list of the part sizes of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the part sizes of the multipart upload.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setParts(java.util.Collection)} or {@link #withParts(java.util.Collection)} if you want to override the existing values.

\n@param parts A list of the part sizes of the multipart upload.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultARN" : { "documentation" : "

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

", "name" : "VaultARN", "c2jName" : "VaultARN", "c2jShape" : "string", "variable" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VaultARN", "marshallLocationName" : "VaultARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@return The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.

\n@param vaultARN The Amazon Resource Name (ARN) of the vault to which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MultipartUploadId" : { "documentation" : "

The ID of the upload to which the parts are associated.

", "name" : "MultipartUploadId", "c2jName" : "MultipartUploadId", "c2jShape" : "string", "variable" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the upload to which the parts are associated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "multipartUploadId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MultipartUploadId", "marshallLocationName" : "MultipartUploadId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.*/", "getterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@return The ID of the upload to which the parts are associated.*/", "fluentSetterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the upload to which the parts are associated.

\n@param multipartUploadId The ID of the upload to which the parts are associated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PartSizeInBytes" : { "documentation" : "

The part size in bytes.

", "name" : "PartSizeInBytes", "c2jName" : "PartSizeInBytes", "c2jShape" : "long", "variable" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The part size in bytes.

", "simpleType" : "Long", "variableSetterType" : "Long" }, "setterModel" : { "variableName" : "partSizeInBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "PartSizeInBytes", "marshallLocationName" : "PartSizeInBytes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.*/", "getterDocumentation" : "/**

The part size in bytes.

\n@return The part size in bytes.*/", "fluentSetterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The part size in bytes.

\n@param partSizeInBytes The part size in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreationDate" : { "documentation" : "

The UTC time at which the multipart upload was initiated.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "string", "variable" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UTC time at which the multipart upload was initiated.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "creationDate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreationDate", "marshallLocationName" : "CreationDate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.*/", "getterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@return The UTC time at which the multipart upload was initiated.*/", "fluentSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UTC time at which the multipart upload was initiated.

\n@param creationDate The UTC time at which the multipart upload was initiated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ArchiveDescription" : { "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "name" : "ArchiveDescription", "c2jName" : "ArchiveDescription", "c2jShape" : "string", "variable" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the archive that was specified in the Initiate Multipart Upload request.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "archiveDescription", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ArchiveDescription", "marshallLocationName" : "ArchiveDescription", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.*/", "getterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@return The description of the archive that was specified in the Initiate Multipart Upload request.*/", "fluentSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the archive that was specified in the Initiate Multipart Upload request.

\n@param archiveDescription The description of the archive that was specified in the Initiate Multipart Upload request.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Marker" : { "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

", "name" : "Marker", "c2jName" : "Marker", "c2jShape" : "string", "variable" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "marker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Marker", "marshallLocationName" : "Marker", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.*/", "getterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@return An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.*/", "fluentSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.

\n@param marker An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is null.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PolicyEnforcedException" : { "c2jName" : "PolicyEnforcedException", "documentation" : "

Returned if a retrieval job would exceed the current data policy's retrieval rate limit. For more information about data retrieval policies,

", "shapeName" : "PolicyEnforcedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

PolicyEnforcedException

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

PolicyEnforcedException

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException*/", "getterDocumentation" : "/**

PolicyEnforcedException

\n@return PolicyEnforcedException*/", "fluentSetterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "policyEnforcedException", "variableType" : "PolicyEnforcedException", "variableDeclarationType" : "PolicyEnforcedException", "documentation" : null, "simpleType" : "PolicyEnforcedException", "variableSetterType" : "PolicyEnforcedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "PolicyEnforcedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

PolicyEnforcedException

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

PolicyEnforcedException

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException*/", "getterDocumentation" : "/**

PolicyEnforcedException

\n@return PolicyEnforcedException*/", "fluentSetterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

PolicyEnforcedException

\n@param code PolicyEnforcedException\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetVaultLockRequest" : { "c2jName" : "GetVaultLockInput", "documentation" : "

The input values for GetVaultLock.

", "shapeName" : "GetVaultLockRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultLockRequest", "variableType" : "GetVaultLockRequest", "variableDeclarationType" : "GetVaultLockRequest", "documentation" : null, "simpleType" : "GetVaultLockRequest", "variableSetterType" : "GetVaultLockRequest" }, "marshaller" : { "action" : "GetVaultLock", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/lock-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VaultNotificationConfig" : { "c2jName" : "VaultNotificationConfig", "documentation" : "

Represents a vault's notification configuration.

", "shapeName" : "VaultNotificationConfig", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@return The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "NotificationEventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.*/", "getterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@return A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : null, "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SNSTopic" : { "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

", "name" : "SNSTopic", "c2jName" : "SNSTopic", "c2jShape" : "string", "variable" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sNSTopic", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SNSTopic", "marshallLocationName" : "SNSTopic", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).*/", "getterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@return The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).*/", "fluentSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).

\n@param sNSTopic The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Events" : { "documentation" : "

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

", "name" : "Events", "c2jName" : "Events", "c2jShape" : "NotificationEventList", "variable" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "events", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Events", "marshallLocationName" : "Events", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "string", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.*/", "getterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@return A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.*/", "fluentSetterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEvents(java.util.Collection)} or {@link #withEvents(java.util.Collection)} if you want to override the existing values.

\n@param events A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "MissingParameterValueException" : { "c2jName" : "MissingParameterValueException", "documentation" : "

Returned if a required header or parameter is missing from the request.

", "shapeName" : "MissingParameterValueException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client.

\n@param type Client.*/", "getterDocumentation" : "/**

Client.

\n@return Client.*/", "fluentSetterDocumentation" : "/**

Client.

\n@param type Client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client.

\n@param type Client.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "missingParameterValueException", "variableType" : "MissingParameterValueException", "variableDeclarationType" : "MissingParameterValueException", "documentation" : null, "simpleType" : "MissingParameterValueException", "variableSetterType" : "MissingParameterValueException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "MissingParameterValueException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client.

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client.

\n@param type Client.*/", "getterDocumentation" : "/**

Client.

\n@return Client.*/", "fluentSetterDocumentation" : "/**

Client.

\n@param type Client.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client.

\n@param type Client.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

400 Bad Request

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

400 Bad Request

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request*/", "getterDocumentation" : "/**

400 Bad Request

\n@return 400 Bad Request*/", "fluentSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

400 Bad Request

\n@param code 400 Bad Request\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UploadMultipartPartResult" : { "c2jName" : "UploadMultipartPartOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "UploadMultipartPartResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.*/", "getterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@return The SHA256 tree hash that Amazon Glacier computed for the uploaded part.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "uploadMultipartPartResult", "variableType" : "UploadMultipartPartResult", "variableDeclarationType" : "UploadMultipartPartResult", "documentation" : null, "simpleType" : "UploadMultipartPartResult", "variableSetterType" : "UploadMultipartPartResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Checksum" : { "documentation" : "

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

", "name" : "Checksum", "c2jName" : "checksum", "c2jShape" : "string", "variable" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "checksum", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "x-amz-sha256-tree-hash", "marshallLocationName" : "x-amz-sha256-tree-hash", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.*/", "getterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@return The SHA256 tree hash that Amazon Glacier computed for the uploaded part.*/", "fluentSetterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

\n@param checksum The SHA256 tree hash that Amazon Glacier computed for the uploaded part.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetDataRetrievalPolicyRequest" : { "c2jName" : "SetDataRetrievalPolicyInput", "documentation" : "

SetDataRetrievalPolicy input.

", "shapeName" : "SetDataRetrievalPolicyRequest", "deprecated" : false, "required" : [ "accountId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The data retrieval policy in JSON format.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "DataRetrievalPolicy", "variable" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "

The data retrieval policy in JSON format.

", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "getterModel" : { "returnType" : "DataRetrievalPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.*/", "getterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@return The data retrieval policy in JSON format.*/", "fluentSetterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setDataRetrievalPolicyRequest", "variableType" : "SetDataRetrievalPolicyRequest", "variableDeclarationType" : "SetDataRetrievalPolicyRequest", "documentation" : null, "simpleType" : "SetDataRetrievalPolicyRequest", "variableSetterType" : "SetDataRetrievalPolicyRequest" }, "marshaller" : { "action" : "SetDataRetrievalPolicy", "verb" : "PUT", "target" : null, "requestUri" : "/{accountId}/policies/data-retrieval", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Policy" : { "documentation" : "

The data retrieval policy in JSON format.

", "name" : "Policy", "c2jName" : "Policy", "c2jShape" : "DataRetrievalPolicy", "variable" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "

The data retrieval policy in JSON format.

", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "DataRetrievalPolicy", "variableDeclarationType" : "DataRetrievalPolicy", "documentation" : "", "simpleType" : "DataRetrievalPolicy", "variableSetterType" : "DataRetrievalPolicy" }, "getterModel" : { "returnType" : "DataRetrievalPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "Policy", "marshallLocationName" : "Policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.*/", "getterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@return The data retrieval policy in JSON format.*/", "fluentSetterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The data retrieval policy in JSON format.

\n@param policy The data retrieval policy in JSON format.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "

Returned if the specified resource, such as a vault, upload ID, or job ID, does not exist.

", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

404 Not Found

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

404 Not Found

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found*/", "getterDocumentation" : "/**

404 Not Found

\n@return 404 Not Found*/", "fluentSetterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "simpleType" : "ResourceNotFoundException", "variableSetterType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Type" : { "documentation" : "

Client

", "name" : "Type", "c2jName" : "type", "c2jShape" : "string", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Client

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "type", "marshallLocationName" : "type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Client

\n@param type Client*/", "getterDocumentation" : "/**

Client

\n@return Client*/", "fluentSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Client

\n@param type Client\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "

404 Not Found

", "name" : "Code", "c2jName" : "code", "c2jShape" : "string", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

404 Not Found

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "code", "marshallLocationName" : "code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found*/", "getterDocumentation" : "/**

404 Not Found

\n@return 404 Not Found*/", "fluentSetterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

404 Not Found

\n@param code 404 Not Found\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetVaultAccessPolicyRequest" : { "c2jName" : "SetVaultAccessPolicyInput", "documentation" : "

SetVaultAccessPolicy input.

", "shapeName" : "SetVaultAccessPolicyRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The vault access policy as a JSON string.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultAccessPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "

The vault access policy as a JSON string.

", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "getterModel" : { "returnType" : "VaultAccessPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.*/", "getterDocumentation" : "/**

The vault access policy as a JSON string.

\n@return The vault access policy as a JSON string.*/", "fluentSetterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "setVaultAccessPolicyRequest", "variableType" : "SetVaultAccessPolicyRequest", "variableDeclarationType" : "SetVaultAccessPolicyRequest", "documentation" : null, "simpleType" : "SetVaultAccessPolicyRequest", "variableSetterType" : "SetVaultAccessPolicyRequest" }, "marshaller" : { "action" : "SetVaultAccessPolicy", "verb" : "PUT", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/access-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Policy" : { "documentation" : "

The vault access policy as a JSON string.

", "name" : "Policy", "c2jName" : "policy", "c2jShape" : "VaultAccessPolicy", "variable" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "

The vault access policy as a JSON string.

", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "setterModel" : { "variableName" : "policy", "variableType" : "VaultAccessPolicy", "variableDeclarationType" : "VaultAccessPolicy", "documentation" : "", "simpleType" : "VaultAccessPolicy", "variableSetterType" : "VaultAccessPolicy" }, "getterModel" : { "returnType" : "VaultAccessPolicy", "documentation" : null }, "http" : { "unmarshallLocationName" : "policy", "marshallLocationName" : "policy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.*/", "getterDocumentation" : "/**

The vault access policy as a JSON string.

\n@return The vault access policy as a JSON string.*/", "fluentSetterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The vault access policy as a JSON string.

\n@param policy The vault access policy as a JSON string.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SetDataRetrievalPolicyResult" : { "c2jName" : "SetDataRetrievalPolicyResult", "documentation" : null, "shapeName" : "SetDataRetrievalPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "setDataRetrievalPolicyResult", "variableType" : "SetDataRetrievalPolicyResult", "variableDeclarationType" : "SetDataRetrievalPolicyResult", "documentation" : null, "simpleType" : "SetDataRetrievalPolicyResult", "variableSetterType" : "SetDataRetrievalPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteVaultAccessPolicyResult" : { "c2jName" : "DeleteVaultAccessPolicyResult", "documentation" : null, "shapeName" : "DeleteVaultAccessPolicyResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteVaultAccessPolicyResult", "variableType" : "DeleteVaultAccessPolicyResult", "variableDeclarationType" : "DeleteVaultAccessPolicyResult", "documentation" : null, "simpleType" : "DeleteVaultAccessPolicyResult", "variableSetterType" : "DeleteVaultAccessPolicyResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AbortMultipartUploadResult" : { "c2jName" : "AbortMultipartUploadResult", "documentation" : null, "shapeName" : "AbortMultipartUploadResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "abortMultipartUploadResult", "variableType" : "AbortMultipartUploadResult", "variableDeclarationType" : "AbortMultipartUploadResult", "documentation" : null, "simpleType" : "AbortMultipartUploadResult", "variableSetterType" : "AbortMultipartUploadResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateVaultRequest" : { "c2jName" : "CreateVaultInput", "documentation" : "

Provides options to create a vault.

", "shapeName" : "CreateVaultRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createVaultRequest", "variableType" : "CreateVaultRequest", "variableDeclarationType" : "CreateVaultRequest", "documentation" : null, "simpleType" : "CreateVaultRequest", "variableSetterType" : "CreateVaultRequest" }, "marshaller" : { "action" : "CreateVault", "verb" : "PUT", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID. This value must match the AWS account ID associated with the credentials used to sign the request. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you specify your account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetVaultAccessPolicyRequest" : { "c2jName" : "GetVaultAccessPolicyInput", "documentation" : "

Input for GetVaultAccessPolicy.

", "shapeName" : "GetVaultAccessPolicyRequest", "deprecated" : false, "required" : [ "accountId", "vaultName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultAccessPolicyRequest", "variableType" : "GetVaultAccessPolicyRequest", "variableDeclarationType" : "GetVaultAccessPolicyRequest", "documentation" : null, "simpleType" : "GetVaultAccessPolicyRequest", "variableSetterType" : "GetVaultAccessPolicyRequest" }, "marshaller" : { "action" : "GetVaultAccessPolicy", "verb" : "GET", "target" : null, "requestUri" : "/{accountId}/vaults/{vaultName}/access-policy", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AccountId" : { "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "name" : "AccountId", "c2jName" : "accountId", "c2jShape" : "string", "variable" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accountId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "accountId", "marshallLocationName" : "accountId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "getterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@return The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.*/", "fluentSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.

\n@param accountId The AccountId value is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials used to sign the request. If you use an account ID, do not include any hyphens (apos-apos) in the ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VaultName" : { "documentation" : "

The name of the vault.

", "name" : "VaultName", "c2jName" : "vaultName", "c2jShape" : "string", "variable" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the vault.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vaultName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultName", "marshallLocationName" : "vaultName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "uri" : true, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.*/", "getterDocumentation" : "/**

The name of the vault.

\n@return The name of the vault.*/", "fluentSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the vault.

\n@param vaultName The name of the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetVaultNotificationsResult" : { "c2jName" : "GetVaultNotificationsOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "GetVaultNotificationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : true, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Returns the notification configuration set on the vault.

", "name" : "VaultNotificationConfig", "c2jName" : "vaultNotificationConfig", "c2jShape" : "VaultNotificationConfig", "variable" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "

Returns the notification configuration set on the vault.

", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "setterModel" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "getterModel" : { "returnType" : "VaultNotificationConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultNotificationConfig", "marshallLocationName" : "vaultNotificationConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.*/", "getterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@return Returns the notification configuration set on the vault.*/", "fluentSetterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getVaultNotificationsResult", "variableType" : "GetVaultNotificationsResult", "variableDeclarationType" : "GetVaultNotificationsResult", "documentation" : null, "simpleType" : "GetVaultNotificationsResult", "variableSetterType" : "GetVaultNotificationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "VaultNotificationConfig" : { "documentation" : "

Returns the notification configuration set on the vault.

", "name" : "VaultNotificationConfig", "c2jName" : "vaultNotificationConfig", "c2jShape" : "VaultNotificationConfig", "variable" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "

Returns the notification configuration set on the vault.

", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "setterModel" : { "variableName" : "vaultNotificationConfig", "variableType" : "VaultNotificationConfig", "variableDeclarationType" : "VaultNotificationConfig", "documentation" : "", "simpleType" : "VaultNotificationConfig", "variableSetterType" : "VaultNotificationConfig" }, "getterModel" : { "returnType" : "VaultNotificationConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "vaultNotificationConfig", "marshallLocationName" : "vaultNotificationConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : true, "isStreaming" : false, "location" : null, "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.*/", "getterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@return Returns the notification configuration set on the vault.*/", "fluentSetterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Returns the notification configuration set on the vault.

\n@param vaultNotificationConfig Returns the notification configuration set on the vault.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateVaultResult" : { "c2jName" : "CreateVaultOutput", "documentation" : "

Contains the Amazon Glacier response to your request.

", "shapeName" : "CreateVaultResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The URI of the vault that was created.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URI of the vault that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.*/", "getterDocumentation" : "/**

The URI of the vault that was created.

\n@return The URI of the vault that was created.*/", "fluentSetterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createVaultResult", "variableType" : "CreateVaultResult", "variableDeclarationType" : "CreateVaultResult", "documentation" : null, "simpleType" : "CreateVaultResult", "variableSetterType" : "CreateVaultResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Location" : { "documentation" : "

The URI of the vault that was created.

", "name" : "Location", "c2jName" : "location", "c2jShape" : "string", "variable" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The URI of the vault that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "location", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Location", "marshallLocationName" : "Location", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "header", "flattened" : false, "uri" : false, "statusCode" : false, "queryString" : false, "header" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.*/", "getterDocumentation" : "/**

The URI of the vault that was created.

\n@return The URI of the vault that was created.*/", "fluentSetterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The URI of the vault that was created.

\n@param location The URI of the vault that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : { "DescribeJobRequest" : { "constructorForms" : [ [ "AccountId", "VaultName", "JobId" ], [ "VaultName", "JobId" ] ] }, "CompleteMultipartUploadRequest" : { "constructorForms" : [ [ "VaultName", "UploadId", "ArchiveSize", "Checksum" ], [ "AccountId", "VaultName", "UploadId", "ArchiveSize", "Checksum" ] ] }, "CreateVaultRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "DeleteArchiveRequest" : { "constructorForms" : [ [ "VaultName", "ArchiveId" ], [ "AccountId", "VaultName", "ArchiveId" ] ] }, "DeleteVaultNotificationsRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "DeleteVaultRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "DescribeVaultRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "GetJobOutputRequest" : { "constructorForms" : [ [ "VaultName", "JobId", "Range" ], [ "AccountId", "VaultName", "JobId", "Range" ] ] }, "GetVaultNotificationsRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "InitiateJobRequest" : { "constructorForms" : [ [ "VaultName", "JobParameters" ], [ "AccountId", "VaultName", "JobParameters" ] ] }, "InitiateMultipartUploadRequest" : { "constructorForms" : [ [ "VaultName", "ArchiveDescription", "PartSize" ], [ "AccountId", "VaultName", "ArchiveDescription", "PartSize" ] ] }, "JobParameters" : { "constructorForms" : [ [ "Format", "Type", "ArchiveId", "Description" ] ] }, "ListJobsRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "ListPartsRequest" : { "constructorForms" : [ [ "VaultName", "UploadId" ], [ "AccountId", "VaultName", "UploadId" ] ] }, "AbortMultipartUploadRequest" : { "constructorForms" : [ [ "VaultName", "UploadId" ], [ "AccountId", "VaultName", "UploadId" ] ] }, "ListMultipartUploadsRequest" : { "constructorForms" : [ [ "VaultName" ], [ "AccountId", "VaultName" ] ] }, "ListVaultsRequest" : { "constructorForms" : [ [ "AccountId" ], [ "AccountId", "Marker", "Limit" ] ] }, "SetVaultNotificationsRequest" : { "constructorForms" : [ [ "VaultName", "VaultNotificationConfig" ], [ "AccountId", "VaultName", "VaultNotificationConfig" ] ] }, "UploadArchiveRequest" : { "constructorForms" : [ [ "VaultName", "ArchiveDescription", "Checksum", "Body" ], [ "VaultName", "AccountId", "ArchiveDescription", "Checksum", "Body" ] ] }, "UploadMultipartPartRequest" : { "constructorForms" : [ [ "VaultName", "UploadId", "Checksum", "Range", "Body" ], [ "AccountId", "VaultName", "UploadId", "Checksum", "Range", "Body" ] ] }, "VaultNotificationConfig" : { "constructorForms" : [ [ "SNSTopic", "Events" ] ] } }, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : null, "customServiceMetadata" : null, "customCodeTemplates" : { "syncClient" : { "mainTemplate" : null, "childTemplates" : [ { "location" : "/macros/WrapResponseStream.ftl", "importAsNamespace" : "WrapResponseStreamMacro" } ] }, "asyncClient" : null, "syncAbstractClass" : null, "asyncAbstractClass" : null, "syncInterface" : null, "asyncInterface" : null, "requestClass" : null, "responseClass" : null, "modelClass" : null, "modelEnum" : null, "modelUnmarshaller" : null, "modelMarshaller" : null, "exceptionClass" : null, "exceptionUnmarshaller" : null, "policyActionClass" : null, "commonChildTemplates" : null }, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : { "UploadArchiveInput" : { "excludeShape" : false, "exclude" : null, "modify" : null, "inject" : [ { "ContentLength" : { "shape" : "long", "location" : "header", "locationName" : "Content-Length", "payload" : false, "streaming" : false, "documentation" : "The content length of the archive to upload.", "queryName" : null, "flattened" : false, "xmlNamespace" : null, "idempotencyToken" : false, "deprecated" : false } } ] }, "ListMultipartUploadsInput" : { "excludeShape" : false, "exclude" : null, "modify" : [ { "marker" : { "emitPropertyName" : "uploadIdMarker", "emitEnumName" : null, "marshallLocationName" : null, "unmarshallLocationName" : null } } ], "inject" : null } }, "customErrorCodeFieldName" : "code", "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy