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

models.snowball-2016-06-30-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for Amazon Snowball module holds the client classes that are used for communicating with Amazon Snowball.

There is a newer version: 1.12.788
Show newest version
{
  "metadata" : {
    "apiVersion" : "2016-06-30",
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "

This is a test of the welcome page front matter.

", "defaultEndpoint" : "snowball.us-east-1.amazonaws.com/", "defaultEndpointWithoutHttpProtocol" : "snowball.us-east-1.amazonaws.com/", "syncInterface" : "AmazonSnowball", "syncClient" : "AmazonSnowballClient", "asyncInterface" : "AmazonSnowballAsync", "asyncClient" : "AmazonSnowballAsyncClient", "packageName" : "com.amazonaws.services.snowball", "packagePath" : "com/amazonaws/services/snowball", "serviceAbbreviation" : "Amazon Snowball", "serviceFullName" : "Amazon Import/Export Snowball", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "snowball", "signingName" : "snowball", "protocolDefaultExceptionUmarshallerImpl" : null, "jsonProtocol" : true, "syncClientBuilderClassName" : "AmazonSnowballClientBuilder", "asyncClientBuilderClassName" : "AmazonSnowballAsyncClientBuilder", "cucumberModuleInjectorClassName" : "AmazonSnowballModuleInjector", "smokeTestsPackageName" : "com.amazonaws.services.snowball.smoketests", "serviceName" : "Amazon Snowball", "cborProtocol" : false, "xmlProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller" }, "operations" : { "CancelJob" : { "documentation" : "

Cancels the specified job. Note that you can only cancel a job before its JobState value changes to PreparingAppliance. Requesting the ListJobs or DescribeJob action will return a job's JobState as part of the response element data returned.

", "operationName" : "CancelJob", "deprecated" : false, "input" : { "variableName" : "cancelJobRequest", "variableType" : "CancelJobRequest", "variableDeclarationType" : "CancelJobRequest", "documentation" : "", "simpleType" : "CancelJobRequest", "variableSetterType" : "CancelJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CancelJobResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" }, { "exceptionName" : "InvalidJobStateException", "documentation" : "

The action can't be performed because the job's current state doesn't allow that action to be performed.

" }, { "exceptionName" : "KMSRequestFailedException", "documentation" : "

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

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

Creates an address for a Snowball to be shipped to.

Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. If the address is invalid or unsupported, then an exception is thrown.

", "operationName" : "CreateAddress", "deprecated" : false, "input" : { "variableName" : "createAddressRequest", "variableType" : "CreateAddressRequest", "variableDeclarationType" : "CreateAddressRequest", "documentation" : "", "simpleType" : "CreateAddressRequest", "variableSetterType" : "CreateAddressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateAddressResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidAddressException", "documentation" : "

The address provided was invalid. Check the address with your region's carrier, and try again.

" }, { "exceptionName" : "UnsupportedAddressException", "documentation" : "

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

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

Creates a job to import or export data between Amazon S3 and your on-premises data center. Note that your AWS account must have the right trust policies and permissions in place to create a job for Snowball. For more information, see api-reference-policies.

", "operationName" : "CreateJob", "deprecated" : false, "input" : { "variableName" : "createJobRequest", "variableType" : "CreateJobRequest", "variableDeclarationType" : "CreateJobRequest", "documentation" : "", "simpleType" : "CreateJobRequest", "variableSetterType" : "CreateJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateJobResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" }, { "exceptionName" : "KMSRequestFailedException", "documentation" : "

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

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

Takes an AddressId and returns specific details about that address in the form of an Address object.

", "operationName" : "DescribeAddress", "deprecated" : false, "input" : { "variableName" : "describeAddressRequest", "variableType" : "DescribeAddressRequest", "variableDeclarationType" : "DescribeAddressRequest", "documentation" : "", "simpleType" : "DescribeAddressRequest", "variableSetterType" : "DescribeAddressRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAddressResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

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

Returns a specified number of ADDRESS objects. Calling this API in one of the US regions will return addresses from the list of all addresses associated with this account in all US regions.

", "operationName" : "DescribeAddresses", "deprecated" : false, "input" : { "variableName" : "describeAddressesRequest", "variableType" : "DescribeAddressesRequest", "variableDeclarationType" : "DescribeAddressesRequest", "documentation" : "", "simpleType" : "DescribeAddressesRequest", "variableSetterType" : "DescribeAddressesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeAddressesResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

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

Returns information about a specific job including shipping information, job status, and other important metadata.

", "operationName" : "DescribeJob", "deprecated" : false, "input" : { "variableName" : "describeJobRequest", "variableType" : "DescribeJobRequest", "variableDeclarationType" : "DescribeJobRequest", "documentation" : "", "simpleType" : "DescribeJobRequest", "variableSetterType" : "DescribeJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeJobResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" } ], "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" }, "GetJobManifest" : { "documentation" : "

Returns a link to an Amazon S3 presigned URL for the manifest file associated with the specified JobId value. You can access the manifest file for up to 60 minutes after this request has been made. To access the manifest file after 60 minutes have passed, you'll have to make another call to the GetJobManifest action.

The manifest is an encrypted file that you can download after your job enters the WithCustomer status. The manifest is decrypted by using the UnlockCode code value, when you pass both values to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of an UnlockCode value in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

Note that the credentials of a given job, including its manifest file and unlock code, expire 90 days after the job is created.

", "operationName" : "GetJobManifest", "deprecated" : false, "input" : { "variableName" : "getJobManifestRequest", "variableType" : "GetJobManifestRequest", "variableDeclarationType" : "GetJobManifestRequest", "documentation" : "", "simpleType" : "GetJobManifestRequest", "variableSetterType" : "GetJobManifestRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetJobManifestResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" }, { "exceptionName" : "InvalidJobStateException", "documentation" : "

The action can't be performed because the job's current state doesn't allow that action to be performed.

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

Returns the UnlockCode code value for the specified job. A particular UnlockCode value can be accessed for up to 90 days after the associated job has been created.

The UnlockCode value is a 29-character code with 25 alphanumeric characters and 4 hyphens. This code is used to decrypt the manifest file when it is passed along with the manifest to the Snowball through the Snowball client when the client is started for the first time.

As a best practice, we recommend that you don't save a copy of the UnlockCode in the same location as the manifest file for that job. Saving these separately helps prevent unauthorized parties from gaining access to the Snowball associated with that job.

", "operationName" : "GetJobUnlockCode", "deprecated" : false, "input" : { "variableName" : "getJobUnlockCodeRequest", "variableType" : "GetJobUnlockCodeRequest", "variableDeclarationType" : "GetJobUnlockCodeRequest", "documentation" : "", "simpleType" : "GetJobUnlockCodeRequest", "variableSetterType" : "GetJobUnlockCodeRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetJobUnlockCodeResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" }, { "exceptionName" : "InvalidJobStateException", "documentation" : "

The action can't be performed because the job's current state doesn't allow that action to be performed.

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

Returns information about the Snowball service limit for your account, and also the number of Snowballs your account has in use.

Note that the default service limit for the number of Snowballs that you can have at one time is 1. If you want to increase your service limit, contact AWS Support.

", "operationName" : "GetSnowballUsage", "deprecated" : false, "input" : { "variableName" : "getSnowballUsageRequest", "variableType" : "GetSnowballUsageRequest", "variableDeclarationType" : "GetSnowballUsageRequest", "documentation" : "", "simpleType" : "GetSnowballUsageRequest", "variableSetterType" : "GetSnowballUsageRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSnowballUsageResult", "documentation" : null }, "exceptions" : null, "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetSnowballUsageResult", "asyncReturnType" : "GetSnowballUsageResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSnowballUsage" }, "ListJobs" : { "documentation" : "

Returns an array of JobListEntry objects of the specified length. Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs. Calling this API action in one of the US regions will return jobs from the list of all jobs associated with this account in all US regions.

", "operationName" : "ListJobs", "deprecated" : false, "input" : { "variableName" : "listJobsRequest", "variableType" : "ListJobsRequest", "variableDeclarationType" : "ListJobsRequest", "documentation" : "", "simpleType" : "ListJobsRequest", "variableSetterType" : "ListJobsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListJobsResult", "documentation" : null }, "exceptions" : null, "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" }, "UpdateJob" : { "documentation" : "

While a job's JobState value is New, you can update some of the information associated with a job. Once the job changes to a different job state, usually within 60 minutes of the job being created, this action is no longer available.

", "operationName" : "UpdateJob", "deprecated" : false, "input" : { "variableName" : "updateJobRequest", "variableType" : "UpdateJobRequest", "variableDeclarationType" : "UpdateJobRequest", "documentation" : "", "simpleType" : "UpdateJobRequest", "variableSetterType" : "UpdateJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateJobResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

" }, { "exceptionName" : "InvalidJobStateException", "documentation" : "

The action can't be performed because the job's current state doesn't allow that action to be performed.

" }, { "exceptionName" : "KMSRequestFailedException", "documentation" : "

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateJobResult", "asyncReturnType" : "UpdateJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateJob" } }, "shapes" : { "JobMetadata" : { "c2jName" : "JobMetadata", "documentation" : "

Contains information about a specific job including shipping information, job status, and other important metadata. This information is returned as a part of the response syntax of the DescribeJob action.

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

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "String", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current state of the jobs.

", "name" : "JobState", "c2jName" : "JobState", "c2jShape" : "JobState", "variable" : { "variableName" : "jobState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current state of the jobs.

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

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@see JobState*/", "getterDocumentation" : "/**

The current state of the jobs.

\n@return The current state of the jobs.\n@see JobState*/", "fluentSetterDocumentation" : "/**

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, { "documentation" : "

The type of job.

", "name" : "JobType", "c2jName" : "JobType", "c2jShape" : "JobType", "variable" : { "variableName" : "jobType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of job.

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

The type of job.

\n@param jobType The type of job.\n@see JobType*/", "getterDocumentation" : "/**

The type of job.

\n@return The type of job.\n@see JobType*/", "fluentSetterDocumentation" : "/**

The type of job.

\n@param jobType The type of job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/", "varargSetterDocumentation" : "/**

The type of job.

\n@param jobType The type of job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/" }, { "documentation" : "

The creation date for this job.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The creation date for this job.

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

The creation date for this job.

\n@param creationDate The creation date for this job.*/", "getterDocumentation" : "/**

The creation date for this job.

\n@return The creation date for this job.*/", "fluentSetterDocumentation" : "/**

The creation date for this job.

\n@param creationDate The creation date for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The creation date for this job.

\n@param creationDate The creation date for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

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

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.*/", "getterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@return An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.*/", "fluentSetterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The description of the job, provided at job creation.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the job, provided at job creation.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.*/", "getterDocumentation" : "/**

The description of the job, provided at job creation.

\n@return The description of the job, provided at job creation.*/", "fluentSetterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

", "name" : "KmsKeyARN", "c2jName" : "KmsKeyARN", "c2jShape" : "KmsKeyARN", "variable" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyARN", "marshallLocationName" : "KmsKeyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@return The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

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

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).*/", "getterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@return The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).*/", "fluentSetterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID for the address that you want the Snowball shipped to.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for the address that you want the Snowball shipped to.

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

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@return The ID for the address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

", "name" : "ShippingDetails", "c2jName" : "ShippingDetails", "c2jShape" : "ShippingDetails", "variable" : { "variableName" : "shippingDetails", "variableType" : "ShippingDetails", "variableDeclarationType" : "ShippingDetails", "documentation" : "

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

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

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.*/", "getterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@return A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.*/", "fluentSetterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

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

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@return The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" }, { "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

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

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.*/", "getterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@return The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.*/", "fluentSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

", "name" : "DataTransferProgress", "c2jName" : "DataTransferProgress", "c2jShape" : "DataTransfer", "variable" : { "variableName" : "dataTransferProgress", "variableType" : "DataTransfer", "variableDeclarationType" : "DataTransfer", "documentation" : "

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

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

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.*/", "getterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@return A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.*/", "fluentSetterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

