AWS.Tools.MarketplaceDeployment.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.MarketplaceDeployment</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.MD.AddMDResourceTagCmdlet"> <summary> Tags a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.AddMDResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) associated with the resource you want to tag.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.AddMDResourceTagCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs, where each pair represents a tag present on the resource.</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.MD.AddMDResourceTagCmdlet.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.MarketplaceDeployment.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.AddMDResourceTagCmdlet.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.MD.GetMDResourceTagCmdlet"> <summary> Lists all tags that have been added to a deployment parameter resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.GetMDResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) associated with the deployment parameter resource you want to list tags on.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.GetMDResourceTagCmdlet.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.MarketplaceDeployment.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.MarketplaceDeployment.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.MD.RemoveMDResourceTagCmdlet"> <summary> Removes a tag or list of tags from a resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.RemoveMDResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) associated with the resource you want to remove the tag from.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.RemoveMDResourceTagCmdlet.TagKey"> <summary> <para> <para>A list of key names of tags to be removed.</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.MD.RemoveMDResourceTagCmdlet.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.MarketplaceDeployment.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.RemoveMDResourceTagCmdlet.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.MD.WriteMDDeploymentParameterCmdlet"> <summary> Creates or updates a deployment parameter and is targeted by <c>catalog</c> and <c>agreementId</c>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.AgreementId"> <summary> <para> <para>The unique identifier of the agreement.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.Catalog"> <summary> <para> <para>The catalog related to the request. Fixed value: <c>AWSMarketplace</c></para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.ExpirationDate"> <summary> <para> <para>The date when deployment parameters expire and are scheduled for deletion.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.DeploymentParameter_Name"> <summary> <para> <para>The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.ProductId"> <summary> <para> <para>The product for which AWS Marketplace will save secrets for the buyer’s account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.DeploymentParameter_SecretString"> <summary> <para> <para>The text to encrypt and store in the secret.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.Tag"> <summary> <para> <para>A map of key-value pairs, where each pair represents a tag saved to the resource. Tags will only be applied for create operations, and they'll be ignored if the resource already exists.</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.MD.WriteMDDeploymentParameterCmdlet.ClientToken"> <summary> <para> <para>The idempotency token for deployment parameters. A unique identifier for the new version.</para><note><para>This field is not required if you're calling using an AWS SDK. Otherwise, a <c>clientToken</c> must be provided with the request.</para></note> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.MD.WriteMDDeploymentParameterCmdlet.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.MarketplaceDeployment.Model.PutDeploymentParameterResponse). Specifying the name of a property of type Amazon.MarketplaceDeployment.Model.PutDeploymentParameterResponse 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.MD.WriteMDDeploymentParameterCmdlet.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> |