AWS.Tools.Shield.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Shield</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet">
            <summary>
            Adds health-based detection to the Shield Advanced protection for a resource. Shield
            Advanced health-based detection uses the health of your Amazon Web Services resource
            to improve responsiveness and accuracy in attack detection and response.
             
              
            <para>
            You define the health check in Route 53 and then associate it with your Shield Advanced
            protection. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option">Shield
            Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet.HealthCheckArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the health check to associate with the protection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet.ProtectionId">
            <summary>
            <para>
            <para>The unique identifier (ID) for the <a>Protection</a> object to add the health check
            association to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet.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.Shield.Model.AssociateHealthCheckResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HealthCheckArn parameter.
            The -PassThru parameter is deprecated, use -Select '^HealthCheckArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDHealthCheckCmdlet.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.SHLD.AddSHLDProactiveEngagementDetailCmdlet">
            <summary>
            Initializes proactive engagement and sets the list of contacts for the Shield Response
            Team (SRT) to use. You must provide at least one phone number in the emergency contact
            list.
             
              
            <para>
            After you have initialized proactive engagement using this call, to disable or enable
            proactive engagement, use the calls <c>DisableProactiveEngagement</c> and <c>EnableProactiveEngagement</c>.
             
            </para><note><para>
            This call defines the list of email addresses and phone numbers that the SRT can use
            to contact you for escalations to the SRT and to initiate proactive customer support.
            </para><para>
            The contacts that you provide in the request replace any contacts that were already
            defined. If you already have contacts defined and want to use them, retrieve the list
            using <c>DescribeEmergencyContactSettings</c> and then provide it to this call.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDProactiveEngagementDetailCmdlet.EmergencyContactList">
            <summary>
            <para>
            <para>A list of email addresses and phone numbers that the Shield Response Team (SRT) can
            use to contact you for escalations to the SRT and to initiate proactive customer support.
            </para><para>To enable proactive engagement, the contact list must include at least one phone number.</para><note><para>The contacts that you provide here replace any contacts that were already defined.
            If you already have contacts defined and want to use them, retrieve the list using
            <c>DescribeEmergencyContactSettings</c> and then provide it here. </para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDProactiveEngagementDetailCmdlet.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.Shield.Model.AssociateProactiveEngagementDetailsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDProactiveEngagementDetailCmdlet.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.SHLD.AddSHLDResourceTagCmdlet">
            <summary>
            Adds or updates tags for a resource in Shield.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to add or update tags
            for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags that you want to modify or add to the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDResourceTagCmdlet.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.Shield.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.AddSHLDResourceTagCmdlet.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.SHLD.AddSHLDResourceTagCmdlet.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.SHLD.DisableSHLDApplicationLayerAutomaticResponseCmdlet">
            <summary>
            Disable the Shield Advanced automatic application layer DDoS mitigation feature for
            the protected resource. This stops Shield Advanced from creating, verifying, and applying
            WAF rules for attacks that it detects for the resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.DisableSHLDApplicationLayerAutomaticResponseCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the protected resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.DisableSHLDApplicationLayerAutomaticResponseCmdlet.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.Shield.Model.DisableApplicationLayerAutomaticResponseResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.DisableSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.DisableSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.DisableSHLDProactiveEngagementCmdlet">
            <summary>
            Removes authorization from the Shield Response Team (SRT) to notify contacts about
            escalations to the SRT and to initiate proactive customer support.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.DisableSHLDProactiveEngagementCmdlet.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.Shield.Model.DisableProactiveEngagementResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.DisableSHLDProactiveEngagementCmdlet.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.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet">
            <summary>
            Enable the Shield Advanced automatic application layer DDoS mitigation for the protected
            resource.
             
             <note><para>
            This feature is available for Amazon CloudFront distributions and Application Load
            Balancers only.
            </para></note><para>
            This causes Shield Advanced to create, verify, and apply WAF rules for DDoS attacks
            that it detects for the resource. Shield Advanced applies the rules in a Shield rule
            group inside the web ACL that you've associated with the resource. For information
            about how automatic mitigation works and the requirements for using it, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/ddos-advanced-automatic-app-layer-response.html">Shield
            Advanced automatic application layer DDoS mitigation</a>.
            </para><note><para>
            Don't use this action to make changes to automatic mitigation settings when it's already
            enabled for a resource. Instead, use <a>UpdateApplicationLayerAutomaticResponse</a>.
            </para></note><para>
            To use this feature, you must associate a web ACL with the protected resource. The
            web ACL must be created using the latest version of WAF (v2). You can associate the
            web ACL through the Shield Advanced console at <a href="https://console.aws.amazon.com/wafv2/shieldv2#/">https://console.aws.amazon.com/wafv2/shieldv2#/</a>.
            For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html">Getting
            Started with Shield Advanced</a>. You can also associate the web ACL to the resource
            through the WAF console or the WAF API, but you must manage Shield Advanced automatic
            mitigation through Shield Advanced. For information about WAF, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">WAF
            Developer Guide</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.Action_Block">
            <summary>
            <para>
            <para>Specifies that Shield Advanced should configure its WAF rules with the WAF <c>Block</c>
            action. </para><para>You must specify exactly one action, either <c>Block</c> or <c>Count</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.Action_Count">
            <summary>
            <para>
            <para>Specifies that Shield Advanced should configure its WAF rules with the WAF <c>Count</c>
            action. </para><para>You must specify exactly one action, either <c>Block</c> or <c>Count</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the protected resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.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.Shield.Model.EnableApplicationLayerAutomaticResponseResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.EnableSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.EnableSHLDProactiveEngagementCmdlet">
            <summary>
            Authorizes the Shield Response Team (SRT) to use email and phone to notify contacts
            about escalations to the SRT and to initiate proactive customer support.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDProactiveEngagementCmdlet.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.Shield.Model.EnableProactiveEngagementResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.EnableSHLDProactiveEngagementCmdlet.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.SHLD.GetSHLDAttackCmdlet">
            <summary>
            Describes the details of a DDoS attack.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackCmdlet.AttackId">
            <summary>
            <para>
            <para>The unique identifier (ID) for the attack.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attack'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.DescribeAttackResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeAttackResponse 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.SHLD.GetSHLDAttackCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AttackId parameter.
            The -PassThru parameter is deprecated, use -Select '^AttackId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet">
            <summary>
            Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.<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.SHLD.GetSHLDAttackListCmdlet.EndTime_FromInclusive">
            <summary>
            <para>
            <para>The start time, in Unix time in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.StartTime_FromInclusive">
            <summary>
            <para>
            <para>The start time, in Unix time in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARNs (Amazon Resource Names) of the resources that were attacked. If you leave
            this blank, all applicable resources for this account will be included.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.EndTime_ToExclusive">
            <summary>
            <para>
            <para>The end time, in Unix time in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.StartTime_ToExclusive">
            <summary>
            <para>
            <para>The end time, in Unix time in seconds. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The greatest number of objects that you want Shield Advanced to return to the list
            request. Shield Advanced might return fewer objects than you indicate in this setting,
            even if more objects are available. If there are more objects remaining, Shield Advanced
            will always also return a <c>NextToken</c> value in the response.</para><para>The default setting is 20.</para>
            </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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackListCmdlet.NextToken">
            <summary>
            <para>
            <para>When you request a list of objects from Shield Advanced, if the response does not
            include all of the remaining available objects, Shield Advanced includes a <c>NextToken</c>
            value in the response. You can retrieve the next batch of objects by requesting the
            list again and providing the token that was returned by the prior call in your request.
            </para><para>You can indicate the maximum number of objects that you want Shield Advanced to return
            for a single call with the <c>MaxResults</c> setting. Shield Advanced will not return
            more than <c>MaxResults</c> objects, but may return fewer, even if more objects are
            still available.</para><para>Whenever more objects remain that Shield Advanced has not yet returned to you, the
            response will include a <c>NextToken</c> value.</para><para>On your first call to a list operation, leave this setting empty.</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.SHLD.GetSHLDAttackListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AttackSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.ListAttacksResponse).
            Specifying the name of a property of type Amazon.Shield.Model.ListAttacksResponse 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.SHLD.GetSHLDAttackListCmdlet.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.SHLD.GetSHLDAttackStatisticCmdlet">
            <summary>
            Provides information about the number and type of attacks Shield has detected in the
            last year for all resources that belong to your account, regardless of whether you've
            defined Shield protections for them. This operation is available to Shield customers
            as well as to Shield Advanced customers.
             
              
            <para>
            The operation returns data for the time range of midnight UTC, one year ago, to midnight
            UTC, today. For example, if the current time is <c>2020-10-26 15:39:32 PDT</c>, equal
            to <c>2020-10-26 22:39:32 UTC</c>, then the time range for the attack data returned
            is from <c>2019-10-26 00:00:00 UTC</c> to <c>2020-10-26 00:00:00 UTC</c>.
            </para><para>
            The time range indicates the period covered by the attack statistics data items.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDAttackStatisticCmdlet.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.Shield.Model.DescribeAttackStatisticsResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeAttackStatisticsResponse 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.SHLD.GetSHLDDRTAccessCmdlet">
            <summary>
            Returns the current role and list of Amazon S3 log buckets used by the Shield Response
            Team (SRT) to access your Amazon Web Services account while assisting with attack
            mitigation.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDDRTAccessCmdlet.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.Shield.Model.DescribeDRTAccessResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeDRTAccessResponse 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.SHLD.GetSHLDEmergencyContactSettingCmdlet">
            <summary>
            A list of email addresses and phone numbers that the Shield Response Team (SRT) can
            use to contact you if you have proactive engagement enabled, for escalations to the
            SRT and to initiate proactive customer support.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDEmergencyContactSettingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EmergencyContactList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.DescribeEmergencyContactSettingsResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeEmergencyContactSettingsResponse 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.SHLD.GetSHLDProtectionCmdlet">
            <summary>
            Lists the details of a <a>Protection</a> object.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionCmdlet.ProtectionId">
            <summary>
            <para>
            <para>The unique identifier (ID) for the <a>Protection</a> object to describe. You must
            provide either the <c>ResourceArn</c> of the protected resource or the <c>ProtectionID</c>
            of the protection, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the protected Amazon Web Services resource. You
            must provide either the <c>ResourceArn</c> of the protected resource or the <c>ProtectionID</c>
            of the protection, but not both.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Protection'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.DescribeProtectionResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeProtectionResponse 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.SHLD.GetSHLDProtectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupCmdlet">
            <summary>
            Returns the specification for the specified protection group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupCmdlet.ProtectionGroupId">
            <summary>
            <para>
            <para>The name of the protection group. You use this to identify the protection group in
            lists and to manage the protection group, for example to update, delete, or describe
            it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProtectionGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.DescribeProtectionGroupResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeProtectionGroupResponse 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.SHLD.GetSHLDProtectionGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet">
            <summary>
            Retrieves <a>ProtectionGroup</a> objects for the account. You can retrieve all protection
            groups or you can provide filtering criteria and retrieve just the subset of protection
            groups that match the criteria.<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.SHLD.GetSHLDProtectionGroupListCmdlet.InclusionFilters_Aggregation">
            <summary>
            <para>
            <para>The aggregation setting of the protection groups that you want to retrieve. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet.InclusionFilters_Pattern">
            <summary>
            <para>
            <para>The pattern specification of the protection groups that you want to retrieve. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet.InclusionFilters_ProtectionGroupId">
            <summary>
            <para>
            <para>The ID of the protection group that you want to retrieve. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet.InclusionFilters_ResourceType">
            <summary>
            <para>
            <para>The resource type configuration of the protection groups that you want to retrieve.
            In the protection group configuration, you specify the resource type when you set
            the group's <c>Pattern</c> to <c>BY_RESOURCE_TYPE</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The greatest number of objects that you want Shield Advanced to return to the list
            request. Shield Advanced might return fewer objects than you indicate in this setting,
            even if more objects are available. If there are more objects remaining, Shield Advanced
            will always also return a <c>NextToken</c> value in the response.</para><para>The default setting is 20.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>When you request a list of objects from Shield Advanced, if the response does not
            include all of the remaining available objects, Shield Advanced includes a <c>NextToken</c>
            value in the response. You can retrieve the next batch of objects by requesting the
            list again and providing the token that was returned by the prior call in your request.
            </para><para>You can indicate the maximum number of objects that you want Shield Advanced to return
            for a single call with the <c>MaxResults</c> setting. Shield Advanced will not return
            more than <c>MaxResults</c> objects, but may return fewer, even if more objects are
            still available.</para><para>Whenever more objects remain that Shield Advanced has not yet returned to you, the
            response will include a <c>NextToken</c> value.</para><para>On your first call to a list operation, leave this setting empty.</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.SHLD.GetSHLDProtectionGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProtectionGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.ListProtectionGroupsResponse).
            Specifying the name of a property of type Amazon.Shield.Model.ListProtectionGroupsResponse 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.SHLD.GetSHLDProtectionGroupListCmdlet.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.SHLD.GetSHLDProtectionListCmdlet">
            <summary>
            Retrieves <a>Protection</a> objects for the account. You can retrieve all protections
            or you can provide filtering criteria and retrieve just the subset of protections
            that match the criteria.<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.SHLD.GetSHLDProtectionListCmdlet.InclusionFilters_ProtectionName">
            <summary>
            <para>
            <para>The name of the protection that you want to retrieve. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionListCmdlet.InclusionFilters_ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionListCmdlet.InclusionFilters_ResourceType">
            <summary>
            <para>
            <para>The type of protected resource whose protections you want to retrieve. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The greatest number of objects that you want Shield Advanced to return to the list
            request. Shield Advanced might return fewer objects than you indicate in this setting,
            even if more objects are available. If there are more objects remaining, Shield Advanced
            will always also return a <c>NextToken</c> value in the response.</para><para>The default setting is 20.</para>
            </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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDProtectionListCmdlet.NextToken">
            <summary>
            <para>
            <para>When you request a list of objects from Shield Advanced, if the response does not
            include all of the remaining available objects, Shield Advanced includes a <c>NextToken</c>
            value in the response. You can retrieve the next batch of objects by requesting the
            list again and providing the token that was returned by the prior call in your request.
            </para><para>You can indicate the maximum number of objects that you want Shield Advanced to return
            for a single call with the <c>MaxResults</c> setting. Shield Advanced will not return
            more than <c>MaxResults</c> objects, but may return fewer, even if more objects are
            still available.</para><para>Whenever more objects remain that Shield Advanced has not yet returned to you, the
            response will include a <c>NextToken</c> value.</para><para>On your first call to a list operation, leave this setting empty.</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.SHLD.GetSHLDProtectionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Protections'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.ListProtectionsResponse).
            Specifying the name of a property of type Amazon.Shield.Model.ListProtectionsResponse 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.SHLD.GetSHLDProtectionListCmdlet.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.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet">
            <summary>
            Retrieves the resources that are included in the protection group.<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.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.ProtectionGroupId">
            <summary>
            <para>
            <para>The name of the protection group. You use this to identify the protection group in
            lists and to manage the protection group, for example to update, delete, or describe
            it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The greatest number of objects that you want Shield Advanced to return to the list
            request. Shield Advanced might return fewer objects than you indicate in this setting,
            even if more objects are available. If there are more objects remaining, Shield Advanced
            will always also return a <c>NextToken</c> value in the response.</para><para>The default setting is 20.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>When you request a list of objects from Shield Advanced, if the response does not
            include all of the remaining available objects, Shield Advanced includes a <c>NextToken</c>
            value in the response. You can retrieve the next batch of objects by requesting the
            list again and providing the token that was returned by the prior call in your request.
            </para><para>You can indicate the maximum number of objects that you want Shield Advanced to return
            for a single call with the <c>MaxResults</c> setting. Shield Advanced will not return
            more than <c>MaxResults</c> objects, but may return fewer, even if more objects are
            still available.</para><para>Whenever more objects remain that Shield Advanced has not yet returned to you, the
            response will include a <c>NextToken</c> value.</para><para>On your first call to a list operation, leave this setting empty.</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.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceArns'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.ListResourcesInProtectionGroupResponse).
            Specifying the name of a property of type Amazon.Shield.Model.ListResourcesInProtectionGroupResponse 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.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDResourcesInProtectionGroupListCmdlet.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.SHLD.GetSHLDResourceTagCmdlet">
            <summary>
            Gets information about Amazon Web Services tags for a specified Amazon Resource Name
            (ARN) in Shield.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to get tags for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDResourceTagCmdlet.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.Shield.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.Shield.Model.ListTagsForResourceResponse 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.SHLD.GetSHLDResourceTagCmdlet.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.SHLD.GetSHLDSubscriptionCmdlet">
            <summary>
            Provides details about the Shield Advanced subscription for an account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDSubscriptionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Subscription'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.DescribeSubscriptionResponse).
            Specifying the name of a property of type Amazon.Shield.Model.DescribeSubscriptionResponse 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.SHLD.GetSHLDSubscriptionStateCmdlet">
            <summary>
            Returns the <c>SubscriptionState</c>, either <c>Active</c> or <c>Inactive</c>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GetSHLDSubscriptionStateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SubscriptionState'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.GetSubscriptionStateResponse).
            Specifying the name of a property of type Amazon.Shield.Model.GetSubscriptionStateResponse 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.SHLD.GrantSHLDDRTLogBucketAssociationCmdlet">
            <summary>
            Authorizes the Shield Response Team (SRT) to access the specified Amazon S3 bucket
            containing log data such as Application Load Balancer access logs, CloudFront logs,
            or logs from third party sources. You can associate up to 10 Amazon S3 buckets with
            your subscription.
             
              
            <para>
            To use the services of the SRT and make an <c>AssociateDRTLogBucket</c> request, you
            must be subscribed to the <a href="http://aws.amazon.com/premiumsupport/business-support/">Business
            Support plan</a> or the <a href="http://aws.amazon.com/premiumsupport/enterprise-support/">Enterprise
            Support plan</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTLogBucketAssociationCmdlet.LogBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket that contains the logs that you want to share.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTLogBucketAssociationCmdlet.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.Shield.Model.AssociateDRTLogBucketResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTLogBucketAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LogBucket parameter.
            The -PassThru parameter is deprecated, use -Select '^LogBucket' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTLogBucketAssociationCmdlet.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.SHLD.GrantSHLDDRTRoleAssociationCmdlet">
            <summary>
            Authorizes the Shield Response Team (SRT) using the specified role, to access your
            Amazon Web Services account to assist with DDoS attack mitigation during potential
            attacks. This enables the SRT to inspect your WAF configuration and create or update
            WAF rules and web ACLs.
             
              
            <para>
            You can associate only one <c>RoleArn</c> with your subscription. If you submit an
            <c>AssociateDRTRole</c> request for an account that already has an associated role,
            the new <c>RoleArn</c> will replace the existing <c>RoleArn</c>.
            </para><para>
            Prior to making the <c>AssociateDRTRole</c> request, you must attach the <c>AWSShieldDRTAccessPolicy</c>
            managed policy to the role that you'll specify in the request. You can access this
            policy in the IAM console at <a href="https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy">AWSShieldDRTAccessPolicy</a>.
            For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html">Adding
            and removing IAM identity permissions</a>. The role must also trust the service principal
            <c>drt.shield.amazonaws.com</c>. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html">IAM
            JSON policy elements: Principal</a>.
            </para><para>
            The SRT will have access only to your WAF and Shield resources. By submitting this
            request, you authorize the SRT to inspect your WAF and Shield configuration and create
            and update WAF rules and web ACLs on your behalf. The SRT takes these actions only
            if explicitly authorized by you.
            </para><para>
            You must have the <c>iam:PassRole</c> permission to make an <c>AssociateDRTRole</c>
            request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html">Granting
            a user permissions to pass a role to an Amazon Web Services service</a>.
            </para><para>
            To use the services of the SRT and make an <c>AssociateDRTRole</c> request, you must
            be subscribed to the <a href="http://aws.amazon.com/premiumsupport/business-support/">Business
            Support plan</a> or the <a href="http://aws.amazon.com/premiumsupport/enterprise-support/">Enterprise
            Support plan</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTRoleAssociationCmdlet.RoleArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the role the SRT will use to access your Amazon
            Web Services account.</para><para>Prior to making the <c>AssociateDRTRole</c> request, you must attach the <a href="https://console.aws.amazon.com/iam/home?#/policies/arn:aws:iam::aws:policy/service-role/AWSShieldDRTAccessPolicy">AWSShieldDRTAccessPolicy</a>
            managed policy to this role. For more information see <a href=" https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-attach-detach.html">Attaching
            and Detaching IAM Policies</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTRoleAssociationCmdlet.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.Shield.Model.AssociateDRTRoleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTRoleAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoleArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoleArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.GrantSHLDDRTRoleAssociationCmdlet.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.SHLD.NewSHLDProtectionCmdlet">
            <summary>
            Enables Shield Advanced for a specific Amazon Web Services resource. The resource
            can be an Amazon CloudFront distribution, Amazon Route 53 hosted zone, Global Accelerator
            standard accelerator, Elastic IP Address, Application Load Balancer, or a Classic
            Load Balancer. You can protect Amazon EC2 instances and Network Load Balancers by
            association with protected Amazon EC2 Elastic IP addresses.
             
              
            <para>
            You can add protection to only a single resource with each <c>CreateProtection</c>
            request. You can add protection to multiple resources at once through the Shield Advanced
            console at <a href="https://console.aws.amazon.com/wafv2/shieldv2#/">https://console.aws.amazon.com/wafv2/shieldv2#/</a>.
            For more information see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/getting-started-ddos.html">Getting
            Started with Shield Advanced</a> and <a href="https://docs.aws.amazon.com/waf/latest/developerguide/configure-new-protection.html">Adding
            Shield Advanced protection to Amazon Web Services resources</a>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionCmdlet.Name">
            <summary>
            <para>
            <para>Friendly name for the <c>Protection</c> you are creating.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the resource to be protected.</para><para>The ARN should be in one of the following formats:</para><ul><li><para>For an Application Load Balancer: <c>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/app/<i>load-balancer-name</i>/<i>load-balancer-id</i></c></para></li><li><para>For an Elastic Load Balancer (Classic Load Balancer): <c>arn:aws:elasticloadbalancing:<i>region</i>:<i>account-id</i>:loadbalancer/<i>load-balancer-name</i></c></para></li><li><para>For an Amazon CloudFront distribution: <c>arn:aws:cloudfront::<i>account-id</i>:distribution/<i>distribution-id</i></c></para></li><li><para>For an Global Accelerator standard accelerator: <c>arn:aws:globalaccelerator::<i>account-id</i>:accelerator/<i>accelerator-id</i></c></para></li><li><para>For Amazon Route 53: <c>arn:aws:route53:::hostedzone/<i>hosted-zone-id</i></c></para></li><li><para>For an Elastic IP address: <c>arn:aws:ec2:<i>region</i>:<i>account-id</i>:eip-allocation/<i>allocation-id</i></c></para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tag key-value pairs for the <a>Protection</a> object that is created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProtectionId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Shield.Model.CreateProtectionResponse).
            Specifying the name of a property of type Amazon.Shield.Model.CreateProtectionResponse 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.SHLD.NewSHLDProtectionCmdlet.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.SHLD.NewSHLDProtectionCmdlet.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.SHLD.NewSHLDProtectionGroupCmdlet">
            <summary>
            Creates a grouping of protected resources so they can be handled as a collective.
            This resource grouping improves the accuracy of detection and reduces false positives.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.Aggregation">
            <summary>
            <para>
            <para>Defines how Shield combines resource data for the group in order to detect, mitigate,
            and report events.</para><ul><li><para>Sum - Use the total traffic across the group. This is a good choice for most cases.
            Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</para></li><li><para>Mean - Use the average of the traffic across the group. This is a good choice for
            resources that share traffic uniformly. Examples include accelerators and load balancers.</para></li><li><para>Max - Use the highest traffic from each resource. This is useful for resources that
            don't share traffic and for resources that share that traffic in a non-uniform way.
            Examples include Amazon CloudFront and origin resources for CloudFront distributions.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.Member">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARNs) of the resources to include in the protection group.
            You must set this when you set <c>Pattern</c> to <c>ARBITRARY</c> and you must not
            set it for any other <c>Pattern</c> setting. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.Pattern">
            <summary>
            <para>
            <para>The criteria to use to choose the protected resources for inclusion in the group.
            You can include all resources that have protections, provide a list of resource Amazon
            Resource Names (ARNs), or include all resources of a specified resource type. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.ProtectionGroupId">
            <summary>
            <para>
            <para>The name of the protection group. You use this to identify the protection group in
            lists and to manage the protection group, for example to update, delete, or describe
            it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.ResourceType">
            <summary>
            <para>
            <para>The resource type to include in the protection group. All protected resources of this
            type are included in the protection group. Newly protected resources of this type
            are automatically added to the group. You must set this when you set <c>Pattern</c>
            to <c>BY_RESOURCE_TYPE</c> and you must not set it for any other <c>Pattern</c> setting.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.Tag">
            <summary>
            <para>
            <para>One or more tag key-value pairs for the protection group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.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.Shield.Model.CreateProtectionGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDProtectionGroupCmdlet.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.SHLD.NewSHLDSubscriptionCmdlet">
            <summary>
            Activates Shield Advanced for an account.
             
             <note><para>
            For accounts that are members of an Organizations organization, Shield Advanced subscriptions
            are billed against the organization's payer account, regardless of whether the payer
            account itself is subscribed.
            </para></note><para>
            When you initially create a subscription, your subscription is set to be automatically
            renewed at the end of the existing subscription period. You can change this by submitting
            an <c>UpdateSubscription</c> request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDSubscriptionCmdlet.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.Shield.Model.CreateSubscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.NewSHLDSubscriptionCmdlet.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.SHLD.RemoveSHLDHealthCheckCmdlet">
            <summary>
            Removes health-based detection from the Shield Advanced protection for a resource.
            Shield Advanced health-based detection uses the health of your Amazon Web Services
            resource to improve responsiveness and accuracy in attack detection and response.
             
             
              
            <para>
            You define the health check in Route 53 and then associate or disassociate it with
            your Shield Advanced protection. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/ddos-overview.html#ddos-advanced-health-check-option">Shield
            Advanced Health-Based Detection</a> in the <i>WAF Developer Guide</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDHealthCheckCmdlet.HealthCheckArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the health check that is associated with the protection.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDHealthCheckCmdlet.ProtectionId">
            <summary>
            <para>
            <para>The unique identifier (ID) for the <a>Protection</a> object to remove the health check
            association from. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDHealthCheckCmdlet.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.Shield.Model.DisassociateHealthCheckResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDHealthCheckCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the HealthCheckArn parameter.
            The -PassThru parameter is deprecated, use -Select '^HealthCheckArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDHealthCheckCmdlet.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.SHLD.RemoveSHLDProtectionCmdlet">
            <summary>
            Deletes an Shield Advanced <a>Protection</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionCmdlet.ProtectionId">
            <summary>
            <para>
            <para>The unique identifier (ID) for the <a>Protection</a> object to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionCmdlet.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.Shield.Model.DeleteProtectionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionCmdlet.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.SHLD.RemoveSHLDProtectionGroupCmdlet">
            <summary>
            Removes the specified protection group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionGroupCmdlet.ProtectionGroupId">
            <summary>
            <para>
            <para>The name of the protection group. You use this to identify the protection group in
            lists and to manage the protection group, for example to update, delete, or describe
            it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionGroupCmdlet.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.Shield.Model.DeleteProtectionGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDProtectionGroupCmdlet.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.SHLD.RemoveSHLDResourceTagCmdlet">
            <summary>
            Removes tags from a resource in Shield.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDResourceTagCmdlet.ResourceARN">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource that you want to remove tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag key for each tag that you want to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDResourceTagCmdlet.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.Shield.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDResourceTagCmdlet.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.SHLD.RemoveSHLDResourceTagCmdlet.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.SHLD.RemoveSHLDSubscriptionCmdlet">
            <summary>
            Removes Shield Advanced from an account. Shield Advanced requires a 1-year subscription
            commitment. You cannot delete a subscription prior to the completion of that commitment.<br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDSubscriptionCmdlet.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.Shield.Model.DeleteSubscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RemoveSHLDSubscriptionCmdlet.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.SHLD.RevokeSHLDDRTLogBucketAssociationCmdlet">
            <summary>
            Removes the Shield Response Team's (SRT) access to the specified Amazon S3 bucket
            containing the logs that you shared previously.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTLogBucketAssociationCmdlet.LogBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket that contains the logs that you want to share.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTLogBucketAssociationCmdlet.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.Shield.Model.DisassociateDRTLogBucketResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTLogBucketAssociationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the LogBucket parameter.
            The -PassThru parameter is deprecated, use -Select '^LogBucket' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTLogBucketAssociationCmdlet.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.SHLD.RevokeSHLDDRTRoleAssociationCmdlet">
            <summary>
            Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTRoleAssociationCmdlet.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.Shield.Model.DisassociateDRTRoleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.RevokeSHLDDRTRoleAssociationCmdlet.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.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet">
            <summary>
            Updates an existing Shield Advanced automatic application layer DDoS mitigation configuration
            for the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.Action_Block">
            <summary>
            <para>
            <para>Specifies that Shield Advanced should configure its WAF rules with the WAF <c>Block</c>
            action. </para><para>You must specify exactly one action, either <c>Block</c> or <c>Count</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.Action_Count">
            <summary>
            <para>
            <para>Specifies that Shield Advanced should configure its WAF rules with the WAF <c>Count</c>
            action. </para><para>You must specify exactly one action, either <c>Block</c> or <c>Count</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN (Amazon Resource Name) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.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.Shield.Model.UpdateApplicationLayerAutomaticResponseResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.UpdateSHLDApplicationLayerAutomaticResponseCmdlet.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.SHLD.UpdateSHLDEmergencyContactSettingCmdlet">
            <summary>
            Updates the details of the list of email addresses and phone numbers that the Shield
            Response Team (SRT) can use to contact you if you have proactive engagement enabled,
            for escalations to the SRT and to initiate proactive customer support.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDEmergencyContactSettingCmdlet.EmergencyContactList">
            <summary>
            <para>
            <para>A list of email addresses and phone numbers that the Shield Response Team (SRT) can
            use to contact you if you have proactive engagement enabled, for escalations to the
            SRT and to initiate proactive customer support.</para><para>If you have proactive engagement enabled, the contact list must include at least one
            phone number.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDEmergencyContactSettingCmdlet.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.Shield.Model.UpdateEmergencyContactSettingsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDEmergencyContactSettingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EmergencyContactList parameter.
            The -PassThru parameter is deprecated, use -Select '^EmergencyContactList' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDEmergencyContactSettingCmdlet.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.SHLD.UpdateSHLDProtectionGroupCmdlet">
            <summary>
            Updates an existing protection group. A protection group is a grouping of protected
            resources so they can be handled as a collective. This resource grouping improves
            the accuracy of detection and reduces false positives.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.Aggregation">
            <summary>
            <para>
            <para>Defines how Shield combines resource data for the group in order to detect, mitigate,
            and report events.</para><ul><li><para>Sum - Use the total traffic across the group. This is a good choice for most cases.
            Examples include Elastic IP addresses for EC2 instances that scale manually or automatically.</para></li><li><para>Mean - Use the average of the traffic across the group. This is a good choice for
            resources that share traffic uniformly. Examples include accelerators and load balancers.</para></li><li><para>Max - Use the highest traffic from each resource. This is useful for resources that
            don't share traffic and for resources that share that traffic in a non-uniform way.
            Examples include Amazon CloudFront distributions and origin resources for CloudFront
            distributions.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.Member">
            <summary>
            <para>
            <para>The Amazon Resource Names (ARNs) of the resources to include in the protection group.
            You must set this when you set <c>Pattern</c> to <c>ARBITRARY</c> and you must not
            set it for any other <c>Pattern</c> setting. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.Pattern">
            <summary>
            <para>
            <para>The criteria to use to choose the protected resources for inclusion in the group.
            You can include all resources that have protections, provide a list of resource Amazon
            Resource Names (ARNs), or include all resources of a specified resource type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.ProtectionGroupId">
            <summary>
            <para>
            <para>The name of the protection group. You use this to identify the protection group in
            lists and to manage the protection group, for example to update, delete, or describe
            it. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.ResourceType">
            <summary>
            <para>
            <para>The resource type to include in the protection group. All protected resources of this
            type are included in the protection group. You must set this when you set <c>Pattern</c>
            to <c>BY_RESOURCE_TYPE</c> and you must not set it for any other <c>Pattern</c> setting.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.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.Shield.Model.UpdateProtectionGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProtectionGroupId parameter.
            The -PassThru parameter is deprecated, use -Select '^ProtectionGroupId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDProtectionGroupCmdlet.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.SHLD.UpdateSHLDSubscriptionCmdlet">
            <summary>
            Updates the details of an existing subscription. Only enter values for parameters
            you want to change. Empty parameters are not updated.
             
             <note><para>
            For accounts that are members of an Organizations organization, Shield Advanced subscriptions
            are billed against the organization's payer account, regardless of whether the payer
            account itself is subscribed.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDSubscriptionCmdlet.AutoRenew">
            <summary>
            <para>
            <para>When you initally create a subscription, <c>AutoRenew</c> is set to <c>ENABLED</c>.
            If <c>ENABLED</c>, the subscription will be automatically renewed at the end of the
            existing subscription period. You can change this by submitting an <c>UpdateSubscription</c>
            request. If the <c>UpdateSubscription</c> request does not included a value for <c>AutoRenew</c>,
            the existing value for <c>AutoRenew</c> remains unchanged.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDSubscriptionCmdlet.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.Shield.Model.UpdateSubscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDSubscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoRenew parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoRenew' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SHLD.UpdateSHLDSubscriptionCmdlet.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>