UNPKG

aws-iam-policy-types

Version:

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

173 lines 6.94 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsSsmSapActions = void 0; /** * All IAM policy actions for AWS Systems Manager for SAP (SSM-SAP) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssystemsmanagerforsap.html * * 2025-02-24T21:49:55.261Z */ var AwsSsmSapActions; (function (AwsSsmSapActions) { /** * Grants permission to perform backup operation on a specified database * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["BackupDatabase"] = "ssm-sap:BackupDatabase"; /** * Grants permission to delete the SSM for SAP level resource permissions associat * ed with a SSM for SAP database resource * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["DeleteResourcePermission"] = "ssm-sap:DeleteResourcePermission"; /** * Grants permission to deregister an SAP application with SSM for SAP * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["DeregisterApplication"] = "ssm-sap:DeregisterApplication"; /** * Grants permission to access information about an application registered with SS * M for SAP by providing the application ID or application ARN * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["GetApplication"] = "ssm-sap:GetApplication"; /** * Grants permission to access information about a component registered with SSM f * or SAP by providing the application ID and component ID * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["GetComponent"] = "ssm-sap:GetComponent"; /** * Grants permission to access information about a database registered with SSM fo * r SAP by providing the application ID, component ID, and database ID * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["GetDatabase"] = "ssm-sap:GetDatabase"; /** * Grants permission to access information about an operation by providing its ope * ration ID * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["GetOperation"] = "ssm-sap:GetOperation"; /** * Grants permission to get the SSM for SAP level resource permissions associated * with a SSM for SAP database resource * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["GetResourcePermission"] = "ssm-sap:GetResourcePermission"; /** * Grants permission to retrieve a list of all applications registered with SSM fo * r SAP under the customer AWS account * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListApplications"] = "ssm-sap:ListApplications"; /** * Grants permission to retrieve a list of all components in the account of custom * er, or a specific application * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListComponents"] = "ssm-sap:ListComponents"; /** * Grants permission to retrieve a list of all databases in the account of custome * r, or a specific application * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListDatabases"] = "ssm-sap:ListDatabases"; /** * Grants permission to retrieve a list of all operation events in a specified ope * ration * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListOperationEvents"] = "ssm-sap:ListOperationEvents"; /** * Grants permission to retrieve a list of all operations in the account of custom * er, additional filters can be applied * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListOperations"] = "ssm-sap:ListOperations"; /** * Grants permission to list the tags on a specified resource ARN * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["ListTagsForResource"] = "ssm-sap:ListTagsForResource"; /** * Grants permission to add the SSM for SAP level resource permissions associated * with a SSM for SAP database resource * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["PutResourcePermission"] = "ssm-sap:PutResourcePermission"; /** * Grants permission to registers an SAP application with SSM for SAP * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["RegisterApplication"] = "ssm-sap:RegisterApplication"; /** * Grants permission to restore a database from another database * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["RestoreDatabase"] = "ssm-sap:RestoreDatabase"; /** * Grants permission to start a registered SSM for SAP application * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["StartApplication"] = "ssm-sap:StartApplication"; /** * Grants permission to start an on-demand discovery of a registered SSM for SAP a * pplication * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["StartApplicationRefresh"] = "ssm-sap:StartApplicationRefresh"; /** * Grants permission to stop a registered SSM for SAP application * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["StopApplication"] = "ssm-sap:StopApplication"; /** * Grants permission to tag a specified resource ARN * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["TagResource"] = "ssm-sap:TagResource"; /** * Grants permission to remove tags from a specified resource ARN * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["UntagResource"] = "ssm-sap:UntagResource"; /** * Grants permission to update settings of a registered SSM for SAP application * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["UpdateApplicationSettings"] = "ssm-sap:UpdateApplicationSettings"; /** * Grants permission to update the HANA backup settings of a specified database * * See https://docs.aws.amazon.com/systems-manager/index.html */ AwsSsmSapActions["UpdateHANABackupSettings"] = "ssm-sap:UpdateHANABackupSettings"; })(AwsSsmSapActions = exports.AwsSsmSapActions || (exports.AwsSsmSapActions = {})); //# sourceMappingURL=ssm-sap.js.map