'2010-06-01', 'endpointPrefix' => 'importexport', 'serviceFullName' => 'AWS Import/Export', 'serviceType' => 'query', 'globalEndpoint' => 'importexport.amazonaws.com', 'resultWrapped' => true, 'signatureVersion' => 'v2', 'namespace' => 'ImportExport', 'regions' => array( 'us-east-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'us-west-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'us-west-2' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'eu-west-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'ap-northeast-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'ap-southeast-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'ap-southeast-2' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), 'sa-east-1' => array( 'http' => false, 'https' => true, 'hostname' => 'importexport.amazonaws.com', ), ), 'operations' => array( 'CancelJob' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'CancelJobOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'CancelJob', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'JobId' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'The JOBID was missing, not found, or not associated with the AWS account.', 'class' => 'InvalidJobIdException', ), array( 'reason' => 'Indicates that the specified job has expired out of the system.', 'class' => 'ExpiredJobIdException', ), array( 'reason' => 'The specified job ID has been canceled and is no longer valid.', 'class' => 'CanceledJobIdException', ), array( 'reason' => 'AWS Import/Export cannot cancel the job', 'class' => 'UnableToCancelJobIdException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), ), ), 'CreateJob' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'CreateJobOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'CreateJob', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'JobType' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'Manifest' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'ManifestAddendum' => array( 'type' => 'string', 'location' => 'aws.query', ), 'ValidateOnly' => array( 'required' => true, 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'One or more required parameters was missing from the request.', 'class' => 'MissingParameterException', ), array( 'reason' => 'One or more parameters had an invalid value.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The address specified in the manifest is invalid.', 'class' => 'InvalidAddressException', ), array( 'reason' => 'One or more manifest fields was invalid. Please correct and resubmit.', 'class' => 'InvalidManifestFieldException', ), array( 'reason' => 'One or more required fields were missing from the manifest file. Please correct and resubmit.', 'class' => 'MissingManifestFieldException', ), array( 'reason' => 'The specified bucket does not exist. Create the specified bucket or change the manifest\'s bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest\'s Access Key ID, has write permissions to.', 'class' => 'NoSuchBucketException', ), array( 'reason' => 'One or more required customs parameters was missing from the manifest.', 'class' => 'MissingCustomsException', ), array( 'reason' => 'One or more customs parameters was invalid. Please correct and resubmit.', 'class' => 'InvalidCustomsException', ), array( 'reason' => 'File system specified in export manifest is invalid.', 'class' => 'InvalidFileSystemException', ), array( 'reason' => 'Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.', 'class' => 'MultipleRegionsException', ), array( 'reason' => 'The account specified does not have the appropriate bucket permissions.', 'class' => 'BucketPermissionException', ), array( 'reason' => 'Your manifest is not well-formed.', 'class' => 'MalformedManifestException', ), array( 'reason' => 'Each account can create only a certain number of jobs per day. If you need to create more than this, please contact awsimportexport@amazon.com to explain your particular use case.', 'class' => 'CreateJobQuotaExceededException', ), array( 'reason' => 'The JOBID was missing, not found, or not associated with the AWS account.', 'class' => 'InvalidJobIdException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), ), ), 'GetShippingLabel' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'GetShippingLabelOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'GetShippingLabel', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'jobIds' => array( 'required' => true, 'type' => 'array', 'location' => 'aws.query', 'sentAs' => 'jobIds.member', 'items' => array( 'name' => 'GenericString', 'type' => 'string', ), ), 'name' => array( 'type' => 'string', 'location' => 'aws.query', ), 'company' => array( 'type' => 'string', 'location' => 'aws.query', ), 'phoneNumber' => array( 'type' => 'string', 'location' => 'aws.query', ), 'country' => array( 'type' => 'string', 'location' => 'aws.query', ), 'stateOrProvince' => array( 'type' => 'string', 'location' => 'aws.query', ), 'city' => array( 'type' => 'string', 'location' => 'aws.query', ), 'postalCode' => array( 'type' => 'string', 'location' => 'aws.query', ), 'street1' => array( 'type' => 'string', 'location' => 'aws.query', ), 'street2' => array( 'type' => 'string', 'location' => 'aws.query', ), 'street3' => array( 'type' => 'string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'The JOBID was missing, not found, or not associated with the AWS account.', 'class' => 'InvalidJobIdException', ), array( 'reason' => 'Indicates that the specified job has expired out of the system.', 'class' => 'ExpiredJobIdException', ), array( 'reason' => 'The specified job ID has been canceled and is no longer valid.', 'class' => 'CanceledJobIdException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The address specified in the manifest is invalid.', 'class' => 'InvalidAddressException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), array( 'reason' => 'One or more parameters had an invalid value.', 'class' => 'InvalidParameterException', ), ), ), 'GetStatus' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'GetStatusOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'GetStatus', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'JobId' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'The JOBID was missing, not found, or not associated with the AWS account.', 'class' => 'InvalidJobIdException', ), array( 'reason' => 'Indicates that the specified job has expired out of the system.', 'class' => 'ExpiredJobIdException', ), array( 'reason' => 'The specified job ID has been canceled and is no longer valid.', 'class' => 'CanceledJobIdException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), ), ), 'ListJobs' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'ListJobsOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'ListJobs', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'MaxJobs' => array( 'type' => 'numeric', 'location' => 'aws.query', ), 'Marker' => array( 'type' => 'string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'One or more parameters had an invalid value.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), ), ), 'UpdateJob' => array( 'httpMethod' => 'POST', 'uri' => '/', 'class' => 'Aws\\Common\\Command\\QueryCommand', 'responseClass' => 'UpdateJobOutput', 'responseType' => 'model', 'parameters' => array( 'Action' => array( 'static' => true, 'location' => 'aws.query', 'default' => 'UpdateJob', ), 'Version' => array( 'static' => true, 'location' => 'aws.query', 'default' => '2010-06-01', ), 'JobId' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'Manifest' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'JobType' => array( 'required' => true, 'type' => 'string', 'location' => 'aws.query', ), 'ValidateOnly' => array( 'required' => true, 'type' => 'boolean', 'format' => 'boolean-string', 'location' => 'aws.query', ), 'APIVersion' => array( 'type' => 'string', 'location' => 'aws.query', ), ), 'errorResponses' => array( array( 'reason' => 'One or more required parameters was missing from the request.', 'class' => 'MissingParameterException', ), array( 'reason' => 'One or more parameters had an invalid value.', 'class' => 'InvalidParameterException', ), array( 'reason' => 'The AWS Access Key ID specified in the request did not match the manifest\'s accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.', 'class' => 'InvalidAccessKeyIdException', ), array( 'reason' => 'The address specified in the manifest is invalid.', 'class' => 'InvalidAddressException', ), array( 'reason' => 'One or more manifest fields was invalid. Please correct and resubmit.', 'class' => 'InvalidManifestFieldException', ), array( 'reason' => 'The JOBID was missing, not found, or not associated with the AWS account.', 'class' => 'InvalidJobIdException', ), array( 'reason' => 'One or more required fields were missing from the manifest file. Please correct and resubmit.', 'class' => 'MissingManifestFieldException', ), array( 'reason' => 'The specified bucket does not exist. Create the specified bucket or change the manifest\'s bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest\'s Access Key ID, has write permissions to.', 'class' => 'NoSuchBucketException', ), array( 'reason' => 'Indicates that the specified job has expired out of the system.', 'class' => 'ExpiredJobIdException', ), array( 'reason' => 'The specified job ID has been canceled and is no longer valid.', 'class' => 'CanceledJobIdException', ), array( 'reason' => 'One or more required customs parameters was missing from the manifest.', 'class' => 'MissingCustomsException', ), array( 'reason' => 'One or more customs parameters was invalid. Please correct and resubmit.', 'class' => 'InvalidCustomsException', ), array( 'reason' => 'File system specified in export manifest is invalid.', 'class' => 'InvalidFileSystemException', ), array( 'reason' => 'Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.', 'class' => 'MultipleRegionsException', ), array( 'reason' => 'The account specified does not have the appropriate bucket permissions.', 'class' => 'BucketPermissionException', ), array( 'reason' => 'Your manifest is not well-formed.', 'class' => 'MalformedManifestException', ), array( 'reason' => 'AWS Import/Export cannot update the job', 'class' => 'UnableToUpdateJobIdException', ), array( 'reason' => 'The client tool version is invalid.', 'class' => 'InvalidVersionException', ), ), ), ), 'models' => array( 'CancelJobOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Success' => array( 'type' => 'boolean', 'location' => 'xml', ), ), ), 'CreateJobOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'JobId' => array( 'type' => 'string', 'location' => 'xml', ), 'JobType' => array( 'type' => 'string', 'location' => 'xml', ), 'Signature' => array( 'type' => 'string', 'location' => 'xml', ), 'SignatureFileContents' => array( 'type' => 'string', 'location' => 'xml', ), 'WarningMessage' => array( 'type' => 'string', 'location' => 'xml', ), 'ArtifactList' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Artifact', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'Description' => array( 'type' => 'string', ), 'URL' => array( 'type' => 'string', ), ), ), ), ), ), 'GetShippingLabelOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'ShippingLabelURL' => array( 'type' => 'string', 'location' => 'xml', ), 'Warning' => array( 'type' => 'string', 'location' => 'xml', ), ), ), 'GetStatusOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'JobId' => array( 'type' => 'string', 'location' => 'xml', ), 'JobType' => array( 'type' => 'string', 'location' => 'xml', ), 'LocationCode' => array( 'type' => 'string', 'location' => 'xml', ), 'LocationMessage' => array( 'type' => 'string', 'location' => 'xml', ), 'ProgressCode' => array( 'type' => 'string', 'location' => 'xml', ), 'ProgressMessage' => array( 'type' => 'string', 'location' => 'xml', ), 'Carrier' => array( 'type' => 'string', 'location' => 'xml', ), 'TrackingNumber' => array( 'type' => 'string', 'location' => 'xml', ), 'LogBucket' => array( 'type' => 'string', 'location' => 'xml', ), 'LogKey' => array( 'type' => 'string', 'location' => 'xml', ), 'ErrorCount' => array( 'type' => 'numeric', 'location' => 'xml', ), 'Signature' => array( 'type' => 'string', 'location' => 'xml', ), 'SignatureFileContents' => array( 'type' => 'string', 'location' => 'xml', ), 'CurrentManifest' => array( 'type' => 'string', 'location' => 'xml', ), 'CreationDate' => array( 'type' => 'string', 'location' => 'xml', ), 'ArtifactList' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Artifact', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'Description' => array( 'type' => 'string', ), 'URL' => array( 'type' => 'string', ), ), ), ), ), ), 'ListJobsOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Jobs' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Job', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'JobId' => array( 'type' => 'string', ), 'CreationDate' => array( 'type' => 'string', ), 'IsCanceled' => array( 'type' => 'boolean', ), 'JobType' => array( 'type' => 'string', ), ), ), ), 'IsTruncated' => array( 'type' => 'boolean', 'location' => 'xml', ), ), ), 'UpdateJobOutput' => array( 'type' => 'object', 'additionalProperties' => true, 'properties' => array( 'Success' => array( 'type' => 'boolean', 'location' => 'xml', ), 'WarningMessage' => array( 'type' => 'string', 'location' => 'xml', ), 'ArtifactList' => array( 'type' => 'array', 'location' => 'xml', 'items' => array( 'name' => 'Artifact', 'type' => 'object', 'sentAs' => 'member', 'properties' => array( 'Description' => array( 'type' => 'string', ), 'URL' => array( 'type' => 'string', ), ), ), ), ), ), ), 'iterators' => array( 'ListJobs' => array( 'input_token' => 'Marker', 'output_token' => 'Jobs/#/JobId', 'more_results' => 'IsTruncated', 'limit_key' => 'MaxJobs', 'result_key' => 'Jobs', ), ), );