aws-sdk-dynamodb 1.55.0 → 1.60.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -49,13 +49,20 @@ module Aws::DynamoDB
49
49
  BackupType = Shapes::StringShape.new(name: 'BackupType')
50
50
  BackupTypeFilter = Shapes::StringShape.new(name: 'BackupTypeFilter')
51
51
  BackupsInputLimit = Shapes::IntegerShape.new(name: 'BackupsInputLimit')
52
+ BatchExecuteStatementInput = Shapes::StructureShape.new(name: 'BatchExecuteStatementInput')
53
+ BatchExecuteStatementOutput = Shapes::StructureShape.new(name: 'BatchExecuteStatementOutput')
52
54
  BatchGetItemInput = Shapes::StructureShape.new(name: 'BatchGetItemInput')
53
55
  BatchGetItemOutput = Shapes::StructureShape.new(name: 'BatchGetItemOutput')
54
56
  BatchGetRequestMap = Shapes::MapShape.new(name: 'BatchGetRequestMap')
55
57
  BatchGetResponseMap = Shapes::MapShape.new(name: 'BatchGetResponseMap')
58
+ BatchStatementError = Shapes::StructureShape.new(name: 'BatchStatementError')
59
+ BatchStatementErrorCodeEnum = Shapes::StringShape.new(name: 'BatchStatementErrorCodeEnum')
60
+ BatchStatementRequest = Shapes::StructureShape.new(name: 'BatchStatementRequest')
61
+ BatchStatementResponse = Shapes::StructureShape.new(name: 'BatchStatementResponse')
56
62
  BatchWriteItemInput = Shapes::StructureShape.new(name: 'BatchWriteItemInput')
57
63
  BatchWriteItemOutput = Shapes::StructureShape.new(name: 'BatchWriteItemOutput')
58
64
  BatchWriteItemRequestMap = Shapes::MapShape.new(name: 'BatchWriteItemRequestMap')
65
+ BilledSizeBytes = Shapes::IntegerShape.new(name: 'BilledSizeBytes')
59
66
  BillingMode = Shapes::StringShape.new(name: 'BillingMode')
60
67
  BillingModeSummary = Shapes::StructureShape.new(name: 'BillingModeSummary')
61
68
  BinaryAttributeValue = Shapes::BlobShape.new(name: 'BinaryAttributeValue')
@@ -66,6 +73,7 @@ module Aws::DynamoDB
66
73
  CancellationReasonList = Shapes::ListShape.new(name: 'CancellationReasonList')
67
74
  Capacity = Shapes::StructureShape.new(name: 'Capacity')
68
75
  ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
76
+ ClientToken = Shapes::StringShape.new(name: 'ClientToken')
69
77
  Code = Shapes::StringShape.new(name: 'Code')
70
78
  ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
71
79
  Condition = Shapes::StructureShape.new(name: 'Condition')
@@ -115,10 +123,14 @@ module Aws::DynamoDB
115
123
  DescribeContributorInsightsOutput = Shapes::StructureShape.new(name: 'DescribeContributorInsightsOutput')
116
124
  DescribeEndpointsRequest = Shapes::StructureShape.new(name: 'DescribeEndpointsRequest')
117
125
  DescribeEndpointsResponse = Shapes::StructureShape.new(name: 'DescribeEndpointsResponse')
126
+ DescribeExportInput = Shapes::StructureShape.new(name: 'DescribeExportInput')
127
+ DescribeExportOutput = Shapes::StructureShape.new(name: 'DescribeExportOutput')
118
128
  DescribeGlobalTableInput = Shapes::StructureShape.new(name: 'DescribeGlobalTableInput')
119
129
  DescribeGlobalTableOutput = Shapes::StructureShape.new(name: 'DescribeGlobalTableOutput')
120
130
  DescribeGlobalTableSettingsInput = Shapes::StructureShape.new(name: 'DescribeGlobalTableSettingsInput')
121
131
  DescribeGlobalTableSettingsOutput = Shapes::StructureShape.new(name: 'DescribeGlobalTableSettingsOutput')
132
+ DescribeKinesisStreamingDestinationInput = Shapes::StructureShape.new(name: 'DescribeKinesisStreamingDestinationInput')
133
+ DescribeKinesisStreamingDestinationOutput = Shapes::StructureShape.new(name: 'DescribeKinesisStreamingDestinationOutput')
122
134
  DescribeLimitsInput = Shapes::StructureShape.new(name: 'DescribeLimitsInput')
123
135
  DescribeLimitsOutput = Shapes::StructureShape.new(name: 'DescribeLimitsOutput')
124
136
  DescribeTableInput = Shapes::StructureShape.new(name: 'DescribeTableInput')
@@ -127,19 +139,42 @@ module Aws::DynamoDB
127
139
  DescribeTableReplicaAutoScalingOutput = Shapes::StructureShape.new(name: 'DescribeTableReplicaAutoScalingOutput')
128
140
  DescribeTimeToLiveInput = Shapes::StructureShape.new(name: 'DescribeTimeToLiveInput')
129
141
  DescribeTimeToLiveOutput = Shapes::StructureShape.new(name: 'DescribeTimeToLiveOutput')