", "name" : "JobLogInfo", "c2jName" : "JobLogInfo", "c2jShape" : "JobLogs", "variable" : { "variableName" : "jobLogInfo", "variableType" : "JobLogs", "variableDeclarationType" : "JobLogs", "documentation" : "

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

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

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.*/", "getterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@return Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.*/", "fluentSetterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobMetadata", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : null, "simpleType" : "JobMetadata", "variableSetterType" : "JobMetadata" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "CreationDate" : { "documentation" : "

The creation date for this job.

", "name" : "CreationDate", "c2jName" : "CreationDate", "c2jShape" : "Timestamp", "variable" : { "variableName" : "creationDate", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The creation date for this job.

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

The creation date for this job.

\n@param creationDate The creation date for this job.*/", "getterDocumentation" : "/**

The creation date for this job.

\n@return The creation date for this job.*/", "fluentSetterDocumentation" : "/**

The creation date for this job.

\n@param creationDate The creation date for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The creation date for this job.

\n@param creationDate The creation date for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The description of the job, provided at job creation.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The description of the job, provided at job creation.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.*/", "getterDocumentation" : "/**

The description of the job, provided at job creation.

\n@return The description of the job, provided at job creation.*/", "fluentSetterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The description of the job, provided at job creation.

\n@param description The description of the job, provided at job creation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShippingDetails" : { "documentation" : "

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

", "name" : "ShippingDetails", "c2jName" : "ShippingDetails", "c2jShape" : "ShippingDetails", "variable" : { "variableName" : "shippingDetails", "variableType" : "ShippingDetails", "variableDeclarationType" : "ShippingDetails", "documentation" : "

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

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

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.*/", "getterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@return A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.*/", "fluentSetterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

\n@param shippingDetails A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

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

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).*/", "getterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@return The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).*/", "fluentSetterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).

\n@param roleARN The role ARN associated with this job. This ARN was created using the CreateRole API action in AWS Identity and Access Management (IAM).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notification" : { "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

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

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.*/", "getterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@return The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.*/", "fluentSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

\n@param notification The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobType" : { "documentation" : "

The type of job.

", "name" : "JobType", "c2jName" : "JobType", "c2jShape" : "JobType", "variable" : { "variableName" : "jobType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The type of job.

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

The type of job.

\n@param jobType The type of job.\n@see JobType*/", "getterDocumentation" : "/**

The type of job.

\n@return The type of job.\n@see JobType*/", "fluentSetterDocumentation" : "/**

The type of job.

\n@param jobType The type of job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/", "varargSetterDocumentation" : "/**

The type of job.

\n@param jobType The type of job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/" }, "KmsKeyARN" : { "documentation" : "

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

", "name" : "KmsKeyARN", "c2jName" : "KmsKeyARN", "c2jShape" : "KmsKeyARN", "variable" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KmsKeyARN", "marshallLocationName" : "KmsKeyARN", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@return The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.

\n@param kmsKeyARN The Amazon Resource Name (ARN) for the AWS Key Management Service (AWS KMS) key associated with this job. This ARN was created using the CreateKey API action in AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DataTransferProgress" : { "documentation" : "

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

", "name" : "DataTransferProgress", "c2jName" : "DataTransferProgress", "c2jShape" : "DataTransfer", "variable" : { "variableName" : "dataTransferProgress", "variableType" : "DataTransfer", "variableDeclarationType" : "DataTransfer", "documentation" : "

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

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

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.*/", "getterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@return A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.*/", "fluentSetterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

\n@param dataTransferProgress A value that defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobState" : { "documentation" : "

The current state of the jobs.

", "name" : "JobState", "c2jName" : "JobState", "c2jShape" : "JobState", "variable" : { "variableName" : "jobState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current state of the jobs.

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

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@see JobState*/", "getterDocumentation" : "/**

The current state of the jobs.

\n@return The current state of the jobs.\n@see JobState*/", "fluentSetterDocumentation" : "/**

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

The current state of the jobs.

\n@param jobState The current state of the jobs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, "Resources" : { "documentation" : "

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

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

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.*/", "getterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@return An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.*/", "fluentSetterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

\n@param resources An array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AddressId" : { "documentation" : "

The ID for the address that you want the Snowball shipped to.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for the address that you want the Snowball shipped to.

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

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@return The ID for the address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for the address that you want the Snowball shipped to.

\n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "String", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobLogInfo" : { "documentation" : "

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

", "name" : "JobLogInfo", "c2jName" : "JobLogInfo", "c2jShape" : "JobLogs", "variable" : { "variableName" : "jobLogInfo", "variableType" : "JobLogs", "variableDeclarationType" : "JobLogs", "documentation" : "

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

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

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.*/", "getterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@return Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.*/", "fluentSetterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

\n@param jobLogInfo Links to Amazon S3 presigned URLs for the job report and logs. For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnowballCapacityPreference" : { "documentation" : "

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

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

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@return The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.

\n@param snowballCapacityPreference The Snowball capacity preference for this job, specified at job creation. In US regions, you can choose between 50 TB and 80 TB Snowballs. All other regions use 80 TB capacity Snowballs.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" } } }, "Address" : { "c2jName" : "Address", "documentation" : "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to. Addresses are validated at the time of creation. The address you provide must be located within the serviceable area of your region. Although no individual elements of the Address are required, if the address is invalid or unsupported, then an exception is thrown.

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

The unique ID for an address.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID for an address.

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

The unique ID for an address.

\n@param addressId The unique ID for an address.*/", "getterDocumentation" : "/**

The unique ID for an address.

\n@return The unique ID for an address.*/", "fluentSetterDocumentation" : "/**

The unique ID for an address.

\n@param addressId The unique ID for an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID for an address.

\n@param addressId The unique ID for an address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of a person to receive a Snowball at an address.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a person to receive a Snowball at an address.

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

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.*/", "getterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@return The name of a person to receive a Snowball at an address.*/", "fluentSetterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the company to receive a Snowball at an address.

", "name" : "Company", "c2jName" : "Company", "c2jShape" : "String", "variable" : { "variableName" : "company", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the company to receive a Snowball at an address.

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

The name of the company to receive a Snowball at an address.

\n@param company The name of the company to receive a Snowball at an address.*/", "getterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

\n@return The name of the company to receive a Snowball at an address.*/", "fluentSetterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

\n@param company The name of the company to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

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

The first line in a street address that a Snowball is to be delivered to.

", "name" : "Street1", "c2jName" : "Street1", "c2jShape" : "String", "variable" : { "variableName" : "street1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The first line in a street address that a Snowball is to be delivered to.

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

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@return The first line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The second line in a street address that a Snowball is to be delivered to.

", "name" : "Street2", "c2jName" : "Street2", "c2jShape" : "String", "variable" : { "variableName" : "street2", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The second line in a street address that a Snowball is to be delivered to.

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

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@return The second line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The third line in a street address that a Snowball is to be delivered to.

", "name" : "Street3", "c2jName" : "Street3", "c2jShape" : "String", "variable" : { "variableName" : "street3", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The third line in a street address that a Snowball is to be delivered to.

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

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@return The third line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The city in an address that a Snowball is to be delivered to.

", "name" : "City", "c2jName" : "City", "c2jShape" : "String", "variable" : { "variableName" : "city", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The city in an address that a Snowball is to be delivered to.

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

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@return The city in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The state or province in an address that a Snowball is to be delivered to.

", "name" : "StateOrProvince", "c2jName" : "StateOrProvince", "c2jShape" : "String", "variable" : { "variableName" : "stateOrProvince", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state or province in an address that a Snowball is to be delivered to.

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

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@return The state or province in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The prefecture or district in an address that a Snowball is to be delivered to.

", "name" : "PrefectureOrDistrict", "c2jName" : "PrefectureOrDistrict", "c2jShape" : "String", "variable" : { "variableName" : "prefectureOrDistrict", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The prefecture or district in an address that a Snowball is to be delivered to.

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

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@return The prefecture or district in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A landmark listed in an address that a Snowball is to be delivered to.

", "name" : "Landmark", "c2jName" : "Landmark", "c2jShape" : "String", "variable" : { "variableName" : "landmark", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A landmark listed in an address that a Snowball is to be delivered to.

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

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@return A landmark listed in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The country in an address that a Snowball is to be delivered to.

", "name" : "Country", "c2jName" : "Country", "c2jShape" : "String", "variable" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The country in an address that a Snowball is to be delivered to.

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

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@return The country in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The postal code in an address that a Snowball is to be delivered to.

", "name" : "PostalCode", "c2jName" : "PostalCode", "c2jShape" : "String", "variable" : { "variableName" : "postalCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The postal code in an address that a Snowball is to be delivered to.

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

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@return The postal code in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The phone number associated with an address that a Snowball is to be delivered to.

", "name" : "PhoneNumber", "c2jName" : "PhoneNumber", "c2jShape" : "String", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The phone number associated with an address that a Snowball is to be delivered to.

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

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@return The phone number associated with an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "address", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : null, "simpleType" : "Address", "variableSetterType" : "Address" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Company" : { "documentation" : "

The name of the company to receive a Snowball at an address.

", "name" : "Company", "c2jName" : "Company", "c2jShape" : "String", "variable" : { "variableName" : "company", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the company to receive a Snowball at an address.

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

The name of the company to receive a Snowball at an address.

\n@param company The name of the company to receive a Snowball at an address.*/", "getterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

\n@return The name of the company to receive a Snowball at an address.*/", "fluentSetterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

\n@param company The name of the company to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the company to receive a Snowball at an address.

\n@param company The name of the company to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Street2" : { "documentation" : "

The second line in a street address that a Snowball is to be delivered to.

", "name" : "Street2", "c2jName" : "Street2", "c2jShape" : "String", "variable" : { "variableName" : "street2", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The second line in a street address that a Snowball is to be delivered to.

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

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@return The second line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The second line in a street address that a Snowball is to be delivered to.

\n@param street2 The second line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PrefectureOrDistrict" : { "documentation" : "

The prefecture or district in an address that a Snowball is to be delivered to.

", "name" : "PrefectureOrDistrict", "c2jName" : "PrefectureOrDistrict", "c2jShape" : "String", "variable" : { "variableName" : "prefectureOrDistrict", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The prefecture or district in an address that a Snowball is to be delivered to.

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

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@return The prefecture or district in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The prefecture or district in an address that a Snowball is to be delivered to.

\n@param prefectureOrDistrict The prefecture or district in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Street1" : { "documentation" : "

The first line in a street address that a Snowball is to be delivered to.

", "name" : "Street1", "c2jName" : "Street1", "c2jShape" : "String", "variable" : { "variableName" : "street1", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The first line in a street address that a Snowball is to be delivered to.

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

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@return The first line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The first line in a street address that a Snowball is to be delivered to.

\n@param street1 The first line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StateOrProvince" : { "documentation" : "

The state or province in an address that a Snowball is to be delivered to.

", "name" : "StateOrProvince", "c2jName" : "StateOrProvince", "c2jShape" : "String", "variable" : { "variableName" : "stateOrProvince", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The state or province in an address that a Snowball is to be delivered to.

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

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@return The state or province in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The state or province in an address that a Snowball is to be delivered to.

\n@param stateOrProvince The state or province in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Landmark" : { "documentation" : "

A landmark listed in an address that a Snowball is to be delivered to.

", "name" : "Landmark", "c2jName" : "Landmark", "c2jShape" : "String", "variable" : { "variableName" : "landmark", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A landmark listed in an address that a Snowball is to be delivered to.

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

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@return A landmark listed in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A landmark listed in an address that a Snowball is to be delivered to.

\n@param landmark A landmark listed in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PostalCode" : { "documentation" : "

The postal code in an address that a Snowball is to be delivered to.

", "name" : "PostalCode", "c2jName" : "PostalCode", "c2jShape" : "String", "variable" : { "variableName" : "postalCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The postal code in an address that a Snowball is to be delivered to.

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

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@return The postal code in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The postal code in an address that a Snowball is to be delivered to.

