aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
157 lines • 6.14 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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 var AwsApptestActions;
(function (AwsApptestActions) {
/**
* Grants permission to create a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestCase.html
*/
AwsApptestActions["CreateTestCase"] = "apptest:CreateTestCase";
/**
* Grants permission to create a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestConfiguration.html
*/
AwsApptestActions["CreateTestConfiguration"] = "apptest:CreateTestConfiguration";
/**
* Grants permission to create a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_CreateTestSuite.html
*/
AwsApptestActions["CreateTestSuite"] = "apptest:CreateTestSuite";
/**
* Grants permission to delete a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestCase.html
*/
AwsApptestActions["DeleteTestCase"] = "apptest:DeleteTestCase";
/**
* Grants permission to delete a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestConfiguration.html
*/
AwsApptestActions["DeleteTestConfiguration"] = "apptest:DeleteTestConfiguration";
/**
* Grants permission to delete a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestRun.html
*/
AwsApptestActions["DeleteTestRun"] = "apptest:DeleteTestRun";
/**
* Grants permission to delete a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_DeleteTestSuite.html
*/
AwsApptestActions["DeleteTestSuite"] = "apptest:DeleteTestSuite";
/**
* Grants permission to get a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestCase.html
*/
AwsApptestActions["GetTestCase"] = "apptest:GetTestCase";
/**
* Grants permission to get a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestConfiguration.html
*/
AwsApptestActions["GetTestConfiguration"] = "apptest:GetTestConfiguration";
/**
* Grants permission to get test run step
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestRunStep.html
*/
AwsApptestActions["GetTestRunStep"] = "apptest:GetTestRunStep";
/**
* Grants permission to get a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_GetTestSuite.html
*/
AwsApptestActions["GetTestSuite"] = "apptest:GetTestSuite";
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTagsForResource.html
*/
AwsApptestActions["ListTagsForResource"] = "apptest:ListTagsForResource";
/**
* Grants permission to list test cases
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestCases.html
*/
AwsApptestActions["ListTestCases"] = "apptest:ListTestCases";
/**
* Grants permission to list test configurations
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestConfigurations.html
*/
AwsApptestActions["ListTestConfigurations"] = "apptest:ListTestConfigurations";
/**
* Grants permission to list steps for a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestRunSteps.html
*/
AwsApptestActions["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
*/
AwsApptestActions["ListTestRunTestCases"] = "apptest:ListTestRunTestCases";
/**
* Grants permission to list test runs
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestRuns.html
*/
AwsApptestActions["ListTestRuns"] = "apptest:ListTestRuns";
/**
* Grants permission to list test suites
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_ListTestSuites.html
*/
AwsApptestActions["ListTestSuites"] = "apptest:ListTestSuites";
/**
* Grants permission to start a test run
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_StartTestRun.html
*/
AwsApptestActions["StartTestRun"] = "apptest:StartTestRun";
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_TagResource.html
*/
AwsApptestActions["TagResource"] = "apptest:TagResource";
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UntagResource.html
*/
AwsApptestActions["UntagResource"] = "apptest:UntagResource";
/**
* Grants permission to update a test case
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestCase.html
*/
AwsApptestActions["UpdateTestCase"] = "apptest:UpdateTestCase";
/**
* Grants permission to update a test configuration
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestConfiguration.html
*/
AwsApptestActions["UpdateTestConfiguration"] = "apptest:UpdateTestConfiguration";
/**
* Grants permission to update a test suite
*
* See https://docs.aws.amazon.com/apptest/latest/APIReference/API_UpdateTestSuite.html
*/
AwsApptestActions["UpdateTestSuite"] = "apptest:UpdateTestSuite";
})(AwsApptestActions || (AwsApptestActions = {}));
//# sourceMappingURL=apptest.js.map