142
+ DestinationStatus = Shapes::StringShape.new(name: 'DestinationStatus')
130
143
  Double = Shapes::FloatShape.new(name: 'Double')
144
+ DuplicateItemException = Shapes::StructureShape.new(name: 'DuplicateItemException')
131
145
  Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
132
146
  Endpoints = Shapes::ListShape.new(name: 'Endpoints')
133
147
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
134
148
  ExceptionDescription = Shapes::StringShape.new(name: 'ExceptionDescription')
135
149
  ExceptionName = Shapes::StringShape.new(name: 'ExceptionName')
150
+ ExecuteStatementInput = Shapes::StructureShape.new(name: 'ExecuteStatementInput')
151
+ ExecuteStatementOutput = Shapes::StructureShape.new(name: 'ExecuteStatementOutput')
152
+ ExecuteTransactionInput = Shapes::StructureShape.new(name: 'ExecuteTransactionInput')
153
+ ExecuteTransactionOutput = Shapes::StructureShape.new(name: 'ExecuteTransactionOutput')
136
154
  ExpectedAttributeMap = Shapes::MapShape.new(name: 'ExpectedAttributeMap')
137
155
  ExpectedAttributeValue = Shapes::StructureShape.new(name: 'ExpectedAttributeValue')
156
+ ExportArn = Shapes::StringShape.new(name: 'ExportArn')
157
+ ExportConflictException = Shapes::StructureShape.new(name: 'ExportConflictException')
158
+ ExportDescription = Shapes::StructureShape.new(name: 'ExportDescription')
159
+ ExportEndTime = Shapes::TimestampShape.new(name: 'ExportEndTime')
160
+ ExportFormat = Shapes::StringShape.new(name: 'ExportFormat')
161
+ ExportManifest = Shapes::StringShape.new(name: 'ExportManifest')
162
+ ExportNextToken = Shapes::StringShape.new(name: 'ExportNextToken')
163
+ ExportNotFoundException = Shapes::StructureShape.new(name: 'ExportNotFoundException')
164
+ ExportStartTime = Shapes::TimestampShape.new(name: 'ExportStartTime')
165
+ ExportStatus = Shapes::StringShape.new(name: 'ExportStatus')
166
+ ExportSummaries = Shapes::ListShape.new(name: 'ExportSummaries')
167
+ ExportSummary = Shapes::StructureShape.new(name: 'ExportSummary')
168
+ ExportTableToPointInTimeInput = Shapes::StructureShape.new(name: 'ExportTableToPointInTimeInput')
169
+ ExportTableToPointInTimeOutput = Shapes::StructureShape.new(name: 'ExportTableToPointInTimeOutput')
170
+ ExportTime = Shapes::TimestampShape.new(name: 'ExportTime')
138
171
  ExpressionAttributeNameMap = Shapes::MapShape.new(name: 'ExpressionAttributeNameMap')
139
172
  ExpressionAttributeNameVariable = Shapes::StringShape.new(name: 'ExpressionAttributeNameVariable')
140
173
  ExpressionAttributeValueMap = Shapes::MapShape.new(name: 'ExpressionAttributeValueMap')
141
174
  ExpressionAttributeValueVariable = Shapes::StringShape.new(name: 'ExpressionAttributeValueVariable')
175
+ FailureCode = Shapes::StringShape.new(name: 'FailureCode')
142
176
  FailureException = Shapes::StructureShape.new(name: 'FailureException')
177
+ FailureMessage = Shapes::StringShape.new(name: 'FailureMessage')
143
178
  FilterConditionMap = Shapes::MapShape.new(name: 'FilterConditionMap')
144
179
  Get = Shapes::StructureShape.new(name: 'Get')
145
180
  GetItemInput = Shapes::StructureShape.new(name: 'GetItemInput')
@@ -170,6 +205,7 @@ module Aws::DynamoDB
170
205
  Integer = Shapes::IntegerShape.new(name: 'Integer')
171
206
  IntegerObject = Shapes::IntegerShape.new(name: 'IntegerObject')
172
207
  InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
208
+ InvalidExportTimeException = Shapes::StructureShape.new(name: 'InvalidExportTimeException')
173
209
  InvalidRestoreTimeException = Shapes::StructureShape.new(name: 'InvalidRestoreTimeException')
174
210
  ItemCollectionKeyAttributeMap = Shapes::MapShape.new(name: 'ItemCollectionKeyAttributeMap')
175
211
  ItemCollectionMetrics = Shapes::StructureShape.new(name: 'ItemCollectionMetrics')
@@ -193,6 +229,10 @@ module Aws::DynamoDB
193
229
  KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
194
230
  KeyType = Shapes::StringShape.new(name: 'KeyType')
195
231
  KeysAndAttributes = Shapes::StructureShape.new(name: 'KeysAndAttributes')
