aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
44 lines • 2.07 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSsmmessagesActions = void 0;
/**
* All IAM policy actions for Amazon Message Gateway Service (SSMMESSAGES)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmessagegatewayservice.html
*
* 2025-02-24T21:48:55.384Z
*/
var AwsSsmmessagesActions;
(function (AwsSsmmessagesActions) {
/**
* Grants permission to register a control channel for an instance to send control
* messages to Systems Manager service
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html
*/
AwsSsmmessagesActions["CreateControlChannel"] = "ssmmessages:CreateControlChannel";
/**
* Grants permission to register a data channel for an instance to send data messa
* ges to Systems Manager service
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html
*/
AwsSsmmessagesActions["CreateDataChannel"] = "ssmmessages:CreateDataChannel";
/**
* Grants permission to open a websocket connection for a registered control chann
* el stream from an instance to Systems Manager service
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html
*/
AwsSsmmessagesActions["OpenControlChannel"] = "ssmmessages:OpenControlChannel";
/**
* Grants permission to open a websocket connection for a registered data channel
* stream from an instance to Systems Manager service
*
* See https://docs.aws.amazon.com/systems-manager/latest/userguide/getting-started-create-iam-instance-profile.html
*/
AwsSsmmessagesActions["OpenDataChannel"] = "ssmmessages:OpenDataChannel";
})(AwsSsmmessagesActions = exports.AwsSsmmessagesActions || (exports.AwsSsmmessagesActions = {}));
//# sourceMappingURL=ssmmessages.js.map