\n@param postalCode The postal code in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "City" : { "documentation" : "

The city in an address that a Snowball is to be delivered to.

", "name" : "City", "c2jName" : "City", "c2jShape" : "String", "variable" : { "variableName" : "city", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The city in an address that a Snowball is to be delivered to.

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

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@return The city in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The city in an address that a Snowball is to be delivered to.

\n@param city The city in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The name of a person to receive a Snowball at an address.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "String", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of a person to receive a Snowball at an address.

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

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.*/", "getterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@return The name of a person to receive a Snowball at an address.*/", "fluentSetterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of a person to receive a Snowball at an address.

\n@param name The name of a person to receive a Snowball at an address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Country" : { "documentation" : "

The country in an address that a Snowball is to be delivered to.

", "name" : "Country", "c2jName" : "Country", "c2jShape" : "String", "variable" : { "variableName" : "country", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The country in an address that a Snowball is to be delivered to.

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

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@return The country in an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The country in an address that a Snowball is to be delivered to.

\n@param country The country in an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PhoneNumber" : { "documentation" : "

The phone number associated with an address that a Snowball is to be delivered to.

", "name" : "PhoneNumber", "c2jName" : "PhoneNumber", "c2jShape" : "String", "variable" : { "variableName" : "phoneNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The phone number associated with an address that a Snowball is to be delivered to.

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

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@return The phone number associated with an address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The phone number associated with an address that a Snowball is to be delivered to.

\n@param phoneNumber The phone number associated with an address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AddressId" : { "documentation" : "

The unique ID for an address.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID for an address.

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

The unique ID for an address.

\n@param addressId The unique ID for an address.*/", "getterDocumentation" : "/**

The unique ID for an address.

\n@return The unique ID for an address.*/", "fluentSetterDocumentation" : "/**

The unique ID for an address.

\n@param addressId The unique ID for an address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID for an address.

\n@param addressId The unique ID for an address.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Street3" : { "documentation" : "

The third line in a street address that a Snowball is to be delivered to.

", "name" : "Street3", "c2jName" : "Street3", "c2jShape" : "String", "variable" : { "variableName" : "street3", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The third line in a street address that a Snowball is to be delivered to.

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

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.*/", "getterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@return The third line in a street address that a Snowball is to be delivered to.*/", "fluentSetterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The third line in a street address that a Snowball is to be delivered to.

\n@param street3 The third line in a street address that a Snowball is to be delivered to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnowballCapacity" : { "c2jName" : "SnowballCapacity", "documentation" : "", "shapeName" : "SnowballCapacity", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "T50", "value" : "T50" }, { "name" : "T80", "value" : "T80" }, { "name" : "NoPreference", "value" : "NoPreference" } ], "variable" : { "variableName" : "snowballCapacity", "variableType" : "SnowballCapacity", "variableDeclarationType" : "SnowballCapacity", "documentation" : null, "simpleType" : "SnowballCapacity", "variableSetterType" : "SnowballCapacity" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetJobManifestRequest" : { "c2jName" : "GetJobManifestRequest", "documentation" : "", "shapeName" : "GetJobManifestRequest", "deprecated" : false, "required" : [ "JobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobManifestRequest", "variableType" : "GetJobManifestRequest", "variableDeclarationType" : "GetJobManifestRequest", "documentation" : null, "simpleType" : "GetJobManifestRequest", "variableSetterType" : "GetJobManifestRequest" }, "marshaller" : { "action" : "GetJobManifest", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.GetJobManifest", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for a job that you want to get the manifest file for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetJobUnlockCodeResult" : { "c2jName" : "GetJobUnlockCodeResult", "documentation" : "", "shapeName" : "GetJobUnlockCodeResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

", "name" : "UnlockCode", "c2jName" : "UnlockCode", "c2jShape" : "String", "variable" : { "variableName" : "unlockCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

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

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.*/", "getterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@return The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.*/", "fluentSetterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobUnlockCodeResult", "variableType" : "GetJobUnlockCodeResult", "variableDeclarationType" : "GetJobUnlockCodeResult", "documentation" : null, "simpleType" : "GetJobUnlockCodeResult", "variableSetterType" : "GetJobUnlockCodeResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "UnlockCode" : { "documentation" : "

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

", "name" : "UnlockCode", "c2jName" : "UnlockCode", "c2jShape" : "String", "variable" : { "variableName" : "unlockCode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

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

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.*/", "getterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@return The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.*/", "fluentSetterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.

\n@param unlockCode The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSnowballUsageResult" : { "c2jName" : "GetSnowballUsageResult", "documentation" : "", "shapeName" : "GetSnowballUsageResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

", "name" : "SnowballLimit", "c2jName" : "SnowballLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "snowballLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

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

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).*/", "getterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@return The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).*/", "fluentSetterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of Snowballs that this account is currently using.

", "name" : "SnowballsInUse", "c2jName" : "SnowballsInUse", "c2jShape" : "Integer", "variable" : { "variableName" : "snowballsInUse", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of Snowballs that this account is currently using.

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

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.*/", "getterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@return The number of Snowballs that this account is currently using.*/", "fluentSetterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSnowballUsageResult", "variableType" : "GetSnowballUsageResult", "variableDeclarationType" : "GetSnowballUsageResult", "documentation" : null, "simpleType" : "GetSnowballUsageResult", "variableSetterType" : "GetSnowballUsageResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnowballLimit" : { "documentation" : "

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

", "name" : "SnowballLimit", "c2jName" : "SnowballLimit", "c2jShape" : "Integer", "variable" : { "variableName" : "snowballLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

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

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).*/", "getterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@return The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).*/", "fluentSetterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).

\n@param snowballLimit The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnowballsInUse" : { "documentation" : "

The number of Snowballs that this account is currently using.

", "name" : "SnowballsInUse", "c2jName" : "SnowballsInUse", "c2jShape" : "Integer", "variable" : { "variableName" : "snowballsInUse", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of Snowballs that this account is currently using.

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

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.*/", "getterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@return The number of Snowballs that this account is currently using.*/", "fluentSetterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of Snowballs that this account is currently using.

\n@param snowballsInUse The number of Snowballs that this account is currently using.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAddressRequest" : { "c2jName" : "CreateAddressRequest", "documentation" : "", "shapeName" : "CreateAddressRequest", "deprecated" : false, "required" : [ "Address" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The address that you want the Snowball shipped to.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "Address", "variable" : { "variableName" : "address", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "

The address that you want the Snowball shipped to.

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

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@return The address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAddressRequest", "variableType" : "CreateAddressRequest", "variableDeclarationType" : "CreateAddressRequest", "documentation" : null, "simpleType" : "CreateAddressRequest", "variableSetterType" : "CreateAddressRequest" }, "marshaller" : { "action" : "CreateAddress", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.CreateAddress", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Address" : { "documentation" : "

The address that you want the Snowball shipped to.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "Address", "variable" : { "variableName" : "address", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "

The address that you want the Snowball shipped to.

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

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@return The address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The address that you want the Snowball shipped to.

\n@param address The address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnsupportedAddressException" : { "c2jName" : "UnsupportedAddressException", "documentation" : "

The address is either outside the serviceable area for your region, or an error occurred. Check the address with your region's carrier and try again. If the issue persists, contact AWS Support.

", "shapeName" : "UnsupportedAddressException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "unsupportedAddressException", "variableType" : "UnsupportedAddressException", "variableDeclarationType" : "UnsupportedAddressException", "documentation" : null, "simpleType" : "UnsupportedAddressException", "variableSetterType" : "UnsupportedAddressException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedAddressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "KeyRange" : { "c2jName" : "KeyRange", "documentation" : "

Contains a key range. For export jobs, a S3Resource object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

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

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "name" : "BeginMarker", "c2jName" : "BeginMarker", "c2jShape" : "String", "variable" : { "variableName" : "beginMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

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

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "getterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@return The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "name" : "EndMarker", "c2jName" : "EndMarker", "c2jShape" : "String", "variable" : { "variableName" : "endMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

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

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "getterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@return The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "keyRange", "variableType" : "KeyRange", "variableDeclarationType" : "KeyRange", "documentation" : null, "simpleType" : "KeyRange", "variableSetterType" : "KeyRange" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "BeginMarker" : { "documentation" : "

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "name" : "BeginMarker", "c2jName" : "BeginMarker", "c2jShape" : "String", "variable" : { "variableName" : "beginMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

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

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "getterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@return The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param beginMarker The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "EndMarker" : { "documentation" : "

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

", "name" : "EndMarker", "c2jName" : "EndMarker", "c2jShape" : "String", "variable" : { "variableName" : "endMarker", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

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

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "getterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@return The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

\n@param endMarker The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetJobManifestResult" : { "c2jName" : "GetJobManifestResult", "documentation" : "", "shapeName" : "GetJobManifestResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

", "name" : "ManifestURI", "c2jName" : "ManifestURI", "c2jShape" : "String", "variable" : { "variableName" : "manifestURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

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

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.*/", "getterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@return The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.*/", "fluentSetterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobManifestResult", "variableType" : "GetJobManifestResult", "variableDeclarationType" : "GetJobManifestResult", "documentation" : null, "simpleType" : "GetJobManifestResult", "variableSetterType" : "GetJobManifestResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ManifestURI" : { "documentation" : "

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

", "name" : "ManifestURI", "c2jName" : "ManifestURI", "c2jShape" : "String", "variable" : { "variableName" : "manifestURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

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

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.*/", "getterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@return The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.*/", "fluentSetterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.

\n@param manifestURI The Amazon S3 presigned URL for the manifest file associated with the specified JobId value.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAddressResult" : { "c2jName" : "CreateAddressResult", "documentation" : "", "shapeName" : "CreateAddressResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "String", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

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

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.*/", "getterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@return The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAddressResult", "variableType" : "CreateAddressResult", "variableDeclarationType" : "CreateAddressResult", "documentation" : null, "simpleType" : "CreateAddressResult", "variableSetterType" : "CreateAddressResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AddressId" : { "documentation" : "

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "String", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

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

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.*/", "getterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@return The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.

\n@param addressId The automatically generated ID for a specific address. You'll use this ID when you create a job to specify which address you want the Snowball for that job shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateJobRequest" : { "c2jName" : "UpdateJobRequest", "documentation" : "", "shapeName" : "UpdateJobRequest", "deprecated" : false, "required" : [ "JobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

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

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.*/", "getterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@return The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.*/", "fluentSetterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The new or updated Notification object.

", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

The new or updated Notification object.

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

The new or updated Notification object.

\n@param notification The new or updated Notification object.*/", "getterDocumentation" : "/**

The new or updated Notification object.

\n@return The new or updated Notification object.*/", "fluentSetterDocumentation" : "/**

The new or updated Notification object.

\n@param notification The new or updated Notification object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new or updated Notification object.

\n@param notification The new or updated Notification object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

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

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).*/", "getterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@return The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).*/", "fluentSetterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The ID of the updated Address object.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the updated Address object.

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

The ID of the updated Address object.

\n@param addressId The ID of the updated Address object.*/", "getterDocumentation" : "/**

The ID of the updated Address object.

\n@return The ID of the updated Address object.*/", "fluentSetterDocumentation" : "/**

The ID of the updated Address object.

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

The ID of the updated Address object.

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

The updated shipping option value of this job's ShippingDetails object.

", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated shipping option value of this job's ShippingDetails object.

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

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@see ShippingOption*/", "getterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@return The updated shipping option value of this job's ShippingDetails object.\n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, { "documentation" : "

The updated description of this job's JobMetadata object.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated description of this job's JobMetadata object.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.*/", "getterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@return The updated description of this job's JobMetadata object.*/", "fluentSetterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

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

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@return The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" } ], "enums" : null, "variable" : { "variableName" : "updateJobRequest", "variableType" : "UpdateJobRequest", "variableDeclarationType" : "UpdateJobRequest", "documentation" : null, "simpleType" : "UpdateJobRequest", "variableSetterType" : "UpdateJobRequest" }, "marshaller" : { "action" : "UpdateJob", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.UpdateJob", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ShippingOption" : { "documentation" : "

The updated shipping option value of this job's ShippingDetails object.

", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated shipping option value of this job's ShippingDetails object.

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

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@see ShippingOption*/", "getterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@return The updated shipping option value of this job's ShippingDetails object.\n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

The updated shipping option value of this job's ShippingDetails object.

\n@param shippingOption The updated shipping option value of this job's ShippingDetails object.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, "Description" : { "documentation" : "

The updated description of this job's JobMetadata object.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated description of this job's JobMetadata object.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.*/", "getterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@return The updated description of this job's JobMetadata object.*/", "fluentSetterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated description of this job's JobMetadata object.

\n@param description The updated description of this job's JobMetadata object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Resources" : { "documentation" : "

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

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

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).*/", "getterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@return The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).*/", "fluentSetterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).

