AWS.Tools.DevOpsGuru.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.DevOpsGuru</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.DGURU.AddDGURUNotificationChannelCmdlet">
            <summary>
            Adds a notification channel to DevOps Guru. A notification channel is used to notify
            you about important DevOps Guru events, such as when an insight is generated.
             
              
            <para>
            If you use an Amazon SNS topic in another account, you must attach a policy to it
            that grants DevOps Guru permission to it notifications. DevOps Guru adds the required
            policy on your behalf to send notifications using Amazon SNS in your account. For
            more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
            for cross account Amazon SNS topics</a>.
            </para><para>
            If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service
            customer-managed key (CMK), then you must add permissions to the CMK. For more information,
            see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions
            for AWS KMS–encrypted Amazon SNS topics</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.AddDGURUNotificationChannelCmdlet.Config_Sn">
            <summary>
            <para>
            <para> Information about a notification channel configured in DevOps Guru to send notifications
            when insights are created. </para><para>If you use an Amazon SNS topic in another account, you must attach a policy to it
            that grants DevOps Guru permission to it notifications. DevOps Guru adds the required
            policy on your behalf to send notifications using Amazon SNS in your account. For
            more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-required-permissions.html">Permissions
            for cross account Amazon SNS topics</a>.</para><para>If you use an Amazon SNS topic that is encrypted by an AWS Key Management Service
            customer-managed key (CMK), then you must add permissions to the CMK. For more information,
            see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/sns-kms-permissions.html">Permissions
            for AWS KMS–encrypted Amazon SNS topics</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.AddDGURUNotificationChannelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Id'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.AddNotificationChannelResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.AddNotificationChannelResponse 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.DGURU.AddDGURUNotificationChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Config_Sn parameter.
            The -PassThru parameter is deprecated, use -Select '^Config_Sn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.AddDGURUNotificationChannelCmdlet.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.DGURU.GetDGURUAccountHealthCmdlet">
            <summary>
            Returns the number of open reactive insights, the number of open proactive insights,
            and the number of metrics analyzed in your AWS account. Use these numbers to gauge
            the health of operations in your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAccountHealthCmdlet.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.DevOpsGuru.Model.DescribeAccountHealthResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeAccountHealthResponse 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="T:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAccountOverviewCmdlet">
            <summary>
            For the time range passed in, returns the number of open reactive insight that were
            created, the number of open proactive insights that were created, and the Mean Time
            to Recover (MTTR) for all closed reactive insights.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAccountOverviewCmdlet.FromTime">
            <summary>
            <para>
            <para> The start of the time range passed in. The start time granularity is at the day level.
            The floor of the start time is used. Returned information occurred after this day.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAccountOverviewCmdlet.ToTime">
            <summary>
            <para>
            <para> The end of the time range passed in. The start time granularity is at the day level.
            The floor of the start time is used. Returned information occurred before this day.
            If this is not specified, then the current day is used. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAccountOverviewCmdlet.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.DevOpsGuru.Model.DescribeAccountOverviewResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeAccountOverviewResponse 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.DGURU.GetDGURUAccountOverviewCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the FromTime parameter.
            The -PassThru parameter is deprecated, use -Select '^FromTime' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomaliesForInsightListCmdlet">
            <summary>
            Returns a list of the anomalies that belong to an insight that you specify using
            its ID.<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.DGURU.GetDGURUAnomaliesForInsightListCmdlet.InsightId">
            <summary>
            <para>
            <para> The ID of the insight. The returned anomalies belong to this insight. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomaliesForInsightListCmdlet.StartTimeRange">
            <summary>
            <para>
            <para> A time range used to specify when the requested anomalies started. All returned anomalies
            started during this time range. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomaliesForInsightListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned <code>nextToken</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomaliesForInsightListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUAnomaliesForInsightListCmdlet.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.DevOpsGuru.Model.ListAnomaliesForInsightResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.ListAnomaliesForInsightResponse 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.DGURU.GetDGURUAnomaliesForInsightListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InsightId parameter.
            The -PassThru parameter is deprecated, use -Select '^InsightId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomaliesForInsightListCmdlet.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.DGURU.GetDGURUAnomalyCmdlet">
            <summary>
            Returns details about an anomaly that you specify using its ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomalyCmdlet.Id">
            <summary>
            <para>
            <para> The ID of the anomaly. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUAnomalyCmdlet.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.DevOpsGuru.Model.DescribeAnomalyResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeAnomalyResponse 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.DGURU.GetDGURUAnomalyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet">
            <summary>
            Returns a list of the events emitted by the resources that are evaluated by DevOps
            Guru. You can use filters to specify which events are returned.<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.DGURU.GetDGURUEventListCmdlet.Filters_DataSource">
            <summary>
            <para>
            <para> The source, <code>AWS_CLOUD_TRAIL</code> or <code>AWS_CODE_DEPLOY</code>, of the
            events you want returned. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.Filters_EventClass">
            <summary>
            <para>
            <para> The class of the events you want to filter for, such as an infrastructure change,
            a deployment, or a schema change. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.Filters_EventSource">
            <summary>
            <para>
            <para> The AWS source that emitted the events you want to filter for. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.Filters_EventTimeRange">
            <summary>
            <para>
            <para> A time range during which you want the filtered events to have occurred. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.Filters_InsightId">
            <summary>
            <para>
            <para> An ID of an insight that is related to the events you want to filter for. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.Filters_ResourceCollection">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned <code>nextToken</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUEventListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Events'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.ListEventsResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.ListEventsResponse 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.DGURU.GetDGURUEventListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Filters_InsightId parameter.
            The -PassThru parameter is deprecated, use -Select '^Filters_InsightId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUEventListCmdlet.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.DGURU.GetDGURUFeedbackCmdlet">
            <summary>
            Returns the most recent feedback submitted in the current AWS account and Region.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUFeedbackCmdlet.InsightId">
            <summary>
            <para>
            <para> The ID of the insight for which the feedback was provided. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUFeedbackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'InsightFeedback'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.DescribeFeedbackResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeFeedbackResponse 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.DGURU.GetDGURUFeedbackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InsightId parameter.
            The -PassThru parameter is deprecated, use -Select '^InsightId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightCmdlet">
            <summary>
            Returns details about an insight that you specify using its ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightCmdlet.Id">
            <summary>
            <para>
            <para> The ID of the insight. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightCmdlet.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.DevOpsGuru.Model.DescribeInsightResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeInsightResponse 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.DGURU.GetDGURUInsightCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightListCmdlet">
            <summary>
            Returns a list of insights in your AWS account. You can specify which insights are
            returned by their start time and status (<code>ONGOING</code>, <code>CLOSED</code>,
            or <code>ANY</code>).<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.DGURU.GetDGURUInsightListCmdlet.StatusFilter">
            <summary>
            <para>
            <para> A filter used to filter the returned insights by their status. You can specify one
            status filter. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned <code>nextToken</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUInsightListCmdlet.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.DevOpsGuru.Model.ListInsightsResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.ListInsightsResponse 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.DGURU.GetDGURUInsightListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the StatusFilter parameter.
            The -PassThru parameter is deprecated, use -Select '^StatusFilter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUInsightListCmdlet.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.DGURU.GetDGURUNotificationChannelListCmdlet">
            <summary>
            Returns a list of notification channels configured for DevOps Guru. Each notification
            channel is used to notify you when DevOps Guru generates an insight that contains
            information about how to improve your operations. The one supported notification channel
            is Amazon Simple Notification Service (Amazon SNS).<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.DGURU.GetDGURUNotificationChannelListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUNotificationChannelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Channels'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.ListNotificationChannelsResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.ListNotificationChannelsResponse 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.DGURU.GetDGURUNotificationChannelListCmdlet.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.DGURU.GetDGURURecommendationListCmdlet">
            <summary>
            Returns a list of a specified insight's recommendations. Each recommendation includes
            a list of related metrics and a list of related events.<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.DGURU.GetDGURURecommendationListCmdlet.InsightId">
            <summary>
            <para>
            <para> The ID of the requested insight. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURURecommendationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURURecommendationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Recommendations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.ListRecommendationsResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.ListRecommendationsResponse 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.DGURU.GetDGURURecommendationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InsightId parameter.
            The -PassThru parameter is deprecated, use -Select '^InsightId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURURecommendationListCmdlet.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.DGURU.GetDGURUResourceCollectionCmdlet">
            <summary>
            Returns lists AWS resources that are of the specified resource collection type. The
            one type of AWS resource collection supported is AWS CloudFormation stacks. DevOps
            Guru can be configured to analyze only the AWS resources that are defined in the stacks.<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.DGURU.GetDGURUResourceCollectionCmdlet.ResourceCollectionType">
            <summary>
            <para>
            <para> The type of AWS resource collections to return. The one valid value is <code>CLOUD_FORMATION</code>
            for AWS CloudFormation stacks. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUResourceCollectionCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUResourceCollectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceCollection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.GetResourceCollectionResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.GetResourceCollectionResponse 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.DGURU.GetDGURUResourceCollectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceCollectionType parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceCollectionType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUResourceCollectionCmdlet.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.DGURU.GetDGURUResourceCollectionHealthCmdlet">
            <summary>
            Returns the number of open proactive insights, open reactive insights, and the Mean
            Time to Recover (MTTR) for all closed insights in resource collections in your account.
            You specify the type of AWS resources collection. The one type of AWS resource collection
            supported is AWS CloudFormation stacks. DevOps Guru can be configured to analyze only
            the AWS resources that are defined in the stacks.<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.DGURU.GetDGURUResourceCollectionHealthCmdlet.ResourceCollectionType">
            <summary>
            <para>
            <para> An AWS resource collection type. This type specifies how analyzed AWS resources are
            defined. The one type of AWS resource collection supported is AWS CloudFormation stacks.
            DevOps Guru can be configured to analyze only the AWS resources that are defined in
            the stacks. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUResourceCollectionHealthCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.GetDGURUResourceCollectionHealthCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CloudFormation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.DescribeResourceCollectionHealthResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeResourceCollectionHealthResponse 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.DGURU.GetDGURUResourceCollectionHealthCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceCollectionType parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceCollectionType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUResourceCollectionHealthCmdlet.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.DGURU.GetDGURUServiceIntegrationCmdlet">
            <summary>
            Returns the integration status of services that are integrated with DevOps Guru.
            The one service that can be integrated with DevOps Guru is AWS Systems Manager, which
            can be used to create an OpsItem for each generated insight.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.GetDGURUServiceIntegrationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceIntegration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.DevOpsGuru.Model.DescribeServiceIntegrationResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.DescribeServiceIntegrationResponse 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="T:Amazon.PowerShell.Cmdlets.DGURU.RemoveDGURUNotificationChannelCmdlet">
            <summary>
            Removes a notification channel from DevOps Guru. A notification channel is used to
            notify you when DevOps Guru generates an insight that contains information about how
            to improve your operations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.RemoveDGURUNotificationChannelCmdlet.Id">
            <summary>
            <para>
            <para> The ID of the notification channel to be removed. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.RemoveDGURUNotificationChannelCmdlet.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.DevOpsGuru.Model.RemoveNotificationChannelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.RemoveDGURUNotificationChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.RemoveDGURUNotificationChannelCmdlet.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.DGURU.SearchDGURUInsightCmdlet">
            <summary>
            Returns a list of insights in your AWS account. You can specify which insights are
            returned by their start time, one or more statuses (<code>ONGOING</code>, <code>CLOSED</code>,
            and <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>,
            and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>).
             
             
              
            <para>
             Use the <code>Filters</code> parameter to specify status and severity search parameters.
            Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code>
            in your search.
            </para><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.DGURU.SearchDGURUInsightCmdlet.Filters_ResourceCollection">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.Filters_Severity">
            <summary>
            <para>
            <para> An array of severity values used to search for insights. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.StartTimeRange">
            <summary>
            <para>
            <para> The start of the time range passed in. Returned insights occurred after this time.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.Filters_Status">
            <summary>
            <para>
            <para> An array of status values used to search for insights. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.Type">
            <summary>
            <para>
            <para> The type of insights you are searching for (<code>REACTIVE</code> or <code>PROACTIVE</code>).
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return with a single call. To retrieve the remaining
            results, make another call with the returned <code>nextToken</code> value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.NextToken">
            <summary>
            <para>
            <para>The pagination token to use to retrieve the next page of results for this operation.
            If this value is null, it retrieves the first page.</para>
            </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.DGURU.SearchDGURUInsightCmdlet.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.DevOpsGuru.Model.SearchInsightsResponse).
            Specifying the name of a property of type Amazon.DevOpsGuru.Model.SearchInsightsResponse 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.DGURU.SearchDGURUInsightCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.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="P:Amazon.PowerShell.Cmdlets.DGURU.SearchDGURUInsightCmdlet.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.DGURU.UpdateDGURUResourceCollectionCmdlet">
            <summary>
            Updates the collection of resources that DevOps Guru analyzes. The one type of AWS
            resource collection supported is AWS CloudFormation stacks. DevOps Guru can be configured
            to analyze only the AWS resources that are defined in the stacks. This method also
            creates the IAM role required for you to use DevOps Guru.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUResourceCollectionCmdlet.Action">
            <summary>
            <para>
            <para> Specifies if the resource collection in the request is added or deleted to the resource
            collection. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUResourceCollectionCmdlet.ResourceCollection">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUResourceCollectionCmdlet.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.DevOpsGuru.Model.UpdateResourceCollectionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUResourceCollectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceCollection parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceCollection' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUResourceCollectionCmdlet.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.DGURU.UpdateDGURUServiceIntegrationCmdlet">
            <summary>
            Enables or disables integration with a service that can be integrated with DevOps
            Guru. The one service that can be integrated with DevOps Guru is AWS Systems Manager,
            which can be used to create an OpsItem for each generated insight.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUServiceIntegrationCmdlet.ServiceIntegration_OpsCenter">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUServiceIntegrationCmdlet.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.DevOpsGuru.Model.UpdateServiceIntegrationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUServiceIntegrationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceIntegration_OpsCenter parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceIntegration_OpsCenter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.UpdateDGURUServiceIntegrationCmdlet.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.DGURU.WriteDGURUFeedbackCmdlet">
            <summary>
            Collects customer feedback about the specified insight.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.WriteDGURUFeedbackCmdlet.InsightFeedback">
            <summary>
            <para>
            <para> The feedback from customers is about the recommendations in this insight. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.WriteDGURUFeedbackCmdlet.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.DevOpsGuru.Model.PutFeedbackResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.WriteDGURUFeedbackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the InsightFeedback parameter.
            The -PassThru parameter is deprecated, use -Select '^InsightFeedback' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.DGURU.WriteDGURUFeedbackCmdlet.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>