
models.snowball-2016-06-30-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-snowball Show documentation
{
"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,
"syncReturnType" : "CancelJobResult",
"asyncReturnType" : "CancelJobResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "CreateAddressResult",
"asyncReturnType" : "CreateAddressResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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 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,
"syncReturnType" : "CreateJobResult",
"asyncReturnType" : "CreateJobResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeAddressResult",
"asyncReturnType" : "DescribeAddressResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeAddressesResult",
"asyncReturnType" : "DescribeAddressesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "DescribeJobResult",
"asyncReturnType" : "DescribeJobResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeJob"
},
"GetJobManifest" : {
"documentation" : "Returns a link to an Amazon S3 pre-signed 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,
"syncReturnType" : "GetJobManifestResult",
"asyncReturnType" : "GetJobManifestResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetJobUnlockCodeResult",
"asyncReturnType" : "GetJobUnlockCodeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "GetSnowballUsageResult",
"asyncReturnType" : "GetSnowballUsageResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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 whether or not the job is a job part in the case of export jobs. Calling this API 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,
"syncReturnType" : "ListJobsResult",
"asyncReturnType" : "ListJobsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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,
"syncReturnType" : "UpdateJobResult",
"asyncReturnType" : "UpdateJobResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"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" : "",
"name" : "JobState",
"c2jName" : "JobState",
"c2jShape" : "JobState",
"variable" : {
"variableName" : "jobState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobState \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/"
}, {
"documentation" : "",
"name" : "JobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"variable" : {
"variableName" : "jobType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobType \n@see JobType*/",
"getterDocumentation" : "/**\n@return \n@see JobType*/",
"fluentSetterDocumentation" : "/**\n@param jobType \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/",
"varargSetterDocumentation" : "/**\n@param jobType \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/"
}, {
"documentation" : "",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"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" : "/**\n@param creationDate */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param creationDate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param creationDate \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Resources",
"c2jName" : "Resources",
"c2jShape" : "JobResource",
"variable" : {
"variableName" : "resources",
"variableType" : "JobResource",
"variableDeclarationType" : "JobResource",
"documentation" : "",
"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" : "/**\n@param resources */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param resources \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param resources \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "String",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param description */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "KmsKeyARN",
"c2jName" : "KmsKeyARN",
"c2jShape" : "KmsKeyARN",
"variable" : {
"variableName" : "kmsKeyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param kmsKeyARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param kmsKeyARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param kmsKeyARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param roleARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "AddressId",
"c2jName" : "AddressId",
"c2jShape" : "AddressId",
"variable" : {
"variableName" : "addressId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param addressId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "ShippingDetails",
"c2jName" : "ShippingDetails",
"c2jShape" : "ShippingDetails",
"variable" : {
"variableName" : "shippingDetails",
"variableType" : "ShippingDetails",
"variableDeclarationType" : "ShippingDetails",
"documentation" : "",
"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" : "/**\n@param shippingDetails */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param shippingDetails \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param shippingDetails \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "SnowballCapacityPreference",
"c2jName" : "SnowballCapacityPreference",
"c2jShape" : "SnowballCapacity",
"variable" : {
"variableName" : "snowballCapacityPreference",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param snowballCapacityPreference \n@see SnowballCapacity*/",
"getterDocumentation" : "/**\n@return \n@see SnowballCapacity*/",
"fluentSetterDocumentation" : "/**\n@param snowballCapacityPreference \n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/",
"varargSetterDocumentation" : "/**\n@param snowballCapacityPreference \n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/"
}, {
"documentation" : "",
"name" : "Notification",
"c2jName" : "Notification",
"c2jShape" : "Notification",
"variable" : {
"variableName" : "notification",
"variableType" : "Notification",
"variableDeclarationType" : "Notification",
"documentation" : "",
"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" : "/**\n@param notification */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param notification \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param notification \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DataTransferProgress",
"c2jName" : "DataTransferProgress",
"c2jShape" : "DataTransfer",
"variable" : {
"variableName" : "dataTransferProgress",
"variableType" : "DataTransfer",
"variableDeclarationType" : "DataTransfer",
"documentation" : "",
"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" : "/**\n@param dataTransferProgress */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dataTransferProgress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dataTransferProgress \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "JobLogInfo",
"c2jName" : "JobLogInfo",
"c2jShape" : "JobLogs",
"variable" : {
"variableName" : "jobLogInfo",
"variableType" : "JobLogs",
"variableDeclarationType" : "JobLogs",
"documentation" : "",
"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" : "/**\n@param jobLogInfo */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobLogInfo \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobLogInfo \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" : "",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "Timestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"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" : "/**\n@param creationDate */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param creationDate \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param creationDate \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Description" : {
"documentation" : "",
"name" : "Description",
"c2jName" : "Description",
"c2jShape" : "String",
"variable" : {
"variableName" : "description",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param description */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param description \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ShippingDetails" : {
"documentation" : "",
"name" : "ShippingDetails",
"c2jName" : "ShippingDetails",
"c2jShape" : "ShippingDetails",
"variable" : {
"variableName" : "shippingDetails",
"variableType" : "ShippingDetails",
"variableDeclarationType" : "ShippingDetails",
"documentation" : "",
"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" : "/**\n@param shippingDetails */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param shippingDetails \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param shippingDetails \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleARN" : {
"documentation" : "",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param roleARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Notification" : {
"documentation" : "",
"name" : "Notification",
"c2jName" : "Notification",
"c2jShape" : "Notification",
"variable" : {
"variableName" : "notification",
"variableType" : "Notification",
"variableDeclarationType" : "Notification",
"documentation" : "",
"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" : "/**\n@param notification */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param notification \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param notification \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"JobType" : {
"documentation" : "",
"name" : "JobType",
"c2jName" : "JobType",
"c2jShape" : "JobType",
"variable" : {
"variableName" : "jobType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobType \n@see JobType*/",
"getterDocumentation" : "/**\n@return \n@see JobType*/",
"fluentSetterDocumentation" : "/**\n@param jobType \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/",
"varargSetterDocumentation" : "/**\n@param jobType \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobType*/"
},
"KmsKeyARN" : {
"documentation" : "",
"name" : "KmsKeyARN",
"c2jName" : "KmsKeyARN",
"c2jShape" : "KmsKeyARN",
"variable" : {
"variableName" : "kmsKeyARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param kmsKeyARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param kmsKeyARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param kmsKeyARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataTransferProgress" : {
"documentation" : "",
"name" : "DataTransferProgress",
"c2jName" : "DataTransferProgress",
"c2jShape" : "DataTransfer",
"variable" : {
"variableName" : "dataTransferProgress",
"variableType" : "DataTransfer",
"variableDeclarationType" : "DataTransfer",
"documentation" : "",
"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" : "/**\n@param dataTransferProgress */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dataTransferProgress \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dataTransferProgress \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"JobState" : {
"documentation" : "",
"name" : "JobState",
"c2jName" : "JobState",
"c2jShape" : "JobState",
"variable" : {
"variableName" : "jobState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobState \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/"
},
"Resources" : {
"documentation" : "",
"name" : "Resources",
"c2jName" : "Resources",
"c2jShape" : "JobResource",
"variable" : {
"variableName" : "resources",
"variableType" : "JobResource",
"variableDeclarationType" : "JobResource",
"documentation" : "",
"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" : "/**\n@param resources */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param resources \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param resources \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AddressId" : {
"documentation" : "",
"name" : "AddressId",
"c2jName" : "AddressId",
"c2jShape" : "AddressId",
"variable" : {
"variableName" : "addressId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param addressId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param addressId \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" : "",
"name" : "JobLogInfo",
"c2jName" : "JobLogInfo",
"c2jShape" : "JobLogs",
"variable" : {
"variableName" : "jobLogInfo",
"variableType" : "JobLogs",
"variableDeclarationType" : "JobLogs",
"documentation" : "",
"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" : "/**\n@param jobLogInfo */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobLogInfo \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobLogInfo \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SnowballCapacityPreference" : {
"documentation" : "",
"name" : "SnowballCapacityPreference",
"c2jName" : "SnowballCapacityPreference",
"c2jShape" : "SnowballCapacity",
"variable" : {
"variableName" : "snowballCapacityPreference",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param snowballCapacityPreference \n@see SnowballCapacity*/",
"getterDocumentation" : "/**\n@return \n@see SnowballCapacity*/",
"fluentSetterDocumentation" : "/**\n@param snowballCapacityPreference \n@return Returns a reference to this object so that method calls can be chained together.\n@see SnowballCapacity*/",
"varargSetterDocumentation" : "/**\n@param snowballCapacityPreference \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(s) 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" : "",
"name" : "AddressId",
"c2jName" : "AddressId",
"c2jShape" : "AddressId",
"variable" : {
"variableName" : "addressId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param addressId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param name */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Company",
"c2jName" : "Company",
"c2jShape" : "String",
"variable" : {
"variableName" : "company",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param company */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param company \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param company \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Street1",
"c2jName" : "Street1",
"c2jShape" : "String",
"variable" : {
"variableName" : "street1",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street1 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street1 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street1 \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Street2",
"c2jName" : "Street2",
"c2jShape" : "String",
"variable" : {
"variableName" : "street2",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street2 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street2 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street2 \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Street3",
"c2jName" : "Street3",
"c2jShape" : "String",
"variable" : {
"variableName" : "street3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street3 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street3 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street3 \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "City",
"c2jName" : "City",
"c2jShape" : "String",
"variable" : {
"variableName" : "city",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param city */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param city \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param city \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "StateOrProvince",
"c2jName" : "StateOrProvince",
"c2jShape" : "String",
"variable" : {
"variableName" : "stateOrProvince",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param stateOrProvince */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param stateOrProvince \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param stateOrProvince \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "PrefectureOrDistrict",
"c2jName" : "PrefectureOrDistrict",
"c2jShape" : "String",
"variable" : {
"variableName" : "prefectureOrDistrict",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param prefectureOrDistrict */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param prefectureOrDistrict \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param prefectureOrDistrict \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Landmark",
"c2jName" : "Landmark",
"c2jShape" : "String",
"variable" : {
"variableName" : "landmark",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param landmark */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param landmark \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param landmark \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Country",
"c2jName" : "Country",
"c2jShape" : "String",
"variable" : {
"variableName" : "country",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param country */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param country \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param country \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "PostalCode",
"c2jName" : "PostalCode",
"c2jShape" : "String",
"variable" : {
"variableName" : "postalCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param postalCode */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param postalCode \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param postalCode \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "PhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "String",
"variable" : {
"variableName" : "phoneNumber",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param phoneNumber */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param phoneNumber \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param phoneNumber \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" : "",
"name" : "Company",
"c2jName" : "Company",
"c2jShape" : "String",
"variable" : {
"variableName" : "company",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param company */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param company \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param company \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Street2" : {
"documentation" : "",
"name" : "Street2",
"c2jName" : "Street2",
"c2jShape" : "String",
"variable" : {
"variableName" : "street2",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street2 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street2 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street2 \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PrefectureOrDistrict" : {
"documentation" : "",
"name" : "PrefectureOrDistrict",
"c2jName" : "PrefectureOrDistrict",
"c2jShape" : "String",
"variable" : {
"variableName" : "prefectureOrDistrict",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param prefectureOrDistrict */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param prefectureOrDistrict \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param prefectureOrDistrict \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Street1" : {
"documentation" : "",
"name" : "Street1",
"c2jName" : "Street1",
"c2jShape" : "String",
"variable" : {
"variableName" : "street1",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street1 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street1 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street1 \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StateOrProvince" : {
"documentation" : "",
"name" : "StateOrProvince",
"c2jName" : "StateOrProvince",
"c2jShape" : "String",
"variable" : {
"variableName" : "stateOrProvince",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param stateOrProvince */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param stateOrProvince \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param stateOrProvince \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Landmark" : {
"documentation" : "",
"name" : "Landmark",
"c2jName" : "Landmark",
"c2jShape" : "String",
"variable" : {
"variableName" : "landmark",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param landmark */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param landmark \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param landmark \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PostalCode" : {
"documentation" : "",
"name" : "PostalCode",
"c2jName" : "PostalCode",
"c2jShape" : "String",
"variable" : {
"variableName" : "postalCode",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param postalCode */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param postalCode \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param postalCode \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"City" : {
"documentation" : "",
"name" : "City",
"c2jName" : "City",
"c2jShape" : "String",
"variable" : {
"variableName" : "city",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param city */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param city \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param city \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "String",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param name */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param name \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Country" : {
"documentation" : "",
"name" : "Country",
"c2jName" : "Country",
"c2jShape" : "String",
"variable" : {
"variableName" : "country",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param country */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param country \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param country \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PhoneNumber" : {
"documentation" : "",
"name" : "PhoneNumber",
"c2jName" : "PhoneNumber",
"c2jShape" : "String",
"variable" : {
"variableName" : "phoneNumber",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param phoneNumber */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param phoneNumber \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param phoneNumber \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AddressId" : {
"documentation" : "",
"name" : "AddressId",
"c2jName" : "AddressId",
"c2jShape" : "AddressId",
"variable" : {
"variableName" : "addressId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param addressId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param addressId \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Street3" : {
"documentation" : "",
"name" : "Street3",
"c2jName" : "Street3",
"c2jShape" : "String",
"variable" : {
"variableName" : "street3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param street3 */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param street3 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param street3 \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" : "",
"name" : "SnowballLimit",
"c2jName" : "SnowballLimit",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "snowballLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"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" : "/**\n@param snowballLimit */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param snowballLimit \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param snowballLimit \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "SnowballsInUse",
"c2jName" : "SnowballsInUse",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "snowballsInUse",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"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" : "/**\n@param snowballsInUse */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param snowballsInUse \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param snowballsInUse \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" : "",
"name" : "SnowballLimit",
"c2jName" : "SnowballLimit",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "snowballLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"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" : "/**\n@param snowballLimit */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param snowballLimit \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param snowballLimit \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SnowballsInUse" : {
"documentation" : "",
"name" : "SnowballsInUse",
"c2jName" : "SnowballsInUse",
"c2jShape" : "Integer",
"variable" : {
"variableName" : "snowballsInUse",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"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" : "/**\n@param snowballsInUse */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param snowballsInUse \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param snowballsInUse \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" : "",
"name" : "BeginMarker",
"c2jName" : "BeginMarker",
"c2jShape" : "String",
"variable" : {
"variableName" : "beginMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param beginMarker */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param beginMarker \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param beginMarker \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "EndMarker",
"c2jName" : "EndMarker",
"c2jShape" : "String",
"variable" : {
"variableName" : "endMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param endMarker */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param endMarker \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param endMarker \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" : "",
"name" : "BeginMarker",
"c2jName" : "BeginMarker",
"c2jShape" : "String",
"variable" : {
"variableName" : "beginMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param beginMarker */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param beginMarker \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param beginMarker \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EndMarker" : {
"documentation" : "",
"name" : "EndMarker",
"c2jName" : "EndMarker",
"c2jShape" : "String",
"variable" : {
"variableName" : "endMarker",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param endMarker */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param endMarker \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param endMarker \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" : "",
"name" : "JobListEntries",
"c2jName" : "JobListEntries",
"c2jShape" : "JobListEntryList",
"variable" : {
"variableName" : "jobListEntries",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param jobListEntries */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobListEntries \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "JobListEntries",
"c2jName" : "JobListEntries",
"c2jShape" : "JobListEntryList",
"variable" : {
"variableName" : "jobListEntries",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param jobListEntries */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobListEntries \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "
",
"name" : "JobStatesToNotify",
"c2jName" : "JobStatesToNotify",
"c2jShape" : "JobStateList",
"variable" : {
"variableName" : "jobStatesToNotify",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param jobStatesToNotify \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobStatesToNotify \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/"
}, {
"documentation" : "",
"name" : "NotifyAll",
"c2jName" : "NotifyAll",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "notifyAll",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"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" : "/**\n@param notifyAll */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param notifyAll \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param notifyAll \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" : "",
"name" : "JobStatesToNotify",
"c2jName" : "JobStatesToNotify",
"c2jShape" : "JobStateList",
"variable" : {
"variableName" : "jobStatesToNotify",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param jobStatesToNotify \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobStatesToNotify \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/"
},
"NotifyAll" : {
"documentation" : "",
"name" : "NotifyAll",
"c2jName" : "NotifyAll",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "notifyAll",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"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" : "/**\n@param notifyAll */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param notifyAll \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param notifyAll \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" : "",
"name" : "BytesTransferred",
"c2jName" : "BytesTransferred",
"c2jShape" : "Long",
"variable" : {
"variableName" : "bytesTransferred",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param bytesTransferred */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param bytesTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param bytesTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "ObjectsTransferred",
"c2jName" : "ObjectsTransferred",
"c2jShape" : "Long",
"variable" : {
"variableName" : "objectsTransferred",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param objectsTransferred */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param objectsTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param objectsTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "TotalBytes",
"c2jName" : "TotalBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "totalBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param totalBytes */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param totalBytes \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param totalBytes \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "TotalObjects",
"c2jName" : "TotalObjects",
"c2jShape" : "Long",
"variable" : {
"variableName" : "totalObjects",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param totalObjects */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param totalObjects \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param totalObjects \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" : "",
"name" : "ObjectsTransferred",
"c2jName" : "ObjectsTransferred",
"c2jShape" : "Long",
"variable" : {
"variableName" : "objectsTransferred",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param objectsTransferred */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param objectsTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param objectsTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TotalObjects" : {
"documentation" : "",
"name" : "TotalObjects",
"c2jName" : "TotalObjects",
"c2jShape" : "Long",
"variable" : {
"variableName" : "totalObjects",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param totalObjects */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param totalObjects \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param totalObjects \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BytesTransferred" : {
"documentation" : "",
"name" : "BytesTransferred",
"c2jName" : "BytesTransferred",
"c2jShape" : "Long",
"variable" : {
"variableName" : "bytesTransferred",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param bytesTransferred */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param bytesTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param bytesTransferred \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TotalBytes" : {
"documentation" : "",
"name" : "TotalBytes",
"c2jName" : "TotalBytes",
"c2jShape" : "Long",
"variable" : {
"variableName" : "totalBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"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" : "/**\n@param totalBytes */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param totalBytes \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param totalBytes \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" : "",
"name" : "Address",
"c2jName" : "Address",
"c2jShape" : "Address",
"variable" : {
"variableName" : "address",
"variableType" : "Address",
"variableDeclarationType" : "Address",
"documentation" : "",
"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" : "/**\n@param address */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param address \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param address \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" : "",
"name" : "Address",
"c2jName" : "Address",
"c2jShape" : "Address",
"variable" : {
"variableName" : "address",
"variableType" : "Address",
"variableDeclarationType" : "Address",
"documentation" : "",
"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" : "/**\n@param address */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param address \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param address \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"JobResource" : {
"c2jName" : "JobResource",
"documentation" : "Contains an array of S3Resources
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" : "",
"name" : "S3Resources",
"c2jName" : "S3Resources",
"c2jShape" : "S3ResourceList",
"variable" : {
"variableName" : "s3Resources",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param s3Resources */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param s3Resources \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "S3Resources",
"c2jName" : "S3Resources",
"c2jShape" : "S3ResourceList",
"variable" : {
"variableName" : "s3Resources",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param s3Resources */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param s3Resources \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "Addresses",
"c2jName" : "Addresses",
"c2jShape" : "AddressList",
"variable" : {
"variableName" : "addresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param addresses */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addresses \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "Addresses",
"c2jName" : "Addresses",
"c2jShape" : "AddressList",
"variable" : {
"variableName" : "addresses",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param addresses */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param addresses \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "JobCompletionReportURI",
"c2jName" : "JobCompletionReportURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobCompletionReportURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobCompletionReportURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobCompletionReportURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobCompletionReportURI \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "JobSuccessLogURI",
"c2jName" : "JobSuccessLogURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobSuccessLogURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobSuccessLogURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobSuccessLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobSuccessLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "JobFailureLogURI",
"c2jName" : "JobFailureLogURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobFailureLogURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobFailureLogURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobFailureLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobFailureLogURI \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" : "",
"name" : "JobSuccessLogURI",
"c2jName" : "JobSuccessLogURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobSuccessLogURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobSuccessLogURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobSuccessLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobSuccessLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"JobFailureLogURI" : {
"documentation" : "",
"name" : "JobFailureLogURI",
"c2jName" : "JobFailureLogURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobFailureLogURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobFailureLogURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobFailureLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobFailureLogURI \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"JobCompletionReportURI" : {
"documentation" : "",
"name" : "JobCompletionReportURI",
"c2jName" : "JobCompletionReportURI",
"c2jShape" : "String",
"variable" : {
"variableName" : "jobCompletionReportURI",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobCompletionReportURI */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobCompletionReportURI \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobCompletionReportURI \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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.*/",
"getterDocumentation" : "/**The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.
\n@return The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.*/",
"fluentSetterDocumentation" : "/**The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/",
"getterDocumentation" : "/**The RoleARN
that you want to associate with this job. RoleArn
s 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. RoleArn
s are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/",
"fluentSetterDocumentation" : "/**The RoleARN
that you want to associate with this job. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.*/",
"getterDocumentation" : "/**The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.
\n@return The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s are created using the CreateKey AWS Key Management Service (KMS) API action.*/",
"fluentSetterDocumentation" : "/**The KmsKeyARN
that you want to associate with this job. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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. KmsKeyARN
s 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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 and optionally, you can 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/",
"getterDocumentation" : "/**The RoleARN
that you want to associate with this job. RoleArn
s 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. RoleArn
s are created using the CreateRole AWS Identity and Access Management (IAM) API action.*/",
"fluentSetterDocumentation" : "/**The RoleARN
that you want to associate with this job. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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. RoleArn
s 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" : "",
"name" : "JobMetadata",
"c2jName" : "JobMetadata",
"c2jShape" : "JobMetadata",
"variable" : {
"variableName" : "jobMetadata",
"variableType" : "JobMetadata",
"variableDeclarationType" : "JobMetadata",
"documentation" : "",
"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" : "/**\n@param jobMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "SubJobMetadata",
"c2jName" : "SubJobMetadata",
"c2jShape" : "JobMetadataList",
"variable" : {
"variableName" : "subJobMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param subJobMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param subJobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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" : "",
"name" : "JobMetadata",
"c2jName" : "JobMetadata",
"c2jShape" : "JobMetadata",
"variable" : {
"variableName" : "jobMetadata",
"variableType" : "JobMetadata",
"variableDeclarationType" : "JobMetadata",
"documentation" : "",
"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" : "/**\n@param jobMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param jobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param jobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SubJobMetadata" : {
"documentation" : "",
"name" : "SubJobMetadata",
"c2jName" : "SubJobMetadata",
"c2jShape" : "JobMetadataList",
"variable" : {
"variableName" : "subJobMetadata",
"variableType" : "java.util.List",
"variableDeclarationType" : "java.util.List",
"documentation" : "",
"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,
"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" : "/**\n@param subJobMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param subJobMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\nNOTE: 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 \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 whether or not 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" : "",
"name" : "JobState",
"c2jName" : "JobState",
"c2jShape" : "JobState",
"variable" : {
"variableName" : "jobState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobState \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/"
}, {
"documentation" : "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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
",
"name" : "IsMaster",
"c2jName" : "IsMaster",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isMaster",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.*/",
"getterDocumentation" : "/**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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@return 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.*/",
"fluentSetterDocumentation" : "/**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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
",
"name" : "IsMaster",
"c2jName" : "IsMaster",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "isMaster",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.*/",
"getterDocumentation" : "/**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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@return 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.*/",
"fluentSetterDocumentation" : "/**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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as they are created after the master job is created.
\n@param isMaster 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 1 job part. All job parts are associated with a Snowball. It may take some time before the job parts associated with the master job are listed, as 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" : "",
"name" : "JobState",
"c2jName" : "JobState",
"c2jShape" : "JobState",
"variable" : {
"variableName" : "jobState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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" : "/**\n@param jobState \n@see JobState*/",
"getterDocumentation" : "/**\n@return \n@see JobState*/",
"fluentSetterDocumentation" : "/**\n@param jobState \n@return Returns a reference to this object so that method calls can be chained together.\n@see JobState*/",
"varargSetterDocumentation" : "/**\n@param jobState \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,
"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
},
"waiters" : { },
"examples" : {
"examples" : { },
"version" : "1.0"
},
"sdkModeledExceptionBaseClassName" : "AmazonSnowballException",
"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 */",
"clientConfigFactory" : "ClientConfigurationFactory",
"exceptionUnmarshallerImpl" : null,
"serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException",
"sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.snowball.model.AmazonSnowballException",
"hasWaiters" : false
}