aws-sdk-dynamodb 1.93.0 → 1.110.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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,10 +606,10 @@ 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: TableName)
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: TableName)
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"))
@@ -616,7 +638,7 @@ module Aws::DynamoDB
616
638
  BatchWriteItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacityMultiple, location_name: "ConsumedCapacity"))
617
639
  BatchWriteItemOutput.struct_class = Types::BatchWriteItemOutput
618
640
 
619
- BatchWriteItemRequestMap.key = Shapes::ShapeRef.new(shape: TableName)
641
+ BatchWriteItemRequestMap.key = Shapes::ShapeRef.new(shape: TableArn)
620
642
  BatchWriteItemRequestMap.value = Shapes::ShapeRef.new(shape: WriteRequests)
621
643
 
622
644
  BillingModeSummary.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
@@ -642,7 +664,7 @@ module Aws::DynamoDB
642
664
  Condition.struct_class = Types::Condition
643
665
 
644
666
  ConditionCheck.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
645
- ConditionCheck.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
667
+ ConditionCheck.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
646
668
  ConditionCheck.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, required: true, location_name: "ConditionExpression"))
647
669
  ConditionCheck.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
648
670
  ConditionCheck.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
@@ -653,7 +675,7 @@ module Aws::DynamoDB
653
675
  ConditionalCheckFailedException.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
654
676
  ConditionalCheckFailedException.struct_class = Types::ConditionalCheckFailedException
655
677
 
656
- ConsumedCapacity.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
678
+ ConsumedCapacity.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
657
679
  ConsumedCapacity.add_member(:capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "CapacityUnits"))
658
680
  ConsumedCapacity.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "ReadCapacityUnits"))
659
681
  ConsumedCapacity.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "WriteCapacityUnits"))
@@ -680,7 +702,7 @@ module Aws::DynamoDB
680
702
  ContributorInsightsSummary.add_member(:contributor_insights_status, Shapes::ShapeRef.new(shape: ContributorInsightsStatus, location_name: "ContributorInsightsStatus"))
681
703
  ContributorInsightsSummary.struct_class = Types::ContributorInsightsSummary
682
704
 
683
- CreateBackupInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
705
+ CreateBackupInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
684
706
  CreateBackupInput.add_member(:backup_name, Shapes::ShapeRef.new(shape: BackupName, required: true, location_name: "BackupName"))
685
707
  CreateBackupInput.struct_class = Types::CreateBackupInput
686
708
 
@@ -691,6 +713,7 @@ module Aws::DynamoDB
691
713
  CreateGlobalSecondaryIndexAction.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
692
714
  CreateGlobalSecondaryIndexAction.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
693
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"))
694
717
  CreateGlobalSecondaryIndexAction.struct_class = Types::CreateGlobalSecondaryIndexAction
695
718
 
696
719
  CreateGlobalTableInput.add_member(:global_table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "GlobalTableName"))
@@ -706,12 +729,13 @@ module Aws::DynamoDB
706
729
  CreateReplicationGroupMemberAction.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "RegionName"))
707
730
  CreateReplicationGroupMemberAction.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
708
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"))
709
733
  CreateReplicationGroupMemberAction.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
710
734
  CreateReplicationGroupMemberAction.add_member(:table_class_override, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClassOverride"))
711
735
  CreateReplicationGroupMemberAction.struct_class = Types::CreateReplicationGroupMemberAction
712
736
 
713
737
  CreateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, required: true, location_name: "AttributeDefinitions"))
714
- CreateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
738
+ CreateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
715
739
  CreateTableInput.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
716
740
  CreateTableInput.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexes"))
717
741
  CreateTableInput.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
@@ -722,6 +746,8 @@ module Aws::DynamoDB
722
746
  CreateTableInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
