MQ
import { MQ } from "https://aws-api.deno.dev/v0.2/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 AWS 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).
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.