aws-sdk-dynamodb 1.93.0 → 1.110.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,1811 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DynamoDB
9
+ module Types
10
+
11
+ class ArchivalSummary
12
+ attr_accessor archival_date_time: ::Time
13
+ attr_accessor archival_reason: ::String
14
+ attr_accessor archival_backup_arn: ::String
15
+ SENSITIVE: []
16
+ end
17
+
18
+ class AttributeDefinition
19
+ attr_accessor attribute_name: ::String
20
+ attr_accessor attribute_type: ("S" | "N" | "B")
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class AttributeValue
25
+ attr_accessor s: ::String
26
+ attr_accessor n: ::String
27
+ attr_accessor b: ::String
28
+ attr_accessor ss: ::Array[::String]
29
+ attr_accessor ns: ::Array[::String]
30
+ attr_accessor bs: ::Array[::String]
31
+ attr_accessor m: ::Hash[::String, Types::AttributeValue]
32
+ attr_accessor l: ::Array[Types::AttributeValue]
33
+ attr_accessor null: bool
34
+ attr_accessor bool: bool
35
+ SENSITIVE: []
36
+ end
37
+
38
+ class AttributeValueUpdate
39
+ attr_accessor value: Types::AttributeValue
40
+ attr_accessor action: ("ADD" | "PUT" | "DELETE")
41
+ SENSITIVE: []
42
+ end
43
+
44
+ class AutoScalingPolicyDescription
45
+ attr_accessor policy_name: ::String
46
+ attr_accessor target_tracking_scaling_policy_configuration: Types::AutoScalingTargetTrackingScalingPolicyConfigurationDescription
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class AutoScalingPolicyUpdate
51
+ attr_accessor policy_name: ::String
52
+ attr_accessor target_tracking_scaling_policy_configuration: Types::AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
53
+ SENSITIVE: []
54
+ end
55
+
56
+ class AutoScalingSettingsDescription
57
+ attr_accessor minimum_units: ::Integer
58
+ attr_accessor maximum_units: ::Integer
59
+ attr_accessor auto_scaling_disabled: bool
60
+ attr_accessor auto_scaling_role_arn: ::String
61
+ attr_accessor scaling_policies: ::Array[Types::AutoScalingPolicyDescription]
62
+ SENSITIVE: []
63
+ end
64
+
65
+ class AutoScalingSettingsUpdate
66
+ attr_accessor minimum_units: ::Integer
67
+ attr_accessor maximum_units: ::Integer
68
+ attr_accessor auto_scaling_disabled: bool
69
+ attr_accessor auto_scaling_role_arn: ::String
70
+ attr_accessor scaling_policy_update: Types::AutoScalingPolicyUpdate
71
+ SENSITIVE: []
72
+ end
73
+
74
+ class AutoScalingTargetTrackingScalingPolicyConfigurationDescription
75
+ attr_accessor disable_scale_in: bool
76
+ attr_accessor scale_in_cooldown: ::Integer
77
+ attr_accessor scale_out_cooldown: ::Integer
78
+ attr_accessor target_value: ::Float
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class AutoScalingTargetTrackingScalingPolicyConfigurationUpdate
83
+ attr_accessor disable_scale_in: bool
84
+ attr_accessor scale_in_cooldown: ::Integer
85
+ attr_accessor scale_out_cooldown: ::Integer
86
+ attr_accessor target_value: ::Float
87
+ SENSITIVE: []
88
+ end
89
+
90
+ class BackupDescription
91
+ attr_accessor backup_details: Types::BackupDetails
92
+ attr_accessor source_table_details: Types::SourceTableDetails
93
+ attr_accessor source_table_feature_details: Types::SourceTableFeatureDetails
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class BackupDetails
98
+ attr_accessor backup_arn: ::String
99
+ attr_accessor backup_name: ::String
100
+ attr_accessor backup_size_bytes: ::Integer
101
+ attr_accessor backup_status: ("CREATING" | "DELETED" | "AVAILABLE")
102
+ attr_accessor backup_type: ("USER" | "SYSTEM" | "AWS_BACKUP")
103
+ attr_accessor backup_creation_date_time: ::Time
104
+ attr_accessor backup_expiry_date_time: ::Time
105
+ SENSITIVE: []
106
+ end
107
+
108
+ class BackupInUseException
109
+ attr_accessor message: ::String
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class BackupNotFoundException
114
+ attr_accessor message: ::String
115
+ SENSITIVE: []
116
+ end
117
+
118
+ class BackupSummary
119
+ attr_accessor table_name: ::String
120
+ attr_accessor table_id: ::String
121
+ attr_accessor table_arn: ::String
122
+ attr_accessor backup_arn: ::String
123
+ attr_accessor backup_name: ::String
124
+ attr_accessor backup_creation_date_time: ::Time
125
+ attr_accessor backup_expiry_date_time: ::Time
126
+ attr_accessor backup_status: ("CREATING" | "DELETED" | "AVAILABLE")
127
+ attr_accessor backup_type: ("USER" | "SYSTEM" | "AWS_BACKUP")
128
+ attr_accessor backup_size_bytes: ::Integer
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class BatchExecuteStatementInput
133
+ attr_accessor statements: ::Array[Types::BatchStatementRequest]
134
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
135
+ SENSITIVE: []
136
+ end
137
+
138
+ class BatchExecuteStatementOutput
139
+ attr_accessor responses: ::Array[Types::BatchStatementResponse]
140
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class BatchGetItemInput
145
+ attr_accessor request_items: ::Hash[::String, Types::KeysAndAttributes]
146
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
147
+ SENSITIVE: []
148
+ end
149
+
150
+ class BatchGetItemOutput
151
+ attr_accessor responses: ::Hash[::String, ::Array[::Hash[::String, Types::AttributeValue]]]
152
+ attr_accessor unprocessed_keys: ::Hash[::String, Types::KeysAndAttributes]
153
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
154
+ SENSITIVE: []
155
+ end
156
+
157
+ class BatchStatementError
158
+ attr_accessor code: ("ConditionalCheckFailed" | "ItemCollectionSizeLimitExceeded" | "RequestLimitExceeded" | "ValidationError" | "ProvisionedThroughputExceeded" | "TransactionConflict" | "ThrottlingError" | "InternalServerError" | "ResourceNotFound" | "AccessDenied" | "DuplicateItem")
159
+ attr_accessor message: ::String
160
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
161
+ SENSITIVE: []
162
+ end
163
+
164
+ class BatchStatementRequest
165
+ attr_accessor statement: ::String
166
+ attr_accessor parameters: ::Array[Types::AttributeValue]
167
+ attr_accessor consistent_read: bool
168
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
169
+ SENSITIVE: []
170
+ end
171
+
172
+ class BatchStatementResponse
173
+ attr_accessor error: Types::BatchStatementError
174
+ attr_accessor table_name: ::String
175
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
176
+ SENSITIVE: []
177
+ end
178
+
179
+ class BatchWriteItemInput
180
+ attr_accessor request_items: ::Hash[::String, ::Array[Types::WriteRequest]]
181
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
182
+ attr_accessor return_item_collection_metrics: ("SIZE" | "NONE")
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class BatchWriteItemOutput
187
+ attr_accessor unprocessed_items: ::Hash[::String, ::Array[Types::WriteRequest]]
188
+ attr_accessor item_collection_metrics: ::Hash[::String, ::Array[Types::ItemCollectionMetrics]]
189
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
190
+ SENSITIVE: []
191
+ end
192
+
193
+ class BillingModeSummary
194
+ attr_accessor billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
195
+ attr_accessor last_update_to_pay_per_request_date_time: ::Time
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class CancellationReason
200
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
201
+ attr_accessor code: ::String
202
+ attr_accessor message: ::String
203
+ SENSITIVE: []
204
+ end
205
+
206
+ class Capacity
207
+ attr_accessor read_capacity_units: ::Float
208
+ attr_accessor write_capacity_units: ::Float
209
+ attr_accessor capacity_units: ::Float
210
+ SENSITIVE: []
211
+ end
212
+
213
+ class Condition
214
+ attr_accessor attribute_value_list: ::Array[Types::AttributeValue]
215
+ attr_accessor comparison_operator: ("EQ" | "NE" | "IN" | "LE" | "LT" | "GE" | "GT" | "BETWEEN" | "NOT_NULL" | "NULL" | "CONTAINS" | "NOT_CONTAINS" | "BEGINS_WITH")
216
+ SENSITIVE: []
217
+ end
218
+
219
+ class ConditionCheck
220
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
221
+ attr_accessor table_name: ::String
222
+ attr_accessor condition_expression: ::String
223
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
224
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
225
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class ConditionalCheckFailedException
230
+ attr_accessor message: ::String
231
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
232
+ SENSITIVE: []
233
+ end
234
+
235
+ class ConsumedCapacity
236
+ attr_accessor table_name: ::String
237
+ attr_accessor capacity_units: ::Float
238
+ attr_accessor read_capacity_units: ::Float
239
+ attr_accessor write_capacity_units: ::Float
240
+ attr_accessor table: Types::Capacity
241
+ attr_accessor local_secondary_indexes: ::Hash[::String, Types::Capacity]
242
+ attr_accessor global_secondary_indexes: ::Hash[::String, Types::Capacity]
243
+ SENSITIVE: []
244
+ end
245
+
246
+ class ContinuousBackupsDescription
247
+ attr_accessor continuous_backups_status: ("ENABLED" | "DISABLED")
248
+ attr_accessor point_in_time_recovery_description: Types::PointInTimeRecoveryDescription
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class ContinuousBackupsUnavailableException
253
+ attr_accessor message: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class ContributorInsightsSummary
258
+ attr_accessor table_name: ::String
259
+ attr_accessor index_name: ::String
260
+ attr_accessor contributor_insights_status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" | "FAILED")
261
+ SENSITIVE: []
262
+ end
263
+
264
+ class CreateBackupInput
265
+ attr_accessor table_name: ::String
266
+ attr_accessor backup_name: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class CreateBackupOutput
271
+ attr_accessor backup_details: Types::BackupDetails
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class CreateGlobalSecondaryIndexAction
276
+ attr_accessor index_name: ::String
277
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
278
+ attr_accessor projection: Types::Projection
279
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
280
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
281
+ SENSITIVE: []
282
+ end
283
+
284
+ class CreateGlobalTableInput
285
+ attr_accessor global_table_name: ::String
286
+ attr_accessor replication_group: ::Array[Types::Replica]
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class CreateGlobalTableOutput
291
+ attr_accessor global_table_description: Types::GlobalTableDescription
292
+ SENSITIVE: []
293
+ end
294
+
295
+ class CreateReplicaAction
296
+ attr_accessor region_name: ::String
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class CreateReplicationGroupMemberAction
301
+ attr_accessor region_name: ::String
302
+ attr_accessor kms_master_key_id: ::String
303
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughputOverride
304
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughputOverride
305
+ attr_accessor global_secondary_indexes: ::Array[Types::ReplicaGlobalSecondaryIndex]
306
+ attr_accessor table_class_override: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
307
+ SENSITIVE: []
308
+ end
309
+
310
+ class CreateTableInput
311
+ attr_accessor attribute_definitions: ::Array[Types::AttributeDefinition]
312
+ attr_accessor table_name: ::String
313
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
314
+ attr_accessor local_secondary_indexes: ::Array[Types::LocalSecondaryIndex]
315
+ attr_accessor global_secondary_indexes: ::Array[Types::GlobalSecondaryIndex]
316
+ attr_accessor billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
317
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
318
+ attr_accessor stream_specification: Types::StreamSpecification
319
+ attr_accessor sse_specification: Types::SSESpecification
320
+ attr_accessor tags: ::Array[Types::Tag]
321
+ attr_accessor table_class: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
322
+ attr_accessor deletion_protection_enabled: bool
323
+ attr_accessor resource_policy: ::String
324
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class CreateTableOutput
329
+ attr_accessor table_description: Types::TableDescription
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class CsvOptions
334
+ attr_accessor delimiter: ::String
335
+ attr_accessor header_list: ::Array[::String]
336
+ SENSITIVE: []
337
+ end
338
+
339
+ class Delete
340
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
341
+ attr_accessor table_name: ::String
342
+ attr_accessor condition_expression: ::String
343
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
344
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
345
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
346
+ SENSITIVE: []
347
+ end
348
+
349
+ class DeleteBackupInput
350
+ attr_accessor backup_arn: ::String
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class DeleteBackupOutput
355
+ attr_accessor backup_description: Types::BackupDescription
356
+ SENSITIVE: []
357
+ end
358
+
359
+ class DeleteGlobalSecondaryIndexAction
360
+ attr_accessor index_name: ::String
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class DeleteItemInput
365
+ attr_accessor table_name: ::String
366
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
367
+ attr_accessor expected: ::Hash[::String, Types::ExpectedAttributeValue]
368
+ attr_accessor conditional_operator: ("AND" | "OR")
369
+ attr_accessor return_values: ("NONE" | "ALL_OLD" | "UPDATED_OLD" | "ALL_NEW" | "UPDATED_NEW")
370
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
371
+ attr_accessor return_item_collection_metrics: ("SIZE" | "NONE")
372
+ attr_accessor condition_expression: ::String
373
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
374
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
375
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
376
+ SENSITIVE: []
377
+ end
378
+
379
+ class DeleteItemOutput
380
+ attr_accessor attributes: ::Hash[::String, Types::AttributeValue]
381
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
382
+ attr_accessor item_collection_metrics: Types::ItemCollectionMetrics
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class DeleteReplicaAction
387
+ attr_accessor region_name: ::String
388
+ SENSITIVE: []
389
+ end
390
+
391
+ class DeleteReplicationGroupMemberAction
392
+ attr_accessor region_name: ::String
393
+ SENSITIVE: []
394
+ end
395
+
396
+ class DeleteRequest
397
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class DeleteResourcePolicyInput
402
+ attr_accessor resource_arn: ::String
403
+ attr_accessor expected_revision_id: ::String
404
+ SENSITIVE: []
405
+ end
406
+
407
+ class DeleteResourcePolicyOutput
408
+ attr_accessor revision_id: ::String
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class DeleteTableInput
413
+ attr_accessor table_name: ::String
414
+ SENSITIVE: []
415
+ end
416
+
417
+ class DeleteTableOutput
418
+ attr_accessor table_description: Types::TableDescription
419
+ SENSITIVE: []
420
+ end
421
+
422
+ class DescribeBackupInput
423
+ attr_accessor backup_arn: ::String
424
+ SENSITIVE: []
425
+ end
426
+
427
+ class DescribeBackupOutput
428
+ attr_accessor backup_description: Types::BackupDescription
429
+ SENSITIVE: []
430
+ end
431
+
432
+ class DescribeContinuousBackupsInput
433
+ attr_accessor table_name: ::String
434
+ SENSITIVE: []
435
+ end
436
+
437
+ class DescribeContinuousBackupsOutput
438
+ attr_accessor continuous_backups_description: Types::ContinuousBackupsDescription
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class DescribeContributorInsightsInput
443
+ attr_accessor table_name: ::String
444
+ attr_accessor index_name: ::String
445
+ SENSITIVE: []
446
+ end
447
+
448
+ class DescribeContributorInsightsOutput
449
+ attr_accessor table_name: ::String
450
+ attr_accessor index_name: ::String
451
+ attr_accessor contributor_insights_rule_list: ::Array[::String]
452
+ attr_accessor contributor_insights_status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" | "FAILED")
453
+ attr_accessor last_update_date_time: ::Time
454
+ attr_accessor failure_exception: Types::FailureException
455
+ SENSITIVE: []
456
+ end
457
+
458
+ class DescribeEndpointsRequest < Aws::EmptyStructure
459
+ end
460
+
461
+ class DescribeEndpointsResponse
462
+ attr_accessor endpoints: ::Array[Types::Endpoint]
463
+ SENSITIVE: []
464
+ end
465
+
466
+ class DescribeExportInput
467
+ attr_accessor export_arn: ::String
468
+ SENSITIVE: []
469
+ end
470
+
471
+ class DescribeExportOutput
472
+ attr_accessor export_description: Types::ExportDescription
473
+ SENSITIVE: []
474
+ end
475
+
476
+ class DescribeGlobalTableInput
477
+ attr_accessor global_table_name: ::String
478
+ SENSITIVE: []
479
+ end
480
+
481
+ class DescribeGlobalTableOutput
482
+ attr_accessor global_table_description: Types::GlobalTableDescription
483
+ SENSITIVE: []
484
+ end
485
+
486
+ class DescribeGlobalTableSettingsInput
487
+ attr_accessor global_table_name: ::String
488
+ SENSITIVE: []
489
+ end
490
+
491
+ class DescribeGlobalTableSettingsOutput
492
+ attr_accessor global_table_name: ::String
493
+ attr_accessor replica_settings: ::Array[Types::ReplicaSettingsDescription]
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class DescribeImportInput
498
+ attr_accessor import_arn: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class DescribeImportOutput
503
+ attr_accessor import_table_description: Types::ImportTableDescription
504
+ SENSITIVE: []
505
+ end
506
+
507
+ class DescribeKinesisStreamingDestinationInput
508
+ attr_accessor table_name: ::String
509
+ SENSITIVE: []
510
+ end
511
+
512
+ class DescribeKinesisStreamingDestinationOutput
513
+ attr_accessor table_name: ::String
514
+ attr_accessor kinesis_data_stream_destinations: ::Array[Types::KinesisDataStreamDestination]
515
+ SENSITIVE: []
516
+ end
517
+
518
+ class DescribeLimitsInput < Aws::EmptyStructure
519
+ end
520
+
521
+ class DescribeLimitsOutput
522
+ attr_accessor account_max_read_capacity_units: ::Integer
523
+ attr_accessor account_max_write_capacity_units: ::Integer
524
+ attr_accessor table_max_read_capacity_units: ::Integer
525
+ attr_accessor table_max_write_capacity_units: ::Integer
526
+ SENSITIVE: []
527
+ end
528
+
529
+ class DescribeTableInput
530
+ attr_accessor table_name: ::String
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class DescribeTableOutput
535
+ attr_accessor table: Types::TableDescription
536
+ SENSITIVE: []
537
+ end
538
+
539
+ class DescribeTableReplicaAutoScalingInput
540
+ attr_accessor table_name: ::String
541
+ SENSITIVE: []
542
+ end
543
+
544
+ class DescribeTableReplicaAutoScalingOutput
545
+ attr_accessor table_auto_scaling_description: Types::TableAutoScalingDescription
546
+ SENSITIVE: []
547
+ end
548
+
549
+ class DescribeTimeToLiveInput
550
+ attr_accessor table_name: ::String
551
+ SENSITIVE: []
552
+ end
553
+
554
+ class DescribeTimeToLiveOutput
555
+ attr_accessor time_to_live_description: Types::TimeToLiveDescription
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class DuplicateItemException
560
+ attr_accessor message: ::String
561
+ SENSITIVE: []
562
+ end
563
+
564
+ class EnableKinesisStreamingConfiguration
565
+ attr_accessor approximate_creation_date_time_precision: ("MILLISECOND" | "MICROSECOND")
566
+ SENSITIVE: []
567
+ end
568
+
569
+ class Endpoint
570
+ attr_accessor address: ::String
571
+ attr_accessor cache_period_in_minutes: ::Integer
572
+ SENSITIVE: []
573
+ end
574
+
575
+ class ExecuteStatementInput
576
+ attr_accessor statement: ::String
577
+ attr_accessor parameters: ::Array[Types::AttributeValue]
578
+ attr_accessor consistent_read: bool
579
+ attr_accessor next_token: ::String
580
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
581
+ attr_accessor limit: ::Integer
582
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
583
+ SENSITIVE: []
584
+ end
585
+
586
+ class ExecuteStatementOutput
587
+ attr_accessor items: ::Array[::Hash[::String, Types::AttributeValue]]
588
+ attr_accessor next_token: ::String
589
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
590
+ attr_accessor last_evaluated_key: ::Hash[::String, Types::AttributeValue]
591
+ SENSITIVE: []
592
+ end
593
+
594
+ class ExecuteTransactionInput
595
+ attr_accessor transact_statements: ::Array[Types::ParameterizedStatement]
596
+ attr_accessor client_request_token: ::String
597
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
598
+ SENSITIVE: []
599
+ end
600
+
601
+ class ExecuteTransactionOutput
602
+ attr_accessor responses: ::Array[Types::ItemResponse]
603
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
604
+ SENSITIVE: []
605
+ end
606
+
607
+ class ExpectedAttributeValue
608
+ attr_accessor value: Types::AttributeValue
609
+ attr_accessor exists: bool
610
+ attr_accessor comparison_operator: ("EQ" | "NE" | "IN" | "LE" | "LT" | "GE" | "GT" | "BETWEEN" | "NOT_NULL" | "NULL" | "CONTAINS" | "NOT_CONTAINS" | "BEGINS_WITH")
611
+ attr_accessor attribute_value_list: ::Array[Types::AttributeValue]
612
+ SENSITIVE: []
613
+ end
614
+
615
+ class ExportConflictException
616
+ attr_accessor message: ::String
617
+ SENSITIVE: []
618
+ end
619
+
620
+ class ExportDescription
621
+ attr_accessor export_arn: ::String
622
+ attr_accessor export_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED")
623
+ attr_accessor start_time: ::Time
624
+ attr_accessor end_time: ::Time
625
+ attr_accessor export_manifest: ::String
626
+ attr_accessor table_arn: ::String
627
+ attr_accessor table_id: ::String
628
+ attr_accessor export_time: ::Time
629
+ attr_accessor client_token: ::String
630
+ attr_accessor s3_bucket: ::String
631
+ attr_accessor s3_bucket_owner: ::String
632
+ attr_accessor s3_prefix: ::String
633
+ attr_accessor s3_sse_algorithm: ("AES256" | "KMS")
634
+ attr_accessor s3_sse_kms_key_id: ::String
635
+ attr_accessor failure_code: ::String
636
+ attr_accessor failure_message: ::String
637
+ attr_accessor export_format: ("DYNAMODB_JSON" | "ION")
638
+ attr_accessor billed_size_bytes: ::Integer
639
+ attr_accessor item_count: ::Integer
640
+ attr_accessor export_type: ("FULL_EXPORT" | "INCREMENTAL_EXPORT")
641
+ attr_accessor incremental_export_specification: Types::IncrementalExportSpecification
642
+ SENSITIVE: []
643
+ end
644
+
645
+ class ExportNotFoundException
646
+ attr_accessor message: ::String
647
+ SENSITIVE: []
648
+ end
649
+
650
+ class ExportSummary
651
+ attr_accessor export_arn: ::String
652
+ attr_accessor export_status: ("IN_PROGRESS" | "COMPLETED" | "FAILED")
653
+ attr_accessor export_type: ("FULL_EXPORT" | "INCREMENTAL_EXPORT")
654
+ SENSITIVE: []
655
+ end
656
+
657
+ class ExportTableToPointInTimeInput
658
+ attr_accessor table_arn: ::String
659
+ attr_accessor export_time: ::Time
660
+ attr_accessor client_token: ::String
661
+ attr_accessor s3_bucket: ::String
662
+ attr_accessor s3_bucket_owner: ::String
663
+ attr_accessor s3_prefix: ::String
664
+ attr_accessor s3_sse_algorithm: ("AES256" | "KMS")
665
+ attr_accessor s3_sse_kms_key_id: ::String
666
+ attr_accessor export_format: ("DYNAMODB_JSON" | "ION")
667
+ attr_accessor export_type: ("FULL_EXPORT" | "INCREMENTAL_EXPORT")
668
+ attr_accessor incremental_export_specification: Types::IncrementalExportSpecification
669
+ SENSITIVE: []
670
+ end
671
+
672
+ class ExportTableToPointInTimeOutput
673
+ attr_accessor export_description: Types::ExportDescription
674
+ SENSITIVE: []
675
+ end
676
+
677
+ class FailureException
678
+ attr_accessor exception_name: ::String
679
+ attr_accessor exception_description: ::String
680
+ SENSITIVE: []
681
+ end
682
+
683
+ class Get
684
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
685
+ attr_accessor table_name: ::String
686
+ attr_accessor projection_expression: ::String
687
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
688
+ SENSITIVE: []
689
+ end
690
+
691
+ class GetItemInput
692
+ attr_accessor table_name: ::String
693
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
694
+ attr_accessor attributes_to_get: ::Array[::String]
695
+ attr_accessor consistent_read: bool
696
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
697
+ attr_accessor projection_expression: ::String
698
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
699
+ SENSITIVE: []
700
+ end
701
+
702
+ class GetItemOutput
703
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
704
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
705
+ SENSITIVE: []
706
+ end
707
+
708
+ class GetResourcePolicyInput
709
+ attr_accessor resource_arn: ::String
710
+ SENSITIVE: []
711
+ end
712
+
713
+ class GetResourcePolicyOutput
714
+ attr_accessor policy: ::String
715
+ attr_accessor revision_id: ::String
716
+ SENSITIVE: []
717
+ end
718
+
719
+ class GlobalSecondaryIndex
720
+ attr_accessor index_name: ::String
721
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
722
+ attr_accessor projection: Types::Projection
723
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
724
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
725
+ SENSITIVE: []
726
+ end
727
+
728
+ class GlobalSecondaryIndexAutoScalingUpdate
729
+ attr_accessor index_name: ::String
730
+ attr_accessor provisioned_write_capacity_auto_scaling_update: Types::AutoScalingSettingsUpdate
731
+ SENSITIVE: []
732
+ end
733
+
734
+ class GlobalSecondaryIndexDescription
735
+ attr_accessor index_name: ::String
736
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
737
+ attr_accessor projection: Types::Projection
738
+ attr_accessor index_status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
739
+ attr_accessor backfilling: bool
740
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughputDescription
741
+ attr_accessor index_size_bytes: ::Integer
742
+ attr_accessor item_count: ::Integer
743
+ attr_accessor index_arn: ::String
744
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
745
+ SENSITIVE: []
746
+ end
747
+
748
+ class GlobalSecondaryIndexInfo
749
+ attr_accessor index_name: ::String
750
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
751
+ attr_accessor projection: Types::Projection
752
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
753
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
754
+ SENSITIVE: []
755
+ end
756
+
757
+ class GlobalSecondaryIndexUpdate
758
+ attr_accessor update: Types::UpdateGlobalSecondaryIndexAction
759
+ attr_accessor create: Types::CreateGlobalSecondaryIndexAction
760
+ attr_accessor delete: Types::DeleteGlobalSecondaryIndexAction
761
+ SENSITIVE: []
762
+ end
763
+
764
+ class GlobalTable
765
+ attr_accessor global_table_name: ::String
766
+ attr_accessor replication_group: ::Array[Types::Replica]
767
+ SENSITIVE: []
768
+ end
769
+
770
+ class GlobalTableAlreadyExistsException
771
+ attr_accessor message: ::String
772
+ SENSITIVE: []
773
+ end
774
+
775
+ class GlobalTableDescription
776
+ attr_accessor replication_group: ::Array[Types::ReplicaDescription]
777
+ attr_accessor global_table_arn: ::String
778
+ attr_accessor creation_date_time: ::Time
779
+ attr_accessor global_table_status: ("CREATING" | "ACTIVE" | "DELETING" | "UPDATING")
780
+ attr_accessor global_table_name: ::String
781
+ SENSITIVE: []
782
+ end
783
+
784
+ class GlobalTableGlobalSecondaryIndexSettingsUpdate
785
+ attr_accessor index_name: ::String
786
+ attr_accessor provisioned_write_capacity_units: ::Integer
787
+ attr_accessor provisioned_write_capacity_auto_scaling_settings_update: Types::AutoScalingSettingsUpdate
788
+ SENSITIVE: []
789
+ end
790
+
791
+ class GlobalTableNotFoundException
792
+ attr_accessor message: ::String
793
+ SENSITIVE: []
794
+ end
795
+
796
+ class IdempotentParameterMismatchException
797
+ attr_accessor message: ::String
798
+ SENSITIVE: []
799
+ end
800
+
801
+ class ImportConflictException
802
+ attr_accessor message: ::String
803
+ SENSITIVE: []
804
+ end
805
+
806
+ class ImportNotFoundException
807
+ attr_accessor message: ::String
808
+ SENSITIVE: []
809
+ end
810
+
811
+ class ImportSummary
812
+ attr_accessor import_arn: ::String
813
+ attr_accessor import_status: ("IN_PROGRESS" | "COMPLETED" | "CANCELLING" | "CANCELLED" | "FAILED")
814
+ attr_accessor table_arn: ::String
815
+ attr_accessor s3_bucket_source: Types::S3BucketSource
816
+ attr_accessor cloud_watch_log_group_arn: ::String
817
+ attr_accessor input_format: ("DYNAMODB_JSON" | "ION" | "CSV")
818
+ attr_accessor start_time: ::Time
819
+ attr_accessor end_time: ::Time
820
+ SENSITIVE: []
821
+ end
822
+
823
+ class ImportTableDescription
824
+ attr_accessor import_arn: ::String
825
+ attr_accessor import_status: ("IN_PROGRESS" | "COMPLETED" | "CANCELLING" | "CANCELLED" | "FAILED")
826
+ attr_accessor table_arn: ::String
827
+ attr_accessor table_id: ::String
828
+ attr_accessor client_token: ::String
829
+ attr_accessor s3_bucket_source: Types::S3BucketSource
830
+ attr_accessor error_count: ::Integer
831
+ attr_accessor cloud_watch_log_group_arn: ::String
832
+ attr_accessor input_format: ("DYNAMODB_JSON" | "ION" | "CSV")
833
+ attr_accessor input_format_options: Types::InputFormatOptions
834
+ attr_accessor input_compression_type: ("GZIP" | "ZSTD" | "NONE")
835
+ attr_accessor table_creation_parameters: Types::TableCreationParameters
836
+ attr_accessor start_time: ::Time
837
+ attr_accessor end_time: ::Time
838
+ attr_accessor processed_size_bytes: ::Integer
839
+ attr_accessor processed_item_count: ::Integer
840
+ attr_accessor imported_item_count: ::Integer
841
+ attr_accessor failure_code: ::String
842
+ attr_accessor failure_message: ::String
843
+ SENSITIVE: []
844
+ end
845
+
846
+ class ImportTableInput
847
+ attr_accessor client_token: ::String
848
+ attr_accessor s3_bucket_source: Types::S3BucketSource
849
+ attr_accessor input_format: ("DYNAMODB_JSON" | "ION" | "CSV")
850
+ attr_accessor input_format_options: Types::InputFormatOptions
851
+ attr_accessor input_compression_type: ("GZIP" | "ZSTD" | "NONE")
852
+ attr_accessor table_creation_parameters: Types::TableCreationParameters
853
+ SENSITIVE: []
854
+ end
855
+
856
+ class ImportTableOutput
857
+ attr_accessor import_table_description: Types::ImportTableDescription
858
+ SENSITIVE: []
859
+ end
860
+
861
+ class IncrementalExportSpecification
862
+ attr_accessor export_from_time: ::Time
863
+ attr_accessor export_to_time: ::Time
864
+ attr_accessor export_view_type: ("NEW_IMAGE" | "NEW_AND_OLD_IMAGES")
865
+ SENSITIVE: []
866
+ end
867
+
868
+ class IndexNotFoundException
869
+ attr_accessor message: ::String
870
+ SENSITIVE: []
871
+ end
872
+
873
+ class InputFormatOptions
874
+ attr_accessor csv: Types::CsvOptions
875
+ SENSITIVE: []
876
+ end
877
+
878
+ class InternalServerError
879
+ attr_accessor message: ::String
880
+ SENSITIVE: []
881
+ end
882
+
883
+ class InvalidExportTimeException
884
+ attr_accessor message: ::String
885
+ SENSITIVE: []
886
+ end
887
+
888
+ class InvalidRestoreTimeException
889
+ attr_accessor message: ::String
890
+ SENSITIVE: []
891
+ end
892
+
893
+ class ItemCollectionMetrics
894
+ attr_accessor item_collection_key: ::Hash[::String, Types::AttributeValue]
895
+ attr_accessor size_estimate_range_gb: ::Array[::Float]
896
+ SENSITIVE: []
897
+ end
898
+
899
+ class ItemCollectionSizeLimitExceededException
900
+ attr_accessor message: ::String
901
+ SENSITIVE: []
902
+ end
903
+
904
+ class ItemResponse
905
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
906
+ SENSITIVE: []
907
+ end
908
+
909
+ class KeySchemaElement
910
+ attr_accessor attribute_name: ::String
911
+ attr_accessor key_type: ("HASH" | "RANGE")
912
+ SENSITIVE: []
913
+ end
914
+
915
+ class KeysAndAttributes
916
+ attr_accessor keys: ::Array[::Hash[::String, Types::AttributeValue]]
917
+ attr_accessor attributes_to_get: ::Array[::String]
918
+ attr_accessor consistent_read: bool
919
+ attr_accessor projection_expression: ::String
920
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
921
+ SENSITIVE: []
922
+ end
923
+
924
+ class KinesisDataStreamDestination
925
+ attr_accessor stream_arn: ::String
926
+ attr_accessor destination_status: ("ENABLING" | "ACTIVE" | "DISABLING" | "DISABLED" | "ENABLE_FAILED" | "UPDATING")
927
+ attr_accessor destination_status_description: ::String
928
+ attr_accessor approximate_creation_date_time_precision: ("MILLISECOND" | "MICROSECOND")
929
+ SENSITIVE: []
930
+ end
931
+
932
+ class KinesisStreamingDestinationInput
933
+ attr_accessor table_name: ::String
934
+ attr_accessor stream_arn: ::String
935
+ attr_accessor enable_kinesis_streaming_configuration: Types::EnableKinesisStreamingConfiguration
936
+ SENSITIVE: []
937
+ end
938
+
939
+ class KinesisStreamingDestinationOutput
940
+ attr_accessor table_name: ::String
941
+ attr_accessor stream_arn: ::String
942
+ attr_accessor destination_status: ("ENABLING" | "ACTIVE" | "DISABLING" | "DISABLED" | "ENABLE_FAILED" | "UPDATING")
943
+ attr_accessor enable_kinesis_streaming_configuration: Types::EnableKinesisStreamingConfiguration
944
+ SENSITIVE: []
945
+ end
946
+
947
+ class LimitExceededException
948
+ attr_accessor message: ::String
949
+ SENSITIVE: []
950
+ end
951
+
952
+ class ListBackupsInput
953
+ attr_accessor table_name: ::String
954
+ attr_accessor limit: ::Integer
955
+ attr_accessor time_range_lower_bound: ::Time
956
+ attr_accessor time_range_upper_bound: ::Time
957
+ attr_accessor exclusive_start_backup_arn: ::String
958
+ attr_accessor backup_type: ("USER" | "SYSTEM" | "AWS_BACKUP" | "ALL")
959
+ SENSITIVE: []
960
+ end
961
+
962
+ class ListBackupsOutput
963
+ attr_accessor backup_summaries: ::Array[Types::BackupSummary]
964
+ attr_accessor last_evaluated_backup_arn: ::String
965
+ SENSITIVE: []
966
+ end
967
+
968
+ class ListContributorInsightsInput
969
+ attr_accessor table_name: ::String
970
+ attr_accessor next_token: ::String
971
+ attr_accessor max_results: ::Integer
972
+ SENSITIVE: []
973
+ end
974
+
975
+ class ListContributorInsightsOutput
976
+ attr_accessor contributor_insights_summaries: ::Array[Types::ContributorInsightsSummary]
977
+ attr_accessor next_token: ::String
978
+ SENSITIVE: []
979
+ end
980
+
981
+ class ListExportsInput
982
+ attr_accessor table_arn: ::String
983
+ attr_accessor max_results: ::Integer
984
+ attr_accessor next_token: ::String
985
+ SENSITIVE: []
986
+ end
987
+
988
+ class ListExportsOutput
989
+ attr_accessor export_summaries: ::Array[Types::ExportSummary]
990
+ attr_accessor next_token: ::String
991
+ SENSITIVE: []
992
+ end
993
+
994
+ class ListGlobalTablesInput
995
+ attr_accessor exclusive_start_global_table_name: ::String
996
+ attr_accessor limit: ::Integer
997
+ attr_accessor region_name: ::String
998
+ SENSITIVE: []
999
+ end
1000
+
1001
+ class ListGlobalTablesOutput
1002
+ attr_accessor global_tables: ::Array[Types::GlobalTable]
1003
+ attr_accessor last_evaluated_global_table_name: ::String
1004
+ SENSITIVE: []
1005
+ end
1006
+
1007
+ class ListImportsInput
1008
+ attr_accessor table_arn: ::String
1009
+ attr_accessor page_size: ::Integer
1010
+ attr_accessor next_token: ::String
1011
+ SENSITIVE: []
1012
+ end
1013
+
1014
+ class ListImportsOutput
1015
+ attr_accessor import_summary_list: ::Array[Types::ImportSummary]
1016
+ attr_accessor next_token: ::String
1017
+ SENSITIVE: []
1018
+ end
1019
+
1020
+ class ListTablesInput
1021
+ attr_accessor exclusive_start_table_name: ::String
1022
+ attr_accessor limit: ::Integer
1023
+ SENSITIVE: []
1024
+ end
1025
+
1026
+ class ListTablesOutput
1027
+ attr_accessor table_names: ::Array[::String]
1028
+ attr_accessor last_evaluated_table_name: ::String
1029
+ SENSITIVE: []
1030
+ end
1031
+
1032
+ class ListTagsOfResourceInput
1033
+ attr_accessor resource_arn: ::String
1034
+ attr_accessor next_token: ::String
1035
+ SENSITIVE: []
1036
+ end
1037
+
1038
+ class ListTagsOfResourceOutput
1039
+ attr_accessor tags: ::Array[Types::Tag]
1040
+ attr_accessor next_token: ::String
1041
+ SENSITIVE: []
1042
+ end
1043
+
1044
+ class LocalSecondaryIndex
1045
+ attr_accessor index_name: ::String
1046
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1047
+ attr_accessor projection: Types::Projection
1048
+ SENSITIVE: []
1049
+ end
1050
+
1051
+ class LocalSecondaryIndexDescription
1052
+ attr_accessor index_name: ::String
1053
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1054
+ attr_accessor projection: Types::Projection
1055
+ attr_accessor index_size_bytes: ::Integer
1056
+ attr_accessor item_count: ::Integer
1057
+ attr_accessor index_arn: ::String
1058
+ SENSITIVE: []
1059
+ end
1060
+
1061
+ class LocalSecondaryIndexInfo
1062
+ attr_accessor index_name: ::String
1063
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1064
+ attr_accessor projection: Types::Projection
1065
+ SENSITIVE: []
1066
+ end
1067
+
1068
+ class OnDemandThroughput
1069
+ attr_accessor max_read_request_units: ::Integer
1070
+ attr_accessor max_write_request_units: ::Integer
1071
+ SENSITIVE: []
1072
+ end
1073
+
1074
+ class OnDemandThroughputOverride
1075
+ attr_accessor max_read_request_units: ::Integer
1076
+ SENSITIVE: []
1077
+ end
1078
+
1079
+ class ParameterizedStatement
1080
+ attr_accessor statement: ::String
1081
+ attr_accessor parameters: ::Array[Types::AttributeValue]
1082
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
1083
+ SENSITIVE: []
1084
+ end
1085
+
1086
+ class PointInTimeRecoveryDescription
1087
+ attr_accessor point_in_time_recovery_status: ("ENABLED" | "DISABLED")
1088
+ attr_accessor earliest_restorable_date_time: ::Time
1089
+ attr_accessor latest_restorable_date_time: ::Time
1090
+ SENSITIVE: []
1091
+ end
1092
+
1093
+ class PointInTimeRecoverySpecification
1094
+ attr_accessor point_in_time_recovery_enabled: bool
1095
+ SENSITIVE: []
1096
+ end
1097
+
1098
+ class PointInTimeRecoveryUnavailableException
1099
+ attr_accessor message: ::String
1100
+ SENSITIVE: []
1101
+ end
1102
+
1103
+ class PolicyNotFoundException
1104
+ attr_accessor message: ::String
1105
+ SENSITIVE: []
1106
+ end
1107
+
1108
+ class Projection
1109
+ attr_accessor projection_type: ("ALL" | "KEYS_ONLY" | "INCLUDE")
1110
+ attr_accessor non_key_attributes: ::Array[::String]
1111
+ SENSITIVE: []
1112
+ end
1113
+
1114
+ class ProvisionedThroughput
1115
+ attr_accessor read_capacity_units: ::Integer
1116
+ attr_accessor write_capacity_units: ::Integer
1117
+ SENSITIVE: []
1118
+ end
1119
+
1120
+ class ProvisionedThroughputDescription
1121
+ attr_accessor last_increase_date_time: ::Time
1122
+ attr_accessor last_decrease_date_time: ::Time
1123
+ attr_accessor number_of_decreases_today: ::Integer
1124
+ attr_accessor read_capacity_units: ::Integer
1125
+ attr_accessor write_capacity_units: ::Integer
1126
+ SENSITIVE: []
1127
+ end
1128
+
1129
+ class ProvisionedThroughputExceededException
1130
+ attr_accessor message: ::String
1131
+ SENSITIVE: []
1132
+ end
1133
+
1134
+ class ProvisionedThroughputOverride
1135
+ attr_accessor read_capacity_units: ::Integer
1136
+ SENSITIVE: []
1137
+ end
1138
+
1139
+ class Put
1140
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
1141
+ attr_accessor table_name: ::String
1142
+ attr_accessor condition_expression: ::String
1143
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1144
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1145
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
1146
+ SENSITIVE: []
1147
+ end
1148
+
1149
+ class PutItemInput
1150
+ attr_accessor table_name: ::String
1151
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
1152
+ attr_accessor expected: ::Hash[::String, Types::ExpectedAttributeValue]
1153
+ attr_accessor return_values: ("NONE" | "ALL_OLD" | "UPDATED_OLD" | "ALL_NEW" | "UPDATED_NEW")
1154
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1155
+ attr_accessor return_item_collection_metrics: ("SIZE" | "NONE")
1156
+ attr_accessor conditional_operator: ("AND" | "OR")
1157
+ attr_accessor condition_expression: ::String
1158
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1159
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1160
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
1161
+ SENSITIVE: []
1162
+ end
1163
+
1164
+ class PutItemOutput
1165
+ attr_accessor attributes: ::Hash[::String, Types::AttributeValue]
1166
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
1167
+ attr_accessor item_collection_metrics: Types::ItemCollectionMetrics
1168
+ SENSITIVE: []
1169
+ end
1170
+
1171
+ class PutRequest
1172
+ attr_accessor item: ::Hash[::String, Types::AttributeValue]
1173
+ SENSITIVE: []
1174
+ end
1175
+
1176
+ class PutResourcePolicyInput
1177
+ attr_accessor resource_arn: ::String
1178
+ attr_accessor policy: ::String
1179
+ attr_accessor expected_revision_id: ::String
1180
+ attr_accessor confirm_remove_self_resource_access: bool
1181
+ SENSITIVE: []
1182
+ end
1183
+
1184
+ class PutResourcePolicyOutput
1185
+ attr_accessor revision_id: ::String
1186
+ SENSITIVE: []
1187
+ end
1188
+
1189
+ class QueryInput
1190
+ attr_accessor table_name: ::String
1191
+ attr_accessor index_name: ::String
1192
+ attr_accessor select: ("ALL_ATTRIBUTES" | "ALL_PROJECTED_ATTRIBUTES" | "SPECIFIC_ATTRIBUTES" | "COUNT")
1193
+ attr_accessor attributes_to_get: ::Array[::String]
1194
+ attr_accessor limit: ::Integer
1195
+ attr_accessor consistent_read: bool
1196
+ attr_accessor key_conditions: ::Hash[::String, Types::Condition]
1197
+ attr_accessor query_filter: ::Hash[::String, Types::Condition]
1198
+ attr_accessor conditional_operator: ("AND" | "OR")
1199
+ attr_accessor scan_index_forward: bool
1200
+ attr_accessor exclusive_start_key: ::Hash[::String, Types::AttributeValue]
1201
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1202
+ attr_accessor projection_expression: ::String
1203
+ attr_accessor filter_expression: ::String
1204
+ attr_accessor key_condition_expression: ::String
1205
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1206
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1207
+ SENSITIVE: []
1208
+ end
1209
+
1210
+ class QueryOutput
1211
+ attr_accessor items: ::Array[::Hash[::String, Types::AttributeValue]]
1212
+ attr_accessor count: ::Integer
1213
+ attr_accessor scanned_count: ::Integer
1214
+ attr_accessor last_evaluated_key: ::Hash[::String, Types::AttributeValue]
1215
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
1216
+ SENSITIVE: []
1217
+ end
1218
+
1219
+ class Replica
1220
+ attr_accessor region_name: ::String
1221
+ SENSITIVE: []
1222
+ end
1223
+
1224
+ class ReplicaAlreadyExistsException
1225
+ attr_accessor message: ::String
1226
+ SENSITIVE: []
1227
+ end
1228
+
1229
+ class ReplicaAutoScalingDescription
1230
+ attr_accessor region_name: ::String
1231
+ attr_accessor global_secondary_indexes: ::Array[Types::ReplicaGlobalSecondaryIndexAutoScalingDescription]
1232
+ attr_accessor replica_provisioned_read_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1233
+ attr_accessor replica_provisioned_write_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1234
+ attr_accessor replica_status: ("CREATING" | "CREATION_FAILED" | "UPDATING" | "DELETING" | "ACTIVE" | "REGION_DISABLED" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
1235
+ SENSITIVE: []
1236
+ end
1237
+
1238
+ class ReplicaAutoScalingUpdate
1239
+ attr_accessor region_name: ::String
1240
+ attr_accessor replica_global_secondary_index_updates: ::Array[Types::ReplicaGlobalSecondaryIndexAutoScalingUpdate]
1241
+ attr_accessor replica_provisioned_read_capacity_auto_scaling_update: Types::AutoScalingSettingsUpdate
1242
+ SENSITIVE: []
1243
+ end
1244
+
1245
+ class ReplicaDescription
1246
+ attr_accessor region_name: ::String
1247
+ attr_accessor replica_status: ("CREATING" | "CREATION_FAILED" | "UPDATING" | "DELETING" | "ACTIVE" | "REGION_DISABLED" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
1248
+ attr_accessor replica_status_description: ::String
1249
+ attr_accessor replica_status_percent_progress: ::String
1250
+ attr_accessor kms_master_key_id: ::String
1251
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughputOverride
1252
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughputOverride
1253
+ attr_accessor global_secondary_indexes: ::Array[Types::ReplicaGlobalSecondaryIndexDescription]
1254
+ attr_accessor replica_inaccessible_date_time: ::Time
1255
+ attr_accessor replica_table_class_summary: Types::TableClassSummary
1256
+ SENSITIVE: []
1257
+ end
1258
+
1259
+ class ReplicaGlobalSecondaryIndex
1260
+ attr_accessor index_name: ::String
1261
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughputOverride
1262
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughputOverride
1263
+ SENSITIVE: []
1264
+ end
1265
+
1266
+ class ReplicaGlobalSecondaryIndexAutoScalingDescription
1267
+ attr_accessor index_name: ::String
1268
+ attr_accessor index_status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
1269
+ attr_accessor provisioned_read_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1270
+ attr_accessor provisioned_write_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1271
+ SENSITIVE: []
1272
+ end
1273
+
1274
+ class ReplicaGlobalSecondaryIndexAutoScalingUpdate
1275
+ attr_accessor index_name: ::String
1276
+ attr_accessor provisioned_read_capacity_auto_scaling_update: Types::AutoScalingSettingsUpdate
1277
+ SENSITIVE: []
1278
+ end
1279
+
1280
+ class ReplicaGlobalSecondaryIndexDescription
1281
+ attr_accessor index_name: ::String
1282
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughputOverride
1283
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughputOverride
1284
+ SENSITIVE: []
1285
+ end
1286
+
1287
+ class ReplicaGlobalSecondaryIndexSettingsDescription
1288
+ attr_accessor index_name: ::String
1289
+ attr_accessor index_status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE")
1290
+ attr_accessor provisioned_read_capacity_units: ::Integer
1291
+ attr_accessor provisioned_read_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1292
+ attr_accessor provisioned_write_capacity_units: ::Integer
1293
+ attr_accessor provisioned_write_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1294
+ SENSITIVE: []
1295
+ end
1296
+
1297
+ class ReplicaGlobalSecondaryIndexSettingsUpdate
1298
+ attr_accessor index_name: ::String
1299
+ attr_accessor provisioned_read_capacity_units: ::Integer
1300
+ attr_accessor provisioned_read_capacity_auto_scaling_settings_update: Types::AutoScalingSettingsUpdate
1301
+ SENSITIVE: []
1302
+ end
1303
+
1304
+ class ReplicaNotFoundException
1305
+ attr_accessor message: ::String
1306
+ SENSITIVE: []
1307
+ end
1308
+
1309
+ class ReplicaSettingsDescription
1310
+ attr_accessor region_name: ::String
1311
+ attr_accessor replica_status: ("CREATING" | "CREATION_FAILED" | "UPDATING" | "DELETING" | "ACTIVE" | "REGION_DISABLED" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
1312
+ attr_accessor replica_billing_mode_summary: Types::BillingModeSummary
1313
+ attr_accessor replica_provisioned_read_capacity_units: ::Integer
1314
+ attr_accessor replica_provisioned_read_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1315
+ attr_accessor replica_provisioned_write_capacity_units: ::Integer
1316
+ attr_accessor replica_provisioned_write_capacity_auto_scaling_settings: Types::AutoScalingSettingsDescription
1317
+ attr_accessor replica_global_secondary_index_settings: ::Array[Types::ReplicaGlobalSecondaryIndexSettingsDescription]
1318
+ attr_accessor replica_table_class_summary: Types::TableClassSummary
1319
+ SENSITIVE: []
1320
+ end
1321
+
1322
+ class ReplicaSettingsUpdate
1323
+ attr_accessor region_name: ::String
1324
+ attr_accessor replica_provisioned_read_capacity_units: ::Integer
1325
+ attr_accessor replica_provisioned_read_capacity_auto_scaling_settings_update: Types::AutoScalingSettingsUpdate
1326
+ attr_accessor replica_global_secondary_index_settings_update: ::Array[Types::ReplicaGlobalSecondaryIndexSettingsUpdate]
1327
+ attr_accessor replica_table_class: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
1328
+ SENSITIVE: []
1329
+ end
1330
+
1331
+ class ReplicaUpdate
1332
+ attr_accessor create: Types::CreateReplicaAction
1333
+ attr_accessor delete: Types::DeleteReplicaAction
1334
+ SENSITIVE: []
1335
+ end
1336
+
1337
+ class ReplicationGroupUpdate
1338
+ attr_accessor create: Types::CreateReplicationGroupMemberAction
1339
+ attr_accessor update: Types::UpdateReplicationGroupMemberAction
1340
+ attr_accessor delete: Types::DeleteReplicationGroupMemberAction
1341
+ SENSITIVE: []
1342
+ end
1343
+
1344
+ class RequestLimitExceeded
1345
+ attr_accessor message: ::String
1346
+ SENSITIVE: []
1347
+ end
1348
+
1349
+ class ResourceInUseException
1350
+ attr_accessor message: ::String
1351
+ SENSITIVE: []
1352
+ end
1353
+
1354
+ class ResourceNotFoundException
1355
+ attr_accessor message: ::String
1356
+ SENSITIVE: []
1357
+ end
1358
+
1359
+ class RestoreSummary
1360
+ attr_accessor source_backup_arn: ::String
1361
+ attr_accessor source_table_arn: ::String
1362
+ attr_accessor restore_date_time: ::Time
1363
+ attr_accessor restore_in_progress: bool
1364
+ SENSITIVE: []
1365
+ end
1366
+
1367
+ class RestoreTableFromBackupInput
1368
+ attr_accessor target_table_name: ::String
1369
+ attr_accessor backup_arn: ::String
1370
+ attr_accessor billing_mode_override: ("PROVISIONED" | "PAY_PER_REQUEST")
1371
+ attr_accessor global_secondary_index_override: ::Array[Types::GlobalSecondaryIndex]
1372
+ attr_accessor local_secondary_index_override: ::Array[Types::LocalSecondaryIndex]
1373
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughput
1374
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughput
1375
+ attr_accessor sse_specification_override: Types::SSESpecification
1376
+ SENSITIVE: []
1377
+ end
1378
+
1379
+ class RestoreTableFromBackupOutput
1380
+ attr_accessor table_description: Types::TableDescription
1381
+ SENSITIVE: []
1382
+ end
1383
+
1384
+ class RestoreTableToPointInTimeInput
1385
+ attr_accessor source_table_arn: ::String
1386
+ attr_accessor source_table_name: ::String
1387
+ attr_accessor target_table_name: ::String
1388
+ attr_accessor use_latest_restorable_time: bool
1389
+ attr_accessor restore_date_time: ::Time
1390
+ attr_accessor billing_mode_override: ("PROVISIONED" | "PAY_PER_REQUEST")
1391
+ attr_accessor global_secondary_index_override: ::Array[Types::GlobalSecondaryIndex]
1392
+ attr_accessor local_secondary_index_override: ::Array[Types::LocalSecondaryIndex]
1393
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughput
1394
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughput
1395
+ attr_accessor sse_specification_override: Types::SSESpecification
1396
+ SENSITIVE: []
1397
+ end
1398
+
1399
+ class RestoreTableToPointInTimeOutput
1400
+ attr_accessor table_description: Types::TableDescription
1401
+ SENSITIVE: []
1402
+ end
1403
+
1404
+ class S3BucketSource
1405
+ attr_accessor s3_bucket_owner: ::String
1406
+ attr_accessor s3_bucket: ::String
1407
+ attr_accessor s3_key_prefix: ::String
1408
+ SENSITIVE: []
1409
+ end
1410
+
1411
+ class SSEDescription
1412
+ attr_accessor status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" | "UPDATING")
1413
+ attr_accessor sse_type: ("AES256" | "KMS")
1414
+ attr_accessor kms_master_key_arn: ::String
1415
+ attr_accessor inaccessible_encryption_date_time: ::Time
1416
+ SENSITIVE: []
1417
+ end
1418
+
1419
+ class SSESpecification
1420
+ attr_accessor enabled: bool
1421
+ attr_accessor sse_type: ("AES256" | "KMS")
1422
+ attr_accessor kms_master_key_id: ::String
1423
+ SENSITIVE: []
1424
+ end
1425
+
1426
+ class ScanInput
1427
+ attr_accessor table_name: ::String
1428
+ attr_accessor index_name: ::String
1429
+ attr_accessor attributes_to_get: ::Array[::String]
1430
+ attr_accessor limit: ::Integer
1431
+ attr_accessor select: ("ALL_ATTRIBUTES" | "ALL_PROJECTED_ATTRIBUTES" | "SPECIFIC_ATTRIBUTES" | "COUNT")
1432
+ attr_accessor scan_filter: ::Hash[::String, Types::Condition]
1433
+ attr_accessor conditional_operator: ("AND" | "OR")
1434
+ attr_accessor exclusive_start_key: ::Hash[::String, Types::AttributeValue]
1435
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1436
+ attr_accessor total_segments: ::Integer
1437
+ attr_accessor segment: ::Integer
1438
+ attr_accessor projection_expression: ::String
1439
+ attr_accessor filter_expression: ::String
1440
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1441
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1442
+ attr_accessor consistent_read: bool
1443
+ SENSITIVE: []
1444
+ end
1445
+
1446
+ class ScanOutput
1447
+ attr_accessor items: ::Array[::Hash[::String, Types::AttributeValue]]
1448
+ attr_accessor count: ::Integer
1449
+ attr_accessor scanned_count: ::Integer
1450
+ attr_accessor last_evaluated_key: ::Hash[::String, Types::AttributeValue]
1451
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
1452
+ SENSITIVE: []
1453
+ end
1454
+
1455
+ class SourceTableDetails
1456
+ attr_accessor table_name: ::String
1457
+ attr_accessor table_id: ::String
1458
+ attr_accessor table_arn: ::String
1459
+ attr_accessor table_size_bytes: ::Integer
1460
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1461
+ attr_accessor table_creation_date_time: ::Time
1462
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
1463
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
1464
+ attr_accessor item_count: ::Integer
1465
+ attr_accessor billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
1466
+ SENSITIVE: []
1467
+ end
1468
+
1469
+ class SourceTableFeatureDetails
1470
+ attr_accessor local_secondary_indexes: ::Array[Types::LocalSecondaryIndexInfo]
1471
+ attr_accessor global_secondary_indexes: ::Array[Types::GlobalSecondaryIndexInfo]
1472
+ attr_accessor stream_description: Types::StreamSpecification
1473
+ attr_accessor time_to_live_description: Types::TimeToLiveDescription
1474
+ attr_accessor sse_description: Types::SSEDescription
1475
+ SENSITIVE: []
1476
+ end
1477
+
1478
+ class StreamSpecification
1479
+ attr_accessor stream_enabled: bool
1480
+ attr_accessor stream_view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "NEW_AND_OLD_IMAGES" | "KEYS_ONLY")
1481
+ SENSITIVE: []
1482
+ end
1483
+
1484
+ class TableAlreadyExistsException
1485
+ attr_accessor message: ::String
1486
+ SENSITIVE: []
1487
+ end
1488
+
1489
+ class TableAutoScalingDescription
1490
+ attr_accessor table_name: ::String
1491
+ attr_accessor table_status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS" | "ARCHIVING" | "ARCHIVED")
1492
+ attr_accessor replicas: ::Array[Types::ReplicaAutoScalingDescription]
1493
+ SENSITIVE: []
1494
+ end
1495
+
1496
+ class TableClassSummary
1497
+ attr_accessor table_class: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
1498
+ attr_accessor last_update_date_time: ::Time
1499
+ SENSITIVE: []
1500
+ end
1501
+
1502
+ class TableCreationParameters
1503
+ attr_accessor table_name: ::String
1504
+ attr_accessor attribute_definitions: ::Array[Types::AttributeDefinition]
1505
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1506
+ attr_accessor billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
1507
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
1508
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
1509
+ attr_accessor sse_specification: Types::SSESpecification
1510
+ attr_accessor global_secondary_indexes: ::Array[Types::GlobalSecondaryIndex]
1511
+ SENSITIVE: []
1512
+ end
1513
+
1514
+ class TableDescription
1515
+ attr_accessor attribute_definitions: ::Array[Types::AttributeDefinition]
1516
+ attr_accessor table_name: ::String
1517
+ attr_accessor key_schema: ::Array[Types::KeySchemaElement]
1518
+ attr_accessor table_status: ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS" | "ARCHIVING" | "ARCHIVED")
1519
+ attr_accessor creation_date_time: ::Time
1520
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughputDescription
1521
+ attr_accessor table_size_bytes: ::Integer
1522
+ attr_accessor item_count: ::Integer
1523
+ attr_accessor table_arn: ::String
1524
+ attr_accessor table_id: ::String
1525
+ attr_accessor billing_mode_summary: Types::BillingModeSummary
1526
+ attr_accessor local_secondary_indexes: ::Array[Types::LocalSecondaryIndexDescription]
1527
+ attr_accessor global_secondary_indexes: ::Array[Types::GlobalSecondaryIndexDescription]
1528
+ attr_accessor stream_specification: Types::StreamSpecification
1529
+ attr_accessor latest_stream_label: ::String
1530
+ attr_accessor latest_stream_arn: ::String
1531
+ attr_accessor global_table_version: ::String
1532
+ attr_accessor replicas: ::Array[Types::ReplicaDescription]
1533
+ attr_accessor restore_summary: Types::RestoreSummary
1534
+ attr_accessor sse_description: Types::SSEDescription
1535
+ attr_accessor archival_summary: Types::ArchivalSummary
1536
+ attr_accessor table_class_summary: Types::TableClassSummary
1537
+ attr_accessor deletion_protection_enabled: bool
1538
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
1539
+ SENSITIVE: []
1540
+ end
1541
+
1542
+ class TableInUseException
1543
+ attr_accessor message: ::String
1544
+ SENSITIVE: []
1545
+ end
1546
+
1547
+ class TableNotFoundException
1548
+ attr_accessor message: ::String
1549
+ SENSITIVE: []
1550
+ end
1551
+
1552
+ class Tag
1553
+ attr_accessor key: ::String
1554
+ attr_accessor value: ::String
1555
+ SENSITIVE: []
1556
+ end
1557
+
1558
+ class TagResourceInput
1559
+ attr_accessor resource_arn: ::String
1560
+ attr_accessor tags: ::Array[Types::Tag]
1561
+ SENSITIVE: []
1562
+ end
1563
+
1564
+ class TimeToLiveDescription
1565
+ attr_accessor time_to_live_status: ("ENABLING" | "DISABLING" | "ENABLED" | "DISABLED")
1566
+ attr_accessor attribute_name: ::String
1567
+ SENSITIVE: []
1568
+ end
1569
+
1570
+ class TimeToLiveSpecification
1571
+ attr_accessor enabled: bool
1572
+ attr_accessor attribute_name: ::String
1573
+ SENSITIVE: []
1574
+ end
1575
+
1576
+ class TransactGetItem
1577
+ attr_accessor get: Types::Get
1578
+ SENSITIVE: []
1579
+ end
1580
+
1581
+ class TransactGetItemsInput
1582
+ attr_accessor transact_items: ::Array[Types::TransactGetItem]
1583
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1584
+ SENSITIVE: []
1585
+ end
1586
+
1587
+ class TransactGetItemsOutput
1588
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
1589
+ attr_accessor responses: ::Array[Types::ItemResponse]
1590
+ SENSITIVE: []
1591
+ end
1592
+
1593
+ class TransactWriteItem
1594
+ attr_accessor condition_check: Types::ConditionCheck
1595
+ attr_accessor put: Types::Put
1596
+ attr_accessor delete: Types::Delete
1597
+ attr_accessor update: Types::Update
1598
+ SENSITIVE: []
1599
+ end
1600
+
1601
+ class TransactWriteItemsInput
1602
+ attr_accessor transact_items: ::Array[Types::TransactWriteItem]
1603
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1604
+ attr_accessor return_item_collection_metrics: ("SIZE" | "NONE")
1605
+ attr_accessor client_request_token: ::String
1606
+ SENSITIVE: []
1607
+ end
1608
+
1609
+ class TransactWriteItemsOutput
1610
+ attr_accessor consumed_capacity: ::Array[Types::ConsumedCapacity]
1611
+ attr_accessor item_collection_metrics: ::Hash[::String, ::Array[Types::ItemCollectionMetrics]]
1612
+ SENSITIVE: []
1613
+ end
1614
+
1615
+ class TransactionCanceledException
1616
+ attr_accessor message: ::String
1617
+ attr_accessor cancellation_reasons: ::Array[Types::CancellationReason]
1618
+ SENSITIVE: []
1619
+ end
1620
+
1621
+ class TransactionConflictException
1622
+ attr_accessor message: ::String
1623
+ SENSITIVE: []
1624
+ end
1625
+
1626
+ class TransactionInProgressException
1627
+ attr_accessor message: ::String
1628
+ SENSITIVE: []
1629
+ end
1630
+
1631
+ class UntagResourceInput
1632
+ attr_accessor resource_arn: ::String
1633
+ attr_accessor tag_keys: ::Array[::String]
1634
+ SENSITIVE: []
1635
+ end
1636
+
1637
+ class Update
1638
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
1639
+ attr_accessor update_expression: ::String
1640
+ attr_accessor table_name: ::String
1641
+ attr_accessor condition_expression: ::String
1642
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1643
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1644
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
1645
+ SENSITIVE: []
1646
+ end
1647
+
1648
+ class UpdateContinuousBackupsInput
1649
+ attr_accessor table_name: ::String
1650
+ attr_accessor point_in_time_recovery_specification: Types::PointInTimeRecoverySpecification
1651
+ SENSITIVE: []
1652
+ end
1653
+
1654
+ class UpdateContinuousBackupsOutput
1655
+ attr_accessor continuous_backups_description: Types::ContinuousBackupsDescription
1656
+ SENSITIVE: []
1657
+ end
1658
+
1659
+ class UpdateContributorInsightsInput
1660
+ attr_accessor table_name: ::String
1661
+ attr_accessor index_name: ::String
1662
+ attr_accessor contributor_insights_action: ("ENABLE" | "DISABLE")
1663
+ SENSITIVE: []
1664
+ end
1665
+
1666
+ class UpdateContributorInsightsOutput
1667
+ attr_accessor table_name: ::String
1668
+ attr_accessor index_name: ::String
1669
+ attr_accessor contributor_insights_status: ("ENABLING" | "ENABLED" | "DISABLING" | "DISABLED" | "FAILED")
1670
+ SENSITIVE: []
1671
+ end
1672
+
1673
+ class UpdateGlobalSecondaryIndexAction
1674
+ attr_accessor index_name: ::String
1675
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
1676
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
1677
+ SENSITIVE: []
1678
+ end
1679
+
1680
+ class UpdateGlobalTableInput
1681
+ attr_accessor global_table_name: ::String
1682
+ attr_accessor replica_updates: ::Array[Types::ReplicaUpdate]
1683
+ SENSITIVE: []
1684
+ end
1685
+
1686
+ class UpdateGlobalTableOutput
1687
+ attr_accessor global_table_description: Types::GlobalTableDescription
1688
+ SENSITIVE: []
1689
+ end
1690
+
1691
+ class UpdateGlobalTableSettingsInput
1692
+ attr_accessor global_table_name: ::String
1693
+ attr_accessor global_table_billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
1694
+ attr_accessor global_table_provisioned_write_capacity_units: ::Integer
1695
+ attr_accessor global_table_provisioned_write_capacity_auto_scaling_settings_update: Types::AutoScalingSettingsUpdate
1696
+ attr_accessor global_table_global_secondary_index_settings_update: ::Array[Types::GlobalTableGlobalSecondaryIndexSettingsUpdate]
1697
+ attr_accessor replica_settings_update: ::Array[Types::ReplicaSettingsUpdate]
1698
+ SENSITIVE: []
1699
+ end
1700
+
1701
+ class UpdateGlobalTableSettingsOutput
1702
+ attr_accessor global_table_name: ::String
1703
+ attr_accessor replica_settings: ::Array[Types::ReplicaSettingsDescription]
1704
+ SENSITIVE: []
1705
+ end
1706
+
1707
+ class UpdateItemInput
1708
+ attr_accessor table_name: ::String
1709
+ attr_accessor key: ::Hash[::String, Types::AttributeValue]
1710
+ attr_accessor attribute_updates: ::Hash[::String, Types::AttributeValueUpdate]
1711
+ attr_accessor expected: ::Hash[::String, Types::ExpectedAttributeValue]
1712
+ attr_accessor conditional_operator: ("AND" | "OR")
1713
+ attr_accessor return_values: ("NONE" | "ALL_OLD" | "UPDATED_OLD" | "ALL_NEW" | "UPDATED_NEW")
1714
+ attr_accessor return_consumed_capacity: ("INDEXES" | "TOTAL" | "NONE")
1715
+ attr_accessor return_item_collection_metrics: ("SIZE" | "NONE")
1716
+ attr_accessor update_expression: ::String
1717
+ attr_accessor condition_expression: ::String
1718
+ attr_accessor expression_attribute_names: ::Hash[::String, ::String]
1719
+ attr_accessor expression_attribute_values: ::Hash[::String, Types::AttributeValue]
1720
+ attr_accessor return_values_on_condition_check_failure: ("ALL_OLD" | "NONE")
1721
+ SENSITIVE: []
1722
+ end
1723
+
1724
+ class UpdateItemOutput
1725
+ attr_accessor attributes: ::Hash[::String, Types::AttributeValue]
1726
+ attr_accessor consumed_capacity: Types::ConsumedCapacity
1727
+ attr_accessor item_collection_metrics: Types::ItemCollectionMetrics
1728
+ SENSITIVE: []
1729
+ end
1730
+
1731
+ class UpdateKinesisStreamingConfiguration
1732
+ attr_accessor approximate_creation_date_time_precision: ("MILLISECOND" | "MICROSECOND")
1733
+ SENSITIVE: []
1734
+ end
1735
+
1736
+ class UpdateKinesisStreamingDestinationInput
1737
+ attr_accessor table_name: ::String
1738
+ attr_accessor stream_arn: ::String
1739
+ attr_accessor update_kinesis_streaming_configuration: Types::UpdateKinesisStreamingConfiguration
1740
+ SENSITIVE: []
1741
+ end
1742
+
1743
+ class UpdateKinesisStreamingDestinationOutput
1744
+ attr_accessor table_name: ::String
1745
+ attr_accessor stream_arn: ::String
1746
+ attr_accessor destination_status: ("ENABLING" | "ACTIVE" | "DISABLING" | "DISABLED" | "ENABLE_FAILED" | "UPDATING")
1747
+ attr_accessor update_kinesis_streaming_configuration: Types::UpdateKinesisStreamingConfiguration
1748
+ SENSITIVE: []
1749
+ end
1750
+
1751
+ class UpdateReplicationGroupMemberAction
1752
+ attr_accessor region_name: ::String
1753
+ attr_accessor kms_master_key_id: ::String
1754
+ attr_accessor provisioned_throughput_override: Types::ProvisionedThroughputOverride
1755
+ attr_accessor on_demand_throughput_override: Types::OnDemandThroughputOverride
1756
+ attr_accessor global_secondary_indexes: ::Array[Types::ReplicaGlobalSecondaryIndex]
1757
+ attr_accessor table_class_override: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
1758
+ SENSITIVE: []
1759
+ end
1760
+
1761
+ class UpdateTableInput
1762
+ attr_accessor attribute_definitions: ::Array[Types::AttributeDefinition]
1763
+ attr_accessor table_name: ::String
1764
+ attr_accessor billing_mode: ("PROVISIONED" | "PAY_PER_REQUEST")
1765
+ attr_accessor provisioned_throughput: Types::ProvisionedThroughput
1766
+ attr_accessor global_secondary_index_updates: ::Array[Types::GlobalSecondaryIndexUpdate]
1767
+ attr_accessor stream_specification: Types::StreamSpecification
1768
+ attr_accessor sse_specification: Types::SSESpecification
1769
+ attr_accessor replica_updates: ::Array[Types::ReplicationGroupUpdate]
1770
+ attr_accessor table_class: ("STANDARD" | "STANDARD_INFREQUENT_ACCESS")
1771
+ attr_accessor deletion_protection_enabled: bool
1772
+ attr_accessor on_demand_throughput: Types::OnDemandThroughput
1773
+ SENSITIVE: []
1774
+ end
1775
+
1776
+ class UpdateTableOutput
1777
+ attr_accessor table_description: Types::TableDescription
1778
+ SENSITIVE: []
1779
+ end
1780
+
1781
+ class UpdateTableReplicaAutoScalingInput
1782
+ attr_accessor global_secondary_index_updates: ::Array[Types::GlobalSecondaryIndexAutoScalingUpdate]
1783
+ attr_accessor table_name: ::String
1784
+ attr_accessor provisioned_write_capacity_auto_scaling_update: Types::AutoScalingSettingsUpdate
1785
+ attr_accessor replica_updates: ::Array[Types::ReplicaAutoScalingUpdate]
1786
+ SENSITIVE: []
1787
+ end
1788
+
1789
+ class UpdateTableReplicaAutoScalingOutput
1790
+ attr_accessor table_auto_scaling_description: Types::TableAutoScalingDescription
1791
+ SENSITIVE: []
1792
+ end
1793
+
1794
+ class UpdateTimeToLiveInput
1795
+ attr_accessor table_name: ::String
1796
+ attr_accessor time_to_live_specification: Types::TimeToLiveSpecification
1797
+ SENSITIVE: []
1798
+ end
1799
+
1800
+ class UpdateTimeToLiveOutput
1801
+ attr_accessor time_to_live_specification: Types::TimeToLiveSpecification
1802
+ SENSITIVE: []
1803
+ end
1804
+
1805
+ class WriteRequest
1806
+ attr_accessor put_request: Types::PutRequest
1807
+ attr_accessor delete_request: Types::DeleteRequest
1808
+ SENSITIVE: []
1809
+ end
1810
+ end
1811
+ end