aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
37 lines • 1.65 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Systems Manager GUI Connect (SSM-GUICONNECT)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssystemsmanagerguiconnect.html
*
* 2025-02-24T21:49:55.722Z
*/
export var AwsSsmGuiconnectActions;
(function (AwsSsmGuiconnectActions) {
/**
* Grants permission to terminate a GUI Connect connection
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-remote-desktop-connections.html
*/
AwsSsmGuiconnectActions["CancelConnection"] = "ssm-guiconnect:CancelConnection";
/**
* Grants permission to get the metadata for a GUI Connect connection
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-remote-desktop-connections.html
*/
AwsSsmGuiconnectActions["GetConnection"] = "ssm-guiconnect:GetConnection";
/**
* Grants permission to list the metadata for GUI Connect connections
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-remote-desktop-connections.html
*/
AwsSsmGuiconnectActions["ListConnections"] = "ssm-guiconnect:ListConnections";
/**
* Grants permission to start a GUI Connect connection
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/fleet-manager-remote-desktop-connections.html
*/
AwsSsmGuiconnectActions["StartConnection"] = "ssm-guiconnect:StartConnection";
})(AwsSsmGuiconnectActions || (AwsSsmGuiconnectActions = {}));
//# sourceMappingURL=ssm-guiconnect.js.map