aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
211 lines • 9.08 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Ground Station (GROUNDSTATION)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsgroundstation.html
*
* 2025-02-24T21:48:08.812Z
*/
export var AwsGroundstationActions;
(function (AwsGroundstationActions) {
/**
* Grants permission to cancel a contact
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_CancelContact.html
*/
AwsGroundstationActions["CancelContact"] = "groundstation:CancelContact";
/**
* Grants permission to create a configuration
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_CreateConfig.html
*/
AwsGroundstationActions["CreateConfig"] = "groundstation:CreateConfig";
/**
* Grants permission to create a data flow endpoint group
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_CreateDataflowEndpointGroup.html
*/
AwsGroundstationActions["CreateDataflowEndpointGroup"] = "groundstation:CreateDataflowEndpointGroup";
/**
* Grants permission to create an ephemeris item
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_CreateEphemeris.html
*/
AwsGroundstationActions["CreateEphemeris"] = "groundstation:CreateEphemeris";
/**
* Grants permission to create a mission profile
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_CreateMissionProfile.html
*/
AwsGroundstationActions["CreateMissionProfile"] = "groundstation:CreateMissionProfile";
/**
* Grants permission to delete a config
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DeleteConfig.html
*/
AwsGroundstationActions["DeleteConfig"] = "groundstation:DeleteConfig";
/**
* Grants permission to delete a data flow endpoint group
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DeleteDataflowEndpointGroup.html
*/
AwsGroundstationActions["DeleteDataflowEndpointGroup"] = "groundstation:DeleteDataflowEndpointGroup";
/**
* Grants permission to delete an ephemeris item
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DeleteEphemeris.html
*/
AwsGroundstationActions["DeleteEphemeris"] = "groundstation:DeleteEphemeris";
/**
* Grants permission to delete a mission profile
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DeleteMissionProfile.html
*/
AwsGroundstationActions["DeleteMissionProfile"] = "groundstation:DeleteMissionProfile";
/**
* Grants permission to describe a contact
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DescribeContact.html
*/
AwsGroundstationActions["DescribeContact"] = "groundstation:DescribeContact";
/**
* Grants permission to describe an ephemeris item
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_DescribeEphemeris.html
*/
AwsGroundstationActions["DescribeEphemeris"] = "groundstation:DescribeEphemeris";
/**
* Grants permission to get the configuration of an agent
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetAgentConfiguration.html
*/
AwsGroundstationActions["GetAgentConfiguration"] = "groundstation:GetAgentConfiguration";
/**
* Grants permission to return a configuration
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetConfig.html
*/
AwsGroundstationActions["GetConfig"] = "groundstation:GetConfig";
/**
* Grants permission to return a data flow endpoint group
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetDataflowEndpointGroup.html
*/
AwsGroundstationActions["GetDataflowEndpointGroup"] = "groundstation:GetDataflowEndpointGroup";
/**
* Grants permission to return minutes usage
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetMinuteUsage.html
*/
AwsGroundstationActions["GetMinuteUsage"] = "groundstation:GetMinuteUsage";
/**
* Grants permission to retrieve a mission profile
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetMissionProfile.html
*/
AwsGroundstationActions["GetMissionProfile"] = "groundstation:GetMissionProfile";
/**
* Grants permission to return information about a satellite
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_GetSatellite.html
*/
AwsGroundstationActions["GetSatellite"] = "groundstation:GetSatellite";
/**
* Grants permission to return a list of past configurations
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListConfigs.html
*/
AwsGroundstationActions["ListConfigs"] = "groundstation:ListConfigs";
/**
* Grants permission to return a list of contacts
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListContacts.html
*/
AwsGroundstationActions["ListContacts"] = "groundstation:ListContacts";
/**
* Grants permission to list data flow endpoint groups
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListDataflowEndpointGroups.html
*/
AwsGroundstationActions["ListDataflowEndpointGroups"] = "groundstation:ListDataflowEndpointGroups";
/**
* Grants permission to list ephemerides
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListEphemerides.html
*/
AwsGroundstationActions["ListEphemerides"] = "groundstation:ListEphemerides";
/**
* Grants permission to list ground stations
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListGroundStations.html
*/
AwsGroundstationActions["ListGroundStations"] = "groundstation:ListGroundStations";
/**
* Grants permission to return a list of mission profiles
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListMissionProfiles.html
*/
AwsGroundstationActions["ListMissionProfiles"] = "groundstation:ListMissionProfiles";
/**
* Grants permission to list satellites
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListSatellites.html
*/
AwsGroundstationActions["ListSatellites"] = "groundstation:ListSatellites";
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ListTagsForResource.html
*/
AwsGroundstationActions["ListTagsForResource"] = "groundstation:ListTagsForResource";
/**
* Grants permission to register an agent
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_RegisterAgent.html
*/
AwsGroundstationActions["RegisterAgent"] = "groundstation:RegisterAgent";
/**
* Grants permission to reserve a contact
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_ReserveContact.html
*/
AwsGroundstationActions["ReserveContact"] = "groundstation:ReserveContact";
/**
* Grants permission to assign a resource tag
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_TagResource.html
*/
AwsGroundstationActions["TagResource"] = "groundstation:TagResource";
/**
* Grants permission to unassign a resource tag
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_UntagResource.html
*/
AwsGroundstationActions["UntagResource"] = "groundstation:UntagResource";
/**
* Grants permission to update the status of an agent
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_UpdateAgentStatus.html
*/
AwsGroundstationActions["UpdateAgentStatus"] = "groundstation:UpdateAgentStatus";
/**
* Grants permission to update a configuration
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_UpdateConfig.html
*/
AwsGroundstationActions["UpdateConfig"] = "groundstation:UpdateConfig";
/**
* Grants permission to update an ephemeris item
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_UpdateEphemeris.html
*/
AwsGroundstationActions["UpdateEphemeris"] = "groundstation:UpdateEphemeris";
/**
* Grants permission to update a mission profile
*
* See https://docs.aws.amazon.com/ground-station/latest/APIReference/API_UpdateMissionProfile.html
*/
AwsGroundstationActions["UpdateMissionProfile"] = "groundstation:UpdateMissionProfile";
})(AwsGroundstationActions || (AwsGroundstationActions = {}));
//# sourceMappingURL=groundstation.js.map