![]() |
![]()
| ![]() |
![]()
NAMEPaws::FIS - Perl Interface to AWS AWS Fault Injection Simulator SYNOPSISuse Paws; my $obj = Paws->service('FIS'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONAWS Fault Injection Simulator is a managed service that enables you to perform fault injection experiments on your AWS workloads. For more information, see the AWS Fault Injection Simulator User Guide (https://docs.aws.amazon.com/fis/latest/userguide/). For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/fis-2020-12-01> METHODSCreateExperimentTemplate
Each argument is described in detail in: Paws::FIS::CreateExperimentTemplate Returns: a Paws::FIS::CreateExperimentTemplateResponse instance Creates an experiment template. To create a template, specify the following information:
For more information, see the AWS Fault Injection Simulator User Guide (https://docs.aws.amazon.com/fis/latest/userguide/). DeleteExperimentTemplateEach argument is described in detail in: Paws::FIS::DeleteExperimentTemplate Returns: a Paws::FIS::DeleteExperimentTemplateResponse instance Deletes the specified experiment template. GetActionEach argument is described in detail in: Paws::FIS::GetAction Returns: a Paws::FIS::GetActionResponse instance Gets information about the specified AWS FIS action. GetExperimentEach argument is described in detail in: Paws::FIS::GetExperiment Returns: a Paws::FIS::GetExperimentResponse instance Gets information about the specified experiment. GetExperimentTemplateEach argument is described in detail in: Paws::FIS::GetExperimentTemplate Returns: a Paws::FIS::GetExperimentTemplateResponse instance Gets information about the specified experiment template. ListActions
Each argument is described in detail in: Paws::FIS::ListActions Returns: a Paws::FIS::ListActionsResponse instance Lists the available AWS FIS actions. ListExperiments
Each argument is described in detail in: Paws::FIS::ListExperiments Returns: a Paws::FIS::ListExperimentsResponse instance Lists your experiments. ListExperimentTemplates
Each argument is described in detail in: Paws::FIS::ListExperimentTemplates Returns: a Paws::FIS::ListExperimentTemplatesResponse instance Lists your experiment templates. ListTagsForResourceEach argument is described in detail in: Paws::FIS::ListTagsForResource Returns: a Paws::FIS::ListTagsForResourceResponse instance Lists the tags for the specified resource. StartExperiment
Each argument is described in detail in: Paws::FIS::StartExperiment Returns: a Paws::FIS::StartExperimentResponse instance Starts running an experiment from the specified experiment template. StopExperimentEach argument is described in detail in: Paws::FIS::StopExperiment Returns: a Paws::FIS::StopExperimentResponse instance Stops the specified experiment. TagResourceEach argument is described in detail in: Paws::FIS::TagResource Returns: a Paws::FIS::TagResourceResponse instance Applies the specified tags to the specified resource. UntagResource
Each argument is described in detail in: Paws::FIS::UntagResource Returns: a Paws::FIS::UntagResourceResponse instance Removes the specified tags from the specified resource. UpdateExperimentTemplate
Each argument is described in detail in: Paws::FIS::UpdateExperimentTemplate Returns: a Paws::FIS::UpdateExperimentTemplateResponse instance Updates the specified experiment template. PAGINATORSPaginator methods are helpers that repetively call methods that return partial results SEE ALSOThis service class forms part of Paws BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|