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::DynamoDBStreams::Record; use Moose; has AwsRegion => (is => 'ro', isa => 'Str', request_name => 'awsRegion', traits => ['NameInRequest']); has Dynamodb => (is => 'ro', isa => 'Paws::DynamoDBStreams::StreamRecord', request_name => 'dynamodb', traits => ['NameInRequest']); has EventID => (is => 'ro', isa => 'Str', request_name => 'eventID', traits => ['NameInRequest']); has EventName => (is => 'ro', isa => 'Str', request_name => 'eventName', traits => ['NameInRequest']); has EventSource => (is => 'ro', isa => 'Str', request_name => 'eventSource', traits => ['NameInRequest']); has EventVersion => (is => 'ro', isa => 'Str', request_name => 'eventVersion', traits => ['NameInRequest']); has UserIdentity => (is => 'ro', isa => 'Paws::DynamoDBStreams::Identity', request_name => 'userIdentity', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::DynamoDBStreams::Record =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::DynamoDBStreams::Record object: $service_obj->Method(Att1 => { AwsRegion => $value, ..., UserIdentity => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::DynamoDBStreams::Record object: $result = $service_obj->Method(...); $result->Att1->AwsRegion =head1 DESCRIPTION A description of a unique event within a stream. =head1 ATTRIBUTES =head2 AwsRegion => Str The region in which the C request was received. =head2 Dynamodb => L The main body of the stream record, containing all of the DynamoDB-specific fields. =head2 EventID => Str A globally unique identifier for the event that was recorded in this stream record. =head2 EventName => Str The type of data modification that was performed on the DynamoDB table: =over =item * C - a new item was added to the table. =item * C - one or more of an existing item's attributes were modified. =item * C - the item was deleted from the table =back =head2 EventSource => Str The AWS service from which the stream record originated. For DynamoDB Streams, this is C. =head2 EventVersion => Str The version number of the stream record format. This number is updated whenever the structure of C is modified. Client applications must not assume that C will remain at a particular value, as this number is subject to change at any time. In general, C will only increase as the low-level DynamoDB Streams API evolves. =head2 UserIdentity => L Items that are deleted by the Time to Live process after expiration have the following fields: =over =item * Records[].userIdentity.type "Service" =item * Records[].userIdentity.principalId "dynamodb.amazonaws.com" =back =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