723
747
  CreateTableInput.add_member(:table_class, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClass"))
724
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"))
725
751
  CreateTableInput.struct_class = Types::CreateTableInput
726
752
 
727
753
  CreateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
@@ -734,7 +760,7 @@ module Aws::DynamoDB
734
760
  CsvOptions.struct_class = Types::CsvOptions
735
761
 
736
762
  Delete.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
737
- Delete.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
763
+ Delete.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
738
764
  Delete.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
739
765
  Delete.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
740
766
  Delete.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
@@ -750,7 +776,7 @@ module Aws::DynamoDB
750
776
  DeleteGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
751
777
  DeleteGlobalSecondaryIndexAction.struct_class = Types::DeleteGlobalSecondaryIndexAction
752
778
 
753
- DeleteItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
779
+ DeleteItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
754
780
  DeleteItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
755
781
  DeleteItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
756
782
  DeleteItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
@@ -777,7 +803,14 @@ module Aws::DynamoDB
777
803
  DeleteRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
778
804
  DeleteRequest.struct_class = Types::DeleteRequest
779
805
 
780
- DeleteTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
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"))
781
814
  DeleteTableInput.struct_class = Types::DeleteTableInput
782
815
 
783
816
  DeleteTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
@@ -789,13 +822,13 @@ module Aws::DynamoDB
789
822
  DescribeBackupOutput.add_member(:backup_description, Shapes::ShapeRef.new(shape: BackupDescription, location_name: "BackupDescription"))
790
823
  DescribeBackupOutput.struct_class = Types::DescribeBackupOutput
791
824
 
792
- DescribeContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
825
+ DescribeContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
793
826
  DescribeContinuousBackupsInput.struct_class = Types::DescribeContinuousBackupsInput
794
827
 
795
828
  DescribeContinuousBackupsOutput.add_member(:continuous_backups_description, Shapes::ShapeRef.new(shape: ContinuousBackupsDescription, location_name: "ContinuousBackupsDescription"))
796
829
  DescribeContinuousBackupsOutput.struct_class = Types::DescribeContinuousBackupsOutput
797
830
 
798
- DescribeContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
831
+ DescribeContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
799
832
  DescribeContributorInsightsInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
800
833
  DescribeContributorInsightsInput.struct_class = Types::DescribeContributorInsightsInput
801
834
 
@@ -837,7 +870,7 @@ module Aws::DynamoDB
837
870
  DescribeImportOutput.add_member(:import_table_description, Shapes::ShapeRef.new(shape: ImportTableDescription, required: true, location_name: "ImportTableDescription"))
838
871
  DescribeImportOutput.struct_class = Types::DescribeImportOutput
839
872
 
840
- DescribeKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
873
+ DescribeKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
841
874
  DescribeKinesisStreamingDestinationInput.struct_class = Types::DescribeKinesisStreamingDestinationInput
842
875
 
843
876
  DescribeKinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
@@ -852,19 +885,19 @@ module Aws::DynamoDB
852
885
  DescribeLimitsOutput.add_member(:table_max_write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxWriteCapacityUnits"))
853
886
  DescribeLimitsOutput.struct_class = Types::DescribeLimitsOutput
854
887
 
855
- DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
888
+ DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
856
889
  DescribeTableInput.struct_class = Types::DescribeTableInput
857
890
 
858
891
  DescribeTableOutput.add_member(:table, Shapes::ShapeRef.new(shape: TableDescription, location_name: "Table"))
859
892
  DescribeTableOutput.struct_class = Types::DescribeTableOutput
860
893
 
861
- DescribeTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
894
+ DescribeTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
862
895
  DescribeTableReplicaAutoScalingInput.struct_class = Types::DescribeTableReplicaAutoScalingInput
863
896
 
864
897
  DescribeTableReplicaAutoScalingOutput.add_member(:table_auto_scaling_description, Shapes::ShapeRef.new(shape: TableAutoScalingDescription, location_name: "TableAutoScalingDescription"))
865
898
  DescribeTableReplicaAutoScalingOutput.struct_class = Types::DescribeTableReplicaAutoScalingOutput
866
899
 
867
- DescribeTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
900
+ DescribeTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
868
901
  DescribeTimeToLiveInput.struct_class = Types::DescribeTimeToLiveInput
869
902
 
870
903
  DescribeTimeToLiveOutput.add_member(:time_to_live_description, Shapes::ShapeRef.new(shape: TimeToLiveDescription, location_name: "TimeToLiveDescription"))
@@ -873,6 +906,9 @@ module Aws::DynamoDB
873
906
  DuplicateItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
874
907
  DuplicateItemException.struct_class = Types::DuplicateItemException
875
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
+
876
912
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Address"))
877
913
  Endpoint.add_member(:cache_period_in_minutes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "CachePeriodInMinutes"))
878
914
  Endpoint.struct_class = Types::Endpoint
@@ -934,6 +970,8 @@ module Aws::DynamoDB
934
970
  ExportDescription.add_member(:export_format, Shapes::ShapeRef.new(shape: ExportFormat, location_name: "ExportFormat"))
935
971
  ExportDescription.add_member(:billed_size_bytes, Shapes::ShapeRef.new(shape: BilledSizeBytes, location_name: "BilledSizeBytes"))
936
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"))
937
975
  ExportDescription.struct_class = Types::ExportDescription
938
976
 
939
977
  ExportNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -943,6 +981,7 @@ module Aws::DynamoDB
943
981
 
944
982
  ExportSummary.add_member(:export_arn, Shapes::ShapeRef.new(shape: ExportArn, location_name: "ExportArn"))
945
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"))
946
985
  ExportSummary.struct_class = Types::ExportSummary
947
986
 
948
987
  ExportTableToPointInTimeInput.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableArn"))
@@ -954,6 +993,8 @@ module Aws::DynamoDB
954
993
  ExportTableToPointInTimeInput.add_member(:s3_sse_algorithm, Shapes::ShapeRef.new(shape: S3SseAlgorithm, location_name: "S3SseAlgorithm"))
955
994
  ExportTableToPointInTimeInput.add_member(:s3_sse_kms_key_id, Shapes::ShapeRef.new(shape: S3SseKmsKeyId, location_name: "S3SseKmsKeyId"))
956
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"))
957
998
  ExportTableToPointInTimeInput.struct_class = Types::ExportTableToPointInTimeInput
958
999
 
959
1000
  ExportTableToPointInTimeOutput.add_member(:export_description, Shapes::ShapeRef.new(shape: ExportDescription, location_name: "ExportDescription"))
@@ -973,12 +1014,12 @@ module Aws::DynamoDB
973
1014
  FilterConditionMap.value = Shapes::ShapeRef.new(shape: Condition)
974
1015
 
975
1016
  Get.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
976
- Get.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1017
+ Get.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
977
1018
  Get.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
978
1019
  Get.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
979
1020
  Get.struct_class = Types::Get
980
1021
 
981
- GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1022
+ GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
982
1023
  GetItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
983
1024
  GetItemInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
984
1025
  GetItemInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
@@ -991,10 +1032,18 @@ module Aws::DynamoDB
991
1032
  GetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
992
1033
  GetItemOutput.struct_class = Types::GetItemOutput
993
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
+
994
1042
  GlobalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
995
1043
  GlobalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
996
1044
  GlobalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
997
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"))
998
1047
  GlobalSecondaryIndex.struct_class = Types::GlobalSecondaryIndex
999
1048
 
1000
1049
  GlobalSecondaryIndexAutoScalingUpdate.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
@@ -1012,6 +1061,7 @@ module Aws::DynamoDB
1012
1061
  GlobalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: LongObject, location_name: "IndexSizeBytes"))
