aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
155 lines (154 loc) • 5.49 kB
TypeScript
/**
* All IAM policy actions for AWS Mainframe Modernization Application Testing (APPTEST)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmainframemodernizationapplicationtesting.html
*
* 2025-02-24T21:48:42.987Z
*/
export declare enum AwsApptestActions {
/**
* Grants permission to create a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestCase.html
*/
CreateTestCase = "apptest:CreateTestCase",
/**
* Grants permission to create a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestConfiguration.html
*/
CreateTestConfiguration = "apptest:CreateTestConfiguration",
/**
* Grants permission to create a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestSuite.html
*/
CreateTestSuite = "apptest:CreateTestSuite",
/**
* Grants permission to delete a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestCase.html
*/
DeleteTestCase = "apptest:DeleteTestCase",
/**
* Grants permission to delete a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestConfiguration.html
*/
DeleteTestConfiguration = "apptest:DeleteTestConfiguration",
/**
* Grants permission to delete a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestRun.html
*/
DeleteTestRun = "apptest:DeleteTestRun",
/**
* Grants permission to delete a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestSuite.html
*/
DeleteTestSuite = "apptest:DeleteTestSuite",
/**
* Grants permission to get a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestCase.html
*/
GetTestCase = "apptest:GetTestCase",
/**
* Grants permission to get a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestConfiguration.html
*/
GetTestConfiguration = "apptest:GetTestConfiguration",
/**
* Grants permission to get test run step
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestRunStep.html
*/
GetTestRunStep = "apptest:GetTestRunStep",
/**
* Grants permission to get a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestSuite.html
*/
GetTestSuite = "apptest:GetTestSuite",
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTagsForResource.html
*/
ListTagsForResource = "apptest:ListTagsForResource",
/**
* Grants permission to list test cases
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestCases.html
*/
ListTestCases = "apptest:ListTestCases",
/**
* Grants permission to list test configurations
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestConfigurations.html
*/
ListTestConfigurations = "apptest:ListTestConfigurations",
/**
* Grants permission to list steps for a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestRunSteps.html
*/
ListTestRunSteps = "apptest:ListTestRunSteps",
/**
* Grants permission to list test cases for a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestRunTestCases.html
*/
ListTestRunTestCases = "apptest:ListTestRunTestCases",
/**
* Grants permission to list test runs
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestRuns.html
*/
ListTestRuns = "apptest:ListTestRuns",
/**
* Grants permission to list test suites
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestSuites.html
*/
ListTestSuites = "apptest:ListTestSuites",
/**
* Grants permission to start a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_StartTestRun.html
*/
StartTestRun = "apptest:StartTestRun",
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_TagResource.html
*/
TagResource = "apptest:TagResource",
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UntagResource.html
*/
UntagResource = "apptest:UntagResource",
/**
* Grants permission to update a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestCase.html
*/
UpdateTestCase = "apptest:UpdateTestCase",
/**
* Grants permission to update a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestConfiguration.html
*/
UpdateTestConfiguration = "apptest:UpdateTestConfiguration",
/**
* Grants permission to update a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestSuite.html
*/
UpdateTestSuite = "apptest:UpdateTestSuite"
}