AWS.Tools.AppConfigData.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.AppConfigData</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.ACD.GetACDLatestConfigurationCmdlet"> <summary> Retrieves the latest deployed configuration. This API may return empty Configuration data if the client already has the latest version. See StartConfigurationSession to obtain an InitialConfigurationToken to call this API. <important><para> Each call to GetLatestConfiguration returns a new ConfigurationToken (NextPollConfigurationToken in the response). This new token MUST be provided to the next call to GetLatestConfiguration when polling for configuration updates. </para><para> To avoid excess charges, we recommend that you include the <code>ClientConfigurationVersion</code> value with every call to <code>GetConfiguration</code>. This value must be saved on your client. Subsequent calls to <code>GetConfiguration</code> must pass this value by using the <code>ClientConfigurationVersion</code> parameter. </para></important> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.GetACDLatestConfigurationCmdlet.ConfigurationToken"> <summary> <para> <para>Token describing the current state of the configuration session. To obtain a token, first call the StartConfigurationSession API. Note that every call to GetLatestConfiguration will return a new ConfigurationToken (NextPollConfigurationToken in the response) and MUST be provided to subsequent GetLatestConfiguration API calls.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.GetACDLatestConfigurationCmdlet.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.AppConfigData.Model.GetLatestConfigurationResponse). Specifying the name of a property of type Amazon.AppConfigData.Model.GetLatestConfigurationResponse 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.ACD.GetACDLatestConfigurationCmdlet.PassThru"> <summary> Changes the cmdlet behavior to return the value passed to the ConfigurationToken parameter. The -PassThru parameter is deprecated, use -Select '^ConfigurationToken' instead. This parameter will be removed in a future version. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet"> <summary> Starts a configuration session used to retrieve a deployed configuration. See the GetLatestConfiguration API for more details. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet.ApplicationIdentifier"> <summary> <para> <para>The application ID or the application name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet.ConfigurationProfileIdentifier"> <summary> <para> <para>The configuration profile ID or the configuration profile name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet.EnvironmentIdentifier"> <summary> <para> <para>The environment ID or the environment name.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet.RequiredMinimumPollIntervalInSecond"> <summary> <para> <para>The interval at which your client will poll for configuration. If provided, the service will throw a BadRequestException if the client polls before the specified poll interval. By default, client poll intervals are not enforced.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.ACD.StartACDConfigurationSessionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'InitialConfigurationToken'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AppConfigData.Model.StartConfigurationSessionResponse). Specifying the name of a property of type Amazon.AppConfigData.Model.StartConfigurationSessionResponse 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.ACD.StartACDConfigurationSessionCmdlet.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> |