AWS.Tools.FIS.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.FIS</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.FIS.AddFISResourceTagCmdlet"> <summary> Applies the specified tags to the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.AddFISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.AddFISResourceTagCmdlet.Tag"> <summary> <para> <para>The tags for 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.FIS.AddFISResourceTagCmdlet.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.FIS.Model.TagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.AddFISResourceTagCmdlet.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.FIS.GetFISActionCmdlet"> <summary> Gets information about the specified FIS action. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISActionCmdlet.Id"> <summary> <para> <para>The ID of the action.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISActionCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Action'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetActionResponse). Specifying the name of a property of type Amazon.FIS.Model.GetActionResponse 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.FIS.GetFISActionListCmdlet"> <summary> Lists the available FIS actions.<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.FIS.GetFISActionListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</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.FIS.GetFISActionListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISActionListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Actions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListActionsResponse). Specifying the name of a property of type Amazon.FIS.Model.ListActionsResponse 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.FIS.GetFISActionListCmdlet.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.FIS.GetFISExperimentCmdlet"> <summary> Gets information about the specified experiment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentCmdlet.Id"> <summary> <para> <para>The ID of the experiment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Experiment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetExperimentResponse). Specifying the name of a property of type Amazon.FIS.Model.GetExperimentResponse 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.FIS.GetFISExperimentListCmdlet"> <summary> Lists your experiments.<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.FIS.GetFISExperimentListCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</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.FIS.GetFISExperimentListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISExperimentListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Experiments'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListExperimentsResponse). Specifying the name of a property of type Amazon.FIS.Model.ListExperimentsResponse 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.FIS.GetFISExperimentListCmdlet.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.FIS.GetFISExperimentResolvedTargetListCmdlet"> <summary> Lists the resolved targets information of the specified experiment.<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.FIS.GetFISExperimentResolvedTargetListCmdlet.ExperimentId"> <summary> <para> <para>The ID of the experiment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentResolvedTargetListCmdlet.TargetName"> <summary> <para> <para>The name of the target.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentResolvedTargetListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.</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.FIS.GetFISExperimentResolvedTargetListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISExperimentResolvedTargetListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ResolvedTargets'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListExperimentResolvedTargetsResponse). Specifying the name of a property of type Amazon.FIS.Model.ListExperimentResolvedTargetsResponse 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.FIS.GetFISExperimentResolvedTargetListCmdlet.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.FIS.GetFISExperimentTargetAccountConfigurationCmdlet"> <summary> Gets information about the specified target account configuration of the experiment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account ID of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationCmdlet.ExperimentId"> <summary> <para> <para>The ID of the experiment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetExperimentTargetAccountConfigurationResponse). Specifying the name of a property of type Amazon.FIS.Model.GetExperimentTargetAccountConfigurationResponse 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.FIS.GetFISExperimentTargetAccountConfigurationListCmdlet"> <summary> Lists the target account configurations of the specified experiment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationListCmdlet.ExperimentId"> <summary> <para> <para>The ID of the experiment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationListCmdlet.NextToken"> <summary> <para> <para>The token for the next page of results.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTargetAccountConfigurationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfigurations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListExperimentTargetAccountConfigurationsResponse). Specifying the name of a property of type Amazon.FIS.Model.ListExperimentTargetAccountConfigurationsResponse 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.FIS.GetFISExperimentTemplateCmdlet"> <summary> Gets information about the specified experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTemplateCmdlet.Id"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISExperimentTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetExperimentTemplateResponse). Specifying the name of a property of type Amazon.FIS.Model.GetExperimentTemplateResponse 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.FIS.GetFISExperimentTemplateListCmdlet"> <summary> Lists your experiment templates.<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.FIS.GetFISExperimentTemplateListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</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.FIS.GetFISExperimentTemplateListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISExperimentTemplateListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentTemplates'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListExperimentTemplatesResponse). Specifying the name of a property of type Amazon.FIS.Model.ListExperimentTemplatesResponse 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.FIS.GetFISExperimentTemplateListCmdlet.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.FIS.GetFISResourceTagCmdlet"> <summary> Lists the tags for the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISResourceTagCmdlet.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.FIS.Model.ListTagsForResourceResponse). Specifying the name of a property of type Amazon.FIS.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.FIS.GetFISSafetyLeverCmdlet"> <summary> Gets information about the specified safety lever. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISSafetyLeverCmdlet.Id"> <summary> <para> <para> The ID of the safety lever. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISSafetyLeverCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SafetyLever'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetSafetyLeverResponse). Specifying the name of a property of type Amazon.FIS.Model.GetSafetyLeverResponse 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.FIS.GetFISTargetAccountConfigurationCmdlet"> <summary> Gets information about the specified target account configuration of the experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetAccountConfigurationCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account ID of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetAccountConfigurationCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetTargetAccountConfigurationResponse). Specifying the name of a property of type Amazon.FIS.Model.GetTargetAccountConfigurationResponse 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.FIS.GetFISTargetAccountConfigurationListCmdlet"> <summary> Lists the target account configurations of the specified experiment template.<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.FIS.GetFISTargetAccountConfigurationListCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetAccountConfigurationListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.</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.FIS.GetFISTargetAccountConfigurationListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISTargetAccountConfigurationListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfigurations'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListTargetAccountConfigurationsResponse). Specifying the name of a property of type Amazon.FIS.Model.ListTargetAccountConfigurationsResponse 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.FIS.GetFISTargetAccountConfigurationListCmdlet.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.FIS.GetFISTargetResourceTypeCmdlet"> <summary> Gets information about the specified resource type. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetResourceTypeCmdlet.ResourceType"> <summary> <para> <para>The resource type.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.GetFISTargetResourceTypeCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetResourceType'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.GetTargetResourceTypeResponse). Specifying the name of a property of type Amazon.FIS.Model.GetTargetResourceTypeResponse 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.FIS.GetFISTargetResourceTypeListCmdlet"> <summary> Lists the target resource types.<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.FIS.GetFISTargetResourceTypeListCmdlet.MaxResult"> <summary> <para> <para>The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <c>nextToken</c> value.</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.FIS.GetFISTargetResourceTypeListCmdlet.NextToken"> <summary> <para> <para>The token for 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.FIS.GetFISTargetResourceTypeListCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetResourceTypes'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.ListTargetResourceTypesResponse). Specifying the name of a property of type Amazon.FIS.Model.ListTargetResourceTypesResponse 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.FIS.GetFISTargetResourceTypeListCmdlet.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.FIS.NewFISExperimentTemplateCmdlet"> <summary> Creates an experiment template. <para> An experiment template includes the following components: </para><ul><li><para><b>Targets</b>: A target can be a specific resource in your Amazon Web Services environment, or one or more resources that match criteria that you specify, for example, resources that have specific tags. </para></li><li><para><b>Actions</b>: The actions to carry out on the target. You can specify multiple actions, the duration of each action, and when to start each action during an experiment. </para></li><li><para><b>Stop conditions</b>: If a stop condition is triggered while an experiment is running, the experiment is automatically stopped. You can define a stop condition as a CloudWatch alarm. </para></li></ul><para> For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/experiment-templates.html">experiment templates</a> in the <i>Fault Injection Service User Guide</i>. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.ExperimentOptions_AccountTargeting"> <summary> <para> <para>Specifies the account targeting setting for experiment options.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.Action"> <summary> <para> <para>The actions for the experiment.</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.FIS.NewFISExperimentTemplateCmdlet.ExperimentReportConfiguration_Outputs_S3Configuration_BucketName"> <summary> <para> <para>The name of the S3 bucket where the experiment report will be stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.S3Configuration_BucketName"> <summary> <para> <para>The name of the destination bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.DataSources_CloudWatchDashboard"> <summary> <para> <para>The CloudWatch dashboards to include as data sources in the experiment report.</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.FIS.NewFISExperimentTemplateCmdlet.Description"> <summary> <para> <para>A description for the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.ExperimentOptions_EmptyTargetResolutionMode"> <summary> <para> <para>Specifies the empty target resolution mode for experiment options.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.CloudWatchLogsConfiguration_LogGroupArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.LogConfiguration_LogSchemaVersion"> <summary> <para> <para>The schema version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.ExperimentReportConfiguration_PostExperimentDuration"> <summary> <para> <para>The duration after the experiment end time for the data sources to include in the report. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.ExperimentReportConfiguration_PreExperimentDuration"> <summary> <para> <para>The duration before the experiment start time for the data sources to include in the report. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.ExperimentReportConfiguration_Outputs_S3Configuration_Prefix"> <summary> <para> <para>The prefix of the S3 bucket where the experiment report will be stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.S3Configuration_Prefix"> <summary> <para> <para>The bucket prefix.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.StopCondition"> <summary> <para> <para>The stop conditions.</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.FIS.NewFISExperimentTemplateCmdlet.Tag"> <summary> <para> <para>The tags to apply to the experiment template.</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.FIS.NewFISExperimentTemplateCmdlet.Target"> <summary> <para> <para>The targets for the experiment.</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.FIS.NewFISExperimentTemplateCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISExperimentTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.CreateExperimentTemplateResponse). Specifying the name of a property of type Amazon.FIS.Model.CreateExperimentTemplateResponse 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.FIS.NewFISExperimentTemplateCmdlet.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.FIS.NewFISTargetAccountConfigurationCmdlet"> <summary> Creates a target account configuration for the experiment template. A target account configuration is required when <c>accountTargeting</c> of <c>experimentOptions</c> is set to <c>multi-account</c>. For more information, see <a href="https://docs.aws.amazon.com/fis/latest/userguide/experiment-options.html">experiment options</a> in the <i>Fault Injection Service User Guide</i>. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account ID of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.Description"> <summary> <para> <para>The description of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.ExperimentTemplateId"> <summary> <para> <para>The experiment template ID.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role for the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.NewFISTargetAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.CreateTargetAccountConfigurationResponse). Specifying the name of a property of type Amazon.FIS.Model.CreateTargetAccountConfigurationResponse 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.FIS.NewFISTargetAccountConfigurationCmdlet.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.FIS.RemoveFISExperimentTemplateCmdlet"> <summary> Deletes the specified experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISExperimentTemplateCmdlet.Id"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISExperimentTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.DeleteExperimentTemplateResponse). Specifying the name of a property of type Amazon.FIS.Model.DeleteExperimentTemplateResponse 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.FIS.RemoveFISExperimentTemplateCmdlet.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.FIS.RemoveFISResourceTagCmdlet"> <summary> Removes the specified tags from the specified resource. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISResourceTagCmdlet.ResourceArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the resource.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISResourceTagCmdlet.TagKey"> <summary> <para> <para>The tag keys to remove.</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.FIS.RemoveFISResourceTagCmdlet.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.FIS.Model.UntagResourceResponse). Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISResourceTagCmdlet.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.FIS.RemoveFISTargetAccountConfigurationCmdlet"> <summary> Deletes the specified target account configuration of the experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISTargetAccountConfigurationCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account ID of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISTargetAccountConfigurationCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.RemoveFISTargetAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.DeleteTargetAccountConfigurationResponse). Specifying the name of a property of type Amazon.FIS.Model.DeleteTargetAccountConfigurationResponse 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.FIS.RemoveFISTargetAccountConfigurationCmdlet.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.FIS.StartFISExperimentCmdlet"> <summary> Starts running an experiment from the specified experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StartFISExperimentCmdlet.ExperimentOptions_ActionsMode"> <summary> <para> <para>Specifies the actions mode for experiment options.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StartFISExperimentCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StartFISExperimentCmdlet.Tag"> <summary> <para> <para>The tags to apply to the experiment.</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.FIS.StartFISExperimentCmdlet.ClientToken"> <summary> <para> <para>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StartFISExperimentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Experiment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.StartExperimentResponse). Specifying the name of a property of type Amazon.FIS.Model.StartExperimentResponse 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.FIS.StartFISExperimentCmdlet.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.FIS.StopFISExperimentCmdlet"> <summary> Stops the specified experiment. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StopFISExperimentCmdlet.Id"> <summary> <para> <para>The ID of the experiment.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.StopFISExperimentCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Experiment'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.StopExperimentResponse). Specifying the name of a property of type Amazon.FIS.Model.StopExperimentResponse 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.FIS.StopFISExperimentCmdlet.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.FIS.UpdateFISExperimentTemplateCmdlet"> <summary> Updates the specified experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.Action"> <summary> <para> <para>The actions for the experiment.</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.FIS.UpdateFISExperimentTemplateCmdlet.ExperimentReportConfiguration_Outputs_S3Configuration_BucketName"> <summary> <para> <para>The name of the S3 bucket where the experiment report will be stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.S3Configuration_BucketName"> <summary> <para> <para>The name of the destination bucket.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.DataSources_CloudWatchDashboard"> <summary> <para> <para>The CloudWatch dashboards to include as data sources in the experiment report.</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.FIS.UpdateFISExperimentTemplateCmdlet.Description"> <summary> <para> <para>A description for the template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.ExperimentOptions_EmptyTargetResolutionMode"> <summary> <para> <para>The empty target resolution mode of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.Id"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.CloudWatchLogsConfiguration_LogGroupArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of the destination Amazon CloudWatch Logs log group.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.LogConfiguration_LogSchemaVersion"> <summary> <para> <para>The schema version.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.ExperimentReportConfiguration_PostExperimentDuration"> <summary> <para> <para>The duration after the experiment end time for the data sources to include in the report. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.ExperimentReportConfiguration_PreExperimentDuration"> <summary> <para> <para>The duration before the experiment start time for the data sources to include in the report. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.ExperimentReportConfiguration_Outputs_S3Configuration_Prefix"> <summary> <para> <para>The prefix of the S3 bucket where the experiment report will be stored.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.S3Configuration_Prefix"> <summary> <para> <para>The bucket prefix.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISExperimentTemplateCmdlet.StopCondition"> <summary> <para> <para>The stop conditions for the experiment.</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.FIS.UpdateFISExperimentTemplateCmdlet.Target"> <summary> <para> <para>The targets for the experiment.</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.FIS.UpdateFISExperimentTemplateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'ExperimentTemplate'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.UpdateExperimentTemplateResponse). Specifying the name of a property of type Amazon.FIS.Model.UpdateExperimentTemplateResponse 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.FIS.UpdateFISExperimentTemplateCmdlet.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.FIS.UpdateFISSafetyLeverStateCmdlet"> <summary> Updates the specified safety lever state. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISSafetyLeverStateCmdlet.Id"> <summary> <para> <para> The ID of the safety lever. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISSafetyLeverStateCmdlet.State_Reason"> <summary> <para> <para> The reason for updating the state of the safety lever. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISSafetyLeverStateCmdlet.State_Status"> <summary> <para> <para> The updated state of the safety lever. </para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISSafetyLeverStateCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'SafetyLever'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.UpdateSafetyLeverStateResponse). Specifying the name of a property of type Amazon.FIS.Model.UpdateSafetyLeverStateResponse 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.FIS.UpdateFISSafetyLeverStateCmdlet.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.FIS.UpdateFISTargetAccountConfigurationCmdlet"> <summary> Updates the target account configuration for the specified experiment template. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISTargetAccountConfigurationCmdlet.AccountId"> <summary> <para> <para>The Amazon Web Services account ID of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISTargetAccountConfigurationCmdlet.Description"> <summary> <para> <para>The description of the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISTargetAccountConfigurationCmdlet.ExperimentTemplateId"> <summary> <para> <para>The ID of the experiment template.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISTargetAccountConfigurationCmdlet.RoleArn"> <summary> <para> <para>The Amazon Resource Name (ARN) of an IAM role for the target account.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.FIS.UpdateFISTargetAccountConfigurationCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'TargetAccountConfiguration'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.FIS.Model.UpdateTargetAccountConfigurationResponse). Specifying the name of a property of type Amazon.FIS.Model.UpdateTargetAccountConfigurationResponse 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.FIS.UpdateFISTargetAccountConfigurationCmdlet.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> |