aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
134 lines (133 loc) • 6.15 kB
TypeScript
/**
* All IAM policy actions for Amazon SageMaker geospatial capabilities (SAGEMAKER-GEOSPATIAL)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemakergeospatialcapabilities.html
*
* 2025-02-24T21:49:36.940Z
*/
export declare enum AwsSagemakerGeospatialActions {
/**
* Grants permission to the DeleteEarthObservationJob operation which deletes an e
* xisting earth observation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_DeleteEarthObservationJob.html
*/
DeleteEarthObservationJob = "sagemaker-geospatial:DeleteEarthObservationJob",
/**
* Grants permission to the DeleteVectorEnrichmentJob operation which deletes an e
* xisting vector enrichment job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_DeleteVectorEnrichmentJob.html
*/
DeleteVectorEnrichmentJob = "sagemaker-geospatial:DeleteVectorEnrichmentJob",
/**
* Grants permission to copy results of an earth observation job to an S3 location
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ExportEarthObservationJob.html
*/
ExportEarthObservationJob = "sagemaker-geospatial:ExportEarthObservationJob",
/**
* Grants permission to copy results of an VectorEnrichmentJob to an S3 location
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ExportVectorEnrichmentJob.html
*/
ExportVectorEnrichmentJob = "sagemaker-geospatial:ExportVectorEnrichmentJob",
/**
* Grants permission to return details about the earth observation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_GetEarthObservationJob.html
*/
GetEarthObservationJob = "sagemaker-geospatial:GetEarthObservationJob",
/**
* Grants permission to return details about the raster data collection
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_GetRasterDataCollection.html
*/
GetRasterDataCollection = "sagemaker-geospatial:GetRasterDataCollection",
/**
* Grants permission to get the tile of an earth observation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_GetTile.html
*/
GetTile = "sagemaker-geospatial:GetTile",
/**
* Grants permission to return details about the vector enrichment job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_GetVectorEnrichmentJob.html
*/
GetVectorEnrichmentJob = "sagemaker-geospatial:GetVectorEnrichmentJob",
/**
* Grants permission to return an array of earth observation jobs associated with
* the current account
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ListEarthObservationJobs.html
*/
ListEarthObservationJobs = "sagemaker-geospatial:ListEarthObservationJobs",
/**
* Grants permission to return an array of aster data collections associated with
* the given model name
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ListRasterDataCollections.html
*/
ListRasterDataCollections = "sagemaker-geospatial:ListRasterDataCollections",
/**
* Grants permission to lists tag for an SageMaker Geospatial resource
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ListTagsForResource.html
*/
ListTagsForResource = "sagemaker-geospatial:ListTagsForResource",
/**
* Grants permission to return an array of vector enrichment jobs associated with
* the current account
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_ListVectorEnrichmentJobs.html
*/
ListVectorEnrichmentJobs = "sagemaker-geospatial:ListVectorEnrichmentJobs",
/**
* Grants permission to query raster data collections
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_SearchRasterDataCollection.html
*/
SearchRasterDataCollection = "sagemaker-geospatial:SearchRasterDataCollection",
/**
* Grants permission to the StartEarthObservationJob operation which starts a new
* earth observation job to your account
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_StartEarthObservationJob.html
*/
StartEarthObservationJob = "sagemaker-geospatial:StartEarthObservationJob",
/**
* Grants permission to the StartVectorEnrichmentJob operation which starts a new
* vector enrichment job to your account
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_StartVectorEnrichmentJob.html
*/
StartVectorEnrichmentJob = "sagemaker-geospatial:StartVectorEnrichmentJob",
/**
* Grants permission to the StopEarthObservationJob operation which stops an exist
* ing earth observation job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_StopEarthObservationJob.html
*/
StopEarthObservationJob = "sagemaker-geospatial:StopEarthObservationJob",
/**
* Grants permission to the StopVectorEnrichmentJob operation which stops an exist
* ing vector enrichment job
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_StopVectorEnrichmentJob.html
*/
StopVectorEnrichmentJob = "sagemaker-geospatial:StopVectorEnrichmentJob",
/**
* Grants permission to tag an SageMaker Geospatial resource
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_TagResource.html
*/
TagResource = "sagemaker-geospatial:TagResource",
/**
* Grants permission to untag an SageMaker Geospatial resource
*
* See https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_geospatial_UntagResource.html
*/
UntagResource = "sagemaker-geospatial:UntagResource"
}