MQ
import { MQ } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/mq.ts?docs=full";§Constructors
§Methods
Creates a broker. Note: This API is asynchronous.
To create a broker, you must either use the AmazonMQFullAccess IAM policy or include the following EC2 permissions in your IAM policy.
- ec2:CreateNetworkInterface This permission is required to allow Amazon MQ to create an elastic network interface (ENI) on behalf of your account.
- ec2:CreateNetworkInterfacePermission This permission is required to attach the ENI to the broker instance.
- ec2:DeleteNetworkInterface
- ec2:DeleteNetworkInterfacePermission
- ec2:DetachNetworkInterface
- ec2:DescribeInternetGateways
- ec2:DescribeNetworkInterfaces
- ec2:DescribeNetworkInterfacePermissions
- ec2:DescribeRouteTables
- ec2:DescribeSecurityGroups
- ec2:DescribeSubnets
- ec2:DescribeVpcs
For more information, see Create an IAM User and Get Your Amazon Web Services Credentials and Never Modify or Delete the Amazon MQ Elastic Network Interface in the Amazon MQ Developer Guide.
Creates a new configuration for the specified configuration name. Amazon MQ uses the default configuration (the engine type and version).
Creates an ActiveMQ user.
! IMPORTANT: ! Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. ! Broker usernames are accessible to other Amazon Web Services services, including CloudWatch Logs. ! Broker usernames are not intended to be used for private or sensitive data.
Deletes a broker. Note: This API is asynchronous.
Returns information about the specified broker.
Describe available engine types and versions.
Describe available broker instance options.
Returns information about the specified configuration.
Returns the specified configuration revision for the specified configuration.
Returns information about an ActiveMQ user.
Returns a list of all brokers.
Returns a list of all revisions for the specified configuration.
Returns a list of all configurations.
Adds a pending configuration change to a broker.
Updates the specified configuration.