Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JobOperation

import type { JobOperation } from "https://aws-api.deno.dev/v0.4/services/s3control.ts?docs=full";

The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see Operations in the Amazon S3 User Guide.

interface JobOperation {
LambdaInvoke?: LambdaInvokeOperation | null;
S3DeleteObjectTagging?: S3DeleteObjectTaggingOperation | null;
S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation | null;
S3PutObjectAcl?: S3SetObjectAclOperation | null;
S3PutObjectCopy?: S3CopyObjectOperation | null;
S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation | null;
S3PutObjectRetention?: S3SetObjectRetentionOperation | null;
S3PutObjectTagging?: S3SetObjectTaggingOperation | null;
S3ReplicateObject?: S3ReplicateObjectOperation | null;
}

§Properties

§
LambdaInvoke?: LambdaInvokeOperation | null
[src]

Directs the specified job to invoke an Lambda function on every object in the manifest.

§
S3DeleteObjectTagging?: S3DeleteObjectTaggingOperation | null
[src]

Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.

§
S3InitiateRestoreObject?: S3InitiateRestoreObjectOperation | null
[src]

Directs the specified job to initiate restore requests for every archived object in the manifest.

§
S3PutObjectAcl?: S3SetObjectAclOperation | null
[src]

Directs the specified job to run a PutObjectAcl call on every object in the manifest.

§
S3PutObjectCopy?: S3CopyObjectOperation | null
[src]

Directs the specified job to run a PUT Copy object call on every object in the manifest.

§
S3PutObjectLegalHold?: S3SetObjectLegalHoldOperation | null
[src]
§
S3PutObjectRetention?: S3SetObjectRetentionOperation | null
[src]
§
S3PutObjectTagging?: S3SetObjectTaggingOperation | null
[src]

Directs the specified job to run a PUT Object tagging call on every object in the manifest.

§
S3ReplicateObject?: S3ReplicateObjectOperation | null
[src]

Directs the specified job to invoke ReplicateObject on every object in the job's manifest.