232
+ KinesisDataStreamDestination = Shapes::StructureShape.new(name: 'KinesisDataStreamDestination')
233
+ KinesisDataStreamDestinations = Shapes::ListShape.new(name: 'KinesisDataStreamDestinations')
234
+ KinesisStreamingDestinationInput = Shapes::StructureShape.new(name: 'KinesisStreamingDestinationInput')
235
+ KinesisStreamingDestinationOutput = Shapes::StructureShape.new(name: 'KinesisStreamingDestinationOutput')
196
236
  LastUpdateDateTime = Shapes::TimestampShape.new(name: 'LastUpdateDateTime')
197
237
  LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
198
238
  ListAttributeValue = Shapes::ListShape.new(name: 'ListAttributeValue')
@@ -201,6 +241,9 @@ module Aws::DynamoDB
201
241
  ListContributorInsightsInput = Shapes::StructureShape.new(name: 'ListContributorInsightsInput')
202
242
  ListContributorInsightsLimit = Shapes::IntegerShape.new(name: 'ListContributorInsightsLimit')
203
243
  ListContributorInsightsOutput = Shapes::StructureShape.new(name: 'ListContributorInsightsOutput')
244
+ ListExportsInput = Shapes::StructureShape.new(name: 'ListExportsInput')
245
+ ListExportsMaxLimit = Shapes::IntegerShape.new(name: 'ListExportsMaxLimit')
246
+ ListExportsOutput = Shapes::StructureShape.new(name: 'ListExportsOutput')
204
247
  ListGlobalTablesInput = Shapes::StructureShape.new(name: 'ListGlobalTablesInput')
205
248
  ListGlobalTablesOutput = Shapes::StructureShape.new(name: 'ListGlobalTablesOutput')
206
249
  ListTablesInput = Shapes::StructureShape.new(name: 'ListTablesInput')
@@ -223,12 +266,19 @@ module Aws::DynamoDB
223
266
  NullAttributeValue = Shapes::BooleanShape.new(name: 'NullAttributeValue')
224
267
  NumberAttributeValue = Shapes::StringShape.new(name: 'NumberAttributeValue')
225
268
  NumberSetAttributeValue = Shapes::ListShape.new(name: 'NumberSetAttributeValue')
269
+ ParameterizedStatement = Shapes::StructureShape.new(name: 'ParameterizedStatement')
270
+ ParameterizedStatements = Shapes::ListShape.new(name: 'ParameterizedStatements')
271
+ PartiQLBatchRequest = Shapes::ListShape.new(name: 'PartiQLBatchRequest')
272
+ PartiQLBatchResponse = Shapes::ListShape.new(name: 'PartiQLBatchResponse')
273
+ PartiQLNextToken = Shapes::StringShape.new(name: 'PartiQLNextToken')
274
+ PartiQLStatement = Shapes::StringShape.new(name: 'PartiQLStatement')
226
275
  PointInTimeRecoveryDescription = Shapes::StructureShape.new(name: 'PointInTimeRecoveryDescription')
227
276
  PointInTimeRecoverySpecification = Shapes::StructureShape.new(name: 'PointInTimeRecoverySpecification')
228
277
  PointInTimeRecoveryStatus = Shapes::StringShape.new(name: 'PointInTimeRecoveryStatus')
229
278
  PointInTimeRecoveryUnavailableException = Shapes::StructureShape.new(name: 'PointInTimeRecoveryUnavailableException')
230
279
  PositiveIntegerObject = Shapes::IntegerShape.new(name: 'PositiveIntegerObject')
231
280
  PositiveLongObject = Shapes::IntegerShape.new(name: 'PositiveLongObject')
281
+ PreparedStatementParameters = Shapes::ListShape.new(name: 'PreparedStatementParameters')
232
282
  Projection = Shapes::StructureShape.new(name: 'Projection')
233
283
  ProjectionExpression = Shapes::StringShape.new(name: 'ProjectionExpression')
234
284
  ProjectionType = Shapes::StringShape.new(name: 'ProjectionType')
@@ -291,6 +341,11 @@ module Aws::DynamoDB
291
341
  ReturnItemCollectionMetrics = Shapes::StringShape.new(name: 'ReturnItemCollectionMetrics')
292
342
  ReturnValue = Shapes::StringShape.new(name: 'ReturnValue')
293
343
  ReturnValuesOnConditionCheckFailure = Shapes::StringShape.new(name: 'ReturnValuesOnConditionCheckFailure')
344
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
345
+ S3BucketOwner = Shapes::StringShape.new(name: 'S3BucketOwner')
346
+ S3Prefix = Shapes::StringShape.new(name: 'S3Prefix')
347
+ S3SseAlgorithm = Shapes::StringShape.new(name: 'S3SseAlgorithm')
348
+ S3SseKmsKeyId = Shapes::StringShape.new(name: 'S3SseKmsKeyId')
294
349
  SSEDescription = Shapes::StructureShape.new(name: 'SSEDescription')
295
350
  SSEEnabled = Shapes::BooleanShape.new(name: 'SSEEnabled')
296
351
  SSESpecification = Shapes::StructureShape.new(name: 'SSESpecification')
@@ -478,6 +533,12 @@ module Aws::DynamoDB
478
533
  BackupSummary.add_member(:backup_size_bytes, Shapes::ShapeRef.new(shape: BackupSizeBytes, location_name: "BackupSizeBytes"))
