PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::IoT::OTAUpdateInfo; use Moose; has AdditionalParameters => (is => 'ro', isa => 'Paws::IoT::AdditionalParameterMap', request_name => 'additionalParameters', traits => ['NameInRequest']); has AwsIotJobArn => (is => 'ro', isa => 'Str', request_name => 'awsIotJobArn', traits => ['NameInRequest']); has AwsIotJobId => (is => 'ro', isa => 'Str', request_name => 'awsIotJobId', traits => ['NameInRequest']); has AwsJobExecutionsRolloutConfig => (is => 'ro', isa => 'Paws::IoT::AwsJobExecutionsRolloutConfig', request_name => 'awsJobExecutionsRolloutConfig', traits => ['NameInRequest']); has AwsJobPresignedUrlConfig => (is => 'ro', isa => 'Paws::IoT::AwsJobPresignedUrlConfig', request_name => 'awsJobPresignedUrlConfig', traits => ['NameInRequest']); has CreationDate => (is => 'ro', isa => 'Str', request_name => 'creationDate', traits => ['NameInRequest']); has Description => (is => 'ro', isa => 'Str', request_name => 'description', traits => ['NameInRequest']); has ErrorInfo => (is => 'ro', isa => 'Paws::IoT::ErrorInfo', request_name => 'errorInfo', traits => ['NameInRequest']); has LastModifiedDate => (is => 'ro', isa => 'Str', request_name => 'lastModifiedDate', traits => ['NameInRequest']); has OtaUpdateArn => (is => 'ro', isa => 'Str', request_name => 'otaUpdateArn', traits => ['NameInRequest']); has OtaUpdateFiles => (is => 'ro', isa => 'ArrayRef[Paws::IoT::OTAUpdateFile]', request_name => 'otaUpdateFiles', traits => ['NameInRequest']); has OtaUpdateId => (is => 'ro', isa => 'Str', request_name => 'otaUpdateId', traits => ['NameInRequest']); has OtaUpdateStatus => (is => 'ro', isa => 'Str', request_name => 'otaUpdateStatus', traits => ['NameInRequest']); has Protocols => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'protocols', traits => ['NameInRequest']); has Targets => (is => 'ro', isa => 'ArrayRef[Str|Undef]', request_name => 'targets', traits => ['NameInRequest']); has TargetSelection => (is => 'ro', isa => 'Str', request_name => 'targetSelection', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::IoT::OTAUpdateInfo =head1 USAGE This class represents one of two things: =head3 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::IoT::OTAUpdateInfo object: $service_obj->Method(Att1 => { AdditionalParameters => $value, ..., TargetSelection => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::IoT::OTAUpdateInfo object: $result = $service_obj->Method(...); $result->Att1->AdditionalParameters =head1 DESCRIPTION Information about an OTA update. =head1 ATTRIBUTES =head2 AdditionalParameters => L A collection of name/value pairs =head2 AwsIotJobArn => Str The AWS IoT job ARN associated with the OTA update. =head2 AwsIotJobId => Str The AWS IoT job ID associated with the OTA update. =head2 AwsJobExecutionsRolloutConfig => L Configuration for the rollout of OTA updates. =head2 AwsJobPresignedUrlConfig => L Configuration information for pre-signed URLs. Valid when C contains HTTP. =head2 CreationDate => Str The date when the OTA update was created. =head2 Description => Str A description of the OTA update. =head2 ErrorInfo => L Error information associated with the OTA update. =head2 LastModifiedDate => Str The date when the OTA update was last updated. =head2 OtaUpdateArn => Str The OTA update ARN. =head2 OtaUpdateFiles => ArrayRef[L] A list of files associated with the OTA update. =head2 OtaUpdateId => Str The OTA update ID. =head2 OtaUpdateStatus => Str The status of the OTA update. =head2 Protocols => ArrayRef[Str|Undef] The protocol used to transfer the OTA update image. Valid values are [HTTP], [MQTT], [HTTP, MQTT]. When both HTTP and MQTT are specified, the target device can choose the protocol. =head2 Targets => ArrayRef[Str|Undef] The targets of the OTA update. =head2 TargetSelection => Str Specifies whether the OTA update will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the OTA update (SNAPSHOT). If continuous, the OTA update may also be run on a thing when a change is detected in a target. For example, an OTA update will run on a thing when the thing is added to a target group, even after the OTA update was completed by all things originally in the group. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut