Cookie の設定を選択する

当社は、当社のサイトおよびサービスを提供するために必要な必須 Cookie および類似のツールを使用しています。当社は、パフォーマンス Cookie を使用して匿名の統計情報を収集することで、お客様が当社のサイトをどのように利用しているかを把握し、改善に役立てています。必須 Cookie は無効化できませんが、[カスタマイズ] または [拒否] をクリックしてパフォーマンス Cookie を拒否することはできます。

お客様が同意した場合、AWS および承認された第三者は、Cookie を使用して便利なサイト機能を提供したり、お客様の選択を記憶したり、関連する広告を含む関連コンテンツを表示したりします。すべての必須ではない Cookie を受け入れるか拒否するには、[受け入れる] または [拒否] をクリックしてください。より詳細な選択を行うには、[カスタマイズ] をクリックしてください。

DescribeJob - Amazon Simple Storage Service
このページはお客様の言語に翻訳されていません。 翻訳のリクエスト

DescribeJob

Retrieves the configuration parameters and status for a Batch Operations job. For more information, see S3 Batch Operations in the Amazon S3 User Guide.

Permissions

To use the DescribeJob operation, you must have permission to perform the s3:DescribeJob action.

Related actions include:

Request Syntax

GET /v20180820/jobs/id HTTP/1.1 Host: s3-control.amazonaws.com x-amz-account-id: AccountId

URI Request Parameters

The request uses the following URI parameters.

id

The ID for the job whose information you want to retrieve.

Length Constraints: Minimum length of 5. Maximum length of 36.

Pattern: [a-zA-Z0-9\-\_]+

Required: Yes

x-amz-account-id

The AWS account ID associated with the S3 Batch Operations job.

Length Constraints: Maximum length of 64.

Pattern: ^\d{12}$

Required: Yes

Request Body

The request does not have a request body.

Response Syntax