479
534
  BackupSummary.struct_class = Types::BackupSummary
480
535
 
536
+ BatchExecuteStatementInput.add_member(:statements, Shapes::ShapeRef.new(shape: PartiQLBatchRequest, required: true, location_name: "Statements"))
537
+ BatchExecuteStatementInput.struct_class = Types::BatchExecuteStatementInput
538
+
539
+ BatchExecuteStatementOutput.add_member(:responses, Shapes::ShapeRef.new(shape: PartiQLBatchResponse, location_name: "Responses"))
540
+ BatchExecuteStatementOutput.struct_class = Types::BatchExecuteStatementOutput
541
+
481
542
  BatchGetItemInput.add_member(:request_items, Shapes::ShapeRef.new(shape: BatchGetRequestMap, required: true, location_name: "RequestItems"))
482
543
  BatchGetItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
483
544
  BatchGetItemInput.struct_class = Types::BatchGetItemInput
@@ -493,6 +554,20 @@ module Aws::DynamoDB
493
554
  BatchGetResponseMap.key = Shapes::ShapeRef.new(shape: TableName)
494
555
  BatchGetResponseMap.value = Shapes::ShapeRef.new(shape: ItemList)
495
556
 
557
+ BatchStatementError.add_member(:code, Shapes::ShapeRef.new(shape: BatchStatementErrorCodeEnum, location_name: "Code"))
558
+ BatchStatementError.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
559
+ BatchStatementError.struct_class = Types::BatchStatementError
560
+
561
+ BatchStatementRequest.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
562
+ BatchStatementRequest.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
563
+ BatchStatementRequest.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
564
+ BatchStatementRequest.struct_class = Types::BatchStatementRequest
565
+
566
+ BatchStatementResponse.add_member(:error, Shapes::ShapeRef.new(shape: BatchStatementError, location_name: "Error"))
567
+ BatchStatementResponse.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
568
+ BatchStatementResponse.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
569
+ BatchStatementResponse.struct_class = Types::BatchStatementResponse
570
+
496
571
  BatchWriteItemInput.add_member(:request_items, Shapes::ShapeRef.new(shape: BatchWriteItemRequestMap, required: true, location_name: "RequestItems"))
497
572
  BatchWriteItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
498
573
  BatchWriteItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
@@ -688,6 +763,12 @@ module Aws::DynamoDB
688
763
  DescribeEndpointsResponse.add_member(:endpoints, Shapes::ShapeRef.new(shape: Endpoints, required: true, location_name: "Endpoints"))
689
764
  DescribeEndpointsResponse.struct_class = Types::DescribeEndpointsResponse
690
765
 
766
+ DescribeExportInput.add_member(:export_arn, Shapes::ShapeRef.new(shape: ExportArn, required: true, location_name: "ExportArn"))
767
+ DescribeExportInput.struct_class = Types::DescribeExportInput
768
+
769
+ DescribeExportOutput.add_member(:export_description, Shapes::ShapeRef.new(shape: ExportDescription, location_name: "ExportDescription"))
770
+ DescribeExportOutput.struct_class = Types::DescribeExportOutput
771
+
691
772
  DescribeGlobalTableInput.add_member(:global_table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "GlobalTableName"))
692
773
  DescribeGlobalTableInput.struct_class = Types::DescribeGlobalTableInput
693
774
 
@@ -701,6 +782,13 @@ module Aws::DynamoDB
701
782
  DescribeGlobalTableSettingsOutput.add_member(:replica_settings, Shapes::ShapeRef.new(shape: ReplicaSettingsDescriptionList, location_name: "ReplicaSettings"))
702
783
  DescribeGlobalTableSettingsOutput.struct_class = Types::DescribeGlobalTableSettingsOutput
703
784
 
785
+ DescribeKinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
786
+ DescribeKinesisStreamingDestinationInput.struct_class = Types::DescribeKinesisStreamingDestinationInput
787
+
788
+ DescribeKinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
789
+ DescribeKinesisStreamingDestinationOutput.add_member(:kinesis_data_stream_destinations, Shapes::ShapeRef.new(shape: KinesisDataStreamDestinations, location_name: "KinesisDataStreamDestinations"))
790
+ DescribeKinesisStreamingDestinationOutput.struct_class = Types::DescribeKinesisStreamingDestinationOutput
791
+
704
792
  DescribeLimitsInput.struct_class = Types::DescribeLimitsInput
705
793
 
706
794
  DescribeLimitsOutput.add_member(:account_max_read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "AccountMaxReadCapacityUnits"))
@@ -727,12 +815,32 @@ module Aws::DynamoDB
727
815
  DescribeTimeToLiveOutput.add_member(:time_to_live_description, Shapes::ShapeRef.new(shape: TimeToLiveDescription, location_name: "TimeToLiveDescription"))
728
816
  DescribeTimeToLiveOutput.struct_class = Types::DescribeTimeToLiveOutput
729
817
 
818
+ DuplicateItemException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
819
+ DuplicateItemException.struct_class = Types::DuplicateItemException
820
+
730
821
  Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Address"))
731
822
  Endpoint.add_member(:cache_period_in_minutes, Shapes::ShapeRef.new(shape: Long, required: true, location_name: "CachePeriodInMinutes"))
732
823
  Endpoint.struct_class = Types::Endpoint
733
824
 
734
825
  Endpoints.member = Shapes::ShapeRef.new(shape: Endpoint)
735
826
 
827
+ ExecuteStatementInput.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
828
+ ExecuteStatementInput.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
829
+ ExecuteStatementInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
830
+ ExecuteStatementInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PartiQLNextToken, location_name: "NextToken"))
831
+ ExecuteStatementInput.struct_class = Types::ExecuteStatementInput
832
+
833
+ ExecuteStatementOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
834
+ ExecuteStatementOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PartiQLNextToken, location_name: "NextToken"))
835
+ ExecuteStatementOutput.struct_class = Types::ExecuteStatementOutput
836
+
837
+ ExecuteTransactionInput.add_member(:transact_statements, Shapes::ShapeRef.new(shape: ParameterizedStatements, required: true, location_name: "TransactStatements"))
838
+ ExecuteTransactionInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
839
+ ExecuteTransactionInput.struct_class = Types::ExecuteTransactionInput
840
+
841
+ ExecuteTransactionOutput.add_member(:responses, Shapes::ShapeRef.new(shape: ItemResponseList, location_name: "Responses"))
842
+ ExecuteTransactionOutput.struct_class = Types::ExecuteTransactionOutput
843
+
736
844
  ExpectedAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
737
845
  ExpectedAttributeMap.value = Shapes::ShapeRef.new(shape: ExpectedAttributeValue)
738
846
 
@@ -742,6 +850,53 @@ module Aws::DynamoDB
742
850
  ExpectedAttributeValue.add_member(:attribute_value_list, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValueList"))
743
851
  ExpectedAttributeValue.struct_class = Types::ExpectedAttributeValue
744
852
 
853
+ ExportConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
854
+ ExportConflictException.struct_class = Types::ExportConflictException
855
+
856
+ ExportDescription.add_member(:export_arn, Shapes::ShapeRef.new(shape: ExportArn, location_name: "ExportArn"))
857
+ ExportDescription.add_member(:export_status, Shapes::ShapeRef.new(shape: ExportStatus, location_name: "ExportStatus"))
858
+ ExportDescription.add_member(:start_time, Shapes::ShapeRef.new(shape: ExportStartTime, location_name: "StartTime"))
859
+ ExportDescription.add_member(:end_time, Shapes::ShapeRef.new(shape: ExportEndTime, location_name: "EndTime"))
860
+ ExportDescription.add_member(:export_manifest, Shapes::ShapeRef.new(shape: ExportManifest, location_name: "ExportManifest"))
861
+ ExportDescription.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableArn"))
862
+ ExportDescription.add_member(:table_id, Shapes::ShapeRef.new(shape: TableId, location_name: "TableId"))
863
+ ExportDescription.add_member(:export_time, Shapes::ShapeRef.new(shape: ExportTime, location_name: "ExportTime"))
864
+ ExportDescription.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken"))
865
+ ExportDescription.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "S3Bucket"))
866
+ ExportDescription.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: S3BucketOwner, location_name: "S3BucketOwner"))
867
+ ExportDescription.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: S3Prefix, location_name: "S3Prefix"))
868
+ ExportDescription.add_member(:s3_sse_algorithm, Shapes::ShapeRef.new(shape: S3SseAlgorithm, location_name: "S3SseAlgorithm"))
869
+ ExportDescription.add_member(:s3_sse_kms_key_id, Shapes::ShapeRef.new(shape: S3SseKmsKeyId, location_name: "S3SseKmsKeyId"))
870
+ ExportDescription.add_member(:failure_code, Shapes::ShapeRef.new(shape: FailureCode, location_name: "FailureCode"))
871
+ ExportDescription.add_member(:failure_message, Shapes::ShapeRef.new(shape: FailureMessage, location_name: "FailureMessage"))
872
+ ExportDescription.add_member(:export_format, Shapes::ShapeRef.new(shape: ExportFormat, location_name: "ExportFormat"))
873
+ ExportDescription.add_member(:billed_size_bytes, Shapes::ShapeRef.new(shape: BilledSizeBytes, location_name: "BilledSizeBytes"))
874
+ ExportDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: ItemCount, location_name: "ItemCount"))
875
+ ExportDescription.struct_class = Types::ExportDescription
876
+
877
+ ExportNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
878
+ ExportNotFoundException.struct_class = Types::ExportNotFoundException
879
+
880
+ ExportSummaries.member = Shapes::ShapeRef.new(shape: ExportSummary)
881
+
882
+ ExportSummary.add_member(:export_arn, Shapes::ShapeRef.new(shape: ExportArn, location_name: "ExportArn"))
883
+ ExportSummary.add_member(:export_status, Shapes::ShapeRef.new(shape: ExportStatus, location_name: "ExportStatus"))
884
+ ExportSummary.struct_class = Types::ExportSummary
885
+
886
+ ExportTableToPointInTimeInput.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableArn, required: true, location_name: "TableArn"))
887
+ ExportTableToPointInTimeInput.add_member(:export_time, Shapes::ShapeRef.new(shape: ExportTime, location_name: "ExportTime"))
888
+ ExportTableToPointInTimeInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
889
+ ExportTableToPointInTimeInput.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, required: true, location_name: "S3Bucket"))
890
+ ExportTableToPointInTimeInput.add_member(:s3_bucket_owner, Shapes::ShapeRef.new(shape: S3BucketOwner, location_name: "S3BucketOwner"))
891
+ ExportTableToPointInTimeInput.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: S3Prefix, location_name: "S3Prefix"))
892
+ ExportTableToPointInTimeInput.add_member(:s3_sse_algorithm, Shapes::ShapeRef.new(shape: S3SseAlgorithm, location_name: "S3SseAlgorithm"))
893
+ ExportTableToPointInTimeInput.add_member(:s3_sse_kms_key_id, Shapes::ShapeRef.new(shape: S3SseKmsKeyId, location_name: "S3SseKmsKeyId"))
894
+ ExportTableToPointInTimeInput.add_member(:export_format, Shapes::ShapeRef.new(shape: ExportFormat, location_name: "ExportFormat"))
895
+ ExportTableToPointInTimeInput.struct_class = Types::ExportTableToPointInTimeInput
896
+
897
+ ExportTableToPointInTimeOutput.add_member(:export_description, Shapes::ShapeRef.new(shape: ExportDescription, location_name: "ExportDescription"))
898
+ ExportTableToPointInTimeOutput.struct_class = Types::ExportTableToPointInTimeOutput
899
+
745
900
  ExpressionAttributeNameMap.key = Shapes::ShapeRef.new(shape: ExpressionAttributeNameVariable)
