aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
40 lines • 1.8 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSsmGuiconnectActions = void 0;
/**
* 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
*/
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 = exports.AwsSsmGuiconnectActions || (exports.AwsSsmGuiconnectActions = {}));
//# sourceMappingURL=ssm-guiconnect.js.map