HTTP/1.1 200 <?xml version="1.0" encoding="UTF-8"?> <DescribeJobResult> <Job> <ConfirmationRequired>boolean</ConfirmationRequired> <CreationTime>timestamp</CreationTime> <Description>string</Description> <FailureReasons> <JobFailure> <FailureCode>string</FailureCode> <FailureReason>string</FailureReason> </JobFailure> </FailureReasons> <GeneratedManifestDescriptor> <Format>string</Format> <Location> <ETag>string</ETag> <ObjectArn>string</ObjectArn> <ObjectVersionId>string</ObjectVersionId> </Location> </GeneratedManifestDescriptor> <JobArn>string</JobArn> <JobId>string</JobId> <Manifest> <Location> <ETag>string</ETag> <ObjectArn>string</ObjectArn> <ObjectVersionId>string</ObjectVersionId> </Location> <Spec> <Fields> <member>string</member> </Fields> <Format>string</Format> </Spec> </Manifest> <ManifestGenerator> <S3JobManifestGenerator> <EnableManifestOutput>boolean</EnableManifestOutput> <ExpectedBucketOwner>string</ExpectedBucketOwner> <Filter> <CreatedAfter>timestamp</CreatedAfter> <CreatedBefore>timestamp</CreatedBefore> <EligibleForReplication>boolean</EligibleForReplication> <KeyNameConstraint> <MatchAnyPrefix> <member>string</member> </MatchAnyPrefix> <MatchAnySubstring> <member>string</member> </MatchAnySubstring> <MatchAnySuffix> <member>string</member> </MatchAnySuffix> </KeyNameConstraint> <MatchAnyStorageClass> <member>string</member> </MatchAnyStorageClass> <ObjectReplicationStatuses> <member>string</member> </ObjectReplicationStatuses> <ObjectSizeGreaterThanBytes>long</ObjectSizeGreaterThanBytes> <ObjectSizeLessThanBytes>long</ObjectSizeLessThanBytes> </Filter> <ManifestOutputLocation> <Bucket>string</Bucket> <ExpectedManifestBucketOwner>string</ExpectedManifestBucketOwner> <ManifestEncryption> <SSE-KMS> <KeyId>string</KeyId> </SSE-KMS> <SSE-S3> </SSE-S3> </ManifestEncryption> <ManifestFormat>string</ManifestFormat> <ManifestPrefix>string</ManifestPrefix> </ManifestOutputLocation> <SourceBucket>string</SourceBucket> </S3JobManifestGenerator> </ManifestGenerator> <Operation> <LambdaInvoke> <FunctionArn>string</FunctionArn> <InvocationSchemaVersion>string</InvocationSchemaVersion> <UserArguments> <entry> <key>string</key> <value>string</value> </entry> </UserArguments> </LambdaInvoke> <S3DeleteObjectTagging> </S3DeleteObjectTagging> <S3InitiateRestoreObject> <ExpirationInDays>integer</ExpirationInDays> <GlacierJobTier>string</GlacierJobTier> </S3InitiateRestoreObject> <S3PutObjectAcl> <AccessControlPolicy> <AccessControlList> <Grants> <S3Grant> <Grantee> <DisplayName>string</DisplayName> <Identifier>string</Identifier> <TypeIdentifier>string</TypeIdentifier> </Grantee> <Permission>string</Permission> </S3Grant> </Grants> <Owner> <DisplayName>string</DisplayName> <ID>string</ID> </Owner> </AccessControlList> <CannedAccessControlList>string</CannedAccessControlList> </AccessControlPolicy> </S3PutObjectAcl> <S3PutObjectCopy> <AccessControlGrants> <S3Grant> <Grantee> <DisplayName>string</DisplayName> <Identifier>string</Identifier> <TypeIdentifier>string</TypeIdentifier> </Grantee> <Permission>string</Permission> </S3Grant> </AccessControlGrants> <BucketKeyEnabled>boolean</BucketKeyEnabled> <CannedAccessControlList>string</CannedAccessControlList> <ChecksumAlgorithm>string</ChecksumAlgorithm> <MetadataDirective>string</MetadataDirective> <ModifiedSinceConstraint>timestamp</ModifiedSinceConstraint> <NewObjectMetadata> <CacheControl>string</CacheControl> <ContentDisposition>string</ContentDisposition> <ContentEncoding>string</ContentEncoding> <ContentLanguage>string</ContentLanguage> <ContentLength>long</ContentLength> <ContentMD5>string</ContentMD5> <ContentType>string</ContentType> <HttpExpiresDate>timestamp</HttpExpiresDate> <RequesterCharged>boolean</RequesterCharged> <SSEAlgorithm>string</SSEAlgorithm> <UserMetadata> <entry> <key>string</key> <value>string</value> </entry> </UserMetadata> </NewObjectMetadata> <NewObjectTagging> <S3Tag> <Key>string</Key> <Value>string</Value> </S3Tag> </NewObjectTagging> <ObjectLockLegalHoldStatus>string</ObjectLockLegalHoldStatus> <ObjectLockMode>string</ObjectLockMode> <ObjectLockRetainUntilDate>timestamp</ObjectLockRetainUntilDate> <RedirectLocation>string</RedirectLocation> <RequesterPays>boolean</RequesterPays> <SSEAwsKmsKeyId>string</SSEAwsKmsKeyId> <StorageClass>string</StorageClass> <TargetKeyPrefix>string</TargetKeyPrefix> <TargetResource>string</TargetResource> <UnModifiedSinceConstraint>timestamp</UnModifiedSinceConstraint> </S3PutObjectCopy> <S3PutObjectLegalHold> <LegalHold> <Status>string</Status> </LegalHold> </S3PutObjectLegalHold> <S3PutObjectRetention> <BypassGovernanceRetention>boolean</BypassGovernanceRetention> <Retention> <Mode>string</Mode> <RetainUntilDate>timestamp</RetainUntilDate> </Retention> </S3PutObjectRetention> <S3PutObjectTagging> <TagSet> <S3Tag> <Key>string</Key> <Value>string</Value> </S3Tag> </TagSet> </S3PutObjectTagging> <S3ReplicateObject> </S3ReplicateObject> </Operation> <Priority>integer</Priority> <ProgressSummary> <NumberOfTasksFailed>long</NumberOfTasksFailed> <NumberOfTasksSucceeded>long</NumberOfTasksSucceeded> <Timers> <ElapsedTimeInActiveSeconds>long</ElapsedTimeInActiveSeconds> </Timers> <TotalNumberOfTasks>long</TotalNumberOfTasks> </ProgressSummary> <Report> <Bucket>string</Bucket> <Enabled>boolean</Enabled> <Format>string</Format> <Prefix>string</Prefix> <ReportScope>string</ReportScope> </Report> <RoleArn>string</RoleArn> <Status>string</Status> <StatusUpdateReason>string</StatusUpdateReason> <SuspendedCause>string</SuspendedCause> <SuspendedDate>timestamp</SuspendedDate> <TerminationDate>timestamp</TerminationDate> </Job> </DescribeJobResult>

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in XML format by the service.

DescribeJobResult

Root level tag for the DescribeJobResult parameters.

Required: Yes

Job

Contains the configuration parameters and status for the job specified in the Describe Job request.

Type: JobDescriptor data type

Errors

BadRequestException

HTTP Status Code: 400

InternalServiceException

HTTP Status Code: 500

NotFoundException

HTTP Status Code: 400

TooManyRequestsException

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following:

プライバシーサイト規約Cookie の設定
© 2025, Amazon Web Services, Inc. or its affiliates.All rights reserved.