1013
1062
  GlobalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: LongObject, location_name: "ItemCount"))
1014
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"))
1015
1065
  GlobalSecondaryIndexDescription.struct_class = Types::GlobalSecondaryIndexDescription
1016
1066
 
1017
1067
  GlobalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndexDescription)
@@ -1020,6 +1070,7 @@ module Aws::DynamoDB
1020
1070
  GlobalSecondaryIndexInfo.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
1021
1071
  GlobalSecondaryIndexInfo.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, location_name: "Projection"))
1022
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"))
1023
1074
  GlobalSecondaryIndexInfo.struct_class = Types::GlobalSecondaryIndexInfo
1024
1075
 
1025
1076
  GlobalSecondaryIndexList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndex)
@@ -1112,6 +1163,11 @@ module Aws::DynamoDB
1112
1163
  ImportTableOutput.add_member(:import_table_description, Shapes::ShapeRef.new(shape: ImportTableDescription, required: true, location_name: "ImportTableDescription"))
1113
1164
  ImportTableOutput.struct_class = Types::ImportTableOutput
1114
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
+
1115
1171
  IndexNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1116
1172
  IndexNotFoundException.struct_class = Types::IndexNotFoundException
1117
1173
 
@@ -1136,7 +1192,7 @@ module Aws::DynamoDB
1136
1192
 
1137
1193
  ItemCollectionMetricsMultiple.member = Shapes::ShapeRef.new(shape: ItemCollectionMetrics)
1138
1194
 
1139
- ItemCollectionMetricsPerTable.key = Shapes::ShapeRef.new(shape: TableName)
1195
+ ItemCollectionMetricsPerTable.key = Shapes::ShapeRef.new(shape: TableArn)
1140
1196
  ItemCollectionMetricsPerTable.value = Shapes::ShapeRef.new(shape: ItemCollectionMetricsMultiple)
1141
1197
 
1142
1198
  ItemCollectionSizeEstimateRange.member = Shapes::ShapeRef.new(shape: ItemCollectionSizeEstimateBound)
@@ -1175,17 +1231,20 @@ module Aws::DynamoDB
1175
1231
  KinesisDataStreamDestination.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
1176
1232
  KinesisDataStreamDestination.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
1177
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"))
1178
1235
  KinesisDataStreamDestination.struct_class = Types::KinesisDataStreamDestination
1179
1236
 
1180
1237
  KinesisDataStreamDestinations.member = Shapes::ShapeRef.new(shape: KinesisDataStreamDestination)
1181
1238
 
1182
- KinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1239
+ KinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1183
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"))
1184
1242
  KinesisStreamingDestinationInput.struct_class = Types::KinesisStreamingDestinationInput
1185
1243
 
1186
1244
  KinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
1187
1245
  KinesisStreamingDestinationOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
1188
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"))
1189
1248
  KinesisStreamingDestinationOutput.struct_class = Types::KinesisStreamingDestinationOutput
1190
1249
 
1191
1250
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -1193,7 +1252,7 @@ module Aws::DynamoDB
1193
1252
 
1194
1253
  ListAttributeValue.member = Shapes::ShapeRef.new(shape: AttributeValue)
1195
1254
 
1196
- ListBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
1255
+ ListBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
1197
1256
  ListBackupsInput.add_member(:limit, Shapes::ShapeRef.new(shape: BackupsInputLimit, location_name: "Limit"))
1198
1257
  ListBackupsInput.add_member(:time_range_lower_bound, Shapes::ShapeRef.new(shape: TimeRangeLowerBound, location_name: "TimeRangeLowerBound"))
1199
1258
  ListBackupsInput.add_member(:time_range_upper_bound, Shapes::ShapeRef.new(shape: TimeRangeUpperBound, location_name: "TimeRangeUpperBound"))
@@ -1205,7 +1264,7 @@ module Aws::DynamoDB
1205
1264
  ListBackupsOutput.add_member(:last_evaluated_backup_arn, Shapes::ShapeRef.new(shape: BackupArn, location_name: "LastEvaluatedBackupArn"))
1206
1265
  ListBackupsOutput.struct_class = Types::ListBackupsOutput
1207
1266
 
1208
- ListContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
1267
+ ListContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableName"))
1209
1268
  ListContributorInsightsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
1210
1269
  ListContributorInsightsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListContributorInsightsLimit, location_name: "MaxResults"))
1211
1270
  ListContributorInsightsInput.struct_class = Types::ListContributorInsightsInput
@@ -1288,6 +1347,13 @@ module Aws::DynamoDB
1288
1347
 
1289
1348
  NumberSetAttributeValue.member = Shapes::ShapeRef.new(shape: NumberAttributeValue)
1290
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
+
1291
1357
  ParameterizedStatement.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
1292
1358
  ParameterizedStatement.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
1293
1359
  ParameterizedStatement.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
@@ -1310,6 +1376,9 @@ module Aws::DynamoDB
1310
1376
  PointInTimeRecoveryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1311
1377
  PointInTimeRecoveryUnavailableException.struct_class = Types::PointInTimeRecoveryUnavailableException
1312
1378
 
1379
+ PolicyNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1380
+ PolicyNotFoundException.struct_class = Types::PolicyNotFoundException
1381
+
1313
1382
  PreparedStatementParameters.member = Shapes::ShapeRef.new(shape: AttributeValue)
1314
1383
 
1315
1384
  Projection.add_member(:projection_type, Shapes::ShapeRef.new(shape: ProjectionType, location_name: "ProjectionType"))
@@ -1334,14 +1403,14 @@ module Aws::DynamoDB
1334
1403
  ProvisionedThroughputOverride.struct_class = Types::ProvisionedThroughputOverride
1335
1404
 
1336
1405
  Put.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
1337
- Put.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1406
+ Put.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1338
1407
  Put.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
1339
1408
  Put.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
1340
1409
  Put.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
1341
1410
  Put.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
1342
1411
  Put.struct_class = Types::Put
1343
1412
 
1344
- PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1413
+ PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1345
1414
  PutItemInput.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
1346
1415
  PutItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
1347
1416
  PutItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
@@ -1365,7 +1434,16 @@ module Aws::DynamoDB
1365
1434
  PutRequest.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
1366
1435
  PutRequest.struct_class = Types::PutRequest
1367
1436
 
1368
- QueryInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
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"))
1369
1447
  QueryInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
1370
1448
  QueryInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
1371
1449
  QueryInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
@@ -1419,6 +1497,7 @@ module Aws::DynamoDB
1419
1497
  ReplicaDescription.add_member(:replica_status_percent_progress, Shapes::ShapeRef.new(shape: ReplicaStatusPercentProgress, location_name: "ReplicaStatusPercentProgress"))
1420
1498
  ReplicaDescription.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
1421
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"))
1422
1501
  ReplicaDescription.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexDescriptionList, location_name: "GlobalSecondaryIndexes"))
1423
1502
  ReplicaDescription.add_member(:replica_inaccessible_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "ReplicaInaccessibleDateTime"))
1424
1503
  ReplicaDescription.add_member(:replica_table_class_summary, Shapes::ShapeRef.new(shape: TableClassSummary, location_name: "ReplicaTableClassSummary"))
@@ -1428,6 +1507,7 @@ module Aws::DynamoDB
1428
1507
 
1429
1508
  ReplicaGlobalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
1430
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"))
1431
1511
  ReplicaGlobalSecondaryIndex.struct_class = Types::ReplicaGlobalSecondaryIndex
1432
1512
 
1433
1513
  ReplicaGlobalSecondaryIndexAutoScalingDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
@@ -1446,6 +1526,7 @@ module Aws::DynamoDB
1446
1526
 
1447
1527
  ReplicaGlobalSecondaryIndexDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
1448
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"))
1449
1530
  ReplicaGlobalSecondaryIndexDescription.struct_class = Types::ReplicaGlobalSecondaryIndexDescription
1450
1531
 
1451
1532
  ReplicaGlobalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexDescription)
