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::ElastiCache::UpdateAction; use Moose; has CacheClusterId => (is => 'ro', isa => 'Str'); has CacheNodeUpdateStatus => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::CacheNodeUpdateStatus]', request_name => 'CacheNodeUpdateStatus', traits => ['NameInRequest']); has Engine => (is => 'ro', isa => 'Str'); has EstimatedUpdateTime => (is => 'ro', isa => 'Str'); has NodeGroupUpdateStatus => (is => 'ro', isa => 'ArrayRef[Paws::ElastiCache::NodeGroupUpdateStatus]', request_name => 'NodeGroupUpdateStatus', traits => ['NameInRequest']); has NodesUpdated => (is => 'ro', isa => 'Str'); has ReplicationGroupId => (is => 'ro', isa => 'Str'); has ServiceUpdateName => (is => 'ro', isa => 'Str'); has ServiceUpdateRecommendedApplyByDate => (is => 'ro', isa => 'Str'); has ServiceUpdateReleaseDate => (is => 'ro', isa => 'Str'); has ServiceUpdateSeverity => (is => 'ro', isa => 'Str'); has ServiceUpdateStatus => (is => 'ro', isa => 'Str'); has ServiceUpdateType => (is => 'ro', isa => 'Str'); has SlaMet => (is => 'ro', isa => 'Str'); has UpdateActionAvailableDate => (is => 'ro', isa => 'Str'); has UpdateActionStatus => (is => 'ro', isa => 'Str'); has UpdateActionStatusModifiedDate => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ElastiCache::UpdateAction =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::ElastiCache::UpdateAction object: $service_obj->Method(Att1 => { CacheClusterId => $value, ..., UpdateActionStatusModifiedDate => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ElastiCache::UpdateAction object: $result = $service_obj->Method(...); $result->Att1->CacheClusterId =head1 DESCRIPTION The status of the service update for a specific replication group =head1 ATTRIBUTES =head2 CacheClusterId => Str The ID of the cache cluster =head2 CacheNodeUpdateStatus => ArrayRef[L] The status of the service update on the cache node =head2 Engine => Str The Elasticache engine to which the update applies. Either Redis or Memcached =head2 EstimatedUpdateTime => Str The estimated length of time for the update to complete =head2 NodeGroupUpdateStatus => ArrayRef[L] The status of the service update on the node group =head2 NodesUpdated => Str The progress of the service update on the replication group =head2 ReplicationGroupId => Str The ID of the replication group =head2 ServiceUpdateName => Str The unique ID of the service update =head2 ServiceUpdateRecommendedApplyByDate => Str The recommended date to apply the service update to ensure compliance. For information on compliance, see Self-Service Security Updates for Compliance (https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/elasticache-compliance.html#elasticache-compliance-self-service). =head2 ServiceUpdateReleaseDate => Str The date the update is first available =head2 ServiceUpdateSeverity => Str The severity of the service update =head2 ServiceUpdateStatus => Str The status of the service update =head2 ServiceUpdateType => Str Reflects the nature of the service update =head2 SlaMet => Str If yes, all nodes in the replication group have been updated by the recommended apply-by date. If no, at least one node in the replication group have not been updated by the recommended apply-by date. If N/A, the replication group was created after the recommended apply-by date. =head2 UpdateActionAvailableDate => Str The date that the service update is available to a replication group =head2 UpdateActionStatus => Str The status of the update action =head2 UpdateActionStatusModifiedDate => Str The date when the UpdateActionStatus was last modified =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