NAME
Paws::MigrationHub::NotifyApplicationState - Arguments for method NotifyApplicationState on Paws::MigrationHub
DESCRIPTION
This class represents the parameters used for calling the method NotifyApplicationState on the AWS Migration Hub service. Use the attributes of this class as arguments to method NotifyApplicationState.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to NotifyApplicationState.
SYNOPSIS
my $mgh = Paws->service('MigrationHub');
my $NotifyApplicationStateResult = $mgh->NotifyApplicationState(
ApplicationId => 'MyApplicationId',
Status => 'NOT_STARTED',
DryRun => 1, # OPTIONAL
UpdateDateTime => '1970-01-01T01:00:00', # OPTIONAL
);
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/mgh/NotifyApplicationState
ATTRIBUTES
REQUIRED ApplicationId => Str
The configurationId in Application Discovery Service that uniquely identifies the grouped application.
DryRun => Bool
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
REQUIRED Status => Str
Status of the application - Not Started, In-Progress, Complete.
Valid values are: "NOT_STARTED"
, "IN_PROGRESS"
, "COMPLETED"
UpdateDateTime => Str
The timestamp when the application state changed.
SEE ALSO
This class forms part of Paws, documenting arguments for method NotifyApplicationState in Paws::MigrationHub
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues