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` package Paws::DynamoDB::TransactWriteItems; use Moose; has ClientRequestToken => (is => 'ro', isa => 'Str'); has ReturnConsumedCapacity => (is => 'ro', isa => 'Str'); has ReturnItemCollectionMetrics => (is => 'ro', isa => 'Str'); has TransactItems => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::TransactWriteItem]', required => 1); use MooseX::ClassAttribute; class_has _api_call => (isa => 'Str', is => 'ro', default => 'TransactWriteItems'); class_has _returns => (isa => 'Str', is => 'ro', default => 'Paws::DynamoDB::TransactWriteItemsOutput'); class_has _result_key => (isa => 'Str', is => 'ro'); 1; ### main pod documentation begin ### =head1 NAME Paws::DynamoDB::TransactWriteItems - Arguments for method TransactWriteItems on L =head1 DESCRIPTION This class represents the parameters used for calling the method TransactWriteItems on the L service. Use the attributes of this class as arguments to method TransactWriteItems. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to TransactWriteItems. =head1 SYNOPSIS my $dynamodb = Paws->service('DynamoDB'); my $TransactWriteItemsOutput = $dynamodb->TransactWriteItems( TransactItems => [ { ConditionCheck => { ConditionExpression => 'MyConditionExpression', Key => { 'MyAttributeName' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, # key: max: 65535 }, TableName => 'MyTableName', # min: 3, max: 255 ExpressionAttributeNames => { 'MyExpressionAttributeNameVariable' => 'MyAttributeName', # , value: max: 65535 }, # OPTIONAL ExpressionAttributeValues => { 'MyExpressionAttributeValueVariable' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, }, # OPTIONAL ReturnValuesOnConditionCheckFailure => 'ALL_OLD', # values: ALL_OLD, NONE; OPTIONAL }, # OPTIONAL Delete => { Key => { 'MyAttributeName' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, # key: max: 65535 }, TableName => 'MyTableName', # min: 3, max: 255 ConditionExpression => 'MyConditionExpression', ExpressionAttributeNames => { 'MyExpressionAttributeNameVariable' => 'MyAttributeName', # , value: max: 65535 }, # OPTIONAL ExpressionAttributeValues => { 'MyExpressionAttributeValueVariable' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, }, # OPTIONAL ReturnValuesOnConditionCheckFailure => 'ALL_OLD', # values: ALL_OLD, NONE; OPTIONAL }, # OPTIONAL Put => { Item => { 'MyAttributeName' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, # key: max: 65535 }, TableName => 'MyTableName', # min: 3, max: 255 ConditionExpression => 'MyConditionExpression', ExpressionAttributeNames => { 'MyExpressionAttributeNameVariable' => 'MyAttributeName', # , value: max: 65535 }, # OPTIONAL ExpressionAttributeValues => { 'MyExpressionAttributeValueVariable' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, }, # OPTIONAL ReturnValuesOnConditionCheckFailure => 'ALL_OLD', # values: ALL_OLD, NONE; OPTIONAL }, # OPTIONAL Update => { Key => { 'MyAttributeName' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, # key: max: 65535 }, TableName => 'MyTableName', # min: 3, max: 255 UpdateExpression => 'MyUpdateExpression', ConditionExpression => 'MyConditionExpression', ExpressionAttributeNames => { 'MyExpressionAttributeNameVariable' => 'MyAttributeName', # , value: max: 65535 }, # OPTIONAL ExpressionAttributeValues => { 'MyExpressionAttributeValueVariable' => { B => 'BlobBinaryAttributeValue', # OPTIONAL BOOL => 1, # OPTIONAL BS => [ 'BlobBinaryAttributeValue', ... # OPTIONAL ], # OPTIONAL L => [ , ... ], # OPTIONAL M => { 'MyAttributeName' => , # key: max: 65535 }, # OPTIONAL N => 'MyNumberAttributeValue', # OPTIONAL NS => [ 'MyNumberAttributeValue', ... # OPTIONAL ], # OPTIONAL NULL => 1, # OPTIONAL S => 'MyStringAttributeValue', # OPTIONAL SS => [ 'MyStringAttributeValue', ... # OPTIONAL ], # OPTIONAL }, }, # OPTIONAL ReturnValuesOnConditionCheckFailure => 'ALL_OLD', # values: ALL_OLD, NONE; OPTIONAL }, # OPTIONAL }, ... ], ClientRequestToken => 'MyClientRequestToken', # OPTIONAL ReturnConsumedCapacity => 'INDEXES', # OPTIONAL ReturnItemCollectionMetrics => 'SIZE', # OPTIONAL ); # Results: my $ConsumedCapacity = $TransactWriteItemsOutput->ConsumedCapacity; my $ItemCollectionMetrics = $TransactWriteItemsOutput->ItemCollectionMetrics; # Returns a L object. 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 L =head1 ATTRIBUTES =head2 ClientRequestToken => Str Providing a C makes the call to C idempotent, meaning that multiple identical calls have the same effect as one single call. Although multiple identical calls using the same client request token produce the same result on the server (no side effects), the responses to the calls might not be the same. If the C> parameter is set, then the initial C call returns the amount of write capacity units consumed in making the changes. Subsequent C calls with the same client token return the number of read capacity units consumed in reading the item. A client request token is valid for 10 minutes after the first request that uses it is completed. After 10 minutes, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 10 minutes, or the result might not be idempotent. If you submit a request with the same client token but a change in other parameters within the 10-minute idempotency window, DynamoDB returns an C exception. =head2 ReturnConsumedCapacity => Str Valid values are: C<"INDEXES">, C<"TOTAL">, C<"NONE"> =head2 ReturnItemCollectionMetrics => Str Determines whether item collection metrics are returned. If set to C, the response includes statistics about item collections (if any), that were modified during the operation and are returned in the response. If set to C (the default), no statistics are returned. Valid values are: C<"SIZE">, C<"NONE"> =head2 B TransactItems => ArrayRef[L] An ordered array of up to 25 C objects, each of which contains a C, C, C, or C object. These can operate on items in different tables, but the tables must reside in the same AWS account and Region, and no two of them can operate on the same item. =head1 SEE ALSO This class forms part of L, documenting arguments for method TransactWriteItems in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut