{
  "deleteearthobservationjob": {
    "name": "DeleteEarthObservationJob",
    "description": "Grants permission to the DeleteEarthObservationJob operation which deletes an existing earth observation job",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "deletevectorenrichmentjob": {
    "name": "DeleteVectorEnrichmentJob",
    "description": "Grants permission to the DeleteVectorEnrichmentJob operation which deletes an existing vector enrichment job",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "VectorEnrichmentJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "exportearthobservationjob": {
    "name": "ExportEarthObservationJob",
    "description": "Grants permission to copy results of an earth observation job to an S3 location",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": [
          "iam:PassRole"
        ]
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "exportvectorenrichmentjob": {
    "name": "ExportVectorEnrichmentJob",
    "description": "Grants permission to copy results of an VectorEnrichmentJob to an S3 location",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "VectorEnrichmentJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": [
          "iam:PassRole"
        ]
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "getearthobservationjob": {
    "name": "GetEarthObservationJob",
    "description": "Grants permission to return details about the earth observation job",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "getrasterdatacollection": {
    "name": "GetRasterDataCollection",
    "description": "Grants permission to return details about the raster data collection",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "RasterDataCollection",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "gettile": {
    "name": "GetTile",
    "description": "Grants permission to get the tile of an earth observation job",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": [
      "iam:PassRole"
    ]
  },
  "getvectorenrichmentjob": {
    "name": "GetVectorEnrichmentJob",
    "description": "Grants permission to return details about the vector enrichment job",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "VectorEnrichmentJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "listearthobservationjobs": {
    "name": "ListEarthObservationJobs",
    "description": "Grants permission to return an array of earth observation jobs associated with the current account",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listrasterdatacollections": {
    "name": "ListRasterDataCollections",
    "description": "Grants permission to return an array of aster data collections associated with the given model name",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listtagsforresource": {
    "name": "ListTagsForResource",
    "description": "Grants permission to lists tag for an SageMaker Geospatial resource",
    "accessLevel": "List",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "RasterDataCollection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "VectorEnrichmentJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "listvectorenrichmentjobs": {
    "name": "ListVectorEnrichmentJobs",
    "description": "Grants permission to return an array of vector enrichment jobs associated with the current account",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "searchrasterdatacollection": {
    "name": "SearchRasterDataCollection",
    "description": "Grants permission to query raster data collections",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "startearthobservationjob": {
    "name": "StartEarthObservationJob",
    "description": "Grants permission to the StartEarthObservationJob operation which starts a new earth observation job to your account",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": [
          "iam:PassRole",
          "sagemaker-geospatial:TagResource"
        ]
      }
    ],
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "startvectorenrichmentjob": {
    "name": "StartVectorEnrichmentJob",
    "description": "Grants permission to the StartVectorEnrichmentJob operation which starts a new vector enrichment job to your account",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "VectorEnrichmentJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": [
          "iam:PassRole",
          "sagemaker-geospatial:TagResource"
        ]
      }
    ],
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "stopearthobservationjob": {
    "name": "StopEarthObservationJob",
    "description": "Grants permission to the StopEarthObservationJob operation which stops an existing earth observation job",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "stopvectorenrichmentjob": {
    "name": "StopVectorEnrichmentJob",
    "description": "Grants permission to the StopVectorEnrichmentJob operation which stops an existing vector enrichment job",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "VectorEnrichmentJob",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "tagresource": {
    "name": "TagResource",
    "description": "Grants permission to tag an SageMaker Geospatial resource",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "RasterDataCollection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "VectorEnrichmentJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:TagKeys",
      "aws:RequestTag/${TagKey}",
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "untagresource": {
    "name": "UntagResource",
    "description": "Grants permission to untag an SageMaker Geospatial resource",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "EarthObservationJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "RasterDataCollection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "VectorEnrichmentJob",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:TagKeys"
    ],
    "dependentActions": []
  }
}