aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
55 lines • 2.3 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsImportexportActions;
(function (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
*/
AwsImportexportActions["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
*/
AwsImportexportActions["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
*/
AwsImportexportActions["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
*/
AwsImportexportActions["GetStatus"] = "importexport:GetStatus";
/**
* This action returns the jobs associated with the requester.
*
* See https://docs.aws.amazon.com/AWSImportExport/latest/DG/WebListJobs.html
*/
AwsImportexportActions["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
*/
AwsImportexportActions["UpdateJob"] = "importexport:UpdateJob";
})(AwsImportexportActions || (AwsImportexportActions = {}));
//# sourceMappingURL=importexport.js.map