aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
380 lines • 19.1 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsCleanroomsMlActions = void 0;
/**
* All IAM policy actions for AWS Clean Rooms ML (CLEANROOMS-ML)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awscleanroomsml.html
*
* 2025-02-24T21:46:59.987Z
*/
var AwsCleanroomsMlActions;
(function (AwsCleanroomsMlActions) {
/**
* Grants permission to cancel a trained model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CancelTrainedModel.html
*/
AwsCleanroomsMlActions["CancelTrainedModel"] = "cleanrooms-ml:CancelTrainedModel";
/**
* Grants permission to cancel a trained model inference job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CancelTrainedModelInferenceJob.html
*/
AwsCleanroomsMlActions["CancelTrainedModelInferenceJob"] = "cleanrooms-ml:CancelTrainedModelInferenceJob";
/**
* Grants permission to create an audience model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateAudienceModel.html
*/
AwsCleanroomsMlActions["CreateAudienceModel"] = "cleanrooms-ml:CreateAudienceModel";
/**
* Grants permission to create a configured audience model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateConfiguredAudienceModel.html
*/
AwsCleanroomsMlActions["CreateConfiguredAudienceModel"] = "cleanrooms-ml:CreateConfiguredAudienceModel";
/**
* Grants permission to create a configured model algorithm
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateConfiguredModelAlgorithm.html
*/
AwsCleanroomsMlActions["CreateConfiguredModelAlgorithm"] = "cleanrooms-ml:CreateConfiguredModelAlgorithm";
/**
* Grants permission to create a configured model algorithm association
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateConfiguredModelAlgorithmAssociation.html
*/
AwsCleanroomsMlActions["CreateConfiguredModelAlgorithmAssociation"] = "cleanrooms-ml:CreateConfiguredModelAlgorithmAssociation";
/**
* Grants permission to create an ML input channel
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateMLInputChannel.html
*/
AwsCleanroomsMlActions["CreateMLInputChannel"] = "cleanrooms-ml:CreateMLInputChannel";
/**
* Grants permission to create a trained model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateTrainedModel.html
*/
AwsCleanroomsMlActions["CreateTrainedModel"] = "cleanrooms-ml:CreateTrainedModel";
/**
* Grants permission to create a training dataset, or seed audience. In Clean Room
* s ML, the TrainingDataset is metadata that points to a Glue table, which is rea
* d only during AudienceModel creation
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_CreateTrainingDataset.html
*/
AwsCleanroomsMlActions["CreateTrainingDataset"] = "cleanrooms-ml:CreateTrainingDataset";
/**
* Grants permission to delete the specified audience generation job, and removes
* all data associated with the job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteAudienceGenerationJob.html
*/
AwsCleanroomsMlActions["DeleteAudienceGenerationJob"] = "cleanrooms-ml:DeleteAudienceGenerationJob";
/**
* Grants permission to delete the specified audience generation job, and removes
* all data associated with the job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteAudienceModel.html
*/
AwsCleanroomsMlActions["DeleteAudienceModel"] = "cleanrooms-ml:DeleteAudienceModel";
/**
* Grants permission to delete the specified configured audience model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteConfiguredAudienceModel.html
*/
AwsCleanroomsMlActions["DeleteConfiguredAudienceModel"] = "cleanrooms-ml:DeleteConfiguredAudienceModel";
/**
* Grants permission to delete the specified configured audience model policy
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteConfiguredAudienceModelPolicy.html
*/
AwsCleanroomsMlActions["DeleteConfiguredAudienceModelPolicy"] = "cleanrooms-ml:DeleteConfiguredAudienceModelPolicy";
/**
* Grants permission to delete a configured model algorithm
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteConfiguredModelAlgorithm.html
*/
AwsCleanroomsMlActions["DeleteConfiguredModelAlgorithm"] = "cleanrooms-ml:DeleteConfiguredModelAlgorithm";
/**
* Grants permission to delete a configured model algorithm association
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteConfiguredModelAlgorithmAssociation.html
*/
AwsCleanroomsMlActions["DeleteConfiguredModelAlgorithmAssociation"] = "cleanrooms-ml:DeleteConfiguredModelAlgorithmAssociation";
/**
* Grants permission to delete an ML configuration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteMLConfiguration.html
*/
AwsCleanroomsMlActions["DeleteMLConfiguration"] = "cleanrooms-ml:DeleteMLConfiguration";
/**
* Grants permission to delete all data associated with the ML input channel
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteMLInputChannelData.html
*/
AwsCleanroomsMlActions["DeleteMLInputChannelData"] = "cleanrooms-ml:DeleteMLInputChannelData";
/**
* Grants permission to delete all output associated with the trained model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteTrainedModelOutput.html
*/
AwsCleanroomsMlActions["DeleteTrainedModelOutput"] = "cleanrooms-ml:DeleteTrainedModelOutput";
/**
* Grants permission to delete a training dataset
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_DeleteTrainingDataset.html
*/
AwsCleanroomsMlActions["DeleteTrainingDataset"] = "cleanrooms-ml:DeleteTrainingDataset";
/**
* Grants permission to return information about an audience generation job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetAudienceGenerationJob.html
*/
AwsCleanroomsMlActions["GetAudienceGenerationJob"] = "cleanrooms-ml:GetAudienceGenerationJob";
/**
* Grants permission to return information about an audience model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetAudienceModel.html
*/
AwsCleanroomsMlActions["GetAudienceModel"] = "cleanrooms-ml:GetAudienceModel";
/**
* Grants permission to return information about a configured model algorithm asso
* ciation created by any member in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetCollaborationConfiguredModelAlgorithmAssociation.html
*/
AwsCleanroomsMlActions["GetCollaborationConfiguredModelAlgorithmAssociation"] = "cleanrooms-ml:GetCollaborationConfiguredModelAlgorithmAssociation";
/**
* Grants permission to return information about an ML input channel created by an
* y member in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetCollaborationMLInputChannel.html
*/
AwsCleanroomsMlActions["GetCollaborationMLInputChannel"] = "cleanrooms-ml:GetCollaborationMLInputChannel";
/**
* Grants permission to return information about a trained model created by any me
* mber in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetCollaborationTrainedModel.html
*/
AwsCleanroomsMlActions["GetCollaborationTrainedModel"] = "cleanrooms-ml:GetCollaborationTrainedModel";
/**
* Grants permission to return information about a configured audience model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetConfiguredAudienceModel.html
*/
AwsCleanroomsMlActions["GetConfiguredAudienceModel"] = "cleanrooms-ml:GetConfiguredAudienceModel";
/**
* Grants permission to return information about a configured audience model polic
* y
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetConfiguredAudienceModelPolicy.html
*/
AwsCleanroomsMlActions["GetConfiguredAudienceModelPolicy"] = "cleanrooms-ml:GetConfiguredAudienceModelPolicy";
/**
* Grants permission to return information about a configured model algorithm
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetConfiguredModelAlgorithm.html
*/
AwsCleanroomsMlActions["GetConfiguredModelAlgorithm"] = "cleanrooms-ml:GetConfiguredModelAlgorithm";
/**
* Grants permission to return information about a configured model algorithm asso
* ciation
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetConfiguredModelAlgorithmAssociation.html
*/
AwsCleanroomsMlActions["GetConfiguredModelAlgorithmAssociation"] = "cleanrooms-ml:GetConfiguredModelAlgorithmAssociation";
/**
* Grants permission to return information about an ML configuration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetMLConfiguration.html
*/
AwsCleanroomsMlActions["GetMLConfiguration"] = "cleanrooms-ml:GetMLConfiguration";
/**
* Grants permission to return information about an ML input channel
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetMLInputChannel.html
*/
AwsCleanroomsMlActions["GetMLInputChannel"] = "cleanrooms-ml:GetMLInputChannel";
/**
* Grants permission to return information about a trained model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetTrainedModel.html
*/
AwsCleanroomsMlActions["GetTrainedModel"] = "cleanrooms-ml:GetTrainedModel";
/**
* Grants permission to return information about a trained model inference job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetTrainedModelInferenceJob.html
*/
AwsCleanroomsMlActions["GetTrainedModelInferenceJob"] = "cleanrooms-ml:GetTrainedModelInferenceJob";
/**
* Grants permission to return information about a training dataset
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_GetTrainingDataset.html
*/
AwsCleanroomsMlActions["GetTrainingDataset"] = "cleanrooms-ml:GetTrainingDataset";
/**
* Grants permission to return a list of the audience export jobs
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListAudienceExportJobs.html
*/
AwsCleanroomsMlActions["ListAudienceExportJobs"] = "cleanrooms-ml:ListAudienceExportJobs";
/**
* Grants permission to return a list of audience generation jobs
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListAudienceGenerationJobs.html
*/
AwsCleanroomsMlActions["ListAudienceGenerationJobs"] = "cleanrooms-ml:ListAudienceGenerationJobs";
/**
* Grants permission to return a list of audience models
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListAudienceModels.html
*/
AwsCleanroomsMlActions["ListAudienceModels"] = "cleanrooms-ml:ListAudienceModels";
/**
* Grants permission to return a list of configured model algorithms created by an
* y member in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListCollaborationConfiguredModelAlgorithmAssociations.html
*/
AwsCleanroomsMlActions["ListCollaborationConfiguredModelAlgorithmAssociations"] = "cleanrooms-ml:ListCollaborationConfiguredModelAlgorithmAssociations";
/**
* Grants permission to return a list of ML input channels created by any member i
* n the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListCollaborationMLInputChannels.html
*/
AwsCleanroomsMlActions["ListCollaborationMLInputChannels"] = "cleanrooms-ml:ListCollaborationMLInputChannels";
/**
* Grants permission to return a list of trained model export jobs started by any
* member in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListCollaborationTrainedModelExportJobs.html
*/
AwsCleanroomsMlActions["ListCollaborationTrainedModelExportJobs"] = "cleanrooms-ml:ListCollaborationTrainedModelExportJobs";
/**
* Grants permission to return a list of trained model inference jobs started by a
* ny member in the collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListCollaborationTrainedModelInferenceJobs.html
*/
AwsCleanroomsMlActions["ListCollaborationTrainedModelInferenceJobs"] = "cleanrooms-ml:ListCollaborationTrainedModelInferenceJobs";
/**
* Grants permission to return a list of trained models created by any member in t
* he collaboration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListCollaborationTrainedModels.html
*/
AwsCleanroomsMlActions["ListCollaborationTrainedModels"] = "cleanrooms-ml:ListCollaborationTrainedModels";
/**
* Grants permission to return a list of configured audience models
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListConfiguredAudienceModels.html
*/
AwsCleanroomsMlActions["ListConfiguredAudienceModels"] = "cleanrooms-ml:ListConfiguredAudienceModels";
/**
* Grants permission to return a list of configured model algorithm associations
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListConfiguredModelAlgorithmAssociations.html
*/
AwsCleanroomsMlActions["ListConfiguredModelAlgorithmAssociations"] = "cleanrooms-ml:ListConfiguredModelAlgorithmAssociations";
/**
* Grants permission to return a list of configured model algorithms
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListConfiguredModelAlgorithms.html
*/
AwsCleanroomsMlActions["ListConfiguredModelAlgorithms"] = "cleanrooms-ml:ListConfiguredModelAlgorithms";
/**
* Grants permission to return a list of ML input channels
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListMLInputChannels.html
*/
AwsCleanroomsMlActions["ListMLInputChannels"] = "cleanrooms-ml:ListMLInputChannels";
/**
* Grants permission to return a list of tags for a provided resource
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListTagsForResource.html
*/
AwsCleanroomsMlActions["ListTagsForResource"] = "cleanrooms-ml:ListTagsForResource";
/**
* Grants permission to return a list of trained model inference jobs
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListTrainedModelInferenceJobs.html
*/
AwsCleanroomsMlActions["ListTrainedModelInferenceJobs"] = "cleanrooms-ml:ListTrainedModelInferenceJobs";
/**
* Grants permission to return a list of trained models
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListTrainedModels.html
*/
AwsCleanroomsMlActions["ListTrainedModels"] = "cleanrooms-ml:ListTrainedModels";
/**
* Grants permission to return a list of training datasets
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_ListTrainingDatasets.html
*/
AwsCleanroomsMlActions["ListTrainingDatasets"] = "cleanrooms-ml:ListTrainingDatasets";
/**
* Grants permission to create or update the resource policy for a configured audi
* ence model
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_PutConfiguredAudienceModelPolicy.html
*/
AwsCleanroomsMlActions["PutConfiguredAudienceModelPolicy"] = "cleanrooms-ml:PutConfiguredAudienceModelPolicy";
/**
* Grants permission to put an ML configuration
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_PutMLConfiguration.html
*/
AwsCleanroomsMlActions["PutMLConfiguration"] = "cleanrooms-ml:PutMLConfiguration";
/**
* Grants permission to export an audience of a specified size after you have gene
* rated an audience
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_StartAudienceExportJob.html
*/
AwsCleanroomsMlActions["StartAudienceExportJob"] = "cleanrooms-ml:StartAudienceExportJob";
/**
* Grants permission to start the audience generation job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_StartAudienceGenerationJob.html
*/
AwsCleanroomsMlActions["StartAudienceGenerationJob"] = "cleanrooms-ml:StartAudienceGenerationJob";
/**
* Grants permission to start a trained model export job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_StartTrainedModelExportJob.html
*/
AwsCleanroomsMlActions["StartTrainedModelExportJob"] = "cleanrooms-ml:StartTrainedModelExportJob";
/**
* Grants permission to start a trained model inference job
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_StartTrainedModelInferenceJob.html
*/
AwsCleanroomsMlActions["StartTrainedModelInferenceJob"] = "cleanrooms-ml:StartTrainedModelInferenceJob";
/**
* Grants permission to tag a specific resource
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_TagResource.html
*/
AwsCleanroomsMlActions["TagResource"] = "cleanrooms-ml:TagResource";
/**
* Grants permission to untag a specific resource
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_UntagResource.html
*/
AwsCleanroomsMlActions["UnTagResource"] = "cleanrooms-ml:UnTagResource";
/**
* Grants permission to update a configured audience model.
*
* See https://docs.aws.amazon.com/cleanrooms-ml/latest/APIReference/API_UpdateConfiguredAudienceModel.html
*/
AwsCleanroomsMlActions["UpdateConfiguredAudienceModel"] = "cleanrooms-ml:UpdateConfiguredAudienceModel";
})(AwsCleanroomsMlActions = exports.AwsCleanroomsMlActions || (exports.AwsCleanroomsMlActions = {}));
//# sourceMappingURL=cleanrooms-ml.js.map