AWS.Tools.BCMPricingCalculator.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.BCMPricingCalculator</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.BCMPC.AddBCMPCResourceTagCmdlet"> <summary> Adds one or more tags to a specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.AddBCMPCResourceTagCmdlet.Arn"> <summary> <para> <para> The Amazon Resource Name (ARN) of the resource to add tags to. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.AddBCMPCResourceTagCmdlet.Tag"> <summary> <para> <para> The tags to add to 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.BCMPC.AddBCMPCResourceTagCmdlet.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.BCMPricingCalculator.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.AddBCMPCResourceTagCmdlet.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.BCMPC.GetBCMPCBillEstimateCmdlet"> <summary> Retrieves details of a specific bill estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill estimate to retrieve. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateCmdlet.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.BCMPricingCalculator.Model.GetBillEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.GetBillEstimateResponse 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.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet"> <summary> Lists the commitments associated with a bill estimate.<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.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet.BillEstimateId"> <summary> <para> <para> The unique identifier of the bill estimate to list commitments for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillEstimateCommitmentsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillEstimateCommitmentsResponse 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.BCMPC.GetBCMPCBillEstimateCommitmentListCmdlet.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.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet"> <summary> Lists the input commitment modifications associated with a bill estimate.<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.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet.BillEstimateId"> <summary> <para> <para> The unique identifier of the bill estimate to list input commitment modifications for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillEstimateInputCommitmentModificationsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillEstimateInputCommitmentModificationsResponse 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.BCMPC.GetBCMPCBillEstimateInputCommitmentModificationListCmdlet.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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet"> <summary> Lists the input usage modifications associated with a bill estimate.<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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.BillEstimateId"> <summary> <para> <para> The unique identifier of the bill estimate to list input usage modifications for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of input usage modifications. </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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillEstimateInputUsageModificationsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillEstimateInputUsageModificationsResponse 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.BCMPC.GetBCMPCBillEstimateInputUsageModificationListCmdlet.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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet"> <summary> Lists the line items associated with a bill estimate.<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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.BillEstimateId"> <summary> <para> <para> The unique identifier of the bill estimate to list line items for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of line items. </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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillEstimateLineItemsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillEstimateLineItemsResponse 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.BCMPC.GetBCMPCBillEstimateLineItemListCmdlet.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.BCMPC.GetBCMPCBillEstimateListCmdlet"> <summary> Lists all bill estimates for the 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.BCMPC.GetBCMPCBillEstimateListCmdlet.CreatedAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateListCmdlet.ExpiresAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateListCmdlet.CreatedAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateListCmdlet.ExpiresAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillEstimateListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of bill estimates. </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.BCMPC.GetBCMPCBillEstimateListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillEstimateListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillEstimateListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillEstimatesResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillEstimatesResponse 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.BCMPC.GetBCMPCBillEstimateListCmdlet.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.BCMPC.GetBCMPCBillScenarioCmdlet"> <summary> Retrieves details of a specific bill scenario. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill scenario to retrieve. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioCmdlet.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.BCMPricingCalculator.Model.GetBillScenarioResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.GetBillScenarioResponse 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.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet"> <summary> Lists the commitment modifications associated with a bill scenario.<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.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet.BillScenarioId"> <summary> <para> <para> The unique identifier of the bill scenario to list commitment modifications for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillScenarioCommitmentModificationsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillScenarioCommitmentModificationsResponse 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.BCMPC.GetBCMPCBillScenarioCommitmentModificationListCmdlet.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.BCMPC.GetBCMPCBillScenarioListCmdlet"> <summary> Lists all bill scenarios for the 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.BCMPC.GetBCMPCBillScenarioListCmdlet.CreatedAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioListCmdlet.ExpiresAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioListCmdlet.CreatedAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioListCmdlet.ExpiresAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of bill scenarios. </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.BCMPC.GetBCMPCBillScenarioListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillScenarioListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillScenarioListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillScenariosResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillScenariosResponse 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.BCMPC.GetBCMPCBillScenarioListCmdlet.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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet"> <summary> Lists the usage modifications associated with a bill scenario.<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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.BillScenarioId"> <summary> <para> <para> The unique identifier of the bill scenario to list usage modifications for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of usage modifications. </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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListBillScenarioUsageModificationsResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListBillScenarioUsageModificationsResponse 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.BCMPC.GetBCMPCBillScenarioUsageModificationListCmdlet.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.BCMPC.GetBCMPCPreferenceCmdlet"> <summary> Retrieves the current preferences for Pricing Calculator. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCPreferenceCmdlet.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.BCMPricingCalculator.Model.GetPreferencesResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.GetPreferencesResponse 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.BCMPC.GetBCMPCResourceTagCmdlet"> <summary> Lists all tags associated with a specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCResourceTagCmdlet.Arn"> <summary> <para> <para> The Amazon Resource Name (ARN) of the resource to list tags for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCResourceTagCmdlet.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.BCMPricingCalculator.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.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.BCMPC.GetBCMPCWorkloadEstimateCmdlet"> <summary> Retrieves details of a specific workload estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the workload estimate to retrieve. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateCmdlet.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.BCMPricingCalculator.Model.GetWorkloadEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.GetWorkloadEstimateResponse 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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet"> <summary> Lists all workload estimates for the 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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.CreatedAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.ExpiresAtFilter_AfterTimestamp"> <summary> <para> <para> Include results after this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.CreatedAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.ExpiresAtFilter_BeforeTimestamp"> <summary> <para> <para> Include results before this timestamp. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of workload estimates. </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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListWorkloadEstimatesResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListWorkloadEstimatesResponse 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.BCMPC.GetBCMPCWorkloadEstimateListCmdlet.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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet"> <summary> Lists the usage associated with a workload estimate.<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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.Filter"> <summary> <para> <para> Filters to apply to the list of usage items. </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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.WorkloadEstimateId"> <summary> <para> <para> The unique identifier of the workload estimate to list usage for. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.MaxResult"> <summary> <para> <para> The maximum number of results to return per page. </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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.NextToken"> <summary> <para> <para> A token to retrieve the next page of results. </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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Items'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.ListWorkloadEstimateUsageResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.ListWorkloadEstimateUsageResponse 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.BCMPC.GetBCMPCWorkloadEstimateUsageListCmdlet.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.BCMPC.NewBCMPCBillEstimateCmdlet"> <summary> Create a Bill estimate from a Bill scenario. In the Bill scenario you can model usage addition, usage changes, and usage removal. You can also model commitment addition and commitment removal. After all changes in a Bill scenario is made satisfactorily, you can call this API with a Bill scenario ID to generate the Bill estimate. Bill estimate calculates the pre-tax cost for your consolidated billing family, incorporating all modeled usage and commitments alongside existing usage and commitments from your most recent completed anniversary bill, with any applicable discounts applied. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillEstimateCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to create a Bill estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillEstimateCmdlet.Name"> <summary> <para> <para> The name of the Bill estimate that will be created. Names must be unique for an account. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillEstimateCmdlet.Tag"> <summary> <para> <para> An optional list of tags to associate with the specified BillEstimate. You can use resource tags to control access to your BillEstimate using IAM policies. Each tag consists of a key and a value, and each key must be unique for the resource. The following restrictions apply to resource tags: </para><ul><li><para>Although the maximum number of array members is 200, you can assign a maximum of 50 user-tags to one resource. The remaining are reserved for Amazon Web Services. </para></li><li><para>The maximum length of a key is 128 characters.</para></li><li><para>The maximum length of a value is 256 characters.</para></li><li><para>Keys and values can only contain alphanumeric characters, spaces, and any of the following: <c>_.:/=+@-</c>.</para></li><li><para>Keys and values are case sensitive.</para></li><li><para>Keys and values are trimmed for any leading or trailing whitespaces.</para></li><li><para>Don't use <c>aws:</c> as a prefix for your keys. This prefix is reserved for Amazon Web Services.</para></li></ul><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.BCMPC.NewBCMPCBillEstimateCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillEstimateCmdlet.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.BCMPricingCalculator.Model.CreateBillEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.CreateBillEstimateResponse 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.BCMPC.NewBCMPCBillEstimateCmdlet.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.BCMPC.NewBCMPCBillScenarioCmdlet"> <summary> Creates a new bill scenario to model potential changes to Amazon Web Services usage and costs. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillScenarioCmdlet.Name"> <summary> <para> <para> A descriptive name for the bill scenario. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillScenarioCmdlet.Tag"> <summary> <para> <para> The tags to apply to the bill scenario. </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.BCMPC.NewBCMPCBillScenarioCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier to ensure idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCBillScenarioCmdlet.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.BCMPricingCalculator.Model.CreateBillScenarioResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.CreateBillScenarioResponse 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.BCMPC.NewBCMPCBillScenarioCmdlet.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.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet"> <summary> Create Compute Savings Plans, EC2 Instance Savings Plans, or EC2 Reserved Instances commitments that you want to model in a Bill Scenario. <note><para> The <c>BatchCreateBillScenarioCommitmentModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:CreateBillScenarioCommitmentModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to create the modeled commitment. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet.CommitmentModification"> <summary> <para> <para> List of commitments that you want to model in the Bill Scenario. </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.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet.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.BCMPricingCalculator.Model.BatchCreateBillScenarioCommitmentModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchCreateBillScenarioCommitmentModificationResponse 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.BCMPC.NewBCMPCCreateBillScenarioCommitmentModificationCmdlet.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.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet"> <summary> Create Amazon Web Services service usage that you want to model in a Bill Scenario. <note><para> The <c>BatchCreateBillScenarioUsageModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:CreateBillScenarioUsageModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to create the modeled usage. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet.UsageModification"> <summary> <para> <para> List of usage that you want to model in the Bill Scenario. </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.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet.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.BCMPricingCalculator.Model.BatchCreateBillScenarioUsageModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchCreateBillScenarioUsageModificationResponse 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.BCMPC.NewBCMPCCreateBillScenarioUsageModificationCmdlet.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.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet"> <summary> Create Amazon Web Services service usage that you want to model in a Workload Estimate. <note><para> The <c>BatchCreateWorkloadEstimateUsage</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:CreateWorkloadEstimateUsage</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet.Usage"> <summary> <para> <para> List of usage that you want to model in the Workload estimate. </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.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet.WorkloadEstimateId"> <summary> <para> <para> The ID of the Workload estimate for which you want to create the modeled usage. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet.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.BCMPricingCalculator.Model.BatchCreateWorkloadEstimateUsageResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchCreateWorkloadEstimateUsageResponse 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.BCMPC.NewBCMPCCreateWorkloadEstimateUsageCmdlet.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.BCMPC.NewBCMPCDeleteBillScenarioCommitmentModificationCmdlet"> <summary> Delete commitment that you have created in a Bill Scenario. You can only delete a commitment that you had added and cannot model deletion (or removal) of a existing commitment. If you want model deletion of an existing commitment, see the negate <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BillScenarioCommitmentModificationAction.html"> BillScenarioCommitmentModificationAction</a> of <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchCreateBillScenarioUsageModification.html"> BatchCreateBillScenarioCommitmentModification</a> operation. <note><para> The <c>BatchDeleteBillScenarioCommitmentModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:DeleteBillScenarioCommitmentModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteBillScenarioCommitmentModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to delete the modeled commitment. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteBillScenarioCommitmentModificationCmdlet.Id"> <summary> <para> <para> List of commitments that you want to delete from the Bill Scenario. </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.BCMPC.NewBCMPCDeleteBillScenarioCommitmentModificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Errors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.BatchDeleteBillScenarioCommitmentModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchDeleteBillScenarioCommitmentModificationResponse 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.BCMPC.NewBCMPCDeleteBillScenarioCommitmentModificationCmdlet.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.BCMPC.NewBCMPCDeleteBillScenarioUsageModificationCmdlet"> <summary> Delete usage that you have created in a Bill Scenario. You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateBillScenarioUsageModification.html"> BatchUpdateBillScenarioUsageModification</a>. <note><para> The <c>BatchDeleteBillScenarioUsageModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:DeleteBillScenarioUsageModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteBillScenarioUsageModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to delete the modeled usage. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteBillScenarioUsageModificationCmdlet.Id"> <summary> <para> <para> List of usage that you want to delete from the Bill Scenario. </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.BCMPC.NewBCMPCDeleteBillScenarioUsageModificationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Errors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.BatchDeleteBillScenarioUsageModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchDeleteBillScenarioUsageModificationResponse 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.BCMPC.NewBCMPCDeleteBillScenarioUsageModificationCmdlet.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.BCMPC.NewBCMPCDeleteWorkloadEstimateUsageCmdlet"> <summary> Delete usage that you have created in a Workload estimate. You can only delete usage that you had added and cannot model deletion (or removal) of a existing usage. If you want model removal of an existing usage, see <a href="https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_AWSBCMPricingCalculator_BatchUpdateWorkloadEstimateUsage.html"> BatchUpdateWorkloadEstimateUsage</a>. <note><para> The <c>BatchDeleteWorkloadEstimateUsage</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:DeleteWorkloadEstimateUsage</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteWorkloadEstimateUsageCmdlet.Id"> <summary> <para> <para> List of usage that you want to delete from the Workload estimate. </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.BCMPC.NewBCMPCDeleteWorkloadEstimateUsageCmdlet.WorkloadEstimateId"> <summary> <para> <para> The ID of the Workload estimate for which you want to delete the modeled usage. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCDeleteWorkloadEstimateUsageCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Errors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.BCMPricingCalculator.Model.BatchDeleteWorkloadEstimateUsageResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchDeleteWorkloadEstimateUsageResponse 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.BCMPC.NewBCMPCDeleteWorkloadEstimateUsageCmdlet.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.BCMPC.NewBCMPCUpdateBillScenarioCommitmentModificationCmdlet"> <summary> Update a newly added or existing commitment. You can update the commitment group based on a commitment ID and a Bill scenario ID. <note><para> The <c>BatchUpdateBillScenarioCommitmentModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:UpdateBillScenarioCommitmentModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateBillScenarioCommitmentModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to modify the commitment group of a modeled commitment. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateBillScenarioCommitmentModificationCmdlet.CommitmentModification"> <summary> <para> <para> List of commitments that you want to update in a Bill Scenario. </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.BCMPC.NewBCMPCUpdateBillScenarioCommitmentModificationCmdlet.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.BCMPricingCalculator.Model.BatchUpdateBillScenarioCommitmentModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchUpdateBillScenarioCommitmentModificationResponse 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.BCMPC.NewBCMPCUpdateBillScenarioCommitmentModificationCmdlet.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.BCMPC.NewBCMPCUpdateBillScenarioUsageModificationCmdlet"> <summary> Update a newly added or existing usage lines. You can update the usage amounts, usage hour, and usage group based on a usage ID and a Bill scenario ID. <note><para> The <c>BatchUpdateBillScenarioUsageModification</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:UpdateBillScenarioUsageModification</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateBillScenarioUsageModificationCmdlet.BillScenarioId"> <summary> <para> <para> The ID of the Bill Scenario for which you want to modify the usage lines. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateBillScenarioUsageModificationCmdlet.UsageModification"> <summary> <para> <para> List of usage lines that you want to update in a Bill Scenario identified by the usage ID. </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.BCMPC.NewBCMPCUpdateBillScenarioUsageModificationCmdlet.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.BCMPricingCalculator.Model.BatchUpdateBillScenarioUsageModificationResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchUpdateBillScenarioUsageModificationResponse 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.BCMPC.NewBCMPCUpdateBillScenarioUsageModificationCmdlet.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.BCMPC.NewBCMPCUpdateWorkloadEstimateUsageCmdlet"> <summary> Update a newly added or existing usage lines. You can update the usage amounts and usage group based on a usage ID and a Workload estimate ID. <note><para> The <c>BatchUpdateWorkloadEstimateUsage</c> operation doesn't have its own IAM permission. To authorize this operation for Amazon Web Services principals, include the permission <c>bcm-pricing-calculator:UpdateWorkloadEstimateUsage</c> in your policies. </para></note> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateWorkloadEstimateUsageCmdlet.Usage"> <summary> <para> <para> List of usage line amounts and usage group that you want to update in a Workload estimate identified by the usage ID. </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.BCMPC.NewBCMPCUpdateWorkloadEstimateUsageCmdlet.WorkloadEstimateId"> <summary> <para> <para> The ID of the Workload estimate for which you want to modify the usage lines. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCUpdateWorkloadEstimateUsageCmdlet.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.BCMPricingCalculator.Model.BatchUpdateWorkloadEstimateUsageResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.BatchUpdateWorkloadEstimateUsageResponse 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.BCMPC.NewBCMPCUpdateWorkloadEstimateUsageCmdlet.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.BCMPC.NewBCMPCWorkloadEstimateCmdlet"> <summary> Creates a new workload estimate to model costs for a specific workload. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCWorkloadEstimateCmdlet.Name"> <summary> <para> <para> A descriptive name for the workload estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCWorkloadEstimateCmdlet.RateType"> <summary> <para> <para> The type of pricing rates to use for the estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCWorkloadEstimateCmdlet.Tag"> <summary> <para> <para> The tags to apply to the workload estimate. </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.BCMPC.NewBCMPCWorkloadEstimateCmdlet.ClientToken"> <summary> <para> <para> A unique, case-sensitive identifier to ensure idempotency of the request. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.NewBCMPCWorkloadEstimateCmdlet.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.BCMPricingCalculator.Model.CreateWorkloadEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.CreateWorkloadEstimateResponse 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.BCMPC.NewBCMPCWorkloadEstimateCmdlet.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.BCMPC.RemoveBCMPCBillEstimateCmdlet"> <summary> Deletes an existing bill estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill estimate to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillEstimateCmdlet.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.BCMPricingCalculator.Model.DeleteBillEstimateResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillEstimateCmdlet.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.BCMPC.RemoveBCMPCBillScenarioCmdlet"> <summary> Deletes an existing bill scenario. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillScenarioCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill scenario to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillScenarioCmdlet.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.BCMPricingCalculator.Model.DeleteBillScenarioResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCBillScenarioCmdlet.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.BCMPC.RemoveBCMPCResourceTagCmdlet"> <summary> Removes one or more tags from a specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCResourceTagCmdlet.Arn"> <summary> <para> <para> The Amazon Resource Name (ARN) of the resource to remove tags from. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCResourceTagCmdlet.TagKey"> <summary> <para> <para> The keys of the tags to remove from 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.BCMPC.RemoveBCMPCResourceTagCmdlet.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.BCMPricingCalculator.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCResourceTagCmdlet.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.BCMPC.RemoveBCMPCWorkloadEstimateCmdlet"> <summary> Deletes an existing workload estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCWorkloadEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the workload estimate to delete. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCWorkloadEstimateCmdlet.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.BCMPricingCalculator.Model.DeleteWorkloadEstimateResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.RemoveBCMPCWorkloadEstimateCmdlet.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.BCMPC.UpdateBCMPCBillEstimateCmdlet"> <summary> Updates an existing bill estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillEstimateCmdlet.ExpiresAt"> <summary> <para> <para> The new expiration date for the bill estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill estimate to update. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillEstimateCmdlet.Name"> <summary> <para> <para> The new name for the bill estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillEstimateCmdlet.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.BCMPricingCalculator.Model.UpdateBillEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.UpdateBillEstimateResponse 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.BCMPC.UpdateBCMPCBillEstimateCmdlet.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.BCMPC.UpdateBCMPCBillScenarioCmdlet"> <summary> Updates an existing bill scenario. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillScenarioCmdlet.ExpiresAt"> <summary> <para> <para> The new expiration date for the bill scenario. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillScenarioCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the bill scenario to update. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillScenarioCmdlet.Name"> <summary> <para> <para> The new name for the bill scenario. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCBillScenarioCmdlet.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.BCMPricingCalculator.Model.UpdateBillScenarioResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.UpdateBillScenarioResponse 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.BCMPC.UpdateBCMPCBillScenarioCmdlet.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.BCMPC.UpdateBCMPCPreferenceCmdlet"> <summary> Updates the preferences for Pricing Calculator. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCPreferenceCmdlet.ManagementAccountRateTypeSelection"> <summary> <para> <para> The updated preferred rate types for the management account. </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.BCMPC.UpdateBCMPCPreferenceCmdlet.MemberAccountRateTypeSelection"> <summary> <para> <para> The updated preferred rate types for member accounts. </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.BCMPC.UpdateBCMPCPreferenceCmdlet.StandaloneAccountRateTypeSelection"> <summary> <para> <para> The updated preferred rate types for a standalone account. </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.BCMPC.UpdateBCMPCPreferenceCmdlet.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.BCMPricingCalculator.Model.UpdatePreferencesResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.UpdatePreferencesResponse 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.BCMPC.UpdateBCMPCPreferenceCmdlet.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.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet"> <summary> Updates an existing workload estimate. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet.ExpiresAt"> <summary> <para> <para> The new expiration date for the workload estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet.Identifier"> <summary> <para> <para> The unique identifier of the workload estimate to update. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet.Name"> <summary> <para> <para> The new name for the workload estimate. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet.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.BCMPricingCalculator.Model.UpdateWorkloadEstimateResponse). Specifying the name of a property of type Amazon.BCMPricingCalculator.Model.UpdateWorkloadEstimateResponse 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.BCMPC.UpdateBCMPCWorkloadEstimateCmdlet.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> |