AWS.Tools.MQ.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MQ</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerCmdlet">
            <summary>
            Returns information about the specified broker.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerCmdlet.BrokerId">
            <summary>
            <para>
            The name of the broker. This value must be unique
            in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes,
            and underscores, and must not contain whitespaces, brackets, wildcard characters,
            or special characters.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeBrokerResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeBrokerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerId parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet">
            <summary>
            Describe available engine types and versions.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.EngineType">
            <summary>
            <para>
            Filter response by engine type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of engine types that Amazon
            MQ can return per page (20 by default). This value must be an integer from 5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BrokerEngineTypes'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeBrokerEngineTypesResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeBrokerEngineTypesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EngineType parameter.
            The -PassThru parameter is deprecated, use -Select '^EngineType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerEngineTypeCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet">
            <summary>
            Describe available broker instance options.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.EngineType">
            <summary>
            <para>
            Filter response by engine type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.HostInstanceType">
            <summary>
            <para>
            Filter response by host instance type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.StorageType">
            <summary>
            <para>
            Filter response by storage type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of instance options that
            Amazon MQ can return per page (20 by default). This value must be an integer from
            5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BrokerInstanceOptions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeBrokerInstanceOptionsResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeBrokerInstanceOptionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HostInstanceType parameter.
            The -PassThru parameter is deprecated, use -Select '^HostInstanceType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerInstanceOptionCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerListCmdlet">
            <summary>
            Returns a list of all brokers.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of brokers that Amazon MQ
            can return per page (20 by default). This value must be an integer from 5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerListCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BrokerSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.ListBrokersResponse).
            Specifying the name of a property of type Amazon.MQ.Model.ListBrokersResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQBrokerListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationCmdlet">
            <summary>
            Returns information about the specified configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationCmdlet.ConfigurationId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates
            for the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeConfigurationResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationListCmdlet">
            <summary>
            Returns a list of all configurations.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of configurations that Amazon
            MQ can return per page (20 by default). This value must be an integer from 5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Configurations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.ListConfigurationsResponse).
            Specifying the name of a property of type Amazon.MQ.Model.ListConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionCmdlet">
            <summary>
            Returns the specified configuration revision for the specified configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionCmdlet.ConfigurationId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates
            for the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionCmdlet.ConfigurationRevision">
            <summary>
            <para>
            The revision of the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeConfigurationRevisionResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeConfigurationRevisionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationRevision parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationRevision' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet">
            <summary>
            Returns a list of all revisions for the specified configuration.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.ConfigurationId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates
            for the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of configurations that Amazon
            MQ can return per page (20 by default). This value must be an integer from 5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Revisions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.ListConfigurationRevisionsResponse).
            Specifying the name of a property of type Amazon.MQ.Model.ListConfigurationRevisionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationId parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQConfigurationRevisionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQTagListCmdlet">
            <summary>
            Lists tags for a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQTagListCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource
            tag.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQTagListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.ListTagsResponse).
            Specifying the name of a property of type Amazon.MQ.Model.ListTagsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQTagListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQUserCmdlet">
            <summary>
            Returns information about an ActiveMQ user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserCmdlet.Username">
            <summary>
            <para>
            The username of the ActiveMQ user. This value
            can contain only alphanumeric characters, dashes, periods, underscores, and tildes
            (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DescribeUserResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DescribeUserResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Username parameter.
            The -PassThru parameter is deprecated, use -Select '^Username' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet">
            <summary>
            Returns a list of all ActiveMQ users.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.MaxResult">
            <summary>
            <para>
            The maximum number of ActiveMQ users that can
            be returned per page (20 by default). This value must be an integer from 5 to 100.
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.NextToken">
            <summary>
            <para>
            The token that specifies the next page of results
            Amazon MQ should return. To request the first page, leave nextToken empty.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Users'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.ListUsersResponse).
            Specifying the name of a property of type Amazon.MQ.Model.ListUsersResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerId parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.GetMQUserListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet">
            <summary>
            Creates a broker. Note: This API is asynchronous.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Logs_Audit">
            <summary>
            <para>
            Enables audit logging. Every user management action
            made using JMX or the ActiveMQ Web Console is logged.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.AutoMinorVersionUpgrade">
            <summary>
            <para>
            Required. Enables automatic upgrades
            to new minor versions for brokers, as Apache releases the versions. The automatic
            upgrades occur during the maintenance window of the broker or after a manual broker
            reboot.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.BrokerName">
            <summary>
            <para>
            Required. The name of the broker. This value
            must be unique in your AWS account, 1-50 characters long, must contain only letters,
            numbers, dashes, and underscores, and must not contain whitespaces, brackets, wildcard
            characters, or special characters.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Configuration">
            <summary>
            <para>
            A list of information about the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.CreatorRequestId">
            <summary>
            <para>
            The unique ID that the requester receives
            for the created broker. Amazon MQ passes your ID with the API action. Note: We recommend
            using a Universally Unique Identifier (UUID) for the creatorRequestId. You may omit
            the creatorRequestId if your application doesn't require idempotency.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.DeploymentMode">
            <summary>
            <para>
            Required. The deployment mode of the broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.EngineType">
            <summary>
            <para>
            Required. The type of broker engine. Note:
            Currently, Amazon MQ supports only ACTIVEMQ.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.EngineVersion">
            <summary>
            <para>
            Required. The version of the broker engine.
            For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Logs_General">
            <summary>
            <para>
            Enables general logging.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.HostInstanceType">
            <summary>
            <para>
            Required. The broker's instance type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.EncryptionOptions_KmsKeyId">
            <summary>
            <para>
            The customer master key (CMK) to use for the
            AWS Key Management Service (KMS). This key is used to encrypt your data at rest. If
            not provided, Amazon MQ will use a default CMK to encrypt your data.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.MaintenanceWindowStartTime">
            <summary>
            <para>
            The parameters that determine
            the WeeklyStartTime.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.PubliclyAccessible">
            <summary>
            <para>
            Required. Enables connections from
            applications outside of the VPC that hosts the broker's subnets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.SecurityGroup">
            <summary>
            <para>
            The list of security groups (1 minimum,
            5 maximum) that authorizes connections to brokers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.StorageType">
            <summary>
            <para>
            The broker's storage type.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.SubnetId">
            <summary>
            <para>
            The list of groups (2 maximum) that define which
            subnets and IP ranges the broker can use from different Availability Zones. A SINGLE_INSTANCE
            deployment requires one subnet (for example, the default subnet). An ACTIVE_STANDBY_MULTI_AZ
            deployment requires two subnets.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Tag">
            <summary>
            <para>
            Create tags when creating the broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.EncryptionOptions_UseAwsOwnedKey">
            <summary>
            <para>
            Enables the use of an AWS owned CMK using
            AWS Key Management Service (KMS).
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.User">
            <summary>
            <para>
            Required. The list of ActiveMQ users (persons or
            applications) who can access queues and topics. This value can contain only alphanumeric
            characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be
            2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.CreateBrokerResponse).
            Specifying the name of a property of type Amazon.MQ.Model.CreateBrokerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerName parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQBrokerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet">
            <summary>
            Creates a new configuration for the specified configuration name. Amazon MQ uses the
            default configuration (the engine type and version).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.EngineType">
            <summary>
            <para>
            Required. The type of broker engine. Note:
            Currently, Amazon MQ supports only ACTIVEMQ.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.EngineVersion">
            <summary>
            <para>
            Required. The version of the broker engine.
            For a list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.Name">
            <summary>
            <para>
            Required. The name of the configuration. This value
            can contain only alphanumeric characters, dashes, periods, underscores, and tildes
            (- . _ ~). This value must be 1-150 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.Tag">
            <summary>
            <para>
            Create tags when creating the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.CreateConfigurationResponse).
            Specifying the name of a property of type Amazon.MQ.Model.CreateConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQConfigurationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet">
            <summary>
            Add a tag to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource
            tag.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet.Tag">
            <summary>
            <para>
            The key-value pair for the resource tag.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.CreateTagsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet">
            <summary>
            Creates an ActiveMQ user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.ConsoleAccess">
            <summary>
            <para>
            Enables access to the the ActiveMQ Web Console
            for the ActiveMQ user.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.Group">
            <summary>
            <para>
            The list of groups (20 maximum) to which the ActiveMQ
            user belongs. This value can contain only alphanumeric characters, dashes, periods,
            underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.Password">
            <summary>
            <para>
            Required. The password of the user. This value
            must be at least 12 characters long, must contain at least 4 unique characters, and
            must not contain commas.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.Username">
            <summary>
            <para>
            The username of the ActiveMQ user. This value
            can contain only alphanumeric characters, dashes, periods, underscores, and tildes
            (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.CreateUserResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Username parameter.
            The -PassThru parameter is deprecated, use -Select '^Username' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.NewMQUserCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.RemoveMQBrokerCmdlet">
            <summary>
            Deletes a broker. Note: This API is asynchronous.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQBrokerCmdlet.BrokerId">
            <summary>
            <para>
            The name of the broker. This value must be unique
            in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes,
            and underscores, and must not contain whitespaces, brackets, wildcard characters,
            or special characters.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQBrokerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BrokerId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DeleteBrokerResponse).
            Specifying the name of a property of type Amazon.MQ.Model.DeleteBrokerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQBrokerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerId parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQBrokerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet">
            <summary>
            Removes a tag from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet.ResourceArn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource
            tag.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet.TagKey">
            <summary>
            <para>
            An array of tag keys to delete
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DeleteTagsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet">
            <summary>
            Deletes an ActiveMQ user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet.Username">
            <summary>
            <para>
            The username of the ActiveMQ user. This value
            can contain only alphanumeric characters, dashes, periods, underscores, and tildes
            (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.DeleteUserResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Username parameter.
            The -PassThru parameter is deprecated, use -Select '^Username' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RemoveMQUserCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.RestartMQBrokerCmdlet">
            <summary>
            Reboots a broker. Note: This API is asynchronous.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RestartMQBrokerCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RestartMQBrokerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.RebootBrokerResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RestartMQBrokerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerId parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.RestartMQBrokerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet">
            <summary>
            Adds a pending configuration change to a broker.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.Logs_Audit">
            <summary>
            <para>
            Enables audit logging. Every user management action
            made using JMX or the ActiveMQ Web Console is logged.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.AutoMinorVersionUpgrade">
            <summary>
            <para>
            Enables automatic upgrades to
            new minor versions for brokers, as Apache releases the versions. The automatic upgrades
            occur during the maintenance window of the broker or after a manual broker reboot.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.BrokerId">
            <summary>
            <para>
            The name of the broker. This value must be unique
            in your AWS account, 1-50 characters long, must contain only letters, numbers, dashes,
            and underscores, and must not contain whitespaces, brackets, wildcard characters,
            or special characters.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.Configuration">
            <summary>
            <para>
            A list of information about the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.EngineVersion">
            <summary>
            <para>
            The version of the broker engine. For a
            list of supported engine versions, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker-engine.html
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.Logs_General">
            <summary>
            <para>
            Enables general logging.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.HostInstanceType">
            <summary>
            <para>
            The host instance type of the broker
            to upgrade to. For a list of supported instance types, see https://docs.aws.amazon.com/amazon-mq/latest/developer-guide//broker.html#broker-instance-types
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.SecurityGroup">
            <summary>
            <para>
            The list of security groups (1 minimum,
            5 maximum) that authorizes connections to brokers.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.UpdateBrokerResponse).
            Specifying the name of a property of type Amazon.MQ.Model.UpdateBrokerResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the BrokerId parameter.
            The -PassThru parameter is deprecated, use -Select '^BrokerId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQBrokerCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet">
            <summary>
            Updates the specified configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.ConfigurationId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates
            for the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.Data">
            <summary>
            <para>
            Required. The base64-encoded XML configuration.
            </para>
            <para>The cmdlet will automatically convert the supplied parameter to Base64 before supplying to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.Description">
            <summary>
            <para>
            The description of the configuration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.UpdateConfigurationResponse).
            Specifying the name of a property of type Amazon.MQ.Model.UpdateConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Data parameter.
            The -PassThru parameter is deprecated, use -Select '^Data' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQConfigurationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet">
            <summary>
            Updates the information for an ActiveMQ user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.BrokerId">
            <summary>
            <para>
            The unique ID that Amazon MQ generates for the
            broker.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.ConsoleAccess">
            <summary>
            <para>
            Enables access to the the ActiveMQ Web Console
            for the ActiveMQ user.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.Group">
            <summary>
            <para>
            The list of groups (20 maximum) to which the ActiveMQ
            user belongs. This value can contain only alphanumeric characters, dashes, periods,
            underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.Password">
            <summary>
            <para>
            The password of the user. This value must be
            at least 12 characters long, must contain at least 4 unique characters, and must not
            contain commas.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.Username">
            <summary>
            <para>
            Required. The username of the ActiveMQ user.
            This value can contain only alphanumeric characters, dashes, periods, underscores,
            and tildes (- . _ ~). This value must be 2-100 characters long.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MQ.Model.UpdateUserResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Username parameter.
            The -PassThru parameter is deprecated, use -Select '^Username' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.MQ.UpdateMQUserCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>