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::BatchWriteItemOutput; use Moose; has ConsumedCapacity => (is => 'ro', isa => 'ArrayRef[Paws::DynamoDB::ConsumedCapacity]'); has ItemCollectionMetrics => (is => 'ro', isa => 'Paws::DynamoDB::ItemCollectionMetricsPerTable'); has UnprocessedItems => (is => 'ro', isa => 'Paws::DynamoDB::BatchWriteItemRequestMap'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::DynamoDB::BatchWriteItemOutput =head1 ATTRIBUTES =head2 ConsumedCapacity => ArrayRef[L] The capacity units consumed by the entire C operation. Each element consists of: =over =item * C - The table that consumed the provisioned throughput. =item * C - The total number of capacity units consumed. =back =head2 ItemCollectionMetrics => L A list of tables that were processed by C and, for each table, information about any item collections that were affected by individual C or C operations. Each entry consists of the following subelements: =over =item * C - The partition key value of the item collection. This is the same as the partition key value of the item. =item * C - An estimate of item collection size, expressed in GB. This is a two-element array containing a lower bound and an upper bound for the estimate. The estimate includes the size of all the items in the table, plus the size of all attributes projected into all of the local secondary indexes on the table. Use this estimate to measure whether a local secondary index is approaching its size limit. The estimate is subject to change over time; therefore, do not rely on the precision or accuracy of the estimate. =back =head2 UnprocessedItems => L A map of tables and requests against those tables that were not processed. The C value is in the same form as C, so you can provide this value directly to a subsequent C operation. For more information, see C in the Request Parameters section. Each C entry consists of a table name and, for that table, a list of operations to perform (C or C). =over =item * C - Perform a C operation on the specified item. The item to be deleted is identified by a C subelement: =over =item * C - A map of primary key attribute values that uniquely identify the item. Each entry in this map consists of an attribute name and an attribute value. =back =item * C - Perform a C operation on the specified item. The item to be put is identified by an C subelement: =over =item * C - A map of attributes and their values. Each entry in this map consists of an attribute name and an attribute value. Attribute values must not be null; string and binary type attributes must have lengths greater than zero; and set type attributes must not be empty. Requests that contain empty values will be rejected with a C exception. If you specify any attributes that are part of an index key, then the data types for those attributes must match those of the schema in the table's attribute definition. =back =back If there are no unprocessed items remaining, the response contains an empty C map. =head2 _request_id => Str =cut 1;