![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::CommandPlugin USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SSM::CommandPlugin object: $service_obj->Method(Att1 => { Name => $value, ..., StatusDetails => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::CommandPlugin object: $result = $service_obj->Method(...); $result->Att1->Name DESCRIPTIONDescribes plugin details. ATTRIBUTESName => StrThe name of the plugin. Must be one of the following: aws:updateAgent, aws:domainjoin, aws:applications, aws:runPowerShellScript, aws:psmodule, aws:cloudWatch, aws:runShellScript, or aws:updateSSMAgent. Output => StrOutput of the plugin execution. OutputS3BucketName => StrThe S3 bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the instance ID; awsrunShellScript is the name of the plugin. OutputS3KeyPrefix => StrThe S3 directory path inside the bucket where the responses to the command executions should be stored. This was requested when issuing the command. For example, in the following response: doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript doc-example-bucket is the name of the S3 bucket; ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix is the name of the S3 prefix; i-02573cafcfEXAMPLE is the instance ID; awsrunShellScript is the name of the plugin. OutputS3Region => Str(Deprecated) You can no longer specify this parameter. The system ignores it. Instead, Systems Manager automatically determines the S3 bucket region. ResponseCode => IntA numeric response code generated after running the plugin. ResponseFinishDateTime => StrThe time the plugin stopped running. Could stop prematurely if, for example, a cancel command was sent. ResponseStartDateTime => StrThe time the plugin started running. StandardErrorUrl => StrThe URL for the complete text written by the plugin to stderr. If execution is not yet complete, then this string is empty. StandardOutputUrl => StrThe URL for the complete text written by the plugin to stdout in Amazon S3. If the S3 bucket for the command was not specified, then this string is empty. Status => StrThe status of this plugin. You can run a document with multiple plugins. StatusDetails => StrA detailed status of the plugin execution. StatusDetails includes more information than Status because it includes states resulting from error and concurrency control parameters. StatusDetails can show different results than Status. For more information about these statuses, see Understanding command statuses (https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html) in the AWS Systems Manager User Guide. StatusDetails can be one of the following values:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::SSM 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>
|