746
901
  ExpressionAttributeNameMap.value = Shapes::ShapeRef.new(shape: AttributeName)
747
902
 
@@ -851,6 +1006,9 @@ module Aws::DynamoDB
851
1006
  InternalServerError.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
852
1007
  InternalServerError.struct_class = Types::InternalServerError
853
1008
 
1009
+ InvalidExportTimeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
1010
+ InvalidExportTimeException.struct_class = Types::InvalidExportTimeException
1011
+
854
1012
  InvalidRestoreTimeException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
855
1013
  InvalidRestoreTimeException.struct_class = Types::InvalidRestoreTimeException
856
1014
 
@@ -899,6 +1057,22 @@ module Aws::DynamoDB
899
1057
  KeysAndAttributes.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
900
1058
  KeysAndAttributes.struct_class = Types::KeysAndAttributes
901
1059
 
1060
+ KinesisDataStreamDestination.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
1061
+ KinesisDataStreamDestination.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
1062
+ KinesisDataStreamDestination.add_member(:destination_status_description, Shapes::ShapeRef.new(shape: String, location_name: "DestinationStatusDescription"))
1063
+ KinesisDataStreamDestination.struct_class = Types::KinesisDataStreamDestination
1064
+
1065
+ KinesisDataStreamDestinations.member = Shapes::ShapeRef.new(shape: KinesisDataStreamDestination)
1066
+
1067
+ KinesisStreamingDestinationInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
1068
+ KinesisStreamingDestinationInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, required: true, location_name: "StreamArn"))
1069
+ KinesisStreamingDestinationInput.struct_class = Types::KinesisStreamingDestinationInput
1070
+
1071
+ KinesisStreamingDestinationOutput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
1072
+ KinesisStreamingDestinationOutput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "StreamArn"))
1073
+ KinesisStreamingDestinationOutput.add_member(:destination_status, Shapes::ShapeRef.new(shape: DestinationStatus, location_name: "DestinationStatus"))
1074
+ KinesisStreamingDestinationOutput.struct_class = Types::KinesisStreamingDestinationOutput
1075
+
902
1076
  LimitExceededException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
903
1077
  LimitExceededException.struct_class = Types::LimitExceededException
904
1078
 
@@ -925,6 +1099,15 @@ module Aws::DynamoDB
925
1099
  ListContributorInsightsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
926
1100
  ListContributorInsightsOutput.struct_class = Types::ListContributorInsightsOutput
927
1101
 
1102
+ ListExportsInput.add_member(:table_arn, Shapes::ShapeRef.new(shape: TableArn, location_name: "TableArn"))
1103
+ ListExportsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListExportsMaxLimit, location_name: "MaxResults"))
1104
+ ListExportsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ExportNextToken, location_name: "NextToken"))
1105
+ ListExportsInput.struct_class = Types::ListExportsInput
1106
+
1107
+ ListExportsOutput.add_member(:export_summaries, Shapes::ShapeRef.new(shape: ExportSummaries, location_name: "ExportSummaries"))
1108
+ ListExportsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: ExportNextToken, location_name: "NextToken"))
1109
+ ListExportsOutput.struct_class = Types::ListExportsOutput
1110
+
928
1111
  ListGlobalTablesInput.add_member(:exclusive_start_global_table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "ExclusiveStartGlobalTableName"))
929
1112
  ListGlobalTablesInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
