AWS.Tools.MPA.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MPA</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MPA.AddMPAResourceTagCmdlet"> <summary> Creates or updates a resource tag. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.AddMPAResourceTagCmdlet.ResourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the resource you want to tag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.AddMPAResourceTagCmdlet.Tag"> <summary> <para> <para>Tags that you have added to the specified resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.AddMPAResourceTagCmdlet.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.MPA.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.AddMPAResourceTagCmdlet.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.MPA.AddMPAResourceTagCmdlet.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.MPA.GetMPAApprovalTeamCmdlet"> <summary> Returns details for an approval team. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAApprovalTeamCmdlet.Arn"> <summary> <para> <para>Amazon Resource Name (ARN) for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAApprovalTeamCmdlet.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.MPA.Model.GetApprovalTeamResponse). Specifying the name of a property of type Amazon.MPA.Model.GetApprovalTeamResponse 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.MPA.GetMPAApprovalTeamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPA.GetMPAApprovalTeamListCmdlet"> <summary> Returns a list of approval teams.<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.MPA.GetMPAApprovalTeamListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAApprovalTeamListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPAApprovalTeamListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ApprovalTeams'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListApprovalTeamsResponse). Specifying the name of a property of type Amazon.MPA.Model.ListApprovalTeamsResponse 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.MPA.GetMPAApprovalTeamListCmdlet.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.MPA.GetMPAIdentitySourceCmdlet"> <summary> Returns details for an identity source. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Identity Source</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAIdentitySourceCmdlet.IdentitySourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the identity source.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAIdentitySourceCmdlet.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.MPA.Model.GetIdentitySourceResponse). Specifying the name of a property of type Amazon.MPA.Model.GetIdentitySourceResponse 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.MPA.GetMPAIdentitySourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IdentitySourceArn parameter. The -PassThru parameter is deprecated, use -Select '^IdentitySourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPA.GetMPAIdentitySourceListCmdlet"> <summary> Returns a list of identity sources. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Identity Source</a> in the <i>Multi-party approval User Guide</i>.<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.MPA.GetMPAIdentitySourceListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAIdentitySourceListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPAIdentitySourceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'IdentitySources'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListIdentitySourcesResponse). Specifying the name of a property of type Amazon.MPA.Model.ListIdentitySourcesResponse 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.MPA.GetMPAIdentitySourceListCmdlet.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.MPA.GetMPAPolicyListCmdlet"> <summary> Returns a list of policies. Policies define the permissions for team resources. <para> The protected operation for a service integration might require specific permissions. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html">How other services work with Multi-party approval</a> in the <i>Multi-party approval User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPAPolicyListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Policies'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListPoliciesResponse). Specifying the name of a property of type Amazon.MPA.Model.ListPoliciesResponse 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.MPA.GetMPAPolicyListCmdlet.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.MPA.GetMPAPolicyVersionCmdlet"> <summary> Returns details for the version of a policy. Policies define the permissions for team resources. <para> The protected operation for a service integration might require specific permissions. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html">How other services work with Multi-party approval</a> in the <i>Multi-party approval User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionCmdlet.PolicyVersionArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PolicyVersion'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.GetPolicyVersionResponse). Specifying the name of a property of type Amazon.MPA.Model.GetPolicyVersionResponse 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.MPA.GetMPAPolicyVersionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PolicyVersionArn parameter. The -PassThru parameter is deprecated, use -Select '^PolicyVersionArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionListCmdlet"> <summary> Returns a list of the versions for policies. Policies define the permissions for team resources. <para> The protected operation for a service integration might require specific permissions. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html">How other services work with Multi-party approval</a> in the <i>Multi-party approval User Guide</i>. </para><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionListCmdlet.PolicyArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPAPolicyVersionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'PolicyVersions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListPolicyVersionsResponse). Specifying the name of a property of type Amazon.MPA.Model.ListPolicyVersionsResponse 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.MPA.GetMPAPolicyVersionListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the PolicyArn parameter. The -PassThru parameter is deprecated, use -Select '^PolicyArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAPolicyVersionListCmdlet.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.MPA.GetMPAResourcePolicyCmdlet"> <summary> Returns details about a policy for a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyCmdlet.PolicyName"> <summary> <para> <para>Name of the policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyCmdlet.PolicyType"> <summary> <para> <para>The type of policy.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyCmdlet.ResourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyCmdlet.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.MPA.Model.GetResourcePolicyResponse). Specifying the name of a property of type Amazon.MPA.Model.GetResourcePolicyResponse 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.MPA.GetMPAResourcePolicyListCmdlet"> <summary> Returns a list of policies for a resource.<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.MPA.GetMPAResourcePolicyListCmdlet.ResourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourcePolicyListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPAResourcePolicyListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ResourcePolicies'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListResourcePoliciesResponse). Specifying the name of a property of type Amazon.MPA.Model.ListResourcePoliciesResponse 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.MPA.GetMPAResourcePolicyListCmdlet.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.MPA.GetMPAResourcePolicyListCmdlet.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.MPA.GetMPAResourceTagCmdlet"> <summary> Returns a list of the tags for a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourceTagCmdlet.ResourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPAResourceTagCmdlet.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.MPA.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MPA.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.MPA.GetMPAResourceTagCmdlet.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.MPA.GetMPASessionCmdlet"> <summary> Returns details for an approval session. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Session</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionCmdlet.SessionArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionCmdlet.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.MPA.Model.GetSessionResponse). Specifying the name of a property of type Amazon.MPA.Model.GetSessionResponse 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.MPA.GetMPASessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SessionArn parameter. The -PassThru parameter is deprecated, use -Select '^SessionArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionListCmdlet"> <summary> Returns a list of approval sessions. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Session</a> in the <i>Multi-party approval User Guide</i>.<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.MPA.GetMPASessionListCmdlet.ApprovalTeamArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the approval team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionListCmdlet.Filter"> <summary> <para> <para>An array of <c>Filter</c> objects. Contains the filter to apply when listing sessions.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of items to return in the response. If more results exist than the specified <c>MaxResults</c> value, a token is included in the response so that you can retrieve the remaining results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionListCmdlet.NextToken"> <summary> <para> <para>If present, indicates that more output is available than is included in the current response. Use this value in the <c>NextToken</c> request parameter in a next call to the operation to get more output. You can repeat this until the <c>NextToken</c> response element returns <c>null</c>.</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.MPA.GetMPASessionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Sessions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.ListSessionsResponse). Specifying the name of a property of type Amazon.MPA.Model.ListSessionsResponse 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.MPA.GetMPASessionListCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ApprovalTeamArn parameter. The -PassThru parameter is deprecated, use -Select '^ApprovalTeamArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.GetMPASessionListCmdlet.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.MPA.NewMPAApprovalTeamCmdlet"> <summary> Creates a new approval team. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Approval team</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.Approver"> <summary> <para> <para>An array of <c>ApprovalTeamRequesterApprovers</c> objects. Contains details for the approvers in the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.Description"> <summary> <para> <para>Description for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.MofN_MinApprovalsRequired"> <summary> <para> <para>Minimum number of approvals (M) required for a total number of approvers (N).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.Name"> <summary> <para> <para>Name of the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.Policy"> <summary> <para> <para>An array of <c>PolicyReference</c> objects. Contains a list of policies that define the permissions for team resources.</para><para>The protected operation for a service integration might require specific permissions. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-integrations.html">How other services work with Multi-party approval</a> in the <i>Multi-party approval User Guide</i>.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.Tag"> <summary> <para> <para>Tags you want to attach to the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services populates this field.</para><note><para><b>What is idempotency?</b></para><para>When you make a mutating API request, the request typically returns a result before the operation's asynchronous workflows have completed. Operations might also time out or encounter other server issues before they complete, even though the request has already returned a result. This could make it difficult to determine whether the request succeeded or not, and could lead to multiple retries to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation is completed multiple times. This means that you might create more resources than you intended.</para><para><i>Idempotency</i> ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAApprovalTeamCmdlet.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.MPA.Model.CreateApprovalTeamResponse). Specifying the name of a property of type Amazon.MPA.Model.CreateApprovalTeamResponse 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.MPA.NewMPAApprovalTeamCmdlet.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.MPA.NewMPAIdentitySourceCmdlet"> <summary> Creates a new identity source. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Identity Source</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAIdentitySourceCmdlet.IamIdentityCenter_InstanceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the IAM Identity Center instance.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAIdentitySourceCmdlet.IamIdentityCenter_Region"> <summary> <para> <para>Amazon Web Services Region where the IAM Identity Center instance is located.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAIdentitySourceCmdlet.Tag"> <summary> <para> <para>Tag you want to attach to the identity source.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAIdentitySourceCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services populates this field.</para><note><para><b>What is idempotency?</b></para><para>When you make a mutating API request, the request typically returns a result before the operation's asynchronous workflows have completed. Operations might also time out or encounter other server issues before they complete, even though the request has already returned a result. This could make it difficult to determine whether the request succeeded or not, and could lead to multiple retries to ensure that the operation completes successfully. However, if the original request and the subsequent retries are successful, the operation is completed multiple times. This means that you might create more resources than you intended.</para><para><i>Idempotency</i> ensures that an API request completes no more than one time. With an idempotent request, if the original request completes successfully, any subsequent retries complete successfully without performing any further actions.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.NewMPAIdentitySourceCmdlet.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.MPA.Model.CreateIdentitySourceResponse). Specifying the name of a property of type Amazon.MPA.Model.CreateIdentitySourceResponse 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.MPA.NewMPAIdentitySourceCmdlet.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.MPA.RemoveMPAIdentitySourceCmdlet"> <summary> Deletes an identity source. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Identity Source</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAIdentitySourceCmdlet.IdentitySourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for identity source.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAIdentitySourceCmdlet.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.MPA.Model.DeleteIdentitySourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAIdentitySourceCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the IdentitySourceArn parameter. The -PassThru parameter is deprecated, use -Select '^IdentitySourceArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAIdentitySourceCmdlet.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.MPA.RemoveMPAInactiveApprovalTeamVersionCmdlet"> <summary> Deletes an inactive approval team. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-health.html">Team health</a> in the <i>Multi-party approval User Guide</i>. <para> You can also use this operation to delete a team draft. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/update-team.html#update-team-draft-status">Interacting with drafts</a> in the <i>Multi-party approval User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAInactiveApprovalTeamVersionCmdlet.Arn"> <summary> <para> <para>Amaazon Resource Name (ARN) for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAInactiveApprovalTeamVersionCmdlet.VersionId"> <summary> <para> <para>Version ID for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAInactiveApprovalTeamVersionCmdlet.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.MPA.Model.DeleteInactiveApprovalTeamVersionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAInactiveApprovalTeamVersionCmdlet.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.MPA.RemoveMPAResourceTagCmdlet"> <summary> Removes a resource tag. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAResourceTagCmdlet.ResourceArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the resource you want to untag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAResourceTagCmdlet.TagKey"> <summary> <para> <para>Array of tag key-value pairs that you want to untag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAResourceTagCmdlet.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.MPA.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.RemoveMPAResourceTagCmdlet.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.MPA.RemoveMPAResourceTagCmdlet.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.MPA.StartMPAActiveApprovalTeamDeletionCmdlet"> <summary> Starts the deletion process for an active approval team. <note><para><b>Deletions require team approval</b></para><para> Requests to delete an active team must be approved by the team. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StartMPAActiveApprovalTeamDeletionCmdlet.Arn"> <summary> <para> <para>Amazon Resource Name (ARN) for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StartMPAActiveApprovalTeamDeletionCmdlet.PendingWindowDay"> <summary> <para> <para>Number of days between when the team approves the delete request and when the team is deleted.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StartMPAActiveApprovalTeamDeletionCmdlet.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.MPA.Model.StartActiveApprovalTeamDeletionResponse). Specifying the name of a property of type Amazon.MPA.Model.StartActiveApprovalTeamDeletionResponse 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.MPA.StartMPAActiveApprovalTeamDeletionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StartMPAActiveApprovalTeamDeletionCmdlet.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.MPA.StopMPASessionCmdlet"> <summary> Cancels an approval session. For more information, see <a href="https://docs.aws.amazon.com/mpa/latest/userguide/mpa-concepts.html">Session</a> in the <i>Multi-party approval User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StopMPASessionCmdlet.SessionArn"> <summary> <para> <para>Amazon Resource Name (ARN) for the session.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StopMPASessionCmdlet.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.MPA.Model.CancelSessionResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StopMPASessionCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the SessionArn parameter. The -PassThru parameter is deprecated, use -Select '^SessionArn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.StopMPASessionCmdlet.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.MPA.UpdateMPAApprovalTeamCmdlet"> <summary> Updates an approval team. You can request to update the team description, approval threshold, and approvers in the team. <note><para><b>Updates require team approval</b></para><para> Updates to an active team must be approved by the team. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.Approver"> <summary> <para> <para>An array of <c>ApprovalTeamRequestApprover</c> objects. Contains details for the approvers in the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.Arn"> <summary> <para> <para>Amazon Resource Name (ARN) for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.Description"> <summary> <para> <para>Description for the team.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.MofN_MinApprovalsRequired"> <summary> <para> <para>Minimum number of approvals (M) required for a total number of approvers (N).</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'VersionId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MPA.Model.UpdateApprovalTeamResponse). Specifying the name of a property of type Amazon.MPA.Model.UpdateApprovalTeamResponse 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.MPA.UpdateMPAApprovalTeamCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the Arn parameter. The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MPA.UpdateMPAApprovalTeamCmdlet.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> |