AWS.Tools.Route53Profiles.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.Route53Profiles</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.R53P.AddR53PResourceTagCmdlet">
            <summary>
            Adds one or more tags to a specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.AddR53PResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the resource that you want to add tags to. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.AddR53PResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para> The tags that you want to add to the specified resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.AddR53PResourceTagCmdlet.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.Route53Profiles.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.AddR53PResourceTagCmdlet.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.R53P.GetR53PProfileCmdlet">
            <summary>
            Returns information about a specified Route 53 Profile, such as whether whether the
            Profile is shared, and the current status of the Profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para> ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.GetProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.GetProfileResponse 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.R53P.GetR53PProfileAssociationCmdlet">
            <summary>
            Retrieves a Route 53 Profile association for a VPC. A VPC can have only one Profile
            association, but a Profile can be associated with up to 5000 VPCs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationCmdlet.ProfileAssociationId">
            <summary>
            <para>
            <para> The identifier of the association you want to get information about. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.GetProfileAssociationResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.GetProfileAssociationResponse 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.R53P.GetR53PProfileAssociationListCmdlet">
            <summary>
            Lists all the VPCs that the specified Route 53 Profile is associated with.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationListCmdlet.ProfileId">
            <summary>
            <para>
            <para> ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationListCmdlet.ResourceId">
            <summary>
            <para>
            <para> ID of the VPC. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of objects that you want to return for this request. If more objects
            are available, in the response, a <c>NextToken</c> value, which you can use in a subsequent
            call to get the next batch of objects, is provided.</para><para> If you don't specify a value for <c>MaxResults</c>, up to 100 objects are returned.
            </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.R53P.GetR53PProfileAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para> For the first call to this list request, omit this value. </para><para>When you request a list of objects, at most the number of objects specified by <c>MaxResults</c>
            is returned. If more objects are available for retrieval, a <c>NextToken</c> value
            is returned in the response. To retrieve the next batch of objects, use the token
            that was returned for the prior request in your next request.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.ListProfileAssociationsResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.ListProfileAssociationsResponse 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.R53P.GetR53PProfileAssociationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileListCmdlet">
            <summary>
            Lists all the Route 53 Profiles associated with your Amazon Web Services account.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of objects that you want to return for this request. If more objects
            are available, in the response, a <c>NextToken</c> value, which you can use in a subsequent
            call to get the next batch of objects, is provided.</para><para> If you don't specify a value for <c>MaxResults</c>, up to 100 objects are returned.
            </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.R53P.GetR53PProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para> For the first call to this list request, omit this value. </para><para>When you request a list of objects, at most the number of objects specified by <c>MaxResults</c>
            is returned. If more objects are available for retrieval, a <c>NextToken</c> value
            is returned in the response. To retrieve the next batch of objects, use the token
            that was returned for the prior request in your next request.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.ListProfilesResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.ListProfilesResponse 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.R53P.GetR53PProfileListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationCmdlet">
            <summary>
            Returns information about a specified Route 53 Profile resource association.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationCmdlet.ProfileResourceAssociationId">
            <summary>
            <para>
            <para><para>The ID of the profile resource association that you want to get information about.</para></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileResourceAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.GetProfileResourceAssociationResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.GetProfileResourceAssociationResponse 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.R53P.GetR53PProfileResourceAssociationListCmdlet">
            <summary>
            Lists all the resource associations for the specified Route 53 Profile.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationListCmdlet.ProfileId">
            <summary>
            <para>
            <para> The ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationListCmdlet.ResourceType">
            <summary>
            <para>
            <para> ID of a resource if you want information on only one type. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of objects that you want to return for this request. If more objects
            are available, in the response, a <c>NextToken</c> value, which you can use in a subsequent
            call to get the next batch of objects, is provided.</para><para> If you don't specify a value for <c>MaxResults</c>, up to 100 objects are returned.
            </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.R53P.GetR53PProfileResourceAssociationListCmdlet.NextToken">
            <summary>
            <para>
            <para> For the first call to this list request, omit this value. </para><para>When you request a list of objects, at most the number of objects specified by <c>MaxResults</c>
            is returned. If more objects are available for retrieval, a <c>NextToken</c> value
            is returned in the response. To retrieve the next batch of objects, use the token
            that was returned for the prior request in your next request.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PProfileResourceAssociationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileResourceAssociations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.ListProfileResourceAssociationsResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.ListProfileResourceAssociationsResponse 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.R53P.GetR53PProfileResourceAssociationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.R53P.GetR53PResourceTagCmdlet">
            <summary>
            Lists the tags that you associated with the specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the resource that you want to list the tags for.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.GetR53PResourceTagCmdlet.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.Route53Profiles.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.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="T:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileCmdlet">
            <summary>
            Creates an empty Route 53 Profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileCmdlet.Name">
            <summary>
            <para>
            <para> A name for the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileCmdlet.Tag">
            <summary>
            <para>
            <para> A list of the tag keys and values that you want to associate with the Route 53 Profile.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileCmdlet.ClientToken">
            <summary>
            <para>
            <para><c>ClientToken</c> is an idempotency token that ensures a call to <c>CreateProfile</c>
            completes only once. You choose the value to pass. For example, an issue might prevent
            you from getting a response from <c>CreateProfile</c>. In this case, safely retry
            your call to <c>CreateProfile</c> by using the same <c>CreateProfile</c> parameter
            value. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.CreateProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.CreateProfileResponse 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.R53P.NewR53PProfileCmdlet.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.R53P.NewR53PProfileAssociationCmdlet">
            <summary>
            Associates a Route 53 Profiles profile with a VPC. A VPC can have only one Profile
            associated with it, but a Profile can be associated with 1000 of VPCs (and you can
            request a higher quota). For more information, see <a href="https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities">https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html#limits-api-entities</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileAssociationCmdlet.Name">
            <summary>
            <para>
            <para> A name for the association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileAssociationCmdlet.ProfileId">
            <summary>
            <para>
            <para> ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileAssociationCmdlet.ResourceId">
            <summary>
            <para>
            <para> The ID of the VPC. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileAssociationCmdlet.Tag">
            <summary>
            <para>
            <para> A list of the tag keys and values that you want to identify the Profile association.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.AssociateProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.AssociateProfileResponse 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.R53P.NewR53PProfileAssociationCmdlet.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.R53P.NewR53PProfileResourceAssociationCmdlet">
            <summary>
            Associates a DNS reource configuration to a Route 53 Profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileResourceAssociationCmdlet.Name">
            <summary>
            <para>
            <para> Name for the resource association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileResourceAssociationCmdlet.ProfileId">
            <summary>
            <para>
            <para> ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileResourceAssociationCmdlet.ResourceArn">
            <summary>
            <para>
            <para> Amazon resource number, ARN, of the DNS resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileResourceAssociationCmdlet.ResourceProperty">
            <summary>
            <para>
            <para> If you are adding a DNS Firewall rule group, include also a priority. The priority
            indicates the processing order for the rule groups, starting with the priority assinged
            the lowest value. </para><para>The allowed values for priority are between 100 and 9900.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.NewR53PProfileResourceAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileResourceAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.AssociateResourceToProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.AssociateResourceToProfileResponse 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.R53P.NewR53PProfileResourceAssociationCmdlet.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.R53P.RemoveR53PProfileCmdlet">
            <summary>
            Deletes the specified Route 53 Profile. Before you can delete a profile, you must
            first disassociate it from all VPCs.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileCmdlet.ProfileId">
            <summary>
            <para>
            <para> The ID of the Profile that you want to delete. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.DeleteProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.DeleteProfileResponse 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.R53P.RemoveR53PProfileCmdlet.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.R53P.RemoveR53PProfileAssociationCmdlet">
            <summary>
            Dissociates a specified Route 53 Profile from the specified VPC.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileAssociationCmdlet.ProfileId">
            <summary>
            <para>
            <para> ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileAssociationCmdlet.ResourceId">
            <summary>
            <para>
            <para> The ID of the VPC. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.DisassociateProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.DisassociateProfileResponse 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.R53P.RemoveR53PProfileAssociationCmdlet.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.R53P.RemoveR53PProfileResourceAssociationCmdlet">
            <summary>
            Dissoaciated a specified resource, from the Route 53 Profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileResourceAssociationCmdlet.ProfileId">
            <summary>
            <para>
            <para> The ID of the Profile. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileResourceAssociationCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PProfileResourceAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileResourceAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.DisassociateResourceFromProfileResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.DisassociateResourceFromProfileResponse 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.R53P.RemoveR53PProfileResourceAssociationCmdlet.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.R53P.RemoveR53PResourceTagCmdlet">
            <summary>
            Removes one or more tags from a specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para> The Amazon Resource Name (ARN) for the resource that you want to remove tags from.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para> The tags that you want to remove to the specified resource. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PResourceTagCmdlet.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.Route53Profiles.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.RemoveR53PResourceTagCmdlet.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.R53P.UpdateR53PProfileResourceAssociationCmdlet">
            <summary>
            Updates the specified Route 53 Profile resourse association.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.UpdateR53PProfileResourceAssociationCmdlet.Name">
            <summary>
            <para>
            <para> Name of the resource association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.UpdateR53PProfileResourceAssociationCmdlet.ProfileResourceAssociationId">
            <summary>
            <para>
            <para> ID of the resource association. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.UpdateR53PProfileResourceAssociationCmdlet.ResourceProperty">
            <summary>
            <para>
            <para> If you are adding a DNS Firewall rule group, include also a priority. The priority
            indicates the processing order for the rule groups, starting with the priority assinged
            the lowest value. </para><para>The allowed values for priority are between 100 and 9900.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.R53P.UpdateR53PProfileResourceAssociationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileResourceAssociation'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Route53Profiles.Model.UpdateProfileResourceAssociationResponse).
            Specifying the name of a property of type Amazon.Route53Profiles.Model.UpdateProfileResourceAssociationResponse 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.R53P.UpdateR53PProfileResourceAssociationCmdlet.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>