\n@param resources The updated S3Resource object (for a single Amazon S3 bucket or key range), or the updated JobResource object (for multiple buckets or key ranges).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AddressId" : { "documentation" : "

The ID of the updated Address object.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the updated Address object.

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

The ID of the updated Address object.

\n@param addressId The ID of the updated Address object.*/", "getterDocumentation" : "/**

The ID of the updated Address object.

\n@return The ID of the updated Address object.*/", "fluentSetterDocumentation" : "/**

The ID of the updated Address object.

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

The ID of the updated Address object.

\n@param addressId The ID of the updated Address object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobId" : { "documentation" : "

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The job ID of the job that you want to update, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

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

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.*/", "getterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@return The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.*/", "fluentSetterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.

\n@param roleARN The new role Amazon Resource Name (ARN) that you want to associate with this job. To create a role ARN, use the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notification" : { "documentation" : "

The new or updated Notification object.

", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

The new or updated Notification object.

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

The new or updated Notification object.

\n@param notification The new or updated Notification object.*/", "getterDocumentation" : "/**

The new or updated Notification object.

\n@return The new or updated Notification object.*/", "fluentSetterDocumentation" : "/**

The new or updated Notification object.

\n@param notification The new or updated Notification object.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new or updated Notification object.

\n@param notification The new or updated Notification object.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnowballCapacityPreference" : { "documentation" : "

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

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

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@return The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.

\n@param snowballCapacityPreference The updated SnowballCapacityPreference of this job's JobMetadata object. Note that the 50 TB Snowballs are only available in the US regions.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" } } }, "GetJobUnlockCodeRequest" : { "c2jName" : "GetJobUnlockCodeRequest", "documentation" : "", "shapeName" : "GetJobUnlockCodeRequest", "deprecated" : false, "required" : [ "JobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getJobUnlockCodeRequest", "variableType" : "GetJobUnlockCodeRequest", "variableDeclarationType" : "GetJobUnlockCodeRequest", "documentation" : null, "simpleType" : "GetJobUnlockCodeRequest", "variableSetterType" : "GetJobUnlockCodeRequest" }, "marshaller" : { "action" : "GetJobUnlockCode", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.GetJobUnlockCode", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The ID for the job that you want to get the UnlockCode value for, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListJobsResult" : { "c2jName" : "ListJobsResult", "documentation" : "", "shapeName" : "ListJobsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

", "name" : "JobListEntries", "c2jName" : "JobListEntries", "c2jShape" : "JobListEntryList", "variable" : { "variableName" : "jobListEntries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobListEntries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobListEntries", "marshallLocationName" : "JobListEntries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobListEntry", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobListEntry", "variable" : { "variableName" : "member", "variableType" : "JobListEntry", "variableDeclarationType" : "JobListEntry", "documentation" : "", "simpleType" : "JobListEntry", "variableSetterType" : "JobListEntry" }, "setterModel" : { "variableName" : "member", "variableType" : "JobListEntry", "variableDeclarationType" : "JobListEntry", "documentation" : "", "simpleType" : "JobListEntry", "variableSetterType" : "JobListEntry" }, "getterModel" : { "returnType" : "JobListEntry", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "JobListEntry", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.*/", "getterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@return Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.*/", "fluentSetterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobListEntries(java.util.Collection)} or {@link #withJobListEntries(java.util.Collection)} if you want to override the existing values.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

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

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.*/", "getterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@return HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.\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" : { "NextToken" : { "documentation" : "

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

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

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.*/", "getterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@return HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use this automatically generated NextToken value in your next ListJobs call, your returned JobListEntry objects will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobListEntries" : { "documentation" : "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

", "name" : "JobListEntries", "c2jName" : "JobListEntries", "c2jShape" : "JobListEntryList", "variable" : { "variableName" : "jobListEntries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobListEntries", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobListEntries", "marshallLocationName" : "JobListEntries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobListEntry", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobListEntry", "variable" : { "variableName" : "member", "variableType" : "JobListEntry", "variableDeclarationType" : "JobListEntry", "documentation" : "", "simpleType" : "JobListEntry", "variableSetterType" : "JobListEntry" }, "setterModel" : { "variableName" : "member", "variableType" : "JobListEntry", "variableDeclarationType" : "JobListEntry", "documentation" : "", "simpleType" : "JobListEntry", "variableSetterType" : "JobListEntry" }, "getterModel" : { "returnType" : "JobListEntry", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "JobListEntry", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.*/", "getterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@return Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.*/", "fluentSetterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobListEntries(java.util.Collection)} or {@link #withJobListEntries(java.util.Collection)} if you want to override the existing values.

\n@param jobListEntries Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of export jobs.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Notification" : { "c2jName" : "Notification", "documentation" : "

The Amazon Simple Notification Service (Amazon SNS) notification settings associated with a specific job. The Notification object is returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type.

When the notification settings are defined during job creation, you can choose to notify based on a specific set of job states using the JobStatesToNotify array of strings, or you can specify that you want to have Amazon SNS notifications sent out for all job states with NotifyAll set to true.

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

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

", "name" : "SnsTopicARN", "c2jName" : "SnsTopicARN", "c2jShape" : "SnsTopicARN", "variable" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

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

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.*/", "getterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@return The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.*/", "fluentSetterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of job states that will trigger a notification for this job.

", "name" : "JobStatesToNotify", "c2jName" : "JobStatesToNotify", "c2jShape" : "JobStateList", "variable" : { "variableName" : "jobStatesToNotify", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of job states that will trigger a notification for this job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobStatesToNotify", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobStatesToNotify", "marshallLocationName" : "JobStatesToNotify", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobState", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "JobState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see JobState*/", "getterDocumentation" : "/**\n@return \n@see JobState*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : "JobState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@see JobState*/", "getterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@return The list of job states that will trigger a notification for this job.\n@see JobState*/", "fluentSetterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobStatesToNotify(java.util.Collection)} or {@link #withJobStatesToNotify(java.util.Collection)} if you want to override the existing values.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, { "documentation" : "

Any change in job state will trigger a notification for this job.

", "name" : "NotifyAll", "c2jName" : "NotifyAll", "c2jShape" : "Boolean", "variable" : { "variableName" : "notifyAll", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Any change in job state will trigger a notification for this job.

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

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.*/", "getterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@return Any change in job state will trigger a notification for this job.*/", "fluentSetterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : null, "simpleType" : "Notification", "variableSetterType" : "Notification" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobStatesToNotify" : { "documentation" : "

The list of job states that will trigger a notification for this job.

", "name" : "JobStatesToNotify", "c2jName" : "JobStatesToNotify", "c2jShape" : "JobStateList", "variable" : { "variableName" : "jobStatesToNotify", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

The list of job states that will trigger a notification for this job.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "jobStatesToNotify", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "JobStatesToNotify", "marshallLocationName" : "JobStatesToNotify", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobState", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "JobState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member \n@see JobState*/", "getterDocumentation" : "/**\n@return \n@see JobState*/", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "marshallNonAutoConstructedEmptyLists" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : "JobState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@see JobState*/", "getterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@return The list of job states that will trigger a notification for this job.\n@see JobState*/", "fluentSetterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

The list of job states that will trigger a notification for this job.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setJobStatesToNotify(java.util.Collection)} or {@link #withJobStatesToNotify(java.util.Collection)} if you want to override the existing values.

\n@param jobStatesToNotify The list of job states that will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, "NotifyAll" : { "documentation" : "

Any change in job state will trigger a notification for this job.

", "name" : "NotifyAll", "c2jName" : "NotifyAll", "c2jShape" : "Boolean", "variable" : { "variableName" : "notifyAll", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Any change in job state will trigger a notification for this job.

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

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.*/", "getterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@return Any change in job state will trigger a notification for this job.*/", "fluentSetterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Any change in job state will trigger a notification for this job.

\n@param notifyAll Any change in job state will trigger a notification for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnsTopicARN" : { "documentation" : "

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

", "name" : "SnsTopicARN", "c2jName" : "SnsTopicARN", "c2jShape" : "SnsTopicARN", "variable" : { "variableName" : "snsTopicARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

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

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.*/", "getterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@return The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.*/", "fluentSetterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.

\n@param snsTopicARN The new SNS TopicArn that you want to associate with this job. You can create Amazon Resource Names (ARNs) for topics by using the CreateTopic Amazon SNS API action.

Note that you can subscribe email addresses to an Amazon SNS topic through the AWS Management Console, or by using the Subscribe AWS Simple Notification Service (SNS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidJobStateException" : { "c2jName" : "InvalidJobStateException", "documentation" : "

The action can't be performed because the job's current state doesn't allow that action to be performed.

", "shapeName" : "InvalidJobStateException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidJobStateException", "variableType" : "InvalidJobStateException", "variableDeclarationType" : "InvalidJobStateException", "documentation" : null, "simpleType" : "InvalidJobStateException", "variableSetterType" : "InvalidJobStateException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidJobStateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InvalidResourceException" : { "c2jName" : "InvalidResourceException", "documentation" : "

The specified resource can't be found. Check the information you provided in your last request, and try again.

", "shapeName" : "InvalidResourceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidResourceException", "variableType" : "InvalidResourceException", "variableDeclarationType" : "InvalidResourceException", "documentation" : null, "simpleType" : "InvalidResourceException", "variableSetterType" : "InvalidResourceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidResourceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DataTransfer" : { "c2jName" : "DataTransfer", "documentation" : "

Defines the real-time status of a Snowball's data transfer while the appliance is at AWS. Note that this data is only available while a job has a JobState value of InProgress, for both import and export jobs.

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

The number of bytes transferred between a Snowball and Amazon S3.

", "name" : "BytesTransferred", "c2jName" : "BytesTransferred", "c2jShape" : "Long", "variable" : { "variableName" : "bytesTransferred", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of bytes transferred between a Snowball and Amazon S3.

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

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.*/", "getterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@return The number of bytes transferred between a Snowball and Amazon S3.*/", "fluentSetterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The number of objects transferred between a Snowball and Amazon S3.

", "name" : "ObjectsTransferred", "c2jName" : "ObjectsTransferred", "c2jShape" : "Long", "variable" : { "variableName" : "objectsTransferred", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of objects transferred between a Snowball and Amazon S3.

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

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.*/", "getterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@return The number of objects transferred between a Snowball and Amazon S3.*/", "fluentSetterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

", "name" : "TotalBytes", "c2jName" : "TotalBytes", "c2jShape" : "Long", "variable" : { "variableName" : "totalBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

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

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "getterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@return The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "fluentSetterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

", "name" : "TotalObjects", "c2jName" : "TotalObjects", "c2jShape" : "Long", "variable" : { "variableName" : "totalObjects", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

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

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "getterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@return The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "fluentSetterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "dataTransfer", "variableType" : "DataTransfer", "variableDeclarationType" : "DataTransfer", "documentation" : null, "simpleType" : "DataTransfer", "variableSetterType" : "DataTransfer" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ObjectsTransferred" : { "documentation" : "

The number of objects transferred between a Snowball and Amazon S3.

", "name" : "ObjectsTransferred", "c2jName" : "ObjectsTransferred", "c2jShape" : "Long", "variable" : { "variableName" : "objectsTransferred", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of objects transferred between a Snowball and Amazon S3.

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

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.*/", "getterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@return The number of objects transferred between a Snowball and Amazon S3.*/", "fluentSetterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of objects transferred between a Snowball and Amazon S3.

\n@param objectsTransferred The number of objects transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TotalObjects" : { "documentation" : "

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

", "name" : "TotalObjects", "c2jName" : "TotalObjects", "c2jShape" : "Long", "variable" : { "variableName" : "totalObjects", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

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

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "getterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@return The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "fluentSetterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalObjects The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BytesTransferred" : { "documentation" : "

The number of bytes transferred between a Snowball and Amazon S3.

", "name" : "BytesTransferred", "c2jName" : "BytesTransferred", "c2jShape" : "Long", "variable" : { "variableName" : "bytesTransferred", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The number of bytes transferred between a Snowball and Amazon S3.

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

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.*/", "getterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@return The number of bytes transferred between a Snowball and Amazon S3.*/", "fluentSetterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of bytes transferred between a Snowball and Amazon S3.

\n@param bytesTransferred The number of bytes transferred between a Snowball and Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TotalBytes" : { "documentation" : "

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

", "name" : "TotalBytes", "c2jName" : "TotalBytes", "c2jShape" : "Long", "variable" : { "variableName" : "totalBytes", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

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

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "getterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@return The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.*/", "fluentSetterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.

\n@param totalBytes The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSnowballUsageRequest" : { "c2jName" : "GetSnowballUsageRequest", "documentation" : "", "shapeName" : "GetSnowballUsageRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getSnowballUsageRequest", "variableType" : "GetSnowballUsageRequest", "variableDeclarationType" : "GetSnowballUsageRequest", "documentation" : null, "simpleType" : "GetSnowballUsageRequest", "variableSetterType" : "GetSnowballUsageRequest" }, "marshaller" : { "action" : "GetSnowballUsage", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.GetSnowballUsage", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "S3Resource" : { "c2jName" : "S3Resource", "documentation" : "

Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into. For export jobs, this object can have an optional KeyRange value. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

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

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

", "name" : "BucketArn", "c2jName" : "BucketArn", "c2jShape" : "ResourceARN", "variable" : { "variableName" : "bucketArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucketArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketArn", "marshallLocationName" : "BucketArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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 an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@return The Amazon Resource Name (ARN) of an Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

", "name" : "KeyRange", "c2jName" : "KeyRange", "c2jShape" : "KeyRange", "variable" : { "variableName" : "keyRange", "variableType" : "KeyRange", "variableDeclarationType" : "KeyRange", "documentation" : "

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

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

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.*/", "getterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@return For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "s3Resource", "variableType" : "S3Resource", "variableDeclarationType" : "S3Resource", "documentation" : null, "simpleType" : "S3Resource", "variableSetterType" : "S3Resource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "BucketArn" : { "documentation" : "

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

", "name" : "BucketArn", "c2jName" : "BucketArn", "c2jShape" : "ResourceARN", "variable" : { "variableName" : "bucketArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "bucketArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BucketArn", "marshallLocationName" : "BucketArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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 an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.*/", "getterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@return The Amazon Resource Name (ARN) of an Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Amazon Resource Name (ARN) of an Amazon S3 bucket.

\n@param bucketArn The Amazon Resource Name (ARN) of an Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyRange" : { "documentation" : "

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

", "name" : "KeyRange", "c2jName" : "KeyRange", "c2jShape" : "KeyRange", "variable" : { "variableName" : "keyRange", "variableType" : "KeyRange", "variableDeclarationType" : "KeyRange", "documentation" : "

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

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

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.*/", "getterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@return For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.

\n@param keyRange For export jobs, you can provide an optional KeyRange within a specific Amazon S3 bucket. The length of the range is defined at job creation, and has either an inclusive BeginMarker, an inclusive EndMarker, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobState" : { "c2jName" : "JobState", "documentation" : "", "shapeName" : "JobState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "New", "value" : "New" }, { "name" : "PreparingAppliance", "value" : "PreparingAppliance" }, { "name" : "PreparingShipment", "value" : "PreparingShipment" }, { "name" : "InTransitToCustomer", "value" : "InTransitToCustomer" }, { "name" : "WithCustomer", "value" : "WithCustomer" }, { "name" : "InTransitToAWS", "value" : "InTransitToAWS" }, { "name" : "WithAWS", "value" : "WithAWS" }, { "name" : "InProgress", "value" : "InProgress" }, { "name" : "Complete", "value" : "Complete" }, { "name" : "Cancelled", "value" : "Cancelled" }, { "name" : "Listing", "value" : "Listing" }, { "name" : "Pending", "value" : "Pending" } ], "variable" : { "variableName" : "jobState", "variableType" : "JobState", "variableDeclarationType" : "JobState", "documentation" : null, "simpleType" : "JobState", "variableSetterType" : "JobState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeJobRequest" : { "c2jName" : "DescribeJobRequest", "documentation" : "", "shapeName" : "DescribeJobRequest", "deprecated" : false, "required" : [ "JobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\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" : "POST", "target" : "AWSIESnowballJobManagementService.DescribeJob", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

\n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "KMSRequestFailedException" : { "c2jName" : "KMSRequestFailedException", "documentation" : "

The provided AWS Key Management Service key lacks the permissions to perform the specified CreateJob or UpdateJob action.

", "shapeName" : "KMSRequestFailedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "kMSRequestFailedException", "variableType" : "KMSRequestFailedException", "variableDeclarationType" : "KMSRequestFailedException", "documentation" : null, "simpleType" : "KMSRequestFailedException", "variableSetterType" : "KMSRequestFailedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "KMSRequestFailedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeAddressResult" : { "c2jName" : "DescribeAddressResult", "documentation" : "", "shapeName" : "DescribeAddressResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "Address", "variable" : { "variableName" : "address", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

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

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.*/", "getterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@return The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.*/", "fluentSetterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAddressResult", "variableType" : "DescribeAddressResult", "variableDeclarationType" : "DescribeAddressResult", "documentation" : null, "simpleType" : "DescribeAddressResult", "variableSetterType" : "DescribeAddressResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Address" : { "documentation" : "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

", "name" : "Address", "c2jName" : "Address", "c2jShape" : "Address", "variable" : { "variableName" : "address", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

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

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.*/", "getterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@return The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.*/", "fluentSetterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.

\n@param address The address that you want the Snowball or Snowballs associated with a specific job to be shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobResource" : { "c2jName" : "JobResource", "documentation" : "

Contains an array of S3Resource objects. Each S3Resource object represents an Amazon S3 bucket that your transferred data will be exported from or imported into.

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

An array of S3Resource objects.

", "name" : "S3Resources", "c2jName" : "S3Resources", "c2jShape" : "S3ResourceList", "variable" : { "variableName" : "s3Resources", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of S3Resource objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "s3Resources", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Resources", "marshallLocationName" : "S3Resources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "S3Resource", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "S3Resource", "variable" : { "variableName" : "member", "variableType" : "S3Resource", "variableDeclarationType" : "S3Resource", "documentation" : "", "simpleType" : "S3Resource", "variableSetterType" : "S3Resource" }, "setterModel" : { "variableName" : "member", "variableType" : "S3Resource", "variableDeclarationType" : "S3Resource", "documentation" : "", "simpleType" : "S3Resource", "variableSetterType" : "S3Resource" }, "getterModel" : { "returnType" : "S3Resource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "S3Resource", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of S3Resource objects.

\n@param s3Resources An array of S3Resource objects.*/", "getterDocumentation" : "/**

An array of S3Resource objects.

\n@return An array of S3Resource objects.*/", "fluentSetterDocumentation" : "/**

An array of S3Resource objects.

\n@param s3Resources An array of S3Resource objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of S3Resource objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setS3Resources(java.util.Collection)} or {@link #withS3Resources(java.util.Collection)} if you want to override the existing values.

\n@param s3Resources An array of S3Resource objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobResource", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : null, "simpleType" : "JobResource", "variableSetterType" : "JobResource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "S3Resources" : { "documentation" : "

An array of S3Resource objects.

", "name" : "S3Resources", "c2jName" : "S3Resources", "c2jShape" : "S3ResourceList", "variable" : { "variableName" : "s3Resources", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

An array of S3Resource objects.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "s3Resources", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "S3Resources", "marshallLocationName" : "S3Resources", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "S3Resource", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "S3Resource", "variable" : { "variableName" : "member", "variableType" : "S3Resource", "variableDeclarationType" : "S3Resource", "documentation" : "", "simpleType" : "S3Resource", "variableSetterType" : "S3Resource" }, "setterModel" : { "variableName" : "member", "variableType" : "S3Resource", "variableDeclarationType" : "S3Resource", "documentation" : "", "simpleType" : "S3Resource", "variableSetterType" : "S3Resource" }, "getterModel" : { "returnType" : "S3Resource", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "S3Resource", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of S3Resource objects.

\n@param s3Resources An array of S3Resource objects.*/", "getterDocumentation" : "/**

An array of S3Resource objects.

\n@return An array of S3Resource objects.*/", "fluentSetterDocumentation" : "/**

An array of S3Resource objects.

\n@param s3Resources An array of S3Resource objects.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of S3Resource objects.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setS3Resources(java.util.Collection)} or {@link #withS3Resources(java.util.Collection)} if you want to override the existing values.

\n@param s3Resources An array of S3Resource objects.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAddressRequest" : { "c2jName" : "DescribeAddressRequest", "documentation" : "", "shapeName" : "DescribeAddressRequest", "deprecated" : false, "required" : [ "AddressId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The automatically generated ID for a specific address.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a specific address.

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

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.*/", "getterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@return The automatically generated ID for a specific address.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAddressRequest", "variableType" : "DescribeAddressRequest", "variableDeclarationType" : "DescribeAddressRequest", "documentation" : null, "simpleType" : "DescribeAddressRequest", "variableSetterType" : "DescribeAddressRequest" }, "marshaller" : { "action" : "DescribeAddress", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.DescribeAddress", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AddressId" : { "documentation" : "

The automatically generated ID for a specific address.

", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The automatically generated ID for a specific address.

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

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.*/", "getterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@return The automatically generated ID for a specific address.*/", "fluentSetterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The automatically generated ID for a specific address.

\n@param addressId The automatically generated ID for a specific address.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAddressesRequest" : { "c2jName" : "DescribeAddressesRequest", "documentation" : "", "shapeName" : "DescribeAddressesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The number of ADDRESS objects to return.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of ADDRESS objects to return.

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

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.*/", "getterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@return The number of ADDRESS objects to return.*/", "fluentSetterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

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

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.*/", "getterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@return HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAddressesRequest", "variableType" : "DescribeAddressesRequest", "variableDeclarationType" : "DescribeAddressesRequest", "documentation" : null, "simpleType" : "DescribeAddressesRequest", "variableSetterType" : "DescribeAddressesRequest" }, "marshaller" : { "action" : "DescribeAddresses", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.DescribeAddresses", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

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

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.*/", "getterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@return HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.

\n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of ADDRESS objects, you have the option of specifying a value for NextToken as the starting point for your list of returned addresses.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

The number of ADDRESS objects to return.

", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The number of ADDRESS objects to return.

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

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.*/", "getterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@return The number of ADDRESS objects to return.*/", "fluentSetterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The number of ADDRESS objects to return.

\n@param maxResults The number of ADDRESS objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeAddressesResult" : { "c2jName" : "DescribeAddressesResult", "documentation" : "", "shapeName" : "DescribeAddressesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Snowball shipping addresses that were created for this account.

", "name" : "Addresses", "c2jName" : "Addresses", "c2jShape" : "AddressList", "variable" : { "variableName" : "addresses", "variableType" : "java.util.List
", "variableDeclarationType" : "java.util.List
", "documentation" : "

The Snowball shipping addresses that were created for this account.

", "simpleType" : "List
", "variableSetterType" : "java.util.Collection
" }, "setterModel" : { "variableName" : "addresses", "variableType" : "java.util.List
", "variableDeclarationType" : "java.util.List
", "documentation" : "", "simpleType" : "List
", "variableSetterType" : "java.util.Collection
" }, "getterModel" : { "returnType" : "java.util.List
", "documentation" : null }, "http" : { "unmarshallLocationName" : "Addresses", "marshallLocationName" : "Addresses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Address", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Address", "variable" : { "variableName" : "member", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "", "simpleType" : "Address", "variableSetterType" : "Address" }, "setterModel" : { "variableName" : "member", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "", "simpleType" : "Address", "variableSetterType" : "Address" }, "getterModel" : { "returnType" : "Address", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Address", "templateType" : "java.util.List
", "templateImplType" : "java.util.ArrayList
" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@param addresses The Snowball shipping addresses that were created for this account.*/", "getterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@return The Snowball shipping addresses that were created for this account.*/", "fluentSetterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@param addresses The Snowball shipping addresses that were created for this account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAddresses(java.util.Collection)} or {@link #withAddresses(java.util.Collection)} if you want to override the existing values.

\n@param addresses The Snowball shipping addresses that were created for this account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

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

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.*/", "getterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@return HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeAddressesResult", "variableType" : "DescribeAddressesResult", "variableDeclarationType" : "DescribeAddressesResult", "documentation" : null, "simpleType" : "DescribeAddressesResult", "variableSetterType" : "DescribeAddressesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Addresses" : { "documentation" : "

The Snowball shipping addresses that were created for this account.

", "name" : "Addresses", "c2jName" : "Addresses", "c2jShape" : "AddressList", "variable" : { "variableName" : "addresses", "variableType" : "java.util.List
", "variableDeclarationType" : "java.util.List
", "documentation" : "

The Snowball shipping addresses that were created for this account.

", "simpleType" : "List
", "variableSetterType" : "java.util.Collection
" }, "setterModel" : { "variableName" : "addresses", "variableType" : "java.util.List
", "variableDeclarationType" : "java.util.List
", "documentation" : "", "simpleType" : "List
", "variableSetterType" : "java.util.Collection
" }, "getterModel" : { "returnType" : "java.util.List
", "documentation" : null }, "http" : { "unmarshallLocationName" : "Addresses", "marshallLocationName" : "Addresses", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Address", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Address", "variable" : { "variableName" : "member", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "", "simpleType" : "Address", "variableSetterType" : "Address" }, "setterModel" : { "variableName" : "member", "variableType" : "Address", "variableDeclarationType" : "Address", "documentation" : "", "simpleType" : "Address", "variableSetterType" : "Address" }, "getterModel" : { "returnType" : "Address", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "Address", "templateType" : "java.util.List
", "templateImplType" : "java.util.ArrayList
" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@param addresses The Snowball shipping addresses that were created for this account.*/", "getterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@return The Snowball shipping addresses that were created for this account.*/", "fluentSetterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n@param addresses The Snowball shipping addresses that were created for this account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Snowball shipping addresses that were created for this account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAddresses(java.util.Collection)} or {@link #withAddresses(java.util.Collection)} if you want to override the existing values.

\n@param addresses The Snowball shipping addresses that were created for this account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

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

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.*/", "getterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@return HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.*/", "fluentSetterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.

\n@param nextToken HTTP requests are stateless. If you use the automatically generated NextToken value in your next DescribeAddresses call, your list of returned addresses will start from this point in the array.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ShippingDetails" : { "c2jName" : "ShippingDetails", "documentation" : "

A job's shipping information, including inbound and outbound tracking numbers and shipping speed options.

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

The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

  • In India, Snowballs are delivered in one to seven days.

  • In the United States of America (US), you have access to one-day shipping and two-day shipping.

", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

  • In India, Snowballs are delivered in one to seven days.

  • In the United States of America (US), you have access to one-day shipping and two-day shipping.

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

The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

  • In India, Snowballs are delivered in one to seven days.

  • In the United States of America (US), you have access to one-day shipping and two-day shipping.

\n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

  • In India, Snowballs are delivered in one to seven days.

  • In the United States of America (US), you have access to one-day shipping and two-day shipping.

  • \n@see ShippingOption*/", "getterDocumentation" : "/**

    The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

    • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

    • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

    • In India, Snowballs are delivered in one to seven days.

    • In the United States of America (US), you have access to one-day shipping and two-day shipping.

    \n@return The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

    • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

    • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

    • In India, Snowballs are delivered in one to seven days.

    • In the United States of America (US), you have access to one-day shipping and two-day shipping.

    • \n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

      The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

      • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

      • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

      • In India, Snowballs are delivered in one to seven days.

      • In the United States of America (US), you have access to one-day shipping and two-day shipping.

      \n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

      • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

      • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

      • In India, Snowballs are delivered in one to seven days.

      • In the United States of America (US), you have access to one-day shipping and two-day shipping.

      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

        The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

        • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

        • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

        • In India, Snowballs are delivered in one to seven days.

        • In the United States of America (US), you have access to one-day shipping and two-day shipping.

        \n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

        • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

        • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

        • In India, Snowballs are delivered in one to seven days.

        • In the United States of America (US), you have access to one-day shipping and two-day shipping.

        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, { "documentation" : "

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

          ", "name" : "InboundShipment", "c2jName" : "InboundShipment", "c2jShape" : "Shipment", "variable" : { "variableName" : "inboundShipment", "variableType" : "Shipment", "variableDeclarationType" : "Shipment", "documentation" : "

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

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

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

          \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.*/", "getterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

          \n@return The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.*/", "fluentSetterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

          \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

          \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

          ", "name" : "OutboundShipment", "c2jName" : "OutboundShipment", "c2jShape" : "Shipment", "variable" : { "variableName" : "outboundShipment", "variableType" : "Shipment", "variableDeclarationType" : "Shipment", "documentation" : "

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

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

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

          \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.*/", "getterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

          \n@return The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.*/", "fluentSetterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

          \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

          \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "shippingDetails", "variableType" : "ShippingDetails", "variableDeclarationType" : "ShippingDetails", "documentation" : null, "simpleType" : "ShippingDetails", "variableSetterType" : "ShippingDetails" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ShippingOption" : { "documentation" : "

          The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

          • In India, Snowballs are delivered in one to seven days.

          • In the United States of America (US), you have access to one-day shipping and two-day shipping.

          ", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

          • In India, Snowballs are delivered in one to seven days.

          • In the United States of America (US), you have access to one-day shipping and two-day shipping.

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

          The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

          • In India, Snowballs are delivered in one to seven days.

          • In the United States of America (US), you have access to one-day shipping and two-day shipping.

          \n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

          • In India, Snowballs are delivered in one to seven days.

          • In the United States of America (US), you have access to one-day shipping and two-day shipping.

          • \n@see ShippingOption*/", "getterDocumentation" : "/**

            The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

            • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

            • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

            • In India, Snowballs are delivered in one to seven days.

            • In the United States of America (US), you have access to one-day shipping and two-day shipping.

            \n@return The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

            • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

            • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

            • In India, Snowballs are delivered in one to seven days.

            • In the United States of America (US), you have access to one-day shipping and two-day shipping.

            • \n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

              The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

              • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

              • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

              • In India, Snowballs are delivered in one to seven days.

              • In the United States of America (US), you have access to one-day shipping and two-day shipping.

              \n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

              • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

              • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

              • In India, Snowballs are delivered in one to seven days.

              • In the United States of America (US), you have access to one-day shipping and two-day shipping.

              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

                The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

                • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                • In India, Snowballs are delivered in one to seven days.

                • In the United States of America (US), you have access to one-day shipping and two-day shipping.

                \n@param shippingOption The shipping speed for a particular job. Note that this speed does not dictate how soon you'll get the Snowball from the job's creation date. This speed represents how quickly it moves to its destination while in transit. Regional shipping speeds are as follows:

                • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                • In India, Snowballs are delivered in one to seven days.

                • In the United States of America (US), you have access to one-day shipping and two-day shipping.

                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, "InboundShipment" : { "documentation" : "

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

                  ", "name" : "InboundShipment", "c2jName" : "InboundShipment", "c2jShape" : "Shipment", "variable" : { "variableName" : "inboundShipment", "variableType" : "Shipment", "variableDeclarationType" : "Shipment", "documentation" : "

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

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

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

                  \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.*/", "getterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

                  \n@return The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.*/", "fluentSetterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

                  \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.

                  \n@param inboundShipment The Status and TrackingNumber values for a Snowball being delivered to the address that you specified for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutboundShipment" : { "documentation" : "

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

                  ", "name" : "OutboundShipment", "c2jName" : "OutboundShipment", "c2jShape" : "Shipment", "variable" : { "variableName" : "outboundShipment", "variableType" : "Shipment", "variableDeclarationType" : "Shipment", "documentation" : "

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

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

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

                  \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.*/", "getterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

                  \n@return The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.*/", "fluentSetterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

                  \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.

                  \n@param outboundShipment The Status and TrackingNumber values for a Snowball being returned to AWS for a particular job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Shipment" : { "c2jName" : "Shipment", "documentation" : "

                  The Status and TrackingNumber information for an inbound or outbound shipment.

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

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

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

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.*/", "getterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@return Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.*/", "fluentSetterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  ", "name" : "TrackingNumber", "c2jName" : "TrackingNumber", "c2jShape" : "String", "variable" : { "variableName" : "trackingNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

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

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.*/", "getterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@return The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.*/", "fluentSetterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "shipment", "variableType" : "Shipment", "variableDeclarationType" : "Shipment", "documentation" : null, "simpleType" : "Shipment", "variableSetterType" : "Shipment" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  ", "name" : "Status", "c2jName" : "Status", "c2jShape" : "String", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

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

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.*/", "getterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@return Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.*/", "fluentSetterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.

                  \n@param status Status information for a shipment. Valid statuses include NEW, IN_TRANSIT, and DELIVERED.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrackingNumber" : { "documentation" : "

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  ", "name" : "TrackingNumber", "c2jName" : "TrackingNumber", "c2jShape" : "String", "variable" : { "variableName" : "trackingNumber", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

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

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.*/", "getterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@return The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.*/", "fluentSetterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.

                  \n@param trackingNumber The tracking number for this job. Using this tracking number with your region's carrier's website, you can track a Snowball as the carrier transports it.

                  For India, the carrier is Amazon Logistics. For all other regions, UPS is the carrier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateJobResult" : { "c2jName" : "UpdateJobResult", "documentation" : "", "shapeName" : "UpdateJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateJobResult", "variableType" : "UpdateJobResult", "variableDeclarationType" : "UpdateJobResult", "documentation" : null, "simpleType" : "UpdateJobResult", "variableSetterType" : "UpdateJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CancelJobResult" : { "c2jName" : "CancelJobResult", "documentation" : "", "shapeName" : "CancelJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "cancelJobResult", "variableType" : "CancelJobResult", "variableDeclarationType" : "CancelJobResult", "documentation" : null, "simpleType" : "CancelJobResult", "variableSetterType" : "CancelJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "JobLogs" : { "c2jName" : "JobLogs", "documentation" : "

                  Contains job logs. Whenever Snowball is used to import data into or export data out of Amazon S3, you'll have the option of downloading a PDF job report. Job logs are returned as a part of the response syntax of the DescribeJob action in the JobMetadata data type. The job logs can be accessed for up to 60 minutes after this request has been made. To access any of the job logs after 60 minutes have passed, you'll have to make another call to the DescribeJob action.

                  For import jobs, the PDF job report becomes available at the end of the import process. For export jobs, your job report typically becomes available while the Snowball for your job part is being delivered to you.

                  The job report provides you insight into the state of your Amazon S3 data transfer. The report includes details about your job or job part for your records.

                  For deeper visibility into the status of your transferred objects, you can look at the two associated logs: a success log and a failure log. The logs are saved in comma-separated value (CSV) format, and the name of each log includes the ID of the job or job part that the log describes.

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

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  ", "name" : "JobCompletionReportURI", "c2jName" : "JobCompletionReportURI", "c2jShape" : "String", "variable" : { "variableName" : "jobCompletionReportURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job completion report is located.

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

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@return A link to an Amazon S3 presigned URL where the job completion report is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  ", "name" : "JobSuccessLogURI", "c2jName" : "JobSuccessLogURI", "c2jShape" : "String", "variable" : { "variableName" : "jobSuccessLogURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job success log is located.

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

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@return A link to an Amazon S3 presigned URL where the job success log is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  ", "name" : "JobFailureLogURI", "c2jName" : "JobFailureLogURI", "c2jShape" : "String", "variable" : { "variableName" : "jobFailureLogURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job failure log is located.

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

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@return A link to an Amazon S3 presigned URL where the job failure log is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobLogs", "variableType" : "JobLogs", "variableDeclarationType" : "JobLogs", "documentation" : null, "simpleType" : "JobLogs", "variableSetterType" : "JobLogs" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobSuccessLogURI" : { "documentation" : "

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  ", "name" : "JobSuccessLogURI", "c2jName" : "JobSuccessLogURI", "c2jShape" : "String", "variable" : { "variableName" : "jobSuccessLogURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job success log is located.

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

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@return A link to an Amazon S3 presigned URL where the job success log is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job success log is located.

                  \n@param jobSuccessLogURI A link to an Amazon S3 presigned URL where the job success log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobFailureLogURI" : { "documentation" : "

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  ", "name" : "JobFailureLogURI", "c2jName" : "JobFailureLogURI", "c2jShape" : "String", "variable" : { "variableName" : "jobFailureLogURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job failure log is located.

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

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@return A link to an Amazon S3 presigned URL where the job failure log is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job failure log is located.

                  \n@param jobFailureLogURI A link to an Amazon S3 presigned URL where the job failure log is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobCompletionReportURI" : { "documentation" : "

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  ", "name" : "JobCompletionReportURI", "c2jName" : "JobCompletionReportURI", "c2jShape" : "String", "variable" : { "variableName" : "jobCompletionReportURI", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  A link to an Amazon S3 presigned URL where the job completion report is located.

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

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.*/", "getterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@return A link to an Amazon S3 presigned URL where the job completion report is located.*/", "fluentSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A link to an Amazon S3 presigned URL where the job completion report is located.

                  \n@param jobCompletionReportURI A link to an Amazon S3 presigned URL where the job completion report is located.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateJobRequest" : { "c2jName" : "CreateJobRequest", "documentation" : "", "shapeName" : "CreateJobRequest", "deprecated" : false, "required" : [ "JobType", "Resources", "AddressId", "RoleARN", "ShippingOption" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  Defines the type of job that you're creating.

                  ", "name" : "JobType", "c2jName" : "JobType", "c2jShape" : "JobType", "variable" : { "variableName" : "jobType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Defines the type of job that you're creating.

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

                  Defines the type of job that you're creating.

                  \n@param jobType Defines the type of job that you're creating.\n@see JobType*/", "getterDocumentation" : "/**

                  Defines the type of job that you're creating.

                  \n@return Defines the type of job that you're creating.\n@see JobType*/", "fluentSetterDocumentation" : "/**

                  Defines the type of job that you're creating.

                  \n@param jobType Defines the type of job that you're creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/", "varargSetterDocumentation" : "/**

                  Defines the type of job that you're creating.

                  \n@param jobType Defines the type of job that you're creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/" }, { "documentation" : "

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                  ", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

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

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.*/", "getterDocumentation" : "/**

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                  \n@return Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.*/", "getterDocumentation" : "/**

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  \n@return Defines an optional description of this specific job, for example Important Photos 2016-08-11.*/", "fluentSetterDocumentation" : "/**

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The ID for the address that you want the Snowball shipped to.

                  ", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The ID for the address that you want the Snowball shipped to.

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

                  The ID for the address that you want the Snowball shipped to.

                  \n@param addressId The ID for the address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

                  The ID for the address that you want the Snowball shipped to.

                  \n@return The ID for the address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

                  The ID for the address that you want the Snowball shipped to.

                  \n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The ID for the address that you want the Snowball shipped to.

                  \n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                  ", "name" : "KmsKeyARN", "c2jName" : "KmsKeyARN", "c2jShape" : "KmsKeyARN", "variable" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

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

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.*/", "getterDocumentation" : "/**

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                  \n@return The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.*/", "fluentSetterDocumentation" : "/**

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                  ", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

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

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/", "getterDocumentation" : "/**

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                  \n@return The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/", "fluentSetterDocumentation" : "/**

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                  ", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

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

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                  \n@return If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" }, { "documentation" : "

                  The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                  • In India, Snowballs are delivered in one to seven days.

                  • In the US, you have access to one-day shipping and two-day shipping.

                  ", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                  • In India, Snowballs are delivered in one to seven days.

                  • In the US, you have access to one-day shipping and two-day shipping.

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

                  The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                  • In India, Snowballs are delivered in one to seven days.

                  • In the US, you have access to one-day shipping and two-day shipping.

                  \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                  • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                  • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                  • In India, Snowballs are delivered in one to seven days.

                  • In the US, you have access to one-day shipping and two-day shipping.

                  • \n@see ShippingOption*/", "getterDocumentation" : "/**

                    The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                    • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                    • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                    • In India, Snowballs are delivered in one to seven days.

                    • In the US, you have access to one-day shipping and two-day shipping.

                    \n@return The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                    • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                    • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                    • In India, Snowballs are delivered in one to seven days.

                    • In the US, you have access to one-day shipping and two-day shipping.

                    • \n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

                      The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                      • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                      • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                      • In India, Snowballs are delivered in one to seven days.

                      • In the US, you have access to one-day shipping and two-day shipping.

                      \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                      • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                      • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                      • In India, Snowballs are delivered in one to seven days.

                      • In the US, you have access to one-day shipping and two-day shipping.

                      • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

                        The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                        • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                        • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                        • In India, Snowballs are delivered in one to seven days.

                        • In the US, you have access to one-day shipping and two-day shipping.

                        \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                        • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                        • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                        • In India, Snowballs are delivered in one to seven days.

                        • In the US, you have access to one-day shipping and two-day shipping.

                        • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, { "documentation" : "

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                          ", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

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

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                          \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.*/", "getterDocumentation" : "/**

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                          \n@return Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.*/", "fluentSetterDocumentation" : "/**

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                          \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                          Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                          \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createJobRequest", "variableType" : "CreateJobRequest", "variableDeclarationType" : "CreateJobRequest", "documentation" : null, "simpleType" : "CreateJobRequest", "variableSetterType" : "CreateJobRequest" }, "marshaller" : { "action" : "CreateJob", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.CreateJob", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ShippingOption" : { "documentation" : "

                          The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                          • In India, Snowballs are delivered in one to seven days.

                          • In the US, you have access to one-day shipping and two-day shipping.

                          ", "name" : "ShippingOption", "c2jName" : "ShippingOption", "c2jShape" : "ShippingOption", "variable" : { "variableName" : "shippingOption", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                          The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                          • In India, Snowballs are delivered in one to seven days.

                          • In the US, you have access to one-day shipping and two-day shipping.

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

                          The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                          • In India, Snowballs are delivered in one to seven days.

                          • In the US, you have access to one-day shipping and two-day shipping.

                          \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                          • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                          • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                          • In India, Snowballs are delivered in one to seven days.

                          • In the US, you have access to one-day shipping and two-day shipping.

                          • \n@see ShippingOption*/", "getterDocumentation" : "/**

                            The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                            • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                            • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                            • In India, Snowballs are delivered in one to seven days.

                            • In the US, you have access to one-day shipping and two-day shipping.

                            \n@return The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                            • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                            • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                            • In India, Snowballs are delivered in one to seven days.

                            • In the US, you have access to one-day shipping and two-day shipping.

                            • \n@see ShippingOption*/", "fluentSetterDocumentation" : "/**

                              The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                              • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                              • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                              • In India, Snowballs are delivered in one to seven days.

                              • In the US, you have access to one-day shipping and two-day shipping.

                              \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                              • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                              • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                              • In India, Snowballs are delivered in one to seven days.

                              • In the US, you have access to one-day shipping and two-day shipping.

                              • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/", "varargSetterDocumentation" : "/**

                                The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                                • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                                • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                                • In India, Snowballs are delivered in one to seven days.

                                • In the US, you have access to one-day shipping and two-day shipping.

                                \n@param shippingOption The shipping speed for this job. Note that this speed does not dictate how soon you'll get the Snowball, rather it represents how quickly the Snowball moves to its destination while in transit. Regional shipping speeds are as follows:

                                • In Australia, you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day.

                                • In the European Union (EU), you have access to express shipping. Typically, Snowballs shipped express are delivered in about a day. In addition, most countries in the EU have access to standard shipping, which typically takes less than a week, one way.

                                • In India, Snowballs are delivered in one to seven days.

                                • In the US, you have access to one-day shipping and two-day shipping.

                                • \n@return Returns a reference to this object so that method calls can be chained together.\n@see ShippingOption*/" }, "JobType" : { "documentation" : "

                                  Defines the type of job that you're creating.

                                  ", "name" : "JobType", "c2jName" : "JobType", "c2jShape" : "JobType", "variable" : { "variableName" : "jobType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Defines the type of job that you're creating.

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

                                  Defines the type of job that you're creating.

                                  \n@param jobType Defines the type of job that you're creating.\n@see JobType*/", "getterDocumentation" : "/**

                                  Defines the type of job that you're creating.

                                  \n@return Defines the type of job that you're creating.\n@see JobType*/", "fluentSetterDocumentation" : "/**

                                  Defines the type of job that you're creating.

                                  \n@param jobType Defines the type of job that you're creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/", "varargSetterDocumentation" : "/**

                                  Defines the type of job that you're creating.

                                  \n@param jobType Defines the type of job that you're creating.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/" }, "Description" : { "documentation" : "

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  ", "name" : "Description", "c2jName" : "Description", "c2jShape" : "String", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.*/", "getterDocumentation" : "/**

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  \n@return Defines an optional description of this specific job, for example Important Photos 2016-08-11.*/", "fluentSetterDocumentation" : "/**

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Defines an optional description of this specific job, for example Important Photos 2016-08-11.

                                  \n@param description Defines an optional description of this specific job, for example Important Photos 2016-08-11.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KmsKeyARN" : { "documentation" : "

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                                  ", "name" : "KmsKeyARN", "c2jName" : "KmsKeyARN", "c2jShape" : "KmsKeyARN", "variable" : { "variableName" : "kmsKeyARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

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

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.*/", "getterDocumentation" : "/**

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                                  \n@return The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.*/", "fluentSetterDocumentation" : "/**

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.

                                  \n@param kmsKeyARN The KmsKeyARN that you want to associate with this job. KmsKeyARNs are created using the CreateKey AWS Key Management Service (KMS) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Resources" : { "documentation" : "

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                                  ", "name" : "Resources", "c2jName" : "Resources", "c2jShape" : "JobResource", "variable" : { "variableName" : "resources", "variableType" : "JobResource", "variableDeclarationType" : "JobResource", "documentation" : "

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

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

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.*/", "getterDocumentation" : "/**

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                                  \n@return Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.*/", "fluentSetterDocumentation" : "/**

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.

                                  \n@param resources Defines the Amazon S3 buckets associated with this job.

                                  With IMPORT jobs, you specify the bucket or buckets that your transferred data will be imported into.

                                  With EXPORT jobs, you specify the bucket or buckets that your transferred data will be exported from. Optionally, you can also specify a KeyRange value. If you choose to export a range, you define the length of the range by providing either an inclusive BeginMarker value, an inclusive EndMarker value, or both. Ranges are UTF-8 binary sorted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AddressId" : { "documentation" : "

                                  The ID for the address that you want the Snowball shipped to.

                                  ", "name" : "AddressId", "c2jName" : "AddressId", "c2jShape" : "AddressId", "variable" : { "variableName" : "addressId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The ID for the address that you want the Snowball shipped to.

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

                                  The ID for the address that you want the Snowball shipped to.

                                  \n@param addressId The ID for the address that you want the Snowball shipped to.*/", "getterDocumentation" : "/**

                                  The ID for the address that you want the Snowball shipped to.

                                  \n@return The ID for the address that you want the Snowball shipped to.*/", "fluentSetterDocumentation" : "/**

                                  The ID for the address that you want the Snowball shipped to.

                                  \n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The ID for the address that you want the Snowball shipped to.

                                  \n@param addressId The ID for the address that you want the Snowball shipped to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RoleARN" : { "documentation" : "

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                                  ", "name" : "RoleARN", "c2jName" : "RoleARN", "c2jShape" : "RoleARN", "variable" : { "variableName" : "roleARN", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

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

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/", "getterDocumentation" : "/**

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                                  \n@return The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/", "fluentSetterDocumentation" : "/**

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.

                                  \n@param roleARN The RoleARN that you want to associate with this job. RoleArns are created using the CreateRole AWS Identity and Access Management (IAM) API action.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notification" : { "documentation" : "

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                                  ", "name" : "Notification", "c2jName" : "Notification", "c2jShape" : "Notification", "variable" : { "variableName" : "notification", "variableType" : "Notification", "variableDeclarationType" : "Notification", "documentation" : "

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

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

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                                  \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.*/", "getterDocumentation" : "/**

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                                  \n@return Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.*/", "fluentSetterDocumentation" : "/**

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                                  \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.

                                  \n@param notification Defines the Amazon Simple Notification Service (Amazon SNS) notification settings for this job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnowballCapacityPreference" : { "documentation" : "

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                                  ", "name" : "SnowballCapacityPreference", "c2jName" : "SnowballCapacityPreference", "c2jShape" : "SnowballCapacity", "variable" : { "variableName" : "snowballCapacityPreference", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

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

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@see SnowballCapacity*/", "getterDocumentation" : "/**

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                                  \n@return If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@see SnowballCapacity*/", "fluentSetterDocumentation" : "/**

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/", "varargSetterDocumentation" : "/**

                                  If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.

                                  \n@param snowballCapacityPreference If your job is being created in one of the US regions, you have the option of specifying what size Snowball you'd like for this job. In all other regions, Snowballs come with 80 TB in storage capacity.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/" } } }, "ShippingOption" : { "c2jName" : "ShippingOption", "documentation" : "", "shapeName" : "ShippingOption", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "SECOND_DAY", "value" : "SECOND_DAY" }, { "name" : "NEXT_DAY", "value" : "NEXT_DAY" }, { "name" : "EXPRESS", "value" : "EXPRESS" }, { "name" : "STANDARD", "value" : "STANDARD" } ], "variable" : { "variableName" : "shippingOption", "variableType" : "ShippingOption", "variableDeclarationType" : "ShippingOption", "documentation" : null, "simpleType" : "ShippingOption", "variableSetterType" : "ShippingOption" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ListJobsRequest" : { "c2jName" : "ListJobsRequest", "documentation" : "", "shapeName" : "ListJobsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The number of JobListEntry objects to return.

                                  ", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of JobListEntry objects to return.

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

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.*/", "getterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@return The number of JobListEntry objects to return.*/", "fluentSetterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

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

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.*/", "getterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@return HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.*/", "fluentSetterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.\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" : "POST", "target" : "AWSIESnowballJobManagementService.ListJobs", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  ", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "String", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

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

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.*/", "getterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@return HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.*/", "fluentSetterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

                                  \n@param nextToken HTTP requests are stateless. To identify what object comes \"next\" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "MaxResults" : { "documentation" : "

                                  The number of JobListEntry objects to return.

                                  ", "name" : "MaxResults", "c2jName" : "MaxResults", "c2jShape" : "ListLimit", "variable" : { "variableName" : "maxResults", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

                                  The number of JobListEntry objects to return.

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

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.*/", "getterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@return The number of JobListEntry objects to return.*/", "fluentSetterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The number of JobListEntry objects to return.

                                  \n@param maxResults The number of JobListEntry objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateJobResult" : { "c2jName" : "CreateJobResult", "documentation" : "", "shapeName" : "CreateJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createJobResult", "variableType" : "CreateJobResult", "variableDeclarationType" : "CreateJobResult", "documentation" : null, "simpleType" : "CreateJobResult", "variableSetterType" : "CreateJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobType" : { "c2jName" : "JobType", "documentation" : "", "shapeName" : "JobType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "IMPORT", "value" : "IMPORT" }, { "name" : "EXPORT", "value" : "EXPORT" } ], "variable" : { "variableName" : "jobType", "variableType" : "JobType", "variableDeclarationType" : "JobType", "documentation" : null, "simpleType" : "JobType", "variableSetterType" : "JobType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeJobResult" : { "c2jName" : "DescribeJobResult", "documentation" : "", "shapeName" : "DescribeJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  ", "name" : "JobMetadata", "c2jName" : "JobMetadata", "c2jShape" : "JobMetadata", "variable" : { "variableName" : "jobMetadata", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "

                                  Information about a specific job, including shipping information, job status, and other important metadata.

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

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.*/", "getterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@return Information about a specific job, including shipping information, job status, and other important metadata.*/", "fluentSetterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  ", "name" : "SubJobMetadata", "c2jName" : "SubJobMetadata", "c2jShape" : "JobMetadataList", "variable" : { "variableName" : "subJobMetadata", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subJobMetadata", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubJobMetadata", "marshallLocationName" : "SubJobMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobMetadata", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobMetadata", "variable" : { "variableName" : "member", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "", "simpleType" : "JobMetadata", "variableSetterType" : "JobMetadata" }, "setterModel" : { "variableName" : "member", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "", "simpleType" : "JobMetadata", "variableSetterType" : "JobMetadata" }, "getterModel" : { "returnType" : "JobMetadata", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "JobMetadata", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.*/", "getterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@return Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.*/", "fluentSetterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubJobMetadata(java.util.Collection)} or {@link #withSubJobMetadata(java.util.Collection)} if you want to override the existing values.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.\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" : { "JobMetadata" : { "documentation" : "

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  ", "name" : "JobMetadata", "c2jName" : "JobMetadata", "c2jShape" : "JobMetadata", "variable" : { "variableName" : "jobMetadata", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "

                                  Information about a specific job, including shipping information, job status, and other important metadata.

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

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.*/", "getterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@return Information about a specific job, including shipping information, job status, and other important metadata.*/", "fluentSetterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about a specific job, including shipping information, job status, and other important metadata.

                                  \n@param jobMetadata Information about a specific job, including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubJobMetadata" : { "documentation" : "

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  ", "name" : "SubJobMetadata", "c2jName" : "SubJobMetadata", "c2jShape" : "JobMetadataList", "variable" : { "variableName" : "subJobMetadata", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subJobMetadata", "variableType" : "java.util.List", "variableDeclarationType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubJobMetadata", "marshallLocationName" : "SubJobMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobMetadata", "memberLocationName" : null, "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobMetadata", "variable" : { "variableName" : "member", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "", "simpleType" : "JobMetadata", "variableSetterType" : "JobMetadata" }, "setterModel" : { "variableName" : "member", "variableType" : "JobMetadata", "variableDeclarationType" : "JobMetadata", "documentation" : "", "simpleType" : "JobMetadata", "variableSetterType" : "JobMetadata" }, "getterModel" : { "returnType" : "JobMetadata", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : 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, "marshallNonAutoConstructedEmptyLists" : false, "simple" : false, "map" : false, "simpleType" : "JobMetadata", "templateType" : "java.util.List", "templateImplType" : "java.util.ArrayList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.*/", "getterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@return Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.*/", "fluentSetterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

                                  \n

                                  NOTE: This method appends the values to the existing list (if any). Use {@link #setSubJobMetadata(java.util.Collection)} or {@link #withSubJobMetadata(java.util.Collection)} if you want to override the existing values.

                                  \n@param subJobMetadata Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CancelJobRequest" : { "c2jName" : "CancelJobRequest", "documentation" : "", "shapeName" : "CancelJobRequest", "deprecated" : false, "required" : [ "JobId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "cancelJobRequest", "variableType" : "CancelJobRequest", "variableDeclarationType" : "CancelJobRequest", "documentation" : null, "simpleType" : "CancelJobRequest", "variableSetterType" : "CancelJobRequest" }, "marshaller" : { "action" : "CancelJob", "verb" : "POST", "target" : "AWSIESnowballJobManagementService.CancelJob", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "JobId" : { "documentation" : "

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "JobId", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The 39 character job ID for the job that you want to cancel, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobListEntry" : { "c2jName" : "JobListEntry", "documentation" : "

                                  Each JobListEntry object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of an export job.

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

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "String", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

                                  The current state of this job.

                                  ", "name" : "JobState", "c2jName" : "JobState", "c2jShape" : "JobState", "variable" : { "variableName" : "jobState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this job.

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

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@see JobState*/", "getterDocumentation" : "/**

                                  The current state of this job.

                                  \n@return The current state of this job.\n@see JobState*/", "fluentSetterDocumentation" : "/**

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, { "documentation" : "

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  ", "name" : "IsMaster", "c2jName" : "IsMaster", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMaster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

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

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.*/", "getterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@return A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.*/", "fluentSetterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobListEntry", "variableType" : "JobListEntry", "variableDeclarationType" : "JobListEntry", "documentation" : null, "simpleType" : "JobListEntry", "variableSetterType" : "JobListEntry" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "IsMaster" : { "documentation" : "

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  ", "name" : "IsMaster", "c2jName" : "IsMaster", "c2jShape" : "Boolean", "variable" : { "variableName" : "isMaster", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

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

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.*/", "getterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@return A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.*/", "fluentSetterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

                                  \n@param isMaster A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren't associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "JobState" : { "documentation" : "

                                  The current state of this job.

                                  ", "name" : "JobState", "c2jName" : "JobState", "c2jShape" : "JobState", "variable" : { "variableName" : "jobState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The current state of this job.

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

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@see JobState*/", "getterDocumentation" : "/**

                                  The current state of this job.

                                  \n@return The current state of this job.\n@see JobState*/", "fluentSetterDocumentation" : "/**

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/", "varargSetterDocumentation" : "/**

                                  The current state of this job.

                                  \n@param jobState The current state of this job.\n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/" }, "JobId" : { "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "name" : "JobId", "c2jName" : "JobId", "c2jShape" : "String", "variable" : { "variableName" : "jobId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  ", "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, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "getterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@return The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.*/", "fluentSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                                  The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

                                  \n@param jobId The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidAddressException" : { "c2jName" : "InvalidAddressException", "documentation" : "

                                  The address provided was invalid. Check the address with your region's carrier, and try again.

                                  ", "shapeName" : "InvalidAddressException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ ], "enums" : null, "variable" : { "variableName" : "invalidAddressException", "variableType" : "InvalidAddressException", "variableDeclarationType" : "InvalidAddressException", "documentation" : null, "simpleType" : "InvalidAddressException", "variableSetterType" : "InvalidAddressException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidAddressException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : false, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : null, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "sendExplicitlyEmptyListsForQuery" : false, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "sdkModeledExceptionBaseClassName" : null, "customSignerProvider" : null, "calculateCRC32FromCompressedData" : false, "customFileHeader" : null, "convenienceTypeOverloads" : [ ], "skipSmokeTests" : false }, "examples" : { "examples" : { }, "version" : "1.0" }, "sdkModeledExceptionBaseClassName" : "AmazonSnowballException", "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null, "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.snowball.model.AmazonSnowballException", "hasWaiters" : false, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy