aws-sdk-dynamodb 1.84.0 → 1.118.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +177 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +940 -312
- data/lib/aws-sdk-dynamodb/client_api.rb +204 -34
- data/lib/aws-sdk-dynamodb/customizations/client.rb +5 -3
- data/lib/aws-sdk-dynamodb/endpoint_provider.rb +2 -2
- data/lib/aws-sdk-dynamodb/endpoints.rb +57 -0
- data/lib/aws-sdk-dynamodb/errors.rb +21 -0
- data/lib/aws-sdk-dynamodb/plugins/endpoints.rb +12 -2
- data/lib/aws-sdk-dynamodb/plugins/simple_attributes.rb +21 -7
- data/lib/aws-sdk-dynamodb/resource.rb +62 -18
- data/lib/aws-sdk-dynamodb/table.rb +102 -26
- data/lib/aws-sdk-dynamodb/types.rb +776 -119
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/sig/client.rbs +1495 -0
- data/sig/errors.rbs +114 -0
- data/sig/resource.rbs +206 -0
- data/sig/table.rbs +359 -0
- data/sig/types.rbs +1811 -0
- data/sig/waiters.rbs +33 -0
- metadata +17 -11
@@ -13,6 +13,7 @@ module Aws::DynamoDB
|
|
13
13
|
|
14
14
|
include Seahorse::Model
|
15
15
|
|
16
|
+
ApproximateCreationDateTimePrecision = Shapes::StringShape.new(name: 'ApproximateCreationDateTimePrecision')
|
16
17
|
ArchivalReason = Shapes::StringShape.new(name: 'ArchivalReason')
|
17
18
|
ArchivalSummary = Shapes::StructureShape.new(name: 'ArchivalSummary')
|
18
19
|
AttributeAction = Shapes::StringShape.new(name: 'AttributeAction')
|
@@ -82,6 +83,7 @@ module Aws::DynamoDB
|
|
82
83
|
ConditionExpression = Shapes::StringShape.new(name: 'ConditionExpression')
|
83
84
|
ConditionalCheckFailedException = Shapes::StructureShape.new(name: 'ConditionalCheckFailedException')
|
84
85
|
ConditionalOperator = Shapes::StringShape.new(name: 'ConditionalOperator')
|
86
|
+
ConfirmRemoveSelfResourceAccess = Shapes::BooleanShape.new(name: 'ConfirmRemoveSelfResourceAccess')
|
85
87
|
ConsistentRead = Shapes::BooleanShape.new(name: 'ConsistentRead')
|
86
88
|
ConsumedCapacity = Shapes::StructureShape.new(name: 'ConsumedCapacity')
|
87
89
|
ConsumedCapacityMultiple = Shapes::ListShape.new(name: 'ConsumedCapacityMultiple')
|
@@ -118,6 +120,8 @@ module Aws::DynamoDB
|
|
118
120
|
DeleteReplicaAction = Shapes::StructureShape.new(name: 'DeleteReplicaAction')
|
119
121
|
DeleteReplicationGroupMemberAction = Shapes::StructureShape.new(name: 'DeleteReplicationGroupMemberAction')
|
120
122
|
DeleteRequest = Shapes::StructureShape.new(name: 'DeleteRequest')
|
123
|
+
DeleteResourcePolicyInput = Shapes::StructureShape.new(name: 'DeleteResourcePolicyInput')
|
124
|
+
DeleteResourcePolicyOutput = Shapes::StructureShape.new(name: 'DeleteResourcePolicyOutput')
|
121
125
|
DeleteTableInput = Shapes::StructureShape.new(name: 'DeleteTableInput')
|
122
126
|
DeleteTableOutput = Shapes::StructureShape.new(name: 'DeleteTableOutput')
|
123
127
|
DeletionProtectionEnabled = Shapes::BooleanShape.new(name: 'DeletionProtectionEnabled')
|
@@ -150,6 +154,7 @@ module Aws::DynamoDB
|
|
150
154
|
DestinationStatus = Shapes::StringShape.new(name: 'DestinationStatus')
|
151
155
|
DoubleObject = Shapes::FloatShape.new(name: 'DoubleObject')
|
152
156
|
DuplicateItemException = Shapes::StructureShape.new(name: 'DuplicateItemException')
|
157
|
+
EnableKinesisStreamingConfiguration = Shapes::StructureShape.new(name: 'EnableKinesisStreamingConfiguration')
|
153
158
|
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
154
159
|
Endpoints = Shapes::ListShape.new(name: 'Endpoints')
|
155
160
|
ErrorCount = Shapes::IntegerShape.new(name: 'ErrorCount')
|
@@ -167,6 +172,7 @@ module Aws::DynamoDB
|
|
167
172
|
ExportDescription = Shapes::StructureShape.new(name: 'ExportDescription')
|
168
173
|
ExportEndTime = Shapes::TimestampShape.new(name: 'ExportEndTime')
|
169
174
|
ExportFormat = Shapes::StringShape.new(name: 'ExportFormat')
|
175
|
+
ExportFromTime = Shapes::TimestampShape.new(name: 'ExportFromTime')
|
170
176
|
ExportManifest = Shapes::StringShape.new(name: 'ExportManifest')
|
171
177
|
ExportNextToken = Shapes::StringShape.new(name: 'ExportNextToken')
|
172
178
|
ExportNotFoundException = Shapes::StructureShape.new(name: 'ExportNotFoundException')
|
@@ -177,6 +183,9 @@ module Aws::DynamoDB
|
|
177
183
|
ExportTableToPointInTimeInput = Shapes::StructureShape.new(name: 'ExportTableToPointInTimeInput')
|
178
184
|
ExportTableToPointInTimeOutput = Shapes::StructureShape.new(name: 'ExportTableToPointInTimeOutput')
|
179
185
|
ExportTime = Shapes::TimestampShape.new(name: 'ExportTime')
|
186
|
+
ExportToTime = Shapes::TimestampShape.new(name: 'ExportToTime')
|
187
|
+
ExportType = Shapes::StringShape.new(name: 'ExportType')
|
188
|
+
ExportViewType = Shapes::StringShape.new(name: 'ExportViewType')
|
180
189
|
ExpressionAttributeNameMap = Shapes::MapShape.new(name: 'ExpressionAttributeNameMap')
|
181
190
|
ExpressionAttributeNameVariable = Shapes::StringShape.new(name: 'ExpressionAttributeNameVariable')
|
182
191
|
ExpressionAttributeValueMap = Shapes::MapShape.new(name: 'ExpressionAttributeValueMap')
|
@@ -188,6 +197,8 @@ module Aws::DynamoDB
|
|
188
197
|
Get = Shapes::StructureShape.new(name: 'Get')
|
189
198
|
GetItemInput = Shapes::StructureShape.new(name: 'GetItemInput')
|
190
199
|
GetItemOutput = Shapes::StructureShape.new(name: 'GetItemOutput')
|
200
|
+
GetResourcePolicyInput = Shapes::StructureShape.new(name: 'GetResourcePolicyInput')
|
201
|
+
GetResourcePolicyOutput = Shapes::StructureShape.new(name: 'GetResourcePolicyOutput')
|
191
202
|
GlobalSecondaryIndex = Shapes::StructureShape.new(name: 'GlobalSecondaryIndex')
|
192
203
|
GlobalSecondaryIndexAutoScalingUpdate = Shapes::StructureShape.new(name: 'GlobalSecondaryIndexAutoScalingUpdate')
|
193
204
|
GlobalSecondaryIndexAutoScalingUpdateList = Shapes::ListShape.new(name: 'GlobalSecondaryIndexAutoScalingUpdateList')
|
@@ -221,6 +232,7 @@ module Aws::DynamoDB
|
|
221
232
|
ImportTableInput = Shapes::StructureShape.new(name: 'ImportTableInput')
|
222
233
|
ImportTableOutput = Shapes::StructureShape.new(name: 'ImportTableOutput')
|
223
234
|
ImportedItemCount = Shapes::IntegerShape.new(name: 'ImportedItemCount')
|
235
|
+
IncrementalExportSpecification = Shapes::StructureShape.new(name: 'IncrementalExportSpecification')
|
224
236
|
IndexName = Shapes::StringShape.new(name: 'IndexName')
|
225
237
|
IndexNotFoundException = Shapes::StructureShape.new(name: 'IndexNotFoundException')
|
226
238
|
IndexStatus = Shapes::StringShape.new(name: 'IndexStatus')
|
@@ -295,6 +307,8 @@ module Aws::DynamoDB
|
|
295
307
|
NullAttributeValue = Shapes::BooleanShape.new(name: 'NullAttributeValue')
|
296
308
|
NumberAttributeValue = Shapes::StringShape.new(name: 'NumberAttributeValue')
|
297
309
|
NumberSetAttributeValue = Shapes::ListShape.new(name: 'NumberSetAttributeValue')
|
310
|
+
OnDemandThroughput = Shapes::StructureShape.new(name: 'OnDemandThroughput')
|
311
|
+
OnDemandThroughputOverride = Shapes::StructureShape.new(name: 'OnDemandThroughputOverride')
|
298
312
|
ParameterizedStatement = Shapes::StructureShape.new(name: 'ParameterizedStatement')
|
299
313
|
ParameterizedStatements = Shapes::ListShape.new(name: 'ParameterizedStatements')
|
300
314
|
PartiQLBatchRequest = Shapes::ListShape.new(name: 'PartiQLBatchRequest')
|
@@ -305,6 +319,8 @@ module Aws::DynamoDB
|
|
305
319
|
PointInTimeRecoverySpecification = Shapes::StructureShape.new(name: 'PointInTimeRecoverySpecification')
|
306
320
|
PointInTimeRecoveryStatus = Shapes::StringShape.new(name: 'PointInTimeRecoveryStatus')
|
307
321
|
PointInTimeRecoveryUnavailableException = Shapes::StructureShape.new(name: 'PointInTimeRecoveryUnavailableException')
|
322
|
+
PolicyNotFoundException = Shapes::StructureShape.new(name: 'PolicyNotFoundException')
|
323
|
+
PolicyRevisionId = Shapes::StringShape.new(name: 'PolicyRevisionId')
|
308
324
|
PositiveIntegerObject = Shapes::IntegerShape.new(name: 'PositiveIntegerObject')
|
309
325
|
PositiveLongObject = Shapes::IntegerShape.new(name: 'PositiveLongObject')
|
310
326
|
PreparedStatementParameters = Shapes::ListShape.new(name: 'PreparedStatementParameters')
|
@@ -321,6 +337,8 @@ module Aws::DynamoDB
|
|
321
337
|
PutItemInputAttributeMap = Shapes::MapShape.new(name: 'PutItemInputAttributeMap')
|
322
338
|
PutItemOutput = Shapes::StructureShape.new(name: 'PutItemOutput')
|
323
339
|
PutRequest = Shapes::StructureShape.new(name: 'PutRequest')
|
340
|
+
PutResourcePolicyInput = Shapes::StructureShape.new(name: 'PutResourcePolicyInput')
|
341
|
+
PutResourcePolicyOutput = Shapes::StructureShape.new(name: 'PutResourcePolicyOutput')
|
324
342
|
QueryInput = Shapes::StructureShape.new(name: 'QueryInput')
|
325
343
|
QueryOutput = Shapes::StructureShape.new(name: 'QueryOutput')
|
326
344
|
RegionName = Shapes::StringShape.new(name: 'RegionName')
|
@@ -361,6 +379,7 @@ module Aws::DynamoDB
|
|
361
379
|
ResourceArnString = Shapes::StringShape.new(name: 'ResourceArnString')
|
362
380
|
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
363
381
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
382
|
+
ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
|
364
383
|
RestoreInProgress = Shapes::BooleanShape.new(name: 'RestoreInProgress')
|
365
384
|
RestoreSummary = Shapes::StructureShape.new(name: 'RestoreSummary')
|
366
385
|
RestoreTableFromBackupInput = Shapes::StructureShape.new(name: 'RestoreTableFromBackupInput')
|
@@ -450,6 +469,9 @@ module Aws::DynamoDB
|
|
450
469
|
UpdateGlobalTableSettingsOutput = Shapes::StructureShape.new(name: 'UpdateGlobalTableSettingsOutput')
|
451
470
|
UpdateItemInput = Shapes::StructureShape.new(name: 'UpdateItemInput')
|
452
471
|
UpdateItemOutput = Shapes::StructureShape.new(name: 'UpdateItemOutput')
|
472
|
+
UpdateKinesisStreamingConfiguration = Shapes::StructureShape.new(name: 'UpdateKinesisStreamingConfiguration')
|
473
|
+
UpdateKinesisStreamingDestinationInput = Shapes::StructureShape.new(name: 'UpdateKinesisStreamingDestinationInput')
|
474
|
+
UpdateKinesisStreamingDestinationOutput = Shapes::StructureShape.new(name: 'UpdateKinesisStreamingDestinationOutput')
|
453
475
|
UpdateReplicationGroupMemberAction = Shapes::StructureShape.new(name: 'UpdateReplicationGroupMemberAction')
|
454
476
|
UpdateTableInput = Shapes::StructureShape.new(name: 'UpdateTableInput')
|
455
477
|
UpdateTableOutput = Shapes::StructureShape.new(name: 'UpdateTableOutput')
|
@@ -584,19 +606,21 @@ module Aws::DynamoDB
|
|
584
606
|
BatchGetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacityMultiple, location_name: "ConsumedCapacity"))
|
585
607
|
BatchGetItemOutput.struct_class = Types::BatchGetItemOutput
|
586
608
|
|
587
|
-
BatchGetRequestMap.key = Shapes::ShapeRef.new(shape:
|
609
|
+
BatchGetRequestMap.key = Shapes::ShapeRef.new(shape: TableArn)
|
588
610
|
BatchGetRequestMap.value = Shapes::ShapeRef.new(shape: KeysAndAttributes)
|
589
611
|
|
590
|
-
BatchGetResponseMap.key = Shapes::ShapeRef.new(shape:
|
612
|
+
BatchGetResponseMap.key = Shapes::ShapeRef.new(shape: TableArn)
|
591
613
|
BatchGetResponseMap.value = Shapes::ShapeRef.new(shape: ItemList)
|
592
614
|
|
593
615
|
BatchStatementError.add_member(:code, Shapes::ShapeRef.new(shape: BatchStatementErrorCodeEnum, location_name: "Code"))
|
594
616
|
BatchStatementError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
617
|
+
BatchStatementError.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
|
595
618
|
BatchStatementError.struct_class = Types::BatchStatementError
|
596
619
|
|
597
620
|
BatchStatementRequest.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
|
598
621
|
BatchStatementRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
|
599
622
|
BatchStatementRequest.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
623
|
+
BatchStatementRequest.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
600
624
|
BatchStatementRequest.struct_class = Types::BatchStatementRequest
|
601
625
|
|
602
626
|
BatchStatementResponse.add_member(:error, Shapes::ShapeRef.new(shape: BatchStatementError, location_name: "Error"))
|
@@ -614,7 +638,7 @@ module Aws::DynamoDB
|
|
614
638
|
BatchWriteItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacityMultiple, location_name: "ConsumedCapacity"))
|
615
639
|
BatchWriteItemOutput.struct_class = Types::BatchWriteItemOutput
|
616
640
|
|
617
|
-
BatchWriteItemRequestMap.key = Shapes::ShapeRef.new(shape:
|
641
|
+
BatchWriteItemRequestMap.key = Shapes::ShapeRef.new(shape: TableArn)
|
618
642
|
BatchWriteItemRequestMap.value = Shapes::ShapeRef.new(shape: WriteRequests)
|
619
643
|
|
620
644
|
BillingModeSummary.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
|
@@ -640,7 +664,7 @@ module Aws::DynamoDB
|
|
640
664
|
Condition.struct_class = Types::Condition
|
641
665
|
|
642
666
|
ConditionCheck.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
643
|
-
ConditionCheck.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
667
|
+
ConditionCheck.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
644
668
|
ConditionCheck.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "ConditionExpression"))
|
645
669
|
ConditionCheck.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
646
670
|
ConditionCheck.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
@@ -648,9 +672,10 @@ module Aws::DynamoDB
|
|
648
672
|
ConditionCheck.struct_class = Types::ConditionCheck
|
649
673
|
|
650
674
|
ConditionalCheckFailedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
675
|
+
ConditionalCheckFailedException.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
|
651
676
|
ConditionalCheckFailedException.struct_class = Types::ConditionalCheckFailedException
|
652
677
|
|
653
|
-
ConsumedCapacity.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
678
|
+
ConsumedCapacity.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
|
654
679
|
ConsumedCapacity.add_member(:capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "CapacityUnits"))
|
655
680
|
ConsumedCapacity.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "ReadCapacityUnits"))
|
656
681
|
ConsumedCapacity.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "WriteCapacityUnits"))
|
@@ -677,7 +702,7 @@ module Aws::DynamoDB
|
|
677
702
|
ContributorInsightsSummary.add_member(:contributor_insights_status, Shapes::ShapeRef.new(shape: ContributorInsightsStatus, location_name: "ContributorInsightsStatus"))
|
678
703
|
ContributorInsightsSummary.struct_class = Types::ContributorInsightsSummary
|
679
704
|
|
680
|
-
CreateBackupInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
705
|
+
CreateBackupInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
681
706
|
CreateBackupInput.add_member(:backup_name, Shapes::ShapeRef.new(shape: BackupName, required: true, location_name: "BackupName"))
|
682
707
|
CreateBackupInput.struct_class = Types::CreateBackupInput
|
683
708
|
|
@@ -688,6 +713,7 @@ module Aws::DynamoDB
|
|
688
713
|
CreateGlobalSecondaryIndexAction.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
689
714
|
CreateGlobalSecondaryIndexAction.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
690
715
|
CreateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
716
|
+
CreateGlobalSecondaryIndexAction.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
691
717
|
CreateGlobalSecondaryIndexAction.struct_class = Types::CreateGlobalSecondaryIndexAction
|
692
718
|
|
693
719
|
CreateGlobalTableInput.add_member(:global_table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "GlobalTableName"))
|
@@ -703,12 +729,13 @@ module Aws::DynamoDB
|
|
703
729
|
CreateReplicationGroupMemberAction.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "RegionName"))
|
704
730
|
CreateReplicationGroupMemberAction.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
|
705
731
|
CreateReplicationGroupMemberAction.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
|
732
|
+
CreateReplicationGroupMemberAction.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughputOverride, location_name: "OnDemandThroughputOverride"))
|
706
733
|
CreateReplicationGroupMemberAction.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
|
707
734
|
CreateReplicationGroupMemberAction.add_member(:table_class_override, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClassOverride"))
|
708
735
|
CreateReplicationGroupMemberAction.struct_class = Types::CreateReplicationGroupMemberAction
|
709
736
|
|
710
737
|
CreateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, required: true, location_name: "AttributeDefinitions"))
|
711
|
-
CreateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
738
|
+
CreateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
712
739
|
CreateTableInput.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
713
740
|
CreateTableInput.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexes"))
|
714
741
|
CreateTableInput.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
|
@@ -719,6 +746,8 @@ module Aws::DynamoDB
|
|
719
746
|
CreateTableInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
720
747
|
CreateTableInput.add_member(:table_class, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClass"))
|
721
748
|
CreateTableInput.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: DeletionProtectionEnabled, location_name: "DeletionProtectionEnabled"))
|
749
|
+
CreateTableInput.add_member(:resource_policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "ResourcePolicy"))
|
750
|
+
CreateTableInput.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
722
751
|
CreateTableInput.struct_class = Types::CreateTableInput
|
723
752
|
|
724
753
|
CreateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
@@ -731,7 +760,7 @@ module Aws::DynamoDB
|
|
731
760
|
CsvOptions.struct_class = Types::CsvOptions
|
732
761
|
|
733
762
|
Delete.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
734
|
-
Delete.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
763
|
+
Delete.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
735
764
|
Delete.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
736
765
|
Delete.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
737
766
|
Delete.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
@@ -747,7 +776,7 @@ module Aws::DynamoDB
|
|
747
776
|
DeleteGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
748
777
|
DeleteGlobalSecondaryIndexAction.struct_class = Types::DeleteGlobalSecondaryIndexAction
|
749
778
|
|
750
|
-
DeleteItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
779
|
+
DeleteItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
751
780
|
DeleteItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
752
781
|
DeleteItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
753
782
|
DeleteItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
@@ -757,6 +786,7 @@ module Aws::DynamoDB
|
|
757
786
|
DeleteItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
758
787
|
DeleteItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
759
788
|
DeleteItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
789
|
+
DeleteItemInput.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
760
790
|
DeleteItemInput.struct_class = Types::DeleteItemInput
|
761
791
|
|
762
792
|
DeleteItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
@@ -773,7 +803,14 @@ module Aws::DynamoDB
|
|
773
803
|
DeleteRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
774
804
|
DeleteRequest.struct_class = Types::DeleteRequest
|
775
805
|
|
776
|
-
|
806
|
+
DeleteResourcePolicyInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
807
|
+
DeleteResourcePolicyInput.add_member(:expected_revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "ExpectedRevisionId"))
|
808
|
+
DeleteResourcePolicyInput.struct_class = Types::DeleteResourcePolicyInput
|
809
|
+
|
810
|
+
DeleteResourcePolicyOutput.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "RevisionId"))
|
811
|
+
DeleteResourcePolicyOutput.struct_class = Types::DeleteResourcePolicyOutput
|
812
|
+
|
813
|
+
DeleteTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
777
814
|
DeleteTableInput.struct_class = Types::DeleteTableInput
|
778
815
|
|
779
816
|
DeleteTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
@@ -785,13 +822,13 @@ module Aws::DynamoDB
|
|
785
822
|
DescribeBackupOutput.add_member(:backup_description, Shapes::ShapeRef.new(shape: BackupDescription, location_name: "BackupDescription"))
|
786
823
|
DescribeBackupOutput.struct_class = Types::DescribeBackupOutput
|
787
824
|
|
788
|
-
DescribeContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
825
|
+
DescribeContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
789
826
|
DescribeContinuousBackupsInput.struct_class = Types::DescribeContinuousBackupsInput
|
790
827
|
|
791
828
|
DescribeContinuousBackupsOutput.add_member(:continuous_backups_description, Shapes::ShapeRef.new(shape: ContinuousBackupsDescription, location_name: "ContinuousBackupsDescription"))
|
792
829
|
DescribeContinuousBackupsOutput.struct_class = Types::DescribeContinuousBackupsOutput
|
793
830
|
|
794
|
-
DescribeContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
831
|
+
DescribeContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
795
832
|
DescribeContributorInsightsInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
796
833
|
DescribeContributorInsightsInput.struct_class = Types::DescribeContributorInsightsInput
|
797
834
|
|
@@ -833,7 +870,7 @@ module Aws::DynamoDB
|
|
833
870
|
DescribeImportOutput.add_member(:import_table_description, Shapes::ShapeRef.new(shape: ImportTableDescription, required: true, location_name: "ImportTableDescription"))
|
834
871
|
DescribeImportOutput.struct_class = Types::DescribeImportOutput
|
835
872
|
|
836
|
-
DescribeKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
873
|
+
DescribeKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
837
874
|
DescribeKinesisStreamingDestinationInput.struct_class = Types::DescribeKinesisStreamingDestinationInput
|
838
875
|
|
839
876
|
DescribeKinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
@@ -848,19 +885,19 @@ module Aws::DynamoDB
|
|
848
885
|
DescribeLimitsOutput.add_member(:table_max_write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxWriteCapacityUnits"))
|
849
886
|
DescribeLimitsOutput.struct_class = Types::DescribeLimitsOutput
|
850
887
|
|
851
|
-
DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
888
|
+
DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
852
889
|
DescribeTableInput.struct_class = Types::DescribeTableInput
|
853
890
|
|
854
891
|
DescribeTableOutput.add_member(:table, Shapes::ShapeRef.new(shape: TableDescription, location_name: "Table"))
|
855
892
|
DescribeTableOutput.struct_class = Types::DescribeTableOutput
|
856
893
|
|
857
|
-
DescribeTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
894
|
+
DescribeTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
858
895
|
DescribeTableReplicaAutoScalingInput.struct_class = Types::DescribeTableReplicaAutoScalingInput
|
859
896
|
|
860
897
|
DescribeTableReplicaAutoScalingOutput.add_member(:table_auto_scaling_description, Shapes::ShapeRef.new(shape: TableAutoScalingDescription, location_name: "TableAutoScalingDescription"))
|
861
898
|
DescribeTableReplicaAutoScalingOutput.struct_class = Types::DescribeTableReplicaAutoScalingOutput
|
862
899
|
|
863
|
-
DescribeTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
900
|
+
DescribeTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
864
901
|
DescribeTimeToLiveInput.struct_class = Types::DescribeTimeToLiveInput
|
865
902
|
|
866
903
|
DescribeTimeToLiveOutput.add_member(:time_to_live_description, Shapes::ShapeRef.new(shape: TimeToLiveDescription, location_name: "TimeToLiveDescription"))
|
@@ -869,6 +906,9 @@ module Aws::DynamoDB
|
|
869
906
|
DuplicateItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
870
907
|
DuplicateItemException.struct_class = Types::DuplicateItemException
|
871
908
|
|
909
|
+
EnableKinesisStreamingConfiguration.add_member(:approximate_creation_date_time_precision, Shapes::ShapeRef.new(shape: ApproximateCreationDateTimePrecision, location_name: "ApproximateCreationDateTimePrecision"))
|
910
|
+
EnableKinesisStreamingConfiguration.struct_class = Types::EnableKinesisStreamingConfiguration
|
911
|
+
|
872
912
|
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Address"))
|
873
913
|
Endpoint.add_member(:cache_period_in_minutes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "CachePeriodInMinutes"))
|
874
914
|
Endpoint.struct_class = Types::Endpoint
|
@@ -881,6 +921,7 @@ module Aws::DynamoDB
|
|
881
921
|
ExecuteStatementInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PartiQLNextToken, location_name: "NextToken"))
|
882
922
|
ExecuteStatementInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
883
923
|
ExecuteStatementInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
924
|
+
ExecuteStatementInput.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
884
925
|
ExecuteStatementInput.struct_class = Types::ExecuteStatementInput
|
885
926
|
|
886
927
|
ExecuteStatementOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
|
@@ -929,6 +970,8 @@ module Aws::DynamoDB
|
|
929
970
|
ExportDescription.add_member(:export_format, Shapes::ShapeRef.new(shape: ExportFormat, location_name: "ExportFormat"))
|
930
971
|
ExportDescription.add_member(:billed_size_bytes, Shapes::ShapeRef.new(shape: BilledSizeBytes, location_name: "BilledSizeBytes"))
|
931
972
|
ExportDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: ItemCount, location_name: "ItemCount"))
|
973
|
+
ExportDescription.add_member(:export_type, Shapes::ShapeRef.new(shape: ExportType, location_name: "ExportType"))
|
974
|
+
ExportDescription.add_member(:incremental_export_specification, Shapes::ShapeRef.new(shape: IncrementalExportSpecification, location_name: "IncrementalExportSpecification"))
|
932
975
|
ExportDescription.struct_class = Types::ExportDescription
|
933
976
|
|
934
977
|
ExportNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -938,6 +981,7 @@ module Aws::DynamoDB
|
|
938
981
|
|
939
982
|
ExportSummary.add_member(:export_arn, Shapes::ShapeRef.new(shape: ExportArn, location_name: "ExportArn"))
|
940
983
|
ExportSummary.add_member(:export_status, Shapes::ShapeRef.new(shape: ExportStatus, location_name: "ExportStatus"))
|
984
|
+
ExportSummary.add_member(:export_type, Shapes::ShapeRef.new(shape: ExportType, location_name: "ExportType"))
|
941
985
|
ExportSummary.struct_class = Types::ExportSummary
|
942
986
|
|
943
987
|
ExportTableToPointInTimeInput.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableArn"))
|
@@ -949,6 +993,8 @@ module Aws::DynamoDB
|
|
949
993
|
ExportTableToPointInTimeInput.add_member(:s3_sse_algorithm, Shapes::ShapeRef.new(shape: S3SseAlgorithm, location_name: "S3SseAlgorithm"))
|
950
994
|
ExportTableToPointInTimeInput.add_member(:s3_sse_kms_key_id, Shapes::ShapeRef.new(shape: S3SseKmsKeyId, location_name: "S3SseKmsKeyId"))
|
951
995
|
ExportTableToPointInTimeInput.add_member(:export_format, Shapes::ShapeRef.new(shape: ExportFormat, location_name: "ExportFormat"))
|
996
|
+
ExportTableToPointInTimeInput.add_member(:export_type, Shapes::ShapeRef.new(shape: ExportType, location_name: "ExportType"))
|
997
|
+
ExportTableToPointInTimeInput.add_member(:incremental_export_specification, Shapes::ShapeRef.new(shape: IncrementalExportSpecification, location_name: "IncrementalExportSpecification"))
|
952
998
|
ExportTableToPointInTimeInput.struct_class = Types::ExportTableToPointInTimeInput
|
953
999
|
|
954
1000
|
ExportTableToPointInTimeOutput.add_member(:export_description, Shapes::ShapeRef.new(shape: ExportDescription, location_name: "ExportDescription"))
|
@@ -968,12 +1014,12 @@ module Aws::DynamoDB
|
|
968
1014
|
FilterConditionMap.value = Shapes::ShapeRef.new(shape: Condition)
|
969
1015
|
|
970
1016
|
Get.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
971
|
-
Get.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1017
|
+
Get.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
972
1018
|
Get.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
973
1019
|
Get.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
974
1020
|
Get.struct_class = Types::Get
|
975
1021
|
|
976
|
-
GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1022
|
+
GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
977
1023
|
GetItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
978
1024
|
GetItemInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
979
1025
|
GetItemInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
@@ -986,10 +1032,18 @@ module Aws::DynamoDB
|
|
986
1032
|
GetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
987
1033
|
GetItemOutput.struct_class = Types::GetItemOutput
|
988
1034
|
|
1035
|
+
GetResourcePolicyInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
1036
|
+
GetResourcePolicyInput.struct_class = Types::GetResourcePolicyInput
|
1037
|
+
|
1038
|
+
GetResourcePolicyOutput.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicy, location_name: "Policy"))
|
1039
|
+
GetResourcePolicyOutput.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "RevisionId"))
|
1040
|
+
GetResourcePolicyOutput.struct_class = Types::GetResourcePolicyOutput
|
1041
|
+
|
989
1042
|
GlobalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
990
1043
|
GlobalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
991
1044
|
GlobalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
992
1045
|
GlobalSecondaryIndex.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
1046
|
+
GlobalSecondaryIndex.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
993
1047
|
GlobalSecondaryIndex.struct_class = Types::GlobalSecondaryIndex
|
994
1048
|
|
995
1049
|
GlobalSecondaryIndexAutoScalingUpdate.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
@@ -1007,6 +1061,7 @@ module Aws::DynamoDB
|
|
1007
1061
|
GlobalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: LongObject, location_name: "IndexSizeBytes"))
|
1008
1062
|
GlobalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: LongObject, location_name: "ItemCount"))
|
1009
1063
|
GlobalSecondaryIndexDescription.add_member(:index_arn, Shapes::ShapeRef.new(shape: String, location_name: "IndexArn"))
|
1064
|
+
GlobalSecondaryIndexDescription.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1010
1065
|
GlobalSecondaryIndexDescription.struct_class = Types::GlobalSecondaryIndexDescription
|
1011
1066
|
|
1012
1067
|
GlobalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndexDescription)
|
@@ -1015,6 +1070,7 @@ module Aws::DynamoDB
|
|
1015
1070
|
GlobalSecondaryIndexInfo.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
1016
1071
|
GlobalSecondaryIndexInfo.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, location_name: "Projection"))
|
1017
1072
|
GlobalSecondaryIndexInfo.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
1073
|
+
GlobalSecondaryIndexInfo.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1018
1074
|
GlobalSecondaryIndexInfo.struct_class = Types::GlobalSecondaryIndexInfo
|
1019
1075
|
|
1020
1076
|
GlobalSecondaryIndexList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndex)
|
@@ -1107,6 +1163,11 @@ module Aws::DynamoDB
|
|
1107
1163
|
ImportTableOutput.add_member(:import_table_description, Shapes::ShapeRef.new(shape: ImportTableDescription, required: true, location_name: "ImportTableDescription"))
|
1108
1164
|
ImportTableOutput.struct_class = Types::ImportTableOutput
|
1109
1165
|
|
1166
|
+
IncrementalExportSpecification.add_member(:export_from_time, Shapes::ShapeRef.new(shape: ExportFromTime, location_name: "ExportFromTime"))
|
1167
|
+
IncrementalExportSpecification.add_member(:export_to_time, Shapes::ShapeRef.new(shape: ExportToTime, location_name: "ExportToTime"))
|
1168
|
+
IncrementalExportSpecification.add_member(:export_view_type, Shapes::ShapeRef.new(shape: ExportViewType, location_name: "ExportViewType"))
|
1169
|
+
IncrementalExportSpecification.struct_class = Types::IncrementalExportSpecification
|
1170
|
+
|
1110
1171
|
IndexNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1111
1172
|
IndexNotFoundException.struct_class = Types::IndexNotFoundException
|
1112
1173
|
|
@@ -1131,7 +1192,7 @@ module Aws::DynamoDB
|
|
1131
1192
|
|
1132
1193
|
ItemCollectionMetricsMultiple.member = Shapes::ShapeRef.new(shape: ItemCollectionMetrics)
|
1133
1194
|
|
1134
|
-
ItemCollectionMetricsPerTable.key = Shapes::ShapeRef.new(shape:
|
1195
|
+
ItemCollectionMetricsPerTable.key = Shapes::ShapeRef.new(shape: TableArn)
|
1135
1196
|
ItemCollectionMetricsPerTable.value = Shapes::ShapeRef.new(shape: ItemCollectionMetricsMultiple)
|
1136
1197
|
|
1137
1198
|
ItemCollectionSizeEstimateRange.member = Shapes::ShapeRef.new(shape: ItemCollectionSizeEstimateBound)
|
@@ -1170,17 +1231,20 @@ module Aws::DynamoDB
|
|
1170
1231
|
KinesisDataStreamDestination.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
|
1171
1232
|
KinesisDataStreamDestination.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
|
1172
1233
|
KinesisDataStreamDestination.add_member(:destination_status_description, Shapes::ShapeRef.new(shape: String, location_name: "DestinationStatusDescription"))
|
1234
|
+
KinesisDataStreamDestination.add_member(:approximate_creation_date_time_precision, Shapes::ShapeRef.new(shape: ApproximateCreationDateTimePrecision, location_name: "ApproximateCreationDateTimePrecision"))
|
1173
1235
|
KinesisDataStreamDestination.struct_class = Types::KinesisDataStreamDestination
|
1174
1236
|
|
1175
1237
|
KinesisDataStreamDestinations.member = Shapes::ShapeRef.new(shape: KinesisDataStreamDestination)
|
1176
1238
|
|
1177
|
-
KinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1239
|
+
KinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1178
1240
|
KinesisStreamingDestinationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, required: true, location_name: "StreamArn"))
|
1241
|
+
KinesisStreamingDestinationInput.add_member(:enable_kinesis_streaming_configuration, Shapes::ShapeRef.new(shape: EnableKinesisStreamingConfiguration, location_name: "EnableKinesisStreamingConfiguration"))
|
1179
1242
|
KinesisStreamingDestinationInput.struct_class = Types::KinesisStreamingDestinationInput
|
1180
1243
|
|
1181
1244
|
KinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
1182
1245
|
KinesisStreamingDestinationOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
|
1183
1246
|
KinesisStreamingDestinationOutput.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
|
1247
|
+
KinesisStreamingDestinationOutput.add_member(:enable_kinesis_streaming_configuration, Shapes::ShapeRef.new(shape: EnableKinesisStreamingConfiguration, location_name: "EnableKinesisStreamingConfiguration"))
|
1184
1248
|
KinesisStreamingDestinationOutput.struct_class = Types::KinesisStreamingDestinationOutput
|
1185
1249
|
|
1186
1250
|
LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -1188,7 +1252,7 @@ module Aws::DynamoDB
|
|
1188
1252
|
|
1189
1253
|
ListAttributeValue.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
1190
1254
|
|
1191
|
-
ListBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1255
|
+
ListBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
|
1192
1256
|
ListBackupsInput.add_member(:limit, Shapes::ShapeRef.new(shape: BackupsInputLimit, location_name: "Limit"))
|
1193
1257
|
ListBackupsInput.add_member(:time_range_lower_bound, Shapes::ShapeRef.new(shape: TimeRangeLowerBound, location_name: "TimeRangeLowerBound"))
|
1194
1258
|
ListBackupsInput.add_member(:time_range_upper_bound, Shapes::ShapeRef.new(shape: TimeRangeUpperBound, location_name: "TimeRangeUpperBound"))
|
@@ -1200,7 +1264,7 @@ module Aws::DynamoDB
|
|
1200
1264
|
ListBackupsOutput.add_member(:last_evaluated_backup_arn, Shapes::ShapeRef.new(shape: BackupArn, location_name: "LastEvaluatedBackupArn"))
|
1201
1265
|
ListBackupsOutput.struct_class = Types::ListBackupsOutput
|
1202
1266
|
|
1203
|
-
ListContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1267
|
+
ListContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
|
1204
1268
|
ListContributorInsightsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
|
1205
1269
|
ListContributorInsightsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListContributorInsightsLimit, location_name: "MaxResults"))
|
1206
1270
|
ListContributorInsightsInput.struct_class = Types::ListContributorInsightsInput
|
@@ -1283,8 +1347,16 @@ module Aws::DynamoDB
|
|
1283
1347
|
|
1284
1348
|
NumberSetAttributeValue.member = Shapes::ShapeRef.new(shape: NumberAttributeValue)
|
1285
1349
|
|
1350
|
+
OnDemandThroughput.add_member(:max_read_request_units, Shapes::ShapeRef.new(shape: LongObject, location_name: "MaxReadRequestUnits"))
|
1351
|
+
OnDemandThroughput.add_member(:max_write_request_units, Shapes::ShapeRef.new(shape: LongObject, location_name: "MaxWriteRequestUnits"))
|
1352
|
+
OnDemandThroughput.struct_class = Types::OnDemandThroughput
|
1353
|
+
|
1354
|
+
OnDemandThroughputOverride.add_member(:max_read_request_units, Shapes::ShapeRef.new(shape: LongObject, location_name: "MaxReadRequestUnits"))
|
1355
|
+
OnDemandThroughputOverride.struct_class = Types::OnDemandThroughputOverride
|
1356
|
+
|
1286
1357
|
ParameterizedStatement.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
|
1287
1358
|
ParameterizedStatement.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
|
1359
|
+
ParameterizedStatement.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
1288
1360
|
ParameterizedStatement.struct_class = Types::ParameterizedStatement
|
1289
1361
|
|
1290
1362
|
ParameterizedStatements.member = Shapes::ShapeRef.new(shape: ParameterizedStatement)
|
@@ -1304,6 +1376,9 @@ module Aws::DynamoDB
|
|
1304
1376
|
PointInTimeRecoveryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1305
1377
|
PointInTimeRecoveryUnavailableException.struct_class = Types::PointInTimeRecoveryUnavailableException
|
1306
1378
|
|
1379
|
+
PolicyNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
1380
|
+
PolicyNotFoundException.struct_class = Types::PolicyNotFoundException
|
1381
|
+
|
1307
1382
|
PreparedStatementParameters.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
1308
1383
|
|
1309
1384
|
Projection.add_member(:projection_type, Shapes::ShapeRef.new(shape: ProjectionType, location_name: "ProjectionType"))
|
@@ -1328,14 +1403,14 @@ module Aws::DynamoDB
|
|
1328
1403
|
ProvisionedThroughputOverride.struct_class = Types::ProvisionedThroughputOverride
|
1329
1404
|
|
1330
1405
|
Put.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
1331
|
-
Put.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1406
|
+
Put.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1332
1407
|
Put.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
1333
1408
|
Put.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
1334
1409
|
Put.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
1335
1410
|
Put.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
1336
1411
|
Put.struct_class = Types::Put
|
1337
1412
|
|
1338
|
-
PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1413
|
+
PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1339
1414
|
PutItemInput.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
1340
1415
|
PutItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
1341
1416
|
PutItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
@@ -1345,6 +1420,7 @@ module Aws::DynamoDB
|
|
1345
1420
|
PutItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
1346
1421
|
PutItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
1347
1422
|
PutItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
1423
|
+
PutItemInput.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
1348
1424
|
PutItemInput.struct_class = Types::PutItemInput
|
1349
1425
|
|
1350
1426
|
PutItemInputAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
@@ -1358,7 +1434,16 @@ module Aws::DynamoDB
|
|
1358
1434
|
PutRequest.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
1359
1435
|
PutRequest.struct_class = Types::PutRequest
|
1360
1436
|
|
1361
|
-
|
1437
|
+
PutResourcePolicyInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
1438
|
+
PutResourcePolicyInput.add_member(:policy, Shapes::ShapeRef.new(shape: ResourcePolicy, required: true, location_name: "Policy"))
|
1439
|
+
PutResourcePolicyInput.add_member(:expected_revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "ExpectedRevisionId"))
|
1440
|
+
PutResourcePolicyInput.add_member(:confirm_remove_self_resource_access, Shapes::ShapeRef.new(shape: ConfirmRemoveSelfResourceAccess, location_name: "ConfirmRemoveSelfResourceAccess"))
|
1441
|
+
PutResourcePolicyInput.struct_class = Types::PutResourcePolicyInput
|
1442
|
+
|
1443
|
+
PutResourcePolicyOutput.add_member(:revision_id, Shapes::ShapeRef.new(shape: PolicyRevisionId, location_name: "RevisionId"))
|
1444
|
+
PutResourcePolicyOutput.struct_class = Types::PutResourcePolicyOutput
|
1445
|
+
|
1446
|
+
QueryInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1362
1447
|
QueryInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
1363
1448
|
QueryInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
|
1364
1449
|
QueryInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
@@ -1412,6 +1497,7 @@ module Aws::DynamoDB
|
|
1412
1497
|
ReplicaDescription.add_member(:replica_status_percent_progress, Shapes::ShapeRef.new(shape: ReplicaStatusPercentProgress, location_name: "ReplicaStatusPercentProgress"))
|
1413
1498
|
ReplicaDescription.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
|
1414
1499
|
ReplicaDescription.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
|
1500
|
+
ReplicaDescription.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughputOverride, location_name: "OnDemandThroughputOverride"))
|
1415
1501
|
ReplicaDescription.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexDescriptionList, location_name: "GlobalSecondaryIndexes"))
|
1416
1502
|
ReplicaDescription.add_member(:replica_inaccessible_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "ReplicaInaccessibleDateTime"))
|
1417
1503
|
ReplicaDescription.add_member(:replica_table_class_summary, Shapes::ShapeRef.new(shape: TableClassSummary, location_name: "ReplicaTableClassSummary"))
|
@@ -1421,6 +1507,7 @@ module Aws::DynamoDB
|
|
1421
1507
|
|
1422
1508
|
ReplicaGlobalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
1423
1509
|
ReplicaGlobalSecondaryIndex.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
|
1510
|
+
ReplicaGlobalSecondaryIndex.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughputOverride, location_name: "OnDemandThroughputOverride"))
|
1424
1511
|
ReplicaGlobalSecondaryIndex.struct_class = Types::ReplicaGlobalSecondaryIndex
|
1425
1512
|
|
1426
1513
|
ReplicaGlobalSecondaryIndexAutoScalingDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
@@ -1439,6 +1526,7 @@ module Aws::DynamoDB
|
|
1439
1526
|
|
1440
1527
|
ReplicaGlobalSecondaryIndexDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
1441
1528
|
ReplicaGlobalSecondaryIndexDescription.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
|
1529
|
+
ReplicaGlobalSecondaryIndexDescription.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughputOverride, location_name: "OnDemandThroughputOverride"))
|
1442
1530
|
ReplicaGlobalSecondaryIndexDescription.struct_class = Types::ReplicaGlobalSecondaryIndexDescription
|
1443
1531
|
|
1444
1532
|
ReplicaGlobalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexDescription)
|
@@ -1523,6 +1611,7 @@ module Aws::DynamoDB
|
|
1523
1611
|
RestoreTableFromBackupInput.add_member(:global_secondary_index_override, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexOverride"))
|
1524
1612
|
RestoreTableFromBackupInput.add_member(:local_secondary_index_override, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexOverride"))
|
1525
1613
|
RestoreTableFromBackupInput.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughputOverride"))
|
1614
|
+
RestoreTableFromBackupInput.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughputOverride"))
|
1526
1615
|
RestoreTableFromBackupInput.add_member(:sse_specification_override, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecificationOverride"))
|
1527
1616
|
RestoreTableFromBackupInput.struct_class = Types::RestoreTableFromBackupInput
|
1528
1617
|
|
@@ -1538,6 +1627,7 @@ module Aws::DynamoDB
|
|
1538
1627
|
RestoreTableToPointInTimeInput.add_member(:global_secondary_index_override, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexOverride"))
|
1539
1628
|
RestoreTableToPointInTimeInput.add_member(:local_secondary_index_override, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexOverride"))
|
1540
1629
|
RestoreTableToPointInTimeInput.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughputOverride"))
|
1630
|
+
RestoreTableToPointInTimeInput.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughputOverride"))
|
1541
1631
|
RestoreTableToPointInTimeInput.add_member(:sse_specification_override, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecificationOverride"))
|
1542
1632
|
RestoreTableToPointInTimeInput.struct_class = Types::RestoreTableToPointInTimeInput
|
1543
1633
|
|
@@ -1560,7 +1650,7 @@ module Aws::DynamoDB
|
|
1560
1650
|
SSESpecification.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
|
1561
1651
|
SSESpecification.struct_class = Types::SSESpecification
|
1562
1652
|
|
1563
|
-
ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1653
|
+
ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1564
1654
|
ScanInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
1565
1655
|
ScanInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
1566
1656
|
ScanInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
@@ -1595,6 +1685,7 @@ module Aws::DynamoDB
|
|
1595
1685
|
SourceTableDetails.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
1596
1686
|
SourceTableDetails.add_member(:table_creation_date_time, Shapes::ShapeRef.new(shape: TableCreationDateTime, required: true, location_name: "TableCreationDateTime"))
|
1597
1687
|
SourceTableDetails.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
1688
|
+
SourceTableDetails.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1598
1689
|
SourceTableDetails.add_member(:item_count, Shapes::ShapeRef.new(shape: ItemCount, location_name: "ItemCount"))
|
1599
1690
|
SourceTableDetails.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
|
1600
1691
|
SourceTableDetails.struct_class = Types::SourceTableDetails
|
@@ -1629,6 +1720,7 @@ module Aws::DynamoDB
|
|
1629
1720
|
TableCreationParameters.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
1630
1721
|
TableCreationParameters.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
|
1631
1722
|
TableCreationParameters.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
1723
|
+
TableCreationParameters.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1632
1724
|
TableCreationParameters.add_member(:sse_specification, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecification"))
|
1633
1725
|
TableCreationParameters.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
|
1634
1726
|
TableCreationParameters.struct_class = Types::TableCreationParameters
|
@@ -1656,6 +1748,7 @@ module Aws::DynamoDB
|
|
1656
1748
|
TableDescription.add_member(:archival_summary, Shapes::ShapeRef.new(shape: ArchivalSummary, location_name: "ArchivalSummary"))
|
1657
1749
|
TableDescription.add_member(:table_class_summary, Shapes::ShapeRef.new(shape: TableClassSummary, location_name: "TableClassSummary"))
|
1658
1750
|
TableDescription.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: DeletionProtectionEnabled, location_name: "DeletionProtectionEnabled"))
|
1751
|
+
TableDescription.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1659
1752
|
TableDescription.struct_class = Types::TableDescription
|
1660
1753
|
|
1661
1754
|
TableInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
|
@@ -1733,21 +1826,21 @@ module Aws::DynamoDB
|
|
1733
1826
|
|
1734
1827
|
Update.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
1735
1828
|
Update.add_member(:update_expression, Shapes::ShapeRef.new(shape: UpdateExpression, required: true, location_name: "UpdateExpression"))
|
1736
|
-
Update.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1829
|
+
Update.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1737
1830
|
Update.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
1738
1831
|
Update.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
1739
1832
|
Update.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
1740
1833
|
Update.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
1741
1834
|
Update.struct_class = Types::Update
|
1742
1835
|
|
1743
|
-
UpdateContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1836
|
+
UpdateContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1744
1837
|
UpdateContinuousBackupsInput.add_member(:point_in_time_recovery_specification, Shapes::ShapeRef.new(shape: PointInTimeRecoverySpecification, required: true, location_name: "PointInTimeRecoverySpecification"))
|
1745
1838
|
UpdateContinuousBackupsInput.struct_class = Types::UpdateContinuousBackupsInput
|
1746
1839
|
|
1747
1840
|
UpdateContinuousBackupsOutput.add_member(:continuous_backups_description, Shapes::ShapeRef.new(shape: ContinuousBackupsDescription, location_name: "ContinuousBackupsDescription"))
|
1748
1841
|
UpdateContinuousBackupsOutput.struct_class = Types::UpdateContinuousBackupsOutput
|
1749
1842
|
|
1750
|
-
UpdateContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1843
|
+
UpdateContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1751
1844
|
UpdateContributorInsightsInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
1752
1845
|
UpdateContributorInsightsInput.add_member(:contributor_insights_action, Shapes::ShapeRef.new(shape: ContributorInsightsAction, required: true, location_name: "ContributorInsightsAction"))
|
1753
1846
|
UpdateContributorInsightsInput.struct_class = Types::UpdateContributorInsightsInput
|
@@ -1758,7 +1851,8 @@ module Aws::DynamoDB
|
|
1758
1851
|
UpdateContributorInsightsOutput.struct_class = Types::UpdateContributorInsightsOutput
|
1759
1852
|
|
1760
1853
|
UpdateGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
1761
|
-
UpdateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput,
|
1854
|
+
UpdateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
1855
|
+
UpdateGlobalSecondaryIndexAction.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1762
1856
|
UpdateGlobalSecondaryIndexAction.struct_class = Types::UpdateGlobalSecondaryIndexAction
|
1763
1857
|
|
1764
1858
|
UpdateGlobalTableInput.add_member(:global_table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "GlobalTableName"))
|
@@ -1780,7 +1874,7 @@ module Aws::DynamoDB
|
|
1780
1874
|
UpdateGlobalTableSettingsOutput.add_member(:replica_settings, Shapes::ShapeRef.new(shape: ReplicaSettingsDescriptionList, location_name: "ReplicaSettings"))
|
1781
1875
|
UpdateGlobalTableSettingsOutput.struct_class = Types::UpdateGlobalTableSettingsOutput
|
1782
1876
|
|
1783
|
-
UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1877
|
+
UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1784
1878
|
UpdateItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
1785
1879
|
UpdateItemInput.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: AttributeUpdates, location_name: "AttributeUpdates"))
|
1786
1880
|
UpdateItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
@@ -1792,6 +1886,7 @@ module Aws::DynamoDB
|
|
1792
1886
|
UpdateItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
1793
1887
|
UpdateItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
1794
1888
|
UpdateItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
1889
|
+
UpdateItemInput.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
|
1795
1890
|
UpdateItemInput.struct_class = Types::UpdateItemInput
|
1796
1891
|
|
1797
1892
|
UpdateItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
@@ -1799,15 +1894,30 @@ module Aws::DynamoDB
|
|
1799
1894
|
UpdateItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
1800
1895
|
UpdateItemOutput.struct_class = Types::UpdateItemOutput
|
1801
1896
|
|
1897
|
+
UpdateKinesisStreamingConfiguration.add_member(:approximate_creation_date_time_precision, Shapes::ShapeRef.new(shape: ApproximateCreationDateTimePrecision, location_name: "ApproximateCreationDateTimePrecision"))
|
1898
|
+
UpdateKinesisStreamingConfiguration.struct_class = Types::UpdateKinesisStreamingConfiguration
|
1899
|
+
|
1900
|
+
UpdateKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1901
|
+
UpdateKinesisStreamingDestinationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, required: true, location_name: "StreamArn"))
|
1902
|
+
UpdateKinesisStreamingDestinationInput.add_member(:update_kinesis_streaming_configuration, Shapes::ShapeRef.new(shape: UpdateKinesisStreamingConfiguration, location_name: "UpdateKinesisStreamingConfiguration"))
|
1903
|
+
UpdateKinesisStreamingDestinationInput.struct_class = Types::UpdateKinesisStreamingDestinationInput
|
1904
|
+
|
1905
|
+
UpdateKinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
1906
|
+
UpdateKinesisStreamingDestinationOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
|
1907
|
+
UpdateKinesisStreamingDestinationOutput.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
|
1908
|
+
UpdateKinesisStreamingDestinationOutput.add_member(:update_kinesis_streaming_configuration, Shapes::ShapeRef.new(shape: UpdateKinesisStreamingConfiguration, location_name: "UpdateKinesisStreamingConfiguration"))
|
1909
|
+
UpdateKinesisStreamingDestinationOutput.struct_class = Types::UpdateKinesisStreamingDestinationOutput
|
1910
|
+
|
1802
1911
|
UpdateReplicationGroupMemberAction.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "RegionName"))
|
1803
1912
|
UpdateReplicationGroupMemberAction.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
|
1804
1913
|
UpdateReplicationGroupMemberAction.add_member(:provisioned_throughput_override, Shapes::ShapeRef.new(shape: ProvisionedThroughputOverride, location_name: "ProvisionedThroughputOverride"))
|
1914
|
+
UpdateReplicationGroupMemberAction.add_member(:on_demand_throughput_override, Shapes::ShapeRef.new(shape: OnDemandThroughputOverride, location_name: "OnDemandThroughputOverride"))
|
1805
1915
|
UpdateReplicationGroupMemberAction.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
|
1806
1916
|
UpdateReplicationGroupMemberAction.add_member(:table_class_override, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClassOverride"))
|
1807
1917
|
UpdateReplicationGroupMemberAction.struct_class = Types::UpdateReplicationGroupMemberAction
|
1808
1918
|
|
1809
1919
|
UpdateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
|
1810
|
-
UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1920
|
+
UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1811
1921
|
UpdateTableInput.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
|
1812
1922
|
UpdateTableInput.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
1813
1923
|
UpdateTableInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
|
@@ -1816,13 +1926,14 @@ module Aws::DynamoDB
|
|
1816
1926
|
UpdateTableInput.add_member(:replica_updates, Shapes::ShapeRef.new(shape: ReplicationGroupUpdateList, location_name: "ReplicaUpdates"))
|
1817
1927
|
UpdateTableInput.add_member(:table_class, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClass"))
|
1818
1928
|
UpdateTableInput.add_member(:deletion_protection_enabled, Shapes::ShapeRef.new(shape: DeletionProtectionEnabled, location_name: "DeletionProtectionEnabled"))
|
1929
|
+
UpdateTableInput.add_member(:on_demand_throughput, Shapes::ShapeRef.new(shape: OnDemandThroughput, location_name: "OnDemandThroughput"))
|
1819
1930
|
UpdateTableInput.struct_class = Types::UpdateTableInput
|
1820
1931
|
|
1821
1932
|
UpdateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
1822
1933
|
UpdateTableOutput.struct_class = Types::UpdateTableOutput
|
1823
1934
|
|
1824
1935
|
UpdateTableReplicaAutoScalingInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexAutoScalingUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
|
1825
|
-
UpdateTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1936
|
+
UpdateTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1826
1937
|
UpdateTableReplicaAutoScalingInput.add_member(:provisioned_write_capacity_auto_scaling_update, Shapes::ShapeRef.new(shape: AutoScalingSettingsUpdate, location_name: "ProvisionedWriteCapacityAutoScalingUpdate"))
|
1827
1938
|
UpdateTableReplicaAutoScalingInput.add_member(:replica_updates, Shapes::ShapeRef.new(shape: ReplicaAutoScalingUpdateList, location_name: "ReplicaUpdates"))
|
1828
1939
|
UpdateTableReplicaAutoScalingInput.struct_class = Types::UpdateTableReplicaAutoScalingInput
|
@@ -1830,7 +1941,7 @@ module Aws::DynamoDB
|
|
1830
1941
|
UpdateTableReplicaAutoScalingOutput.add_member(:table_auto_scaling_description, Shapes::ShapeRef.new(shape: TableAutoScalingDescription, location_name: "TableAutoScalingDescription"))
|
1831
1942
|
UpdateTableReplicaAutoScalingOutput.struct_class = Types::UpdateTableReplicaAutoScalingOutput
|
1832
1943
|
|
1833
|
-
UpdateTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape:
|
1944
|
+
UpdateTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
|
1834
1945
|
UpdateTimeToLiveInput.add_member(:time_to_live_specification, Shapes::ShapeRef.new(shape: TimeToLiveSpecification, required: true, location_name: "TimeToLiveSpecification"))
|
1835
1946
|
UpdateTimeToLiveInput.struct_class = Types::UpdateTimeToLiveInput
|
1836
1947
|
|
@@ -1851,9 +1962,11 @@ module Aws::DynamoDB
|
|
1851
1962
|
|
1852
1963
|
api.metadata = {
|
1853
1964
|
"apiVersion" => "2012-08-10",
|
1965
|
+
"auth" => ["aws.auth#sigv4"],
|
1854
1966
|
"endpointPrefix" => "dynamodb",
|
1855
1967
|
"jsonVersion" => "1.0",
|
1856
1968
|
"protocol" => "json",
|
1969
|
+
"protocols" => ["json"],
|
1857
1970
|
"serviceAbbreviation" => "DynamoDB",
|
1858
1971
|
"serviceFullName" => "Amazon DynamoDB",
|
1859
1972
|
"serviceId" => "DynamoDB",
|
@@ -1981,6 +2094,21 @@ module Aws::DynamoDB
|
|
1981
2094
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
1982
2095
|
end)
|
1983
2096
|
|
2097
|
+
api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
2098
|
+
o.name = "DeleteResourcePolicy"
|
2099
|
+
o.http_method = "POST"
|
2100
|
+
o.http_request_uri = "/"
|
2101
|
+
o.endpoint_discovery = {
|
2102
|
+
}
|
2103
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyInput)
|
2104
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyOutput)
|
2105
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2106
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
2108
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
2109
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2110
|
+
end)
|
2111
|
+
|
1984
2112
|
api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
|
1985
2113
|
o.name = "DeleteTable"
|
1986
2114
|
o.http_method = "POST"
|
@@ -2226,6 +2354,19 @@ module Aws::DynamoDB
|
|
2226
2354
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2227
2355
|
end)
|
2228
2356
|
|
2357
|
+
api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
2358
|
+
o.name = "GetResourcePolicy"
|
2359
|
+
o.http_method = "POST"
|
2360
|
+
o.http_request_uri = "/"
|
2361
|
+
o.endpoint_discovery = {
|
2362
|
+
}
|
2363
|
+
o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyInput)
|
2364
|
+
o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyOutput)
|
2365
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2366
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2367
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
2368
|
+
end)
|
2369
|
+
|
2229
2370
|
api.add_operation(:import_table, Seahorse::Model::Operation.new.tap do |o|
|
2230
2371
|
o.name = "ImportTable"
|
2231
2372
|
o.http_method = "POST"
|
@@ -2352,6 +2493,21 @@ module Aws::DynamoDB
|
|
2352
2493
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2353
2494
|
end)
|
2354
2495
|
|
2496
|
+
api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
|
2497
|
+
o.name = "PutResourcePolicy"
|
2498
|
+
o.http_method = "POST"
|
2499
|
+
o.http_request_uri = "/"
|
2500
|
+
o.endpoint_discovery = {
|
2501
|
+
}
|
2502
|
+
o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyInput)
|
2503
|
+
o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyOutput)
|
2504
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2505
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2506
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2507
|
+
o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
|
2508
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
2509
|
+
end)
|
2510
|
+
|
2355
2511
|
api.add_operation(:query, Seahorse::Model::Operation.new.tap do |o|
|
2356
2512
|
o.name = "Query"
|
2357
2513
|
o.http_method = "POST"
|
@@ -2556,6 +2712,20 @@ module Aws::DynamoDB
|
|
2556
2712
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2557
2713
|
end)
|
2558
2714
|
|
2715
|
+
api.add_operation(:update_kinesis_streaming_destination, Seahorse::Model::Operation.new.tap do |o|
|
2716
|
+
o.name = "UpdateKinesisStreamingDestination"
|
2717
|
+
o.http_method = "POST"
|
2718
|
+
o.http_request_uri = "/"
|
2719
|
+
o.endpoint_discovery = {
|
2720
|
+
}
|
2721
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateKinesisStreamingDestinationInput)
|
2722
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateKinesisStreamingDestinationOutput)
|
2723
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
2724
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2725
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
2726
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2727
|
+
end)
|
2728
|
+
|
2559
2729
|
api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
|
2560
2730
|
o.name = "UpdateTable"
|
2561
2731
|
o.http_method = "POST"
|