@@ -1530,6 +1611,7 @@ module Aws::DynamoDB
1530
1611
  RestoreTableFromBackupInput.add_member(:global_secondary_index_override, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexOverride"))
1531
1612
  RestoreTableFromBackupInput.add_member(:local_secondary_index_override, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexOverride"))
1532
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"))
1533
1615
  RestoreTableFromBackupInput.add_member(:sse_specification_override, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecificationOverride"))
1534
1616
  RestoreTableFromBackupInput.struct_class = Types::RestoreTableFromBackupInput
1535
1617
 
@@ -1545,6 +1627,7 @@ module Aws::DynamoDB
1545
1627
  RestoreTableToPointInTimeInput.add_member(:global_secondary_index_override, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexOverride"))
1546
1628
  RestoreTableToPointInTimeInput.add_member(:local_secondary_index_override, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexOverride"))
1547
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"))
1548
1631
  RestoreTableToPointInTimeInput.add_member(:sse_specification_override, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecificationOverride"))
1549
1632
  RestoreTableToPointInTimeInput.struct_class = Types::RestoreTableToPointInTimeInput
1550
1633
 
@@ -1567,7 +1650,7 @@ module Aws::DynamoDB
1567
1650
  SSESpecification.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
1568
1651
  SSESpecification.struct_class = Types::SSESpecification
1569
1652
 
1570
- ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1653
+ ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1571
1654
  ScanInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
1572
1655
  ScanInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
1573
1656
  ScanInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
@@ -1602,6 +1685,7 @@ module Aws::DynamoDB
1602
1685
  SourceTableDetails.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
1603
1686
  SourceTableDetails.add_member(:table_creation_date_time, Shapes::ShapeRef.new(shape: TableCreationDateTime, required: true, location_name: "TableCreationDateTime"))
1604
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"))
1605
1689
  SourceTableDetails.add_member(:item_count, Shapes::ShapeRef.new(shape: ItemCount, location_name: "ItemCount"))
1606
1690
  SourceTableDetails.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
1607
1691
  SourceTableDetails.struct_class = Types::SourceTableDetails
@@ -1636,6 +1720,7 @@ module Aws::DynamoDB
1636
1720
  TableCreationParameters.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
1637
1721
  TableCreationParameters.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
1638
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"))
1639
1724
  TableCreationParameters.add_member(:sse_specification, Shapes::ShapeRef.new(shape: SSESpecification, location_name: "SSESpecification"))
1640
1725
  TableCreationParameters.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
1641
1726
  TableCreationParameters.struct_class = Types::TableCreationParameters
@@ -1663,6 +1748,7 @@ module Aws::DynamoDB
1663
1748
  TableDescription.add_member(:archival_summary, Shapes::ShapeRef.new(shape: ArchivalSummary, location_name: "ArchivalSummary"))
1664
1749
  TableDescription.add_member(:table_class_summary, Shapes::ShapeRef.new(shape: TableClassSummary, location_name: "TableClassSummary"))
1665
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"))
1666
1752
  TableDescription.struct_class = Types::TableDescription
1667
1753
 
1668
1754
  TableInUseException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
@@ -1740,21 +1826,21 @@ module Aws::DynamoDB
1740
1826
 
1741
1827
  Update.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
1742
1828
  Update.add_member(:update_expression, Shapes::ShapeRef.new(shape: UpdateExpression, required: true, location_name: "UpdateExpression"))
1743
- Update.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1829
+ Update.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1744
1830
  Update.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
1745
1831
  Update.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
1746
1832
  Update.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
1747
1833
  Update.add_member(:return_values_on_condition_check_failure, Shapes::ShapeRef.new(shape: ReturnValuesOnConditionCheckFailure, location_name: "ReturnValuesOnConditionCheckFailure"))
1748
1834
  Update.struct_class = Types::Update
1749
1835
 
1750
- UpdateContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1836
+ UpdateContinuousBackupsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1751
1837
  UpdateContinuousBackupsInput.add_member(:point_in_time_recovery_specification, Shapes::ShapeRef.new(shape: PointInTimeRecoverySpecification, required: true, location_name: "PointInTimeRecoverySpecification"))
1752
1838
  UpdateContinuousBackupsInput.struct_class = Types::UpdateContinuousBackupsInput
1753
1839
 
1754
1840
  UpdateContinuousBackupsOutput.add_member(:continuous_backups_description, Shapes::ShapeRef.new(shape: ContinuousBackupsDescription, location_name: "ContinuousBackupsDescription"))
1755
1841
  UpdateContinuousBackupsOutput.struct_class = Types::UpdateContinuousBackupsOutput
1756
1842
 
1757
- UpdateContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1843
+ UpdateContributorInsightsInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1758
1844
  UpdateContributorInsightsInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
1759
1845
  UpdateContributorInsightsInput.add_member(:contributor_insights_action, Shapes::ShapeRef.new(shape: ContributorInsightsAction, required: true, location_name: "ContributorInsightsAction"))
1760
1846
  UpdateContributorInsightsInput.struct_class = Types::UpdateContributorInsightsInput
@@ -1765,7 +1851,8 @@ module Aws::DynamoDB
1765
1851
  UpdateContributorInsightsOutput.struct_class = Types::UpdateContributorInsightsOutput
1766
1852
 
1767
1853
  UpdateGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
1768
- UpdateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "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"))
1769
1856
  UpdateGlobalSecondaryIndexAction.struct_class = Types::UpdateGlobalSecondaryIndexAction
1770
1857
 
1771
1858
  UpdateGlobalTableInput.add_member(:global_table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "GlobalTableName"))
@@ -1787,7 +1874,7 @@ module Aws::DynamoDB
1787
1874
  UpdateGlobalTableSettingsOutput.add_member(:replica_settings, Shapes::ShapeRef.new(shape: ReplicaSettingsDescriptionList, location_name: "ReplicaSettings"))
1788
1875
  UpdateGlobalTableSettingsOutput.struct_class = Types::UpdateGlobalTableSettingsOutput
1789
1876
 
1790
- UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1877
+ UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1791
1878
  UpdateItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
1792
1879
  UpdateItemInput.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: AttributeUpdates, location_name: "AttributeUpdates"))
1793
1880
  UpdateItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
@@ -1807,15 +1894,30 @@ module Aws::DynamoDB
1807
1894
  UpdateItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
1808
1895
  UpdateItemOutput.struct_class = Types::UpdateItemOutput
1809
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
+
1810
1911
  UpdateReplicationGroupMemberAction.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "RegionName"))
