aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
94 lines • 4.41 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsArcZonalShiftActions = void 0;
/**
* All IAM policy actions for Amazon Application Recovery Controller - Zonal Shift (ARC-ZONAL-SHIFT)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonapplicationrecoverycontroller-zonalshift.html
*
* 2025-02-24T21:46:45.696Z
*/
var AwsArcZonalShiftActions;
(function (AwsArcZonalShiftActions) {
/**
* Grants permission to cancel an active zonal shift
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_CancelZonalShift.html
*/
AwsArcZonalShiftActions["CancelZonalShift"] = "arc-zonal-shift:CancelZonalShift";
/**
* Grants permission to create a practice run configuration
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_CreatePracticeRunConfiguration.html
*/
AwsArcZonalShiftActions["CreatePracticeRunConfiguration"] = "arc-zonal-shift:CreatePracticeRunConfiguration";
/**
* Grants permission to delete a practice run configuration
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_DeletePracticeRunConfiguration.html
*/
AwsArcZonalShiftActions["DeletePracticeRunConfiguration"] = "arc-zonal-shift:DeletePracticeRunConfiguration";
/**
* Grants permission to get autoshift observer notification status
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_GetAutoshiftObserverNotificationStatus.html
*/
AwsArcZonalShiftActions["GetAutoshiftObserverNotificationStatus"] = "arc-zonal-shift:GetAutoshiftObserverNotificationStatus";
/**
* Grants permission to get information about a managed resource
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_GetManagedResource.html
*/
AwsArcZonalShiftActions["GetManagedResource"] = "arc-zonal-shift:GetManagedResource";
/**
* Grants permission to list active and completed autoshifts
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html
*/
AwsArcZonalShiftActions["ListAutoshifts"] = "arc-zonal-shift:ListAutoshifts";
/**
* Grants permission to list managed resources
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListManagedResources.html
*/
AwsArcZonalShiftActions["ListManagedResources"] = "arc-zonal-shift:ListManagedResources";
/**
* Grants permission to list zonal shifts
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListZonalShifts.html
*/
AwsArcZonalShiftActions["ListZonalShifts"] = "arc-zonal-shift:ListZonalShifts";
/**
* Grants permission to start a zonal shift
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_StartZonalShift.html
*/
AwsArcZonalShiftActions["StartZonalShift"] = "arc-zonal-shift:StartZonalShift";
/**
* Grants permission to update autoshift observer notification status
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_UpdateAutoshiftObserverNotificationStatus.html
*/
AwsArcZonalShiftActions["UpdateAutoshiftObserverNotificationStatus"] = "arc-zonal-shift:UpdateAutoshiftObserverNotificationStatus";
/**
* Grants permission to update a practice run configuration
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_UpdatePracticeRunConfiguration.html
*/
AwsArcZonalShiftActions["UpdatePracticeRunConfiguration"] = "arc-zonal-shift:UpdatePracticeRunConfiguration";
/**
* Grants permission to update a zonal autoshift status
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_UpdateZonalAutoshiftConfiguration.html
*/
AwsArcZonalShiftActions["UpdateZonalAutoshiftConfiguration"] = "arc-zonal-shift:UpdateZonalAutoshiftConfiguration";
/**
* Grants permission to update an existing zonal shift
*
* See https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_UpdateZonalShift.html
*/
AwsArcZonalShiftActions["UpdateZonalShift"] = "arc-zonal-shift:UpdateZonalShift";
})(AwsArcZonalShiftActions = exports.AwsArcZonalShiftActions || (exports.AwsArcZonalShiftActions = {}));
//# sourceMappingURL=arc-zonal-shift.js.map