UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

53 lines (52 loc) 1.99 kB
/** * All IAM policy actions for AWS Import Export Disk Service (IMPORTEXPORT) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsimportexportdiskservice.html * * 2025-02-24T21:48:17.901Z */ export declare enum AwsImportexportActions { /** * This action cancels a specified job. Only the job owner can cancel it. The acti * on fails if the job has already started or is complete. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebCancelJob.html */ CancelJob = "importexport:CancelJob", /** * This action initiates the process of scheduling an upload or download of your d * ata. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebCreateJob.html */ CreateJob = "importexport:CreateJob", /** * This action generates a pre-paid shipping label that you will use to ship your * device to AWS for processing. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebGetShippingLabel.html */ GetShippingLabel = "importexport:GetShippingLabel", /** * This action returns information about a job, including where the job is in the * processing pipeline, the status of the results, and the signature value associa * ted with the job. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebGetStatus.html */ GetStatus = "importexport:GetStatus", /** * This action returns the jobs associated with the requester. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebListJobs.html */ ListJobs = "importexport:ListJobs", /** * You use this action to change the parameters specified in the original manifest * file by supplying a new manifest file. * * See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebUpdateJob.html */ UpdateJob = "importexport:UpdateJob" }