930
1113
  ListGlobalTablesInput.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "RegionName"))
@@ -981,6 +1164,16 @@ module Aws::DynamoDB
981
1164
 
982
1165
  NumberSetAttributeValue.member = Shapes::ShapeRef.new(shape: NumberAttributeValue)
983
1166
 
1167
+ ParameterizedStatement.add_member(:statement, Shapes::ShapeRef.new(shape: PartiQLStatement, required: true, location_name: "Statement"))
1168
+ ParameterizedStatement.add_member(:parameters, Shapes::ShapeRef.new(shape: PreparedStatementParameters, location_name: "Parameters"))
1169
+ ParameterizedStatement.struct_class = Types::ParameterizedStatement
1170
+
1171
+ ParameterizedStatements.member = Shapes::ShapeRef.new(shape: ParameterizedStatement)
1172
+
1173
+ PartiQLBatchRequest.member = Shapes::ShapeRef.new(shape: BatchStatementRequest)
1174
+
1175
+ PartiQLBatchResponse.member = Shapes::ShapeRef.new(shape: BatchStatementResponse)
1176
+
984
1177
  PointInTimeRecoveryDescription.add_member(:point_in_time_recovery_status, Shapes::ShapeRef.new(shape: PointInTimeRecoveryStatus, location_name: "PointInTimeRecoveryStatus"))
985
1178
  PointInTimeRecoveryDescription.add_member(:earliest_restorable_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "EarliestRestorableDateTime"))
986
1179
  PointInTimeRecoveryDescription.add_member(:latest_restorable_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LatestRestorableDateTime"))
@@ -992,6 +1185,8 @@ module Aws::DynamoDB
992
1185
  PointInTimeRecoveryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, location_name: "message"))
993
1186
  PointInTimeRecoveryUnavailableException.struct_class = Types::PointInTimeRecoveryUnavailableException
994
1187
 
1188
+ PreparedStatementParameters.member = Shapes::ShapeRef.new(shape: AttributeValue)
1189
+
995
1190
  Projection.add_member(:projection_type, Shapes::ShapeRef.new(shape: ProjectionType, location_name: "ProjectionType"))
996
1191
  Projection.add_member(:non_key_attributes, Shapes::ShapeRef.new(shape: NonKeyAttributeNameList, location_name: "NonKeyAttributes"))
997
1192
  Projection.struct_class = Types::Projection
@@ -1523,6 +1718,16 @@ module Aws::DynamoDB
1523
1718
  }
1524
1719
  api.endpoint_operation = :describe_endpoints
1525
1720
 
1721
+ api.add_operation(:batch_execute_statement, Seahorse::Model::Operation.new.tap do |o|
1722
+ o.name = "BatchExecuteStatement"
1723
+ o.http_method = "POST"
1724
+ o.http_request_uri = "/"
1725
+ o.input = Shapes::ShapeRef.new(shape: BatchExecuteStatementInput)
1726
+ o.output = Shapes::ShapeRef.new(shape: BatchExecuteStatementOutput)
1727
+ o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceeded)
1728
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1729
+ end)
1730
+
1526
1731
  api.add_operation(:batch_get_item, Seahorse::Model::Operation.new.tap do |o|
1527
1732
  o.name = "BatchGetItem"
1528
1733
  o.http_method = "POST"
@@ -1688,6 +1893,17 @@ module Aws::DynamoDB
1688
1893
  o.output = Shapes::ShapeRef.new(shape: DescribeEndpointsResponse)
1689
1894
  end)
1690
1895
 
1896
+ api.add_operation(:describe_export, Seahorse::Model::Operation.new.tap do |o|
1897
+ o.name = "DescribeExport"
1898
+ o.http_method = "POST"
1899
+ o.http_request_uri = "/"
1900
+ o.input = Shapes::ShapeRef.new(shape: DescribeExportInput)
1901
+ o.output = Shapes::ShapeRef.new(shape: DescribeExportOutput)
1902
+ o.errors << Shapes::ShapeRef.new(shape: ExportNotFoundException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1905
+ end)
1906
+
1691
1907
  api.add_operation(:describe_global_table, Seahorse::Model::Operation.new.tap do |o|
1692
1908
  o.name = "DescribeGlobalTable"
1693
1909
  o.http_method = "POST"
@@ -1712,6 +1928,18 @@ module Aws::DynamoDB
1712
1928
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1713
1929
  end)
1714
1930
 
1931
+ api.add_operation(:describe_kinesis_streaming_destination, Seahorse::Model::Operation.new.tap do |o|
1932
+ o.name = "DescribeKinesisStreamingDestination"
1933
+ o.http_method = "POST"
1934
+ o.http_request_uri = "/"
1935
+ o.endpoint_discovery = {
1936
+ }
1937
+ o.input = Shapes::ShapeRef.new(shape: DescribeKinesisStreamingDestinationInput)
1938
+ o.output = Shapes::ShapeRef.new(shape: DescribeKinesisStreamingDestinationOutput)
1939
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1940
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1941
+ end)
1942
+
1715
1943
  api.add_operation(:describe_limits, Seahorse::Model::Operation.new.tap do |o|
1716
1944
  o.name = "DescribeLimits"
1717
1945
  o.http_method = "POST"
@@ -1757,6 +1985,79 @@ module Aws::DynamoDB
1757
1985
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1758
1986
  end)
1759
1987
 
1988
+ api.add_operation(:disable_kinesis_streaming_destination, Seahorse::Model::Operation.new.tap do |o|
1989
+ o.name = "DisableKinesisStreamingDestination"
1990
+ o.http_method = "POST"
1991
+ o.http_request_uri = "/"
1992
+ o.endpoint_discovery = {
1993
+ }
1994
+ o.input = Shapes::ShapeRef.new(shape: KinesisStreamingDestinationInput)
1995
+ o.output = Shapes::ShapeRef.new(shape: KinesisStreamingDestinationOutput)
1996
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1997
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1998
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
1999
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2000
+ end)
2001
+
2002
+ api.add_operation(:enable_kinesis_streaming_destination, Seahorse::Model::Operation.new.tap do |o|
2003
+ o.name = "EnableKinesisStreamingDestination"
2004
+ o.http_method = "POST"
2005
+ o.http_request_uri = "/"
2006
+ o.endpoint_discovery = {
2007
+ }
2008
+ o.input = Shapes::ShapeRef.new(shape: KinesisStreamingDestinationInput)
2009
+ o.output = Shapes::ShapeRef.new(shape: KinesisStreamingDestinationOutput)
2010
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2011
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2012
+ o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
2013
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2014
+ end)
2015
+
2016
+ api.add_operation(:execute_statement, Seahorse::Model::Operation.new.tap do |o|
2017
+ o.name = "ExecuteStatement"
2018
+ o.http_method = "POST"
2019
+ o.http_request_uri = "/"
2020
+ o.input = Shapes::ShapeRef.new(shape: ExecuteStatementInput)
2021
+ o.output = Shapes::ShapeRef.new(shape: ExecuteStatementOutput)
2022
+ o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
2023
+ o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
2024
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2025
+ o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
2026
+ o.errors << Shapes::ShapeRef.new(shape: TransactionConflictException)
2027
+ o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceeded)
2028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2029
+ o.errors << Shapes::ShapeRef.new(shape: DuplicateItemException)
2030
+ end)
2031
+
2032
+ api.add_operation(:execute_transaction, Seahorse::Model::Operation.new.tap do |o|
2033
+ o.name = "ExecuteTransaction"
2034
+ o.http_method = "POST"
2035
+ o.http_request_uri = "/"
2036
+ o.input = Shapes::ShapeRef.new(shape: ExecuteTransactionInput)
2037
+ o.output = Shapes::ShapeRef.new(shape: ExecuteTransactionOutput)
2038
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2039
+ o.errors << Shapes::ShapeRef.new(shape: TransactionCanceledException)
2040
+ o.errors << Shapes::ShapeRef.new(shape: TransactionInProgressException)
2041
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
2042
+ o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
2043
+ o.errors << Shapes::ShapeRef.new(shape: RequestLimitExceeded)
2044
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2045
+ end)
2046
+
2047
+ api.add_operation(:export_table_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
2048
+ o.name = "ExportTableToPointInTime"
2049
+ o.http_method = "POST"
2050
+ o.http_request_uri = "/"
2051
+ o.input = Shapes::ShapeRef.new(shape: ExportTableToPointInTimeInput)
2052
+ o.output = Shapes::ShapeRef.new(shape: ExportTableToPointInTimeOutput)
2053
+ o.errors << Shapes::ShapeRef.new(shape: TableNotFoundException)
2054
+ o.errors << Shapes::ShapeRef.new(shape: PointInTimeRecoveryUnavailableException)
2055
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2056
+ o.errors << Shapes::ShapeRef.new(shape: InvalidExportTimeException)
2057
+ o.errors << Shapes::ShapeRef.new(shape: ExportConflictException)
2058
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2059
+ end)
2060
+
1760
2061
  api.add_operation(:get_item, Seahorse::Model::Operation.new.tap do |o|
1761
2062
  o.name = "GetItem"
1762
2063
  o.http_method = "POST"
@@ -1798,6 +2099,22 @@ module Aws::DynamoDB
1798
2099
  )
1799
2100
  end)
1800
2101
 
2102
+ api.add_operation(:list_exports, Seahorse::Model::Operation.new.tap do |o|
2103
+ o.name = "ListExports"
2104
+ o.http_method = "POST"
2105
+ o.http_request_uri = "/"
2106
+ o.input = Shapes::ShapeRef.new(shape: ListExportsInput)
2107
+ o.output = Shapes::ShapeRef.new(shape: ListExportsOutput)
2108
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
2109
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
2110
+ o[:pager] = Aws::Pager.new(
2111
+ limit_key: "max_results",
2112
+ tokens: {
2113
+ "next_token" => "next_token"
2114
+ }
2115
+ )
2116
+ end)
2117
+
1801
2118
  api.add_operation(:list_global_tables, Seahorse::Model::Operation.new.tap do |o|
1802
2119
  o.name = "ListGlobalTables"
1803
2120
  o.http_method = "POST"