AWS.Tools.Repostspace.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.Repostspace</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.RESP.AddRESPBatchRoleCmdlet"> <summary> Add role to multiple users or groups in a private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPBatchRoleCmdlet.AccessorId"> <summary> <para> <para>The user or group accessor identifiers to add the role to.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPBatchRoleCmdlet.Role"> <summary> <para> <para>The role to add to the users or groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPBatchRoleCmdlet.SpaceId"> <summary> <para> <para>The unique ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPBatchRoleCmdlet.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.Repostspace.Model.BatchAddRoleResponse). Specifying the name of a property of type Amazon.Repostspace.Model.BatchAddRoleResponse 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.RESP.AddRESPBatchRoleCmdlet.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.RESP.AddRESPResourceTagCmdlet"> <summary> Associates tags with an AWS re:Post Private resource. Currently, the only resource that can be tagged is the private re:Post. If you specify a new tag key for the resource, the tag is appended to the list of tags that are associated with the resource. If you specify a tag key that’s already associated with the resource, the new tag value that you specify replaces the previous value for that tag. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource that the tag is associated with.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPResourceTagCmdlet.Tag"> <summary> <para> <para>The list of tag keys and values that must be associated with the resource. You can associate tag keys only, tags (key and values) only, or a combination of tag keys and tags.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPResourceTagCmdlet.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.Repostspace.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.AddRESPResourceTagCmdlet.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.RESP.GetRESPResourceTagCmdlet"> <summary> Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn. The only resource that can be tagged is a private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.GetRESPResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource that the tags are associated with.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.GetRESPResourceTagCmdlet.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.Repostspace.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.Repostspace.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.RESP.GetRESPSpaceCmdlet"> <summary> Displays information about the AWS re:Post Private private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.GetRESPSpaceCmdlet.SpaceId"> <summary> <para> <para>The ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.GetRESPSpaceCmdlet.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.Repostspace.Model.GetSpaceResponse). Specifying the name of a property of type Amazon.Repostspace.Model.GetSpaceResponse 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.RESP.GetRESPSpaceListCmdlet"> <summary> Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.<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.RESP.GetRESPSpaceListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of private re:Posts to include in the results.</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.RESP.GetRESPSpaceListCmdlet.NextToken"> <summary> <para> <para>The token for the next set of private re:Posts to return. You receive this token from a previous ListSpaces operation.</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.RESP.GetRESPSpaceListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Spaces'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Repostspace.Model.ListSpacesResponse). Specifying the name of a property of type Amazon.Repostspace.Model.ListSpacesResponse 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.RESP.GetRESPSpaceListCmdlet.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.RESP.NewRESPSpaceCmdlet"> <summary> Creates an AWS re:Post Private private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Description"> <summary> <para> <para>A description for the private re:Post. This is used only to help you identify this private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Name"> <summary> <para> <para>The name for the private re:Post. This must be unique in your account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.RoleArn"> <summary> <para> <para>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Subdomain"> <summary> <para> <para>The subdomain that you use to access your AWS re:Post Private private re:Post. All custom subdomains must be approved by AWS before use. In addition to your custom subdomain, all private re:Posts are issued an AWS generated subdomain for immediate use.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Tag"> <summary> <para> <para>The list of tags associated with the private re:Post.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Tier"> <summary> <para> <para>The pricing tier for the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.UserKMSKey"> <summary> <para> <para>The AWS KMS key ARN that’s used for the AWS KMS encryption. If you don't provide a key, your data is encrypted by default with a key that AWS owns and manages for you.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.NewRESPSpaceCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SpaceId'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Repostspace.Model.CreateSpaceResponse). Specifying the name of a property of type Amazon.Repostspace.Model.CreateSpaceResponse 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.RESP.NewRESPSpaceCmdlet.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.RESP.RegisterRESPAdminCmdlet"> <summary> Adds a user or group to the list of administrators of the private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RegisterRESPAdminCmdlet.AdminId"> <summary> <para> <para>The ID of the administrator.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RegisterRESPAdminCmdlet.SpaceId"> <summary> <para> <para>The ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RegisterRESPAdminCmdlet.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.Repostspace.Model.RegisterAdminResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RegisterRESPAdminCmdlet.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.RESP.RemoveRESPBatchRoleCmdlet"> <summary> Remove role from multiple users or groups in a private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPBatchRoleCmdlet.AccessorId"> <summary> <para> <para>The user or group accessor identifiers to remove the role from.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPBatchRoleCmdlet.Role"> <summary> <para> <para>The role to remove from the users or groups.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPBatchRoleCmdlet.SpaceId"> <summary> <para> <para>The unique ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPBatchRoleCmdlet.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.Repostspace.Model.BatchRemoveRoleResponse). Specifying the name of a property of type Amazon.Repostspace.Model.BatchRemoveRoleResponse 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.RESP.RemoveRESPBatchRoleCmdlet.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.RESP.RemoveRESPResourceTagCmdlet"> <summary> Removes the association of the tag with the AWS re:Post Private resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The ARN of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPResourceTagCmdlet.TagKey"> <summary> <para> <para>The key values of the tag.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPResourceTagCmdlet.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.Repostspace.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPResourceTagCmdlet.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.RESP.RemoveRESPSpaceCmdlet"> <summary> Deletes an AWS re:Post Private private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPSpaceCmdlet.SpaceId"> <summary> <para> <para>The unique ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPSpaceCmdlet.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.Repostspace.Model.DeleteSpaceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.RemoveRESPSpaceCmdlet.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.RESP.SendRESPInviteCmdlet"> <summary> Sends an invitation email to selected users and groups. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.AccessorId"> <summary> <para> <para>The array of identifiers for the users and groups.</para><para /> Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.Body"> <summary> <para> <para>The body of the invite.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.SpaceId"> <summary> <para> <para>The ID of the private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.Title"> <summary> <para> <para>The title of the invite.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.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.Repostspace.Model.SendInvitesResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.SendRESPInviteCmdlet.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.RESP.UnregisterRESPAdminCmdlet"> <summary> Removes the user or group from the list of administrators of the private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UnregisterRESPAdminCmdlet.AdminId"> <summary> <para> <para>The ID of the admin to remove.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UnregisterRESPAdminCmdlet.SpaceId"> <summary> <para> <para>The ID of the private re:Post to remove the admin from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UnregisterRESPAdminCmdlet.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.Repostspace.Model.DeregisterAdminResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UnregisterRESPAdminCmdlet.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.RESP.UpdateRESPSpaceCmdlet"> <summary> Modifies an existing AWS re:Post Private private re:Post. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.Description"> <summary> <para> <para>A description for the private re:Post. This is used only to help you identify this private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.RoleArn"> <summary> <para> <para>The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.SpaceId"> <summary> <para> <para>The unique ID of this private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.Tier"> <summary> <para> <para>The pricing tier of this private re:Post.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.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.Repostspace.Model.UpdateSpaceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.RESP.UpdateRESPSpaceCmdlet.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> |