1811
1912
  UpdateReplicationGroupMemberAction.add_member(:kms_master_key_id, Shapes::ShapeRef.new(shape: KMSMasterKeyId, location_name: "KMSMasterKeyId"))
1812
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"))
1813
1915
  UpdateReplicationGroupMemberAction.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: ReplicaGlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
1814
1916
  UpdateReplicationGroupMemberAction.add_member(:table_class_override, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClassOverride"))
1815
1917
  UpdateReplicationGroupMemberAction.struct_class = Types::UpdateReplicationGroupMemberAction
1816
1918
 
1817
1919
  UpdateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
1818
- UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1920
+ UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1819
1921
  UpdateTableInput.add_member(:billing_mode, Shapes::ShapeRef.new(shape: BillingMode, location_name: "BillingMode"))
1820
1922
  UpdateTableInput.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
1821
1923
  UpdateTableInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
@@ -1824,13 +1926,14 @@ module Aws::DynamoDB
1824
1926
  UpdateTableInput.add_member(:replica_updates, Shapes::ShapeRef.new(shape: ReplicationGroupUpdateList, location_name: "ReplicaUpdates"))
1825
1927
  UpdateTableInput.add_member(:table_class, Shapes::ShapeRef.new(shape: TableClass, location_name: "TableClass"))
1826
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"))
1827
1930
  UpdateTableInput.struct_class = Types::UpdateTableInput
1828
1931
 
1829
1932
  UpdateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
1830
1933
  UpdateTableOutput.struct_class = Types::UpdateTableOutput
1831
1934
 
1832
1935
  UpdateTableReplicaAutoScalingInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexAutoScalingUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
1833
- UpdateTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1936
+ UpdateTableReplicaAutoScalingInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1834
1937
  UpdateTableReplicaAutoScalingInput.add_member(:provisioned_write_capacity_auto_scaling_update, Shapes::ShapeRef.new(shape: AutoScalingSettingsUpdate, location_name: "ProvisionedWriteCapacityAutoScalingUpdate"))
1835
1938
  UpdateTableReplicaAutoScalingInput.add_member(:replica_updates, Shapes::ShapeRef.new(shape: ReplicaAutoScalingUpdateList, location_name: "ReplicaUpdates"))
1836
1939
  UpdateTableReplicaAutoScalingInput.struct_class = Types::UpdateTableReplicaAutoScalingInput
@@ -1838,7 +1941,7 @@ module Aws::DynamoDB
1838
1941
  UpdateTableReplicaAutoScalingOutput.add_member(:table_auto_scaling_description, Shapes::ShapeRef.new(shape: TableAutoScalingDescription, location_name: "TableAutoScalingDescription"))
1839
1942
  UpdateTableReplicaAutoScalingOutput.struct_class = Types::UpdateTableReplicaAutoScalingOutput
1840
1943
 
1841
- UpdateTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1944
+ UpdateTimeToLiveInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableName"))
1842
1945
  UpdateTimeToLiveInput.add_member(:time_to_live_specification, Shapes::ShapeRef.new(shape: TimeToLiveSpecification, required: true, location_name: "TimeToLiveSpecification"))
1843
1946
  UpdateTimeToLiveInput.struct_class = Types::UpdateTimeToLiveInput
1844
1947
 
@@ -1862,6 +1965,7 @@ module Aws::DynamoDB
1862
1965
  "endpointPrefix" => "dynamodb",
1863
1966
  "jsonVersion" => "1.0",
1864
1967
  "protocol" => "json",
1968
+ "protocols" => ["json"],
1865
1969
  "serviceAbbreviation" => "DynamoDB",
1866
1970
  "serviceFullName" => "Amazon DynamoDB",
1867
1971
  "serviceId" => "DynamoDB",
@@ -1989,6 +2093,21 @@ module Aws::DynamoDB
1989
2093
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1990
2094
  end)
1991
2095
 
2096
+ api.add_operation(:delete_resource_policy, Seahorse::Model::Operation.new.tap do |o|
2097
+ o.name = "DeleteResourcePolicy"
2098
+ o.http_method = "POST"
2099
+ o.http_request_uri = "/"
2100
+ o.endpoint_discovery = {
2101
+ }
2102
+ o.input = Shapes::ShapeRef.new(shape: DeleteResourcePolicyInput)
2103
+ o.output = Shapes::ShapeRef.new(shape: DeleteResourcePolicyOutput)
2104
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2105
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2106
+ o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
2107
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2108
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2109
+ end)
2110
+
1992
2111
  api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
1993
2112
  o.name = "DeleteTable"
1994
2113
  o.http_method = "POST"
@@ -2234,6 +2353,19 @@ module Aws::DynamoDB
2234
2353
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2235
2354
  end)
2236
2355
 
2356
+ api.add_operation(:get_resource_policy, Seahorse::Model::Operation.new.tap do |o|
2357
+ o.name = "GetResourcePolicy"
2358
+ o.http_method = "POST"
2359
+ o.http_request_uri = "/"
2360
+ o.endpoint_discovery = {
2361
+ }
2362
+ o.input = Shapes::ShapeRef.new(shape: GetResourcePolicyInput)
2363
+ o.output = Shapes::ShapeRef.new(shape: GetResourcePolicyOutput)
2364
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2365
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2366
+ o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
2367
+ end)
2368
+
2237
2369
  api.add_operation(:import_table, Seahorse::Model::Operation.new.tap do |o|
2238
2370
  o.name = "ImportTable"
2239
2371
  o.http_method = "POST"
@@ -2360,6 +2492,21 @@ module Aws::DynamoDB
2360
2492
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2361
2493
  end)
2362
2494
 
2495
+ api.add_operation(:put_resource_policy, Seahorse::Model::Operation.new.tap do |o|
2496
+ o.name = "PutResourcePolicy"
2497
+ o.http_method = "POST"
2498
+ o.http_request_uri = "/"
2499
+ o.endpoint_discovery = {
2500
+ }
2501
+ o.input = Shapes::ShapeRef.new(shape: PutResourcePolicyInput)
2502
+ o.output = Shapes::ShapeRef.new(shape: PutResourcePolicyOutput)
2503
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2504
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2505
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2506
+ o.errors << Shapes::ShapeRef.new(shape: PolicyNotFoundException)
2507
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2508
+ end)
2509
+
2363
2510
  api.add_operation(:query, Seahorse::Model::Operation.new.tap do |o|
2364
2511
  o.name = "Query"
2365
2512
  o.http_method = "POST"
@@ -2564,6 +2711,20 @@ module Aws::DynamoDB
2564
2711
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2565
2712
  end)
2566
2713
 
2714
+ api.add_operation(:update_kinesis_streaming_destination, Seahorse::Model::Operation.new.tap do |o|
2715
+ o.name = "UpdateKinesisStreamingDestination"
2716
+ o.http_method = "POST"
2717
+ o.http_request_uri = "/"
2718
+ o.endpoint_discovery = {
2719
+ }
2720
+ o.input = Shapes::ShapeRef.new(shape: UpdateKinesisStreamingDestinationInput)
2721
+ o.output = Shapes::ShapeRef.new(shape: UpdateKinesisStreamingDestinationOutput)
2722
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2723
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2724
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2725
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2726
+ end)
2727
+
2567
2728
  api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
2568
2729
  o.name = "UpdateTable"
2569
2730
  o.http_method = "POST"