aws-sdk-dynamodb 1.0.0.rc1 → 1.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +3482 -4404
- data/lib/aws-sdk-dynamodb/client_api.rb +822 -755
- data/lib/aws-sdk-dynamodb/errors.rb +4 -13
- data/lib/aws-sdk-dynamodb/resource.rb +477 -496
- data/lib/aws-sdk-dynamodb/table.rb +1930 -3115
- data/lib/aws-sdk-dynamodb/types.rb +5133 -6007
- data/lib/aws-sdk-dynamodb/waiters.rb +70 -71
- metadata +2 -2
@@ -1,783 +1,850 @@
|
|
1
1
|
# WARNING ABOUT GENERATED CODE
|
2
2
|
#
|
3
|
-
# This file is generated. See the contributing for
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
4
|
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
5
|
#
|
6
6
|
# WARNING ABOUT GENERATED CODE
|
7
7
|
|
8
|
-
module Aws
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
8
|
+
module Aws::DynamoDB
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AttributeAction = Shapes::StringShape.new(name: 'AttributeAction')
|
15
|
+
AttributeDefinition = Shapes::StructureShape.new(name: 'AttributeDefinition')
|
16
|
+
AttributeDefinitions = Shapes::ListShape.new(name: 'AttributeDefinitions')
|
17
|
+
AttributeMap = Shapes::MapShape.new(name: 'AttributeMap')
|
18
|
+
AttributeName = Shapes::StringShape.new(name: 'AttributeName')
|
19
|
+
AttributeNameList = Shapes::ListShape.new(name: 'AttributeNameList')
|
20
|
+
AttributeUpdates = Shapes::MapShape.new(name: 'AttributeUpdates')
|
21
|
+
AttributeValue = Shapes::StructureShape.new(name: 'AttributeValue')
|
22
|
+
AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
|
23
|
+
AttributeValueUpdate = Shapes::StructureShape.new(name: 'AttributeValueUpdate')
|
24
|
+
Backfilling = Shapes::BooleanShape.new(name: 'Backfilling')
|
25
|
+
BatchGetItemInput = Shapes::StructureShape.new(name: 'BatchGetItemInput')
|
26
|
+
BatchGetItemOutput = Shapes::StructureShape.new(name: 'BatchGetItemOutput')
|
27
|
+
BatchGetRequestMap = Shapes::MapShape.new(name: 'BatchGetRequestMap')
|
28
|
+
BatchGetResponseMap = Shapes::MapShape.new(name: 'BatchGetResponseMap')
|
29
|
+
BatchWriteItemInput = Shapes::StructureShape.new(name: 'BatchWriteItemInput')
|
30
|
+
BatchWriteItemOutput = Shapes::StructureShape.new(name: 'BatchWriteItemOutput')
|
31
|
+
BatchWriteItemRequestMap = Shapes::MapShape.new(name: 'BatchWriteItemRequestMap')
|
32
|
+
BinaryAttributeValue = Shapes::BlobShape.new(name: 'BinaryAttributeValue')
|
33
|
+
BinarySetAttributeValue = Shapes::ListShape.new(name: 'BinarySetAttributeValue')
|
34
|
+
BooleanAttributeValue = Shapes::BooleanShape.new(name: 'BooleanAttributeValue')
|
35
|
+
BooleanObject = Shapes::BooleanShape.new(name: 'BooleanObject')
|
36
|
+
Capacity = Shapes::StructureShape.new(name: 'Capacity')
|
37
|
+
ComparisonOperator = Shapes::StringShape.new(name: 'ComparisonOperator')
|
38
|
+
Condition = Shapes::StructureShape.new(name: 'Condition')
|
39
|
+
ConditionExpression = Shapes::StringShape.new(name: 'ConditionExpression')
|
40
|
+
ConditionalCheckFailedException = Shapes::StructureShape.new(name: 'ConditionalCheckFailedException')
|
41
|
+
ConditionalOperator = Shapes::StringShape.new(name: 'ConditionalOperator')
|
42
|
+
ConsistentRead = Shapes::BooleanShape.new(name: 'ConsistentRead')
|
43
|
+
ConsumedCapacity = Shapes::StructureShape.new(name: 'ConsumedCapacity')
|
44
|
+
ConsumedCapacityMultiple = Shapes::ListShape.new(name: 'ConsumedCapacityMultiple')
|
45
|
+
ConsumedCapacityUnits = Shapes::FloatShape.new(name: 'ConsumedCapacityUnits')
|
46
|
+
CreateGlobalSecondaryIndexAction = Shapes::StructureShape.new(name: 'CreateGlobalSecondaryIndexAction')
|
47
|
+
CreateTableInput = Shapes::StructureShape.new(name: 'CreateTableInput')
|
48
|
+
CreateTableOutput = Shapes::StructureShape.new(name: 'CreateTableOutput')
|
49
|
+
Date = Shapes::TimestampShape.new(name: 'Date')
|
50
|
+
DeleteGlobalSecondaryIndexAction = Shapes::StructureShape.new(name: 'DeleteGlobalSecondaryIndexAction')
|
51
|
+
DeleteItemInput = Shapes::StructureShape.new(name: 'DeleteItemInput')
|
52
|
+
DeleteItemOutput = Shapes::StructureShape.new(name: 'DeleteItemOutput')
|
53
|
+
DeleteRequest = Shapes::StructureShape.new(name: 'DeleteRequest')
|
54
|
+
DeleteTableInput = Shapes::StructureShape.new(name: 'DeleteTableInput')
|
55
|
+
DeleteTableOutput = Shapes::StructureShape.new(name: 'DeleteTableOutput')
|
56
|
+
DescribeLimitsInput = Shapes::StructureShape.new(name: 'DescribeLimitsInput')
|
57
|
+
DescribeLimitsOutput = Shapes::StructureShape.new(name: 'DescribeLimitsOutput')
|
58
|
+
DescribeTableInput = Shapes::StructureShape.new(name: 'DescribeTableInput')
|
59
|
+
DescribeTableOutput = Shapes::StructureShape.new(name: 'DescribeTableOutput')
|
60
|
+
ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
|
61
|
+
ExpectedAttributeMap = Shapes::MapShape.new(name: 'ExpectedAttributeMap')
|
62
|
+
ExpectedAttributeValue = Shapes::StructureShape.new(name: 'ExpectedAttributeValue')
|
63
|
+
ExpressionAttributeNameMap = Shapes::MapShape.new(name: 'ExpressionAttributeNameMap')
|
64
|
+
ExpressionAttributeNameVariable = Shapes::StringShape.new(name: 'ExpressionAttributeNameVariable')
|
65
|
+
ExpressionAttributeValueMap = Shapes::MapShape.new(name: 'ExpressionAttributeValueMap')
|
66
|
+
ExpressionAttributeValueVariable = Shapes::StringShape.new(name: 'ExpressionAttributeValueVariable')
|
67
|
+
FilterConditionMap = Shapes::MapShape.new(name: 'FilterConditionMap')
|
68
|
+
GetItemInput = Shapes::StructureShape.new(name: 'GetItemInput')
|
69
|
+
GetItemOutput = Shapes::StructureShape.new(name: 'GetItemOutput')
|
70
|
+
GlobalSecondaryIndex = Shapes::StructureShape.new(name: 'GlobalSecondaryIndex')
|
71
|
+
GlobalSecondaryIndexDescription = Shapes::StructureShape.new(name: 'GlobalSecondaryIndexDescription')
|
72
|
+
GlobalSecondaryIndexDescriptionList = Shapes::ListShape.new(name: 'GlobalSecondaryIndexDescriptionList')
|
73
|
+
GlobalSecondaryIndexList = Shapes::ListShape.new(name: 'GlobalSecondaryIndexList')
|
74
|
+
GlobalSecondaryIndexUpdate = Shapes::StructureShape.new(name: 'GlobalSecondaryIndexUpdate')
|
75
|
+
GlobalSecondaryIndexUpdateList = Shapes::ListShape.new(name: 'GlobalSecondaryIndexUpdateList')
|
76
|
+
IndexName = Shapes::StringShape.new(name: 'IndexName')
|
77
|
+
IndexStatus = Shapes::StringShape.new(name: 'IndexStatus')
|
78
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
79
|
+
InternalServerError = Shapes::StructureShape.new(name: 'InternalServerError')
|
80
|
+
ItemCollectionKeyAttributeMap = Shapes::MapShape.new(name: 'ItemCollectionKeyAttributeMap')
|
81
|
+
ItemCollectionMetrics = Shapes::StructureShape.new(name: 'ItemCollectionMetrics')
|
82
|
+
ItemCollectionMetricsMultiple = Shapes::ListShape.new(name: 'ItemCollectionMetricsMultiple')
|
83
|
+
ItemCollectionMetricsPerTable = Shapes::MapShape.new(name: 'ItemCollectionMetricsPerTable')
|
84
|
+
ItemCollectionSizeEstimateBound = Shapes::FloatShape.new(name: 'ItemCollectionSizeEstimateBound')
|
85
|
+
ItemCollectionSizeEstimateRange = Shapes::ListShape.new(name: 'ItemCollectionSizeEstimateRange')
|
86
|
+
ItemCollectionSizeLimitExceededException = Shapes::StructureShape.new(name: 'ItemCollectionSizeLimitExceededException')
|
87
|
+
ItemList = Shapes::ListShape.new(name: 'ItemList')
|
88
|
+
Key = Shapes::MapShape.new(name: 'Key')
|
89
|
+
KeyConditions = Shapes::MapShape.new(name: 'KeyConditions')
|
90
|
+
KeyExpression = Shapes::StringShape.new(name: 'KeyExpression')
|
91
|
+
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
92
|
+
KeySchema = Shapes::ListShape.new(name: 'KeySchema')
|
93
|
+
KeySchemaAttributeName = Shapes::StringShape.new(name: 'KeySchemaAttributeName')
|
94
|
+
KeySchemaElement = Shapes::StructureShape.new(name: 'KeySchemaElement')
|
95
|
+
KeyType = Shapes::StringShape.new(name: 'KeyType')
|
96
|
+
KeysAndAttributes = Shapes::StructureShape.new(name: 'KeysAndAttributes')
|
97
|
+
LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
|
98
|
+
ListAttributeValue = Shapes::ListShape.new(name: 'ListAttributeValue')
|
99
|
+
ListTablesInput = Shapes::StructureShape.new(name: 'ListTablesInput')
|
100
|
+
ListTablesInputLimit = Shapes::IntegerShape.new(name: 'ListTablesInputLimit')
|
101
|
+
ListTablesOutput = Shapes::StructureShape.new(name: 'ListTablesOutput')
|
102
|
+
ListTagsOfResourceInput = Shapes::StructureShape.new(name: 'ListTagsOfResourceInput')
|
103
|
+
ListTagsOfResourceOutput = Shapes::StructureShape.new(name: 'ListTagsOfResourceOutput')
|
104
|
+
LocalSecondaryIndex = Shapes::StructureShape.new(name: 'LocalSecondaryIndex')
|
105
|
+
LocalSecondaryIndexDescription = Shapes::StructureShape.new(name: 'LocalSecondaryIndexDescription')
|
106
|
+
LocalSecondaryIndexDescriptionList = Shapes::ListShape.new(name: 'LocalSecondaryIndexDescriptionList')
|
107
|
+
LocalSecondaryIndexList = Shapes::ListShape.new(name: 'LocalSecondaryIndexList')
|
108
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
109
|
+
MapAttributeValue = Shapes::MapShape.new(name: 'MapAttributeValue')
|
110
|
+
NextTokenString = Shapes::StringShape.new(name: 'NextTokenString')
|
111
|
+
NonKeyAttributeName = Shapes::StringShape.new(name: 'NonKeyAttributeName')
|
112
|
+
NonKeyAttributeNameList = Shapes::ListShape.new(name: 'NonKeyAttributeNameList')
|
113
|
+
NullAttributeValue = Shapes::BooleanShape.new(name: 'NullAttributeValue')
|
114
|
+
NumberAttributeValue = Shapes::StringShape.new(name: 'NumberAttributeValue')
|
115
|
+
NumberSetAttributeValue = Shapes::ListShape.new(name: 'NumberSetAttributeValue')
|
116
|
+
PositiveIntegerObject = Shapes::IntegerShape.new(name: 'PositiveIntegerObject')
|
117
|
+
PositiveLongObject = Shapes::IntegerShape.new(name: 'PositiveLongObject')
|
118
|
+
Projection = Shapes::StructureShape.new(name: 'Projection')
|
119
|
+
ProjectionExpression = Shapes::StringShape.new(name: 'ProjectionExpression')
|
120
|
+
ProjectionType = Shapes::StringShape.new(name: 'ProjectionType')
|
121
|
+
ProvisionedThroughput = Shapes::StructureShape.new(name: 'ProvisionedThroughput')
|
122
|
+
ProvisionedThroughputDescription = Shapes::StructureShape.new(name: 'ProvisionedThroughputDescription')
|
123
|
+
ProvisionedThroughputExceededException = Shapes::StructureShape.new(name: 'ProvisionedThroughputExceededException')
|
124
|
+
PutItemInput = Shapes::StructureShape.new(name: 'PutItemInput')
|
125
|
+
PutItemInputAttributeMap = Shapes::MapShape.new(name: 'PutItemInputAttributeMap')
|
126
|
+
PutItemOutput = Shapes::StructureShape.new(name: 'PutItemOutput')
|
127
|
+
PutRequest = Shapes::StructureShape.new(name: 'PutRequest')
|
128
|
+
QueryInput = Shapes::StructureShape.new(name: 'QueryInput')
|
129
|
+
QueryOutput = Shapes::StructureShape.new(name: 'QueryOutput')
|
130
|
+
ResourceArnString = Shapes::StringShape.new(name: 'ResourceArnString')
|
131
|
+
ResourceInUseException = Shapes::StructureShape.new(name: 'ResourceInUseException')
|
132
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
133
|
+
ReturnConsumedCapacity = Shapes::StringShape.new(name: 'ReturnConsumedCapacity')
|
134
|
+
ReturnItemCollectionMetrics = Shapes::StringShape.new(name: 'ReturnItemCollectionMetrics')
|
135
|
+
ReturnValue = Shapes::StringShape.new(name: 'ReturnValue')
|
136
|
+
ScalarAttributeType = Shapes::StringShape.new(name: 'ScalarAttributeType')
|
137
|
+
ScanInput = Shapes::StructureShape.new(name: 'ScanInput')
|
138
|
+
ScanOutput = Shapes::StructureShape.new(name: 'ScanOutput')
|
139
|
+
ScanSegment = Shapes::IntegerShape.new(name: 'ScanSegment')
|
140
|
+
ScanTotalSegments = Shapes::IntegerShape.new(name: 'ScanTotalSegments')
|
141
|
+
SecondaryIndexesCapacityMap = Shapes::MapShape.new(name: 'SecondaryIndexesCapacityMap')
|
142
|
+
Select = Shapes::StringShape.new(name: 'Select')
|
143
|
+
StreamArn = Shapes::StringShape.new(name: 'StreamArn')
|
144
|
+
StreamEnabled = Shapes::BooleanShape.new(name: 'StreamEnabled')
|
145
|
+
StreamSpecification = Shapes::StructureShape.new(name: 'StreamSpecification')
|
146
|
+
StreamViewType = Shapes::StringShape.new(name: 'StreamViewType')
|
147
|
+
String = Shapes::StringShape.new(name: 'String')
|
148
|
+
StringAttributeValue = Shapes::StringShape.new(name: 'StringAttributeValue')
|
149
|
+
StringSetAttributeValue = Shapes::ListShape.new(name: 'StringSetAttributeValue')
|
150
|
+
TableDescription = Shapes::StructureShape.new(name: 'TableDescription')
|
151
|
+
TableName = Shapes::StringShape.new(name: 'TableName')
|
152
|
+
TableNameList = Shapes::ListShape.new(name: 'TableNameList')
|
153
|
+
TableStatus = Shapes::StringShape.new(name: 'TableStatus')
|
154
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
155
|
+
TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
|
156
|
+
TagKeyString = Shapes::StringShape.new(name: 'TagKeyString')
|
157
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
158
|
+
TagResourceInput = Shapes::StructureShape.new(name: 'TagResourceInput')
|
159
|
+
TagValueString = Shapes::StringShape.new(name: 'TagValueString')
|
160
|
+
UntagResourceInput = Shapes::StructureShape.new(name: 'UntagResourceInput')
|
161
|
+
UpdateExpression = Shapes::StringShape.new(name: 'UpdateExpression')
|
162
|
+
UpdateGlobalSecondaryIndexAction = Shapes::StructureShape.new(name: 'UpdateGlobalSecondaryIndexAction')
|
163
|
+
UpdateItemInput = Shapes::StructureShape.new(name: 'UpdateItemInput')
|
164
|
+
UpdateItemOutput = Shapes::StructureShape.new(name: 'UpdateItemOutput')
|
165
|
+
UpdateTableInput = Shapes::StructureShape.new(name: 'UpdateTableInput')
|
166
|
+
UpdateTableOutput = Shapes::StructureShape.new(name: 'UpdateTableOutput')
|
167
|
+
WriteRequest = Shapes::StructureShape.new(name: 'WriteRequest')
|
168
|
+
WriteRequests = Shapes::ListShape.new(name: 'WriteRequests')
|
169
|
+
|
170
|
+
AttributeDefinition.add_member(:attribute_name, Shapes::ShapeRef.new(shape: KeySchemaAttributeName, required: true, location_name: "AttributeName"))
|
171
|
+
AttributeDefinition.add_member(:attribute_type, Shapes::ShapeRef.new(shape: ScalarAttributeType, required: true, location_name: "AttributeType"))
|
172
|
+
AttributeDefinition.struct_class = Types::AttributeDefinition
|
173
|
+
|
174
|
+
AttributeDefinitions.member = Shapes::ShapeRef.new(shape: AttributeDefinition)
|
175
|
+
|
176
|
+
AttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
177
|
+
AttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
178
|
+
|
179
|
+
AttributeNameList.member = Shapes::ShapeRef.new(shape: AttributeName)
|
180
|
+
|
181
|
+
AttributeUpdates.key = Shapes::ShapeRef.new(shape: AttributeName)
|
182
|
+
AttributeUpdates.value = Shapes::ShapeRef.new(shape: AttributeValueUpdate)
|
183
|
+
|
184
|
+
AttributeValue.add_member(:s, Shapes::ShapeRef.new(shape: StringAttributeValue, location_name: "S"))
|
185
|
+
AttributeValue.add_member(:n, Shapes::ShapeRef.new(shape: NumberAttributeValue, location_name: "N"))
|
186
|
+
AttributeValue.add_member(:b, Shapes::ShapeRef.new(shape: BinaryAttributeValue, location_name: "B"))
|
187
|
+
AttributeValue.add_member(:ss, Shapes::ShapeRef.new(shape: StringSetAttributeValue, location_name: "SS"))
|
188
|
+
AttributeValue.add_member(:ns, Shapes::ShapeRef.new(shape: NumberSetAttributeValue, location_name: "NS"))
|
189
|
+
AttributeValue.add_member(:bs, Shapes::ShapeRef.new(shape: BinarySetAttributeValue, location_name: "BS"))
|
190
|
+
AttributeValue.add_member(:m, Shapes::ShapeRef.new(shape: MapAttributeValue, location_name: "M"))
|
191
|
+
AttributeValue.add_member(:l, Shapes::ShapeRef.new(shape: ListAttributeValue, location_name: "L"))
|
192
|
+
AttributeValue.add_member(:null, Shapes::ShapeRef.new(shape: NullAttributeValue, location_name: "NULL"))
|
193
|
+
AttributeValue.add_member(:bool, Shapes::ShapeRef.new(shape: BooleanAttributeValue, location_name: "BOOL"))
|
194
|
+
AttributeValue.struct_class = Types::AttributeValue
|
195
|
+
|
196
|
+
AttributeValueList.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
197
|
+
|
198
|
+
AttributeValueUpdate.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "Value"))
|
199
|
+
AttributeValueUpdate.add_member(:action, Shapes::ShapeRef.new(shape: AttributeAction, location_name: "Action"))
|
200
|
+
AttributeValueUpdate.struct_class = Types::AttributeValueUpdate
|
201
|
+
|
202
|
+
BatchGetItemInput.add_member(:request_items, Shapes::ShapeRef.new(shape: BatchGetRequestMap, required: true, location_name: "RequestItems"))
|
203
|
+
BatchGetItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
204
|
+
BatchGetItemInput.struct_class = Types::BatchGetItemInput
|
205
|
+
|
206
|
+
BatchGetItemOutput.add_member(:responses, Shapes::ShapeRef.new(shape: BatchGetResponseMap, location_name: "Responses"))
|
207
|
+
BatchGetItemOutput.add_member(:unprocessed_keys, Shapes::ShapeRef.new(shape: BatchGetRequestMap, location_name: "UnprocessedKeys"))
|
208
|
+
BatchGetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacityMultiple, location_name: "ConsumedCapacity"))
|
209
|
+
BatchGetItemOutput.struct_class = Types::BatchGetItemOutput
|
210
|
+
|
211
|
+
BatchGetRequestMap.key = Shapes::ShapeRef.new(shape: TableName)
|
212
|
+
BatchGetRequestMap.value = Shapes::ShapeRef.new(shape: KeysAndAttributes)
|
213
|
+
|
214
|
+
BatchGetResponseMap.key = Shapes::ShapeRef.new(shape: TableName)
|
215
|
+
BatchGetResponseMap.value = Shapes::ShapeRef.new(shape: ItemList)
|
216
|
+
|
217
|
+
BatchWriteItemInput.add_member(:request_items, Shapes::ShapeRef.new(shape: BatchWriteItemRequestMap, required: true, location_name: "RequestItems"))
|
218
|
+
BatchWriteItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
219
|
+
BatchWriteItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
220
|
+
BatchWriteItemInput.struct_class = Types::BatchWriteItemInput
|
221
|
+
|
222
|
+
BatchWriteItemOutput.add_member(:unprocessed_items, Shapes::ShapeRef.new(shape: BatchWriteItemRequestMap, location_name: "UnprocessedItems"))
|
223
|
+
BatchWriteItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetricsPerTable, location_name: "ItemCollectionMetrics"))
|
224
|
+
BatchWriteItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacityMultiple, location_name: "ConsumedCapacity"))
|
225
|
+
BatchWriteItemOutput.struct_class = Types::BatchWriteItemOutput
|
226
|
+
|
227
|
+
BatchWriteItemRequestMap.key = Shapes::ShapeRef.new(shape: TableName)
|
228
|
+
BatchWriteItemRequestMap.value = Shapes::ShapeRef.new(shape: WriteRequests)
|
229
|
+
|
230
|
+
BinarySetAttributeValue.member = Shapes::ShapeRef.new(shape: BinaryAttributeValue)
|
231
|
+
|
232
|
+
Capacity.add_member(:capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "CapacityUnits"))
|
233
|
+
Capacity.struct_class = Types::Capacity
|
234
|
+
|
235
|
+
Condition.add_member(:attribute_value_list, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValueList"))
|
236
|
+
Condition.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, required: true, location_name: "ComparisonOperator"))
|
237
|
+
Condition.struct_class = Types::Condition
|
238
|
+
|
239
|
+
ConsumedCapacity.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
240
|
+
ConsumedCapacity.add_member(:capacity_units, Shapes::ShapeRef.new(shape: ConsumedCapacityUnits, location_name: "CapacityUnits"))
|
241
|
+
ConsumedCapacity.add_member(:table, Shapes::ShapeRef.new(shape: Capacity, location_name: "Table"))
|
242
|
+
ConsumedCapacity.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: SecondaryIndexesCapacityMap, location_name: "LocalSecondaryIndexes"))
|
243
|
+
ConsumedCapacity.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: SecondaryIndexesCapacityMap, location_name: "GlobalSecondaryIndexes"))
|
244
|
+
ConsumedCapacity.struct_class = Types::ConsumedCapacity
|
245
|
+
|
246
|
+
ConsumedCapacityMultiple.member = Shapes::ShapeRef.new(shape: ConsumedCapacity)
|
247
|
+
|
248
|
+
CreateGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
249
|
+
CreateGlobalSecondaryIndexAction.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
250
|
+
CreateGlobalSecondaryIndexAction.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
251
|
+
CreateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
252
|
+
CreateGlobalSecondaryIndexAction.struct_class = Types::CreateGlobalSecondaryIndexAction
|
253
|
+
|
254
|
+
CreateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, required: true, location_name: "AttributeDefinitions"))
|
255
|
+
CreateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
256
|
+
CreateTableInput.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
257
|
+
CreateTableInput.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: LocalSecondaryIndexList, location_name: "LocalSecondaryIndexes"))
|
258
|
+
CreateTableInput.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexList, location_name: "GlobalSecondaryIndexes"))
|
259
|
+
CreateTableInput.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
260
|
+
CreateTableInput.add_member(:stream_specification, Shapes::ShapeRef.new(shape: StreamSpecification, location_name: "StreamSpecification"))
|
261
|
+
CreateTableInput.struct_class = Types::CreateTableInput
|
262
|
+
|
263
|
+
CreateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
264
|
+
CreateTableOutput.struct_class = Types::CreateTableOutput
|
265
|
+
|
266
|
+
DeleteGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
267
|
+
DeleteGlobalSecondaryIndexAction.struct_class = Types::DeleteGlobalSecondaryIndexAction
|
268
|
+
|
269
|
+
DeleteItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
270
|
+
DeleteItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
271
|
+
DeleteItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
272
|
+
DeleteItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
273
|
+
DeleteItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
274
|
+
DeleteItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
275
|
+
DeleteItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
276
|
+
DeleteItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
277
|
+
DeleteItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
278
|
+
DeleteItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
279
|
+
DeleteItemInput.struct_class = Types::DeleteItemInput
|
280
|
+
|
281
|
+
DeleteItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
282
|
+
DeleteItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
283
|
+
DeleteItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
284
|
+
DeleteItemOutput.struct_class = Types::DeleteItemOutput
|
285
|
+
|
286
|
+
DeleteRequest.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
287
|
+
DeleteRequest.struct_class = Types::DeleteRequest
|
288
|
+
|
289
|
+
DeleteTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
290
|
+
DeleteTableInput.struct_class = Types::DeleteTableInput
|
291
|
+
|
292
|
+
DeleteTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
293
|
+
DeleteTableOutput.struct_class = Types::DeleteTableOutput
|
294
|
+
|
295
|
+
DescribeLimitsInput.struct_class = Types::DescribeLimitsInput
|
296
|
+
|
297
|
+
DescribeLimitsOutput.add_member(:account_max_read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "AccountMaxReadCapacityUnits"))
|
298
|
+
DescribeLimitsOutput.add_member(:account_max_write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "AccountMaxWriteCapacityUnits"))
|
299
|
+
DescribeLimitsOutput.add_member(:table_max_read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxReadCapacityUnits"))
|
300
|
+
DescribeLimitsOutput.add_member(:table_max_write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxWriteCapacityUnits"))
|
301
|
+
DescribeLimitsOutput.struct_class = Types::DescribeLimitsOutput
|
302
|
+
|
303
|
+
DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
304
|
+
DescribeTableInput.struct_class = Types::DescribeTableInput
|
305
|
+
|
306
|
+
DescribeTableOutput.add_member(:table, Shapes::ShapeRef.new(shape: TableDescription, location_name: "Table"))
|
307
|
+
DescribeTableOutput.struct_class = Types::DescribeTableOutput
|
281
308
|
|
282
|
-
|
283
|
-
|
309
|
+
ExpectedAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
310
|
+
ExpectedAttributeMap.value = Shapes::ShapeRef.new(shape: ExpectedAttributeValue)
|
284
311
|
|
285
|
-
|
312
|
+
ExpectedAttributeValue.add_member(:value, Shapes::ShapeRef.new(shape: AttributeValue, location_name: "Value"))
|
313
|
+
ExpectedAttributeValue.add_member(:exists, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "Exists"))
|
314
|
+
ExpectedAttributeValue.add_member(:comparison_operator, Shapes::ShapeRef.new(shape: ComparisonOperator, location_name: "ComparisonOperator"))
|
315
|
+
ExpectedAttributeValue.add_member(:attribute_value_list, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValueList"))
|
316
|
+
ExpectedAttributeValue.struct_class = Types::ExpectedAttributeValue
|
317
|
+
|
318
|
+
ExpressionAttributeNameMap.key = Shapes::ShapeRef.new(shape: ExpressionAttributeNameVariable)
|
319
|
+
ExpressionAttributeNameMap.value = Shapes::ShapeRef.new(shape: AttributeName)
|
286
320
|
|
287
|
-
|
288
|
-
|
289
|
-
DescribeLimitsOutput.add_member(:table_max_read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxReadCapacityUnits"))
|
290
|
-
DescribeLimitsOutput.add_member(:table_max_write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "TableMaxWriteCapacityUnits"))
|
291
|
-
DescribeLimitsOutput.struct_class = Types::DescribeLimitsOutput
|
292
|
-
|
293
|
-
DescribeTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
294
|
-
DescribeTableInput.struct_class = Types::DescribeTableInput
|
321
|
+
ExpressionAttributeValueMap.key = Shapes::ShapeRef.new(shape: ExpressionAttributeValueVariable)
|
322
|
+
ExpressionAttributeValueMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
295
323
|
|
296
|
-
|
297
|
-
|
324
|
+
FilterConditionMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
325
|
+
FilterConditionMap.value = Shapes::ShapeRef.new(shape: Condition)
|
298
326
|
|
299
|
-
|
300
|
-
|
327
|
+
GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
328
|
+
GetItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
329
|
+
GetItemInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
330
|
+
GetItemInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
331
|
+
GetItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
332
|
+
GetItemInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
333
|
+
GetItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
334
|
+
GetItemInput.struct_class = Types::GetItemInput
|
335
|
+
|
336
|
+
GetItemOutput.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
|
337
|
+
GetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
338
|
+
GetItemOutput.struct_class = Types::GetItemOutput
|
339
|
+
|
340
|
+
GlobalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
341
|
+
GlobalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
342
|
+
GlobalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
343
|
+
GlobalSecondaryIndex.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
344
|
+
GlobalSecondaryIndex.struct_class = Types::GlobalSecondaryIndex
|
301
345
|
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
346
|
+
GlobalSecondaryIndexDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
347
|
+
GlobalSecondaryIndexDescription.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
348
|
+
GlobalSecondaryIndexDescription.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, location_name: "Projection"))
|
349
|
+
GlobalSecondaryIndexDescription.add_member(:index_status, Shapes::ShapeRef.new(shape: IndexStatus, location_name: "IndexStatus"))
|
350
|
+
GlobalSecondaryIndexDescription.add_member(:backfilling, Shapes::ShapeRef.new(shape: Backfilling, location_name: "Backfilling"))
|
351
|
+
GlobalSecondaryIndexDescription.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughputDescription, location_name: "ProvisionedThroughput"))
|
352
|
+
GlobalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IndexSizeBytes"))
|
353
|
+
GlobalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
354
|
+
GlobalSecondaryIndexDescription.add_member(:index_arn, Shapes::ShapeRef.new(shape: String, location_name: "IndexArn"))
|
355
|
+
GlobalSecondaryIndexDescription.struct_class = Types::GlobalSecondaryIndexDescription
|
310
356
|
|
311
|
-
|
312
|
-
ExpressionAttributeValueMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
313
|
-
|
314
|
-
FilterConditionMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
315
|
-
FilterConditionMap.value = Shapes::ShapeRef.new(shape: Condition)
|
316
|
-
|
317
|
-
GetItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
318
|
-
GetItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
319
|
-
GetItemInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
320
|
-
GetItemInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
321
|
-
GetItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
322
|
-
GetItemInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
323
|
-
GetItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
324
|
-
GetItemInput.struct_class = Types::GetItemInput
|
325
|
-
|
326
|
-
GetItemOutput.add_member(:item, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Item"))
|
327
|
-
GetItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
328
|
-
GetItemOutput.struct_class = Types::GetItemOutput
|
357
|
+
GlobalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndexDescription)
|
329
358
|
|
330
|
-
|
331
|
-
GlobalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
332
|
-
GlobalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
333
|
-
GlobalSecondaryIndex.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
334
|
-
GlobalSecondaryIndex.struct_class = Types::GlobalSecondaryIndex
|
359
|
+
GlobalSecondaryIndexList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndex)
|
335
360
|
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
GlobalSecondaryIndexDescription.add_member(:backfilling, Shapes::ShapeRef.new(shape: Backfilling, location_name: "Backfilling"))
|
341
|
-
GlobalSecondaryIndexDescription.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughputDescription, location_name: "ProvisionedThroughput"))
|
342
|
-
GlobalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IndexSizeBytes"))
|
343
|
-
GlobalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
344
|
-
GlobalSecondaryIndexDescription.add_member(:index_arn, Shapes::ShapeRef.new(shape: String, location_name: "IndexArn"))
|
345
|
-
GlobalSecondaryIndexDescription.struct_class = Types::GlobalSecondaryIndexDescription
|
361
|
+
GlobalSecondaryIndexUpdate.add_member(:update, Shapes::ShapeRef.new(shape: UpdateGlobalSecondaryIndexAction, location_name: "Update"))
|
362
|
+
GlobalSecondaryIndexUpdate.add_member(:create, Shapes::ShapeRef.new(shape: CreateGlobalSecondaryIndexAction, location_name: "Create"))
|
363
|
+
GlobalSecondaryIndexUpdate.add_member(:delete, Shapes::ShapeRef.new(shape: DeleteGlobalSecondaryIndexAction, location_name: "Delete"))
|
364
|
+
GlobalSecondaryIndexUpdate.struct_class = Types::GlobalSecondaryIndexUpdate
|
346
365
|
|
347
|
-
|
366
|
+
GlobalSecondaryIndexUpdateList.member = Shapes::ShapeRef.new(shape: GlobalSecondaryIndexUpdate)
|
348
367
|
|
349
|
-
|
368
|
+
ItemCollectionKeyAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
369
|
+
ItemCollectionKeyAttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
370
|
+
|
371
|
+
ItemCollectionMetrics.add_member(:item_collection_key, Shapes::ShapeRef.new(shape: ItemCollectionKeyAttributeMap, location_name: "ItemCollectionKey"))
|
372
|
+
ItemCollectionMetrics.add_member(:size_estimate_range_gb, Shapes::ShapeRef.new(shape: ItemCollectionSizeEstimateRange, location_name: "SizeEstimateRangeGB"))
|
373
|
+
ItemCollectionMetrics.struct_class = Types::ItemCollectionMetrics
|
350
374
|
|
351
|
-
|
352
|
-
GlobalSecondaryIndexUpdate.add_member(:create, Shapes::ShapeRef.new(shape: CreateGlobalSecondaryIndexAction, location_name: "Create"))
|
353
|
-
GlobalSecondaryIndexUpdate.add_member(:delete, Shapes::ShapeRef.new(shape: DeleteGlobalSecondaryIndexAction, location_name: "Delete"))
|
354
|
-
GlobalSecondaryIndexUpdate.struct_class = Types::GlobalSecondaryIndexUpdate
|
375
|
+
ItemCollectionMetricsMultiple.member = Shapes::ShapeRef.new(shape: ItemCollectionMetrics)
|
355
376
|
|
356
|
-
|
357
|
-
|
358
|
-
ItemCollectionKeyAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
359
|
-
ItemCollectionKeyAttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
360
|
-
|
361
|
-
ItemCollectionMetrics.add_member(:item_collection_key, Shapes::ShapeRef.new(shape: ItemCollectionKeyAttributeMap, location_name: "ItemCollectionKey"))
|
362
|
-
ItemCollectionMetrics.add_member(:size_estimate_range_gb, Shapes::ShapeRef.new(shape: ItemCollectionSizeEstimateRange, location_name: "SizeEstimateRangeGB"))
|
363
|
-
ItemCollectionMetrics.struct_class = Types::ItemCollectionMetrics
|
377
|
+
ItemCollectionMetricsPerTable.key = Shapes::ShapeRef.new(shape: TableName)
|
378
|
+
ItemCollectionMetricsPerTable.value = Shapes::ShapeRef.new(shape: ItemCollectionMetricsMultiple)
|
364
379
|
|
365
|
-
|
380
|
+
ItemCollectionSizeEstimateRange.member = Shapes::ShapeRef.new(shape: ItemCollectionSizeEstimateBound)
|
366
381
|
|
367
|
-
|
368
|
-
ItemCollectionMetricsPerTable.value = Shapes::ShapeRef.new(shape: ItemCollectionMetricsMultiple)
|
382
|
+
ItemList.member = Shapes::ShapeRef.new(shape: AttributeMap)
|
369
383
|
|
370
|
-
|
384
|
+
Key.key = Shapes::ShapeRef.new(shape: AttributeName)
|
385
|
+
Key.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
371
386
|
|
372
|
-
|
387
|
+
KeyConditions.key = Shapes::ShapeRef.new(shape: AttributeName)
|
388
|
+
KeyConditions.value = Shapes::ShapeRef.new(shape: Condition)
|
373
389
|
|
374
|
-
|
375
|
-
Key.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
376
|
-
|
377
|
-
KeyConditions.key = Shapes::ShapeRef.new(shape: AttributeName)
|
378
|
-
KeyConditions.value = Shapes::ShapeRef.new(shape: Condition)
|
379
|
-
|
380
|
-
KeyList.member = Shapes::ShapeRef.new(shape: Key)
|
381
|
-
|
382
|
-
KeySchema.member = Shapes::ShapeRef.new(shape: KeySchemaElement)
|
383
|
-
|
384
|
-
KeySchemaElement.add_member(:attribute_name, Shapes::ShapeRef.new(shape: KeySchemaAttributeName, required: true, location_name: "AttributeName"))
|
385
|
-
KeySchemaElement.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "KeyType"))
|
386
|
-
KeySchemaElement.struct_class = Types::KeySchemaElement
|
387
|
-
|
388
|
-
KeysAndAttributes.add_member(:keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "Keys"))
|
389
|
-
KeysAndAttributes.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
390
|
-
KeysAndAttributes.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
391
|
-
KeysAndAttributes.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
392
|
-
KeysAndAttributes.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
393
|
-
KeysAndAttributes.struct_class = Types::KeysAndAttributes
|
394
|
-
|
395
|
-
ListAttributeValue.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
396
|
-
|
397
|
-
ListTablesInput.add_member(:exclusive_start_table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "ExclusiveStartTableName"))
|
398
|
-
ListTablesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListTablesInputLimit, location_name: "Limit"))
|
399
|
-
ListTablesInput.struct_class = Types::ListTablesInput
|
400
|
-
|
401
|
-
ListTablesOutput.add_member(:table_names, Shapes::ShapeRef.new(shape: TableNameList, location_name: "TableNames"))
|
402
|
-
ListTablesOutput.add_member(:last_evaluated_table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "LastEvaluatedTableName"))
|
403
|
-
ListTablesOutput.struct_class = Types::ListTablesOutput
|
404
|
-
|
405
|
-
LocalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
406
|
-
LocalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
407
|
-
LocalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
408
|
-
LocalSecondaryIndex.struct_class = Types::LocalSecondaryIndex
|
409
|
-
|
410
|
-
LocalSecondaryIndexDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
411
|
-
LocalSecondaryIndexDescription.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
412
|
-
LocalSecondaryIndexDescription.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, location_name: "Projection"))
|
413
|
-
LocalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IndexSizeBytes"))
|
414
|
-
LocalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
415
|
-
LocalSecondaryIndexDescription.add_member(:index_arn, Shapes::ShapeRef.new(shape: String, location_name: "IndexArn"))
|
416
|
-
LocalSecondaryIndexDescription.struct_class = Types::LocalSecondaryIndexDescription
|
417
|
-
|
418
|
-
LocalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: LocalSecondaryIndexDescription)
|
419
|
-
|
420
|
-
LocalSecondaryIndexList.member = Shapes::ShapeRef.new(shape: LocalSecondaryIndex)
|
421
|
-
|
422
|
-
MapAttributeValue.key = Shapes::ShapeRef.new(shape: AttributeName)
|
423
|
-
MapAttributeValue.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
424
|
-
|
425
|
-
NonKeyAttributeNameList.member = Shapes::ShapeRef.new(shape: NonKeyAttributeName)
|
426
|
-
|
427
|
-
NumberSetAttributeValue.member = Shapes::ShapeRef.new(shape: NumberAttributeValue)
|
428
|
-
|
429
|
-
Projection.add_member(:projection_type, Shapes::ShapeRef.new(shape: ProjectionType, location_name: "ProjectionType"))
|
430
|
-
Projection.add_member(:non_key_attributes, Shapes::ShapeRef.new(shape: NonKeyAttributeNameList, location_name: "NonKeyAttributes"))
|
431
|
-
Projection.struct_class = Types::Projection
|
432
|
-
|
433
|
-
ProvisionedThroughput.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, required: true, location_name: "ReadCapacityUnits"))
|
434
|
-
ProvisionedThroughput.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, required: true, location_name: "WriteCapacityUnits"))
|
435
|
-
ProvisionedThroughput.struct_class = Types::ProvisionedThroughput
|
436
|
-
|
437
|
-
ProvisionedThroughputDescription.add_member(:last_increase_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastIncreaseDateTime"))
|
438
|
-
ProvisionedThroughputDescription.add_member(:last_decrease_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastDecreaseDateTime"))
|
439
|
-
ProvisionedThroughputDescription.add_member(:number_of_decreases_today, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "NumberOfDecreasesToday"))
|
440
|
-
ProvisionedThroughputDescription.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "ReadCapacityUnits"))
|
441
|
-
ProvisionedThroughputDescription.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "WriteCapacityUnits"))
|
442
|
-
ProvisionedThroughputDescription.struct_class = Types::ProvisionedThroughputDescription
|
443
|
-
|
444
|
-
PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
445
|
-
PutItemInput.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
446
|
-
PutItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
447
|
-
PutItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
448
|
-
PutItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
449
|
-
PutItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
450
|
-
PutItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
451
|
-
PutItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
452
|
-
PutItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
453
|
-
PutItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
454
|
-
PutItemInput.struct_class = Types::PutItemInput
|
455
|
-
|
456
|
-
PutItemInputAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
457
|
-
PutItemInputAttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
458
|
-
|
459
|
-
PutItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
460
|
-
PutItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
461
|
-
PutItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
462
|
-
PutItemOutput.struct_class = Types::PutItemOutput
|
463
|
-
|
464
|
-
PutRequest.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
465
|
-
PutRequest.struct_class = Types::PutRequest
|
466
|
-
|
467
|
-
QueryInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
468
|
-
QueryInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
469
|
-
QueryInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
|
470
|
-
QueryInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
471
|
-
QueryInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
472
|
-
QueryInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
473
|
-
QueryInput.add_member(:key_conditions, Shapes::ShapeRef.new(shape: KeyConditions, location_name: "KeyConditions"))
|
474
|
-
QueryInput.add_member(:query_filter, Shapes::ShapeRef.new(shape: FilterConditionMap, location_name: "QueryFilter"))
|
475
|
-
QueryInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
476
|
-
QueryInput.add_member(:scan_index_forward, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ScanIndexForward"))
|
477
|
-
QueryInput.add_member(:exclusive_start_key, Shapes::ShapeRef.new(shape: Key, location_name: "ExclusiveStartKey"))
|
478
|
-
QueryInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
479
|
-
QueryInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
480
|
-
QueryInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "FilterExpression"))
|
481
|
-
QueryInput.add_member(:key_condition_expression, Shapes::ShapeRef.new(shape: KeyExpression, location_name: "KeyConditionExpression"))
|
482
|
-
QueryInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
483
|
-
QueryInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
484
|
-
QueryInput.struct_class = Types::QueryInput
|
485
|
-
|
486
|
-
QueryOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
|
487
|
-
QueryOutput.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
488
|
-
QueryOutput.add_member(:scanned_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ScannedCount"))
|
489
|
-
QueryOutput.add_member(:last_evaluated_key, Shapes::ShapeRef.new(shape: Key, location_name: "LastEvaluatedKey"))
|
490
|
-
QueryOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
491
|
-
QueryOutput.struct_class = Types::QueryOutput
|
492
|
-
|
493
|
-
ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
494
|
-
ScanInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
495
|
-
ScanInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
496
|
-
ScanInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
497
|
-
ScanInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
|
498
|
-
ScanInput.add_member(:scan_filter, Shapes::ShapeRef.new(shape: FilterConditionMap, location_name: "ScanFilter"))
|
499
|
-
ScanInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
500
|
-
ScanInput.add_member(:exclusive_start_key, Shapes::ShapeRef.new(shape: Key, location_name: "ExclusiveStartKey"))
|
501
|
-
ScanInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
502
|
-
ScanInput.add_member(:total_segments, Shapes::ShapeRef.new(shape: ScanTotalSegments, location_name: "TotalSegments"))
|
503
|
-
ScanInput.add_member(:segment, Shapes::ShapeRef.new(shape: ScanSegment, location_name: "Segment"))
|
504
|
-
ScanInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
505
|
-
ScanInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "FilterExpression"))
|
506
|
-
ScanInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
507
|
-
ScanInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
508
|
-
ScanInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
509
|
-
ScanInput.struct_class = Types::ScanInput
|
510
|
-
|
511
|
-
ScanOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
|
512
|
-
ScanOutput.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
513
|
-
ScanOutput.add_member(:scanned_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ScannedCount"))
|
514
|
-
ScanOutput.add_member(:last_evaluated_key, Shapes::ShapeRef.new(shape: Key, location_name: "LastEvaluatedKey"))
|
515
|
-
ScanOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
516
|
-
ScanOutput.struct_class = Types::ScanOutput
|
517
|
-
|
518
|
-
SecondaryIndexesCapacityMap.key = Shapes::ShapeRef.new(shape: IndexName)
|
519
|
-
SecondaryIndexesCapacityMap.value = Shapes::ShapeRef.new(shape: Capacity)
|
520
|
-
|
521
|
-
StreamSpecification.add_member(:stream_enabled, Shapes::ShapeRef.new(shape: StreamEnabled, location_name: "StreamEnabled"))
|
522
|
-
StreamSpecification.add_member(:stream_view_type, Shapes::ShapeRef.new(shape: StreamViewType, location_name: "StreamViewType"))
|
523
|
-
StreamSpecification.struct_class = Types::StreamSpecification
|
524
|
-
|
525
|
-
StringSetAttributeValue.member = Shapes::ShapeRef.new(shape: StringAttributeValue)
|
526
|
-
|
527
|
-
TableDescription.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
|
528
|
-
TableDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
529
|
-
TableDescription.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
530
|
-
TableDescription.add_member(:table_status, Shapes::ShapeRef.new(shape: TableStatus, location_name: "TableStatus"))
|
531
|
-
TableDescription.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationDateTime"))
|
532
|
-
TableDescription.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughputDescription, location_name: "ProvisionedThroughput"))
|
533
|
-
TableDescription.add_member(:table_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "TableSizeBytes"))
|
534
|
-
TableDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
535
|
-
TableDescription.add_member(:table_arn, Shapes::ShapeRef.new(shape: String, location_name: "TableArn"))
|
536
|
-
TableDescription.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: LocalSecondaryIndexDescriptionList, location_name: "LocalSecondaryIndexes"))
|
537
|
-
TableDescription.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexDescriptionList, location_name: "GlobalSecondaryIndexes"))
|
538
|
-
TableDescription.add_member(:stream_specification, Shapes::ShapeRef.new(shape: StreamSpecification, location_name: "StreamSpecification"))
|
539
|
-
TableDescription.add_member(:latest_stream_label, Shapes::ShapeRef.new(shape: String, location_name: "LatestStreamLabel"))
|
540
|
-
TableDescription.add_member(:latest_stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "LatestStreamArn"))
|
541
|
-
TableDescription.struct_class = Types::TableDescription
|
542
|
-
|
543
|
-
TableNameList.member = Shapes::ShapeRef.new(shape: TableName)
|
544
|
-
|
545
|
-
UpdateGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
546
|
-
UpdateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
547
|
-
UpdateGlobalSecondaryIndexAction.struct_class = Types::UpdateGlobalSecondaryIndexAction
|
548
|
-
|
549
|
-
UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
550
|
-
UpdateItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
551
|
-
UpdateItemInput.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: AttributeUpdates, location_name: "AttributeUpdates"))
|
552
|
-
UpdateItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
553
|
-
UpdateItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
554
|
-
UpdateItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
555
|
-
UpdateItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
556
|
-
UpdateItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
557
|
-
UpdateItemInput.add_member(:update_expression, Shapes::ShapeRef.new(shape: UpdateExpression, location_name: "UpdateExpression"))
|
558
|
-
UpdateItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
559
|
-
UpdateItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
560
|
-
UpdateItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
561
|
-
UpdateItemInput.struct_class = Types::UpdateItemInput
|
562
|
-
|
563
|
-
UpdateItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
564
|
-
UpdateItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
565
|
-
UpdateItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
566
|
-
UpdateItemOutput.struct_class = Types::UpdateItemOutput
|
567
|
-
|
568
|
-
UpdateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
|
569
|
-
UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
570
|
-
UpdateTableInput.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
571
|
-
UpdateTableInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
|
572
|
-
UpdateTableInput.add_member(:stream_specification, Shapes::ShapeRef.new(shape: StreamSpecification, location_name: "StreamSpecification"))
|
573
|
-
UpdateTableInput.struct_class = Types::UpdateTableInput
|
574
|
-
|
575
|
-
UpdateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
576
|
-
UpdateTableOutput.struct_class = Types::UpdateTableOutput
|
577
|
-
|
578
|
-
WriteRequest.add_member(:put_request, Shapes::ShapeRef.new(shape: PutRequest, location_name: "PutRequest"))
|
579
|
-
WriteRequest.add_member(:delete_request, Shapes::ShapeRef.new(shape: DeleteRequest, location_name: "DeleteRequest"))
|
580
|
-
WriteRequest.struct_class = Types::WriteRequest
|
581
|
-
|
582
|
-
WriteRequests.member = Shapes::ShapeRef.new(shape: WriteRequest)
|
583
|
-
|
584
|
-
|
585
|
-
# @api private
|
586
|
-
API = Seahorse::Model::Api.new.tap do |api|
|
587
|
-
|
588
|
-
api.version = "2012-08-10"
|
589
|
-
|
590
|
-
api.metadata = {
|
591
|
-
"endpointPrefix" => "dynamodb",
|
592
|
-
"jsonVersion" => "1.0",
|
593
|
-
"protocol" => "json",
|
594
|
-
"serviceFullName" => "Amazon DynamoDB",
|
595
|
-
"signatureVersion" => "v4",
|
596
|
-
"targetPrefix" => "DynamoDB_20120810",
|
597
|
-
}
|
598
|
-
|
599
|
-
api.add_operation(:batch_get_item, Seahorse::Model::Operation.new.tap do |o|
|
600
|
-
o.name = "BatchGetItem"
|
601
|
-
o.http_method = "POST"
|
602
|
-
o.http_request_uri = "/"
|
603
|
-
o.input = Shapes::ShapeRef.new(shape: BatchGetItemInput)
|
604
|
-
o.output = Shapes::ShapeRef.new(shape: BatchGetItemOutput)
|
605
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
606
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
607
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
608
|
-
o[:pager] = Aws::Pager.new(
|
609
|
-
tokens: {
|
610
|
-
"unprocessed_keys" => "request_items"
|
611
|
-
}
|
612
|
-
)
|
613
|
-
end)
|
614
|
-
|
615
|
-
api.add_operation(:batch_write_item, Seahorse::Model::Operation.new.tap do |o|
|
616
|
-
o.name = "BatchWriteItem"
|
617
|
-
o.http_method = "POST"
|
618
|
-
o.http_request_uri = "/"
|
619
|
-
o.input = Shapes::ShapeRef.new(shape: BatchWriteItemInput)
|
620
|
-
o.output = Shapes::ShapeRef.new(shape: BatchWriteItemOutput)
|
621
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
622
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
623
|
-
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
624
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
625
|
-
end)
|
626
|
-
|
627
|
-
api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
|
628
|
-
o.name = "CreateTable"
|
629
|
-
o.http_method = "POST"
|
630
|
-
o.http_request_uri = "/"
|
631
|
-
o.input = Shapes::ShapeRef.new(shape: CreateTableInput)
|
632
|
-
o.output = Shapes::ShapeRef.new(shape: CreateTableOutput)
|
633
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
634
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
635
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
636
|
-
end)
|
637
|
-
|
638
|
-
api.add_operation(:delete_item, Seahorse::Model::Operation.new.tap do |o|
|
639
|
-
o.name = "DeleteItem"
|
640
|
-
o.http_method = "POST"
|
641
|
-
o.http_request_uri = "/"
|
642
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteItemInput)
|
643
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteItemOutput)
|
644
|
-
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
645
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
646
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
647
|
-
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
648
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
649
|
-
end)
|
650
|
-
|
651
|
-
api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
|
652
|
-
o.name = "DeleteTable"
|
653
|
-
o.http_method = "POST"
|
654
|
-
o.http_request_uri = "/"
|
655
|
-
o.input = Shapes::ShapeRef.new(shape: DeleteTableInput)
|
656
|
-
o.output = Shapes::ShapeRef.new(shape: DeleteTableOutput)
|
657
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
658
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
659
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
660
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
661
|
-
end)
|
662
|
-
|
663
|
-
api.add_operation(:describe_limits, Seahorse::Model::Operation.new.tap do |o|
|
664
|
-
o.name = "DescribeLimits"
|
665
|
-
o.http_method = "POST"
|
666
|
-
o.http_request_uri = "/"
|
667
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeLimitsInput)
|
668
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeLimitsOutput)
|
669
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
670
|
-
end)
|
671
|
-
|
672
|
-
api.add_operation(:describe_table, Seahorse::Model::Operation.new.tap do |o|
|
673
|
-
o.name = "DescribeTable"
|
674
|
-
o.http_method = "POST"
|
675
|
-
o.http_request_uri = "/"
|
676
|
-
o.input = Shapes::ShapeRef.new(shape: DescribeTableInput)
|
677
|
-
o.output = Shapes::ShapeRef.new(shape: DescribeTableOutput)
|
678
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
679
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
680
|
-
end)
|
681
|
-
|
682
|
-
api.add_operation(:get_item, Seahorse::Model::Operation.new.tap do |o|
|
683
|
-
o.name = "GetItem"
|
684
|
-
o.http_method = "POST"
|
685
|
-
o.http_request_uri = "/"
|
686
|
-
o.input = Shapes::ShapeRef.new(shape: GetItemInput)
|
687
|
-
o.output = Shapes::ShapeRef.new(shape: GetItemOutput)
|
688
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
689
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
690
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
691
|
-
end)
|
692
|
-
|
693
|
-
api.add_operation(:list_tables, Seahorse::Model::Operation.new.tap do |o|
|
694
|
-
o.name = "ListTables"
|
695
|
-
o.http_method = "POST"
|
696
|
-
o.http_request_uri = "/"
|
697
|
-
o.input = Shapes::ShapeRef.new(shape: ListTablesInput)
|
698
|
-
o.output = Shapes::ShapeRef.new(shape: ListTablesOutput)
|
699
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
700
|
-
o[:pager] = Aws::Pager.new(
|
701
|
-
limit_key: "limit",
|
702
|
-
tokens: {
|
703
|
-
"last_evaluated_table_name" => "exclusive_start_table_name"
|
704
|
-
}
|
705
|
-
)
|
706
|
-
end)
|
707
|
-
|
708
|
-
api.add_operation(:put_item, Seahorse::Model::Operation.new.tap do |o|
|
709
|
-
o.name = "PutItem"
|
710
|
-
o.http_method = "POST"
|
711
|
-
o.http_request_uri = "/"
|
712
|
-
o.input = Shapes::ShapeRef.new(shape: PutItemInput)
|
713
|
-
o.output = Shapes::ShapeRef.new(shape: PutItemOutput)
|
714
|
-
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
715
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
716
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
717
|
-
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
718
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
719
|
-
end)
|
720
|
-
|
721
|
-
api.add_operation(:query, Seahorse::Model::Operation.new.tap do |o|
|
722
|
-
o.name = "Query"
|
723
|
-
o.http_method = "POST"
|
724
|
-
o.http_request_uri = "/"
|
725
|
-
o.input = Shapes::ShapeRef.new(shape: QueryInput)
|
726
|
-
o.output = Shapes::ShapeRef.new(shape: QueryOutput)
|
727
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
728
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
729
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
730
|
-
o[:pager] = Aws::Pager.new(
|
731
|
-
limit_key: "limit",
|
732
|
-
tokens: {
|
733
|
-
"last_evaluated_key" => "exclusive_start_key"
|
734
|
-
}
|
735
|
-
)
|
736
|
-
end)
|
737
|
-
|
738
|
-
api.add_operation(:scan, Seahorse::Model::Operation.new.tap do |o|
|
739
|
-
o.name = "Scan"
|
740
|
-
o.http_method = "POST"
|
741
|
-
o.http_request_uri = "/"
|
742
|
-
o.input = Shapes::ShapeRef.new(shape: ScanInput)
|
743
|
-
o.output = Shapes::ShapeRef.new(shape: ScanOutput)
|
744
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
745
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
746
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
747
|
-
o[:pager] = Aws::Pager.new(
|
748
|
-
limit_key: "limit",
|
749
|
-
tokens: {
|
750
|
-
"last_evaluated_key" => "exclusive_start_key"
|
751
|
-
}
|
752
|
-
)
|
753
|
-
end)
|
754
|
-
|
755
|
-
api.add_operation(:update_item, Seahorse::Model::Operation.new.tap do |o|
|
756
|
-
o.name = "UpdateItem"
|
757
|
-
o.http_method = "POST"
|
758
|
-
o.http_request_uri = "/"
|
759
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateItemInput)
|
760
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateItemOutput)
|
761
|
-
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
762
|
-
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
763
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
764
|
-
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
765
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
766
|
-
end)
|
767
|
-
|
768
|
-
api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
|
769
|
-
o.name = "UpdateTable"
|
770
|
-
o.http_method = "POST"
|
771
|
-
o.http_request_uri = "/"
|
772
|
-
o.input = Shapes::ShapeRef.new(shape: UpdateTableInput)
|
773
|
-
o.output = Shapes::ShapeRef.new(shape: UpdateTableOutput)
|
774
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
775
|
-
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
776
|
-
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
777
|
-
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
778
|
-
end)
|
779
|
-
end
|
390
|
+
KeyList.member = Shapes::ShapeRef.new(shape: Key)
|
780
391
|
|
392
|
+
KeySchema.member = Shapes::ShapeRef.new(shape: KeySchemaElement)
|
393
|
+
|
394
|
+
KeySchemaElement.add_member(:attribute_name, Shapes::ShapeRef.new(shape: KeySchemaAttributeName, required: true, location_name: "AttributeName"))
|
395
|
+
KeySchemaElement.add_member(:key_type, Shapes::ShapeRef.new(shape: KeyType, required: true, location_name: "KeyType"))
|
396
|
+
KeySchemaElement.struct_class = Types::KeySchemaElement
|
397
|
+
|
398
|
+
KeysAndAttributes.add_member(:keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "Keys"))
|
399
|
+
KeysAndAttributes.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
400
|
+
KeysAndAttributes.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
401
|
+
KeysAndAttributes.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
402
|
+
KeysAndAttributes.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
403
|
+
KeysAndAttributes.struct_class = Types::KeysAndAttributes
|
404
|
+
|
405
|
+
ListAttributeValue.member = Shapes::ShapeRef.new(shape: AttributeValue)
|
406
|
+
|
407
|
+
ListTablesInput.add_member(:exclusive_start_table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "ExclusiveStartTableName"))
|
408
|
+
ListTablesInput.add_member(:limit, Shapes::ShapeRef.new(shape: ListTablesInputLimit, location_name: "Limit"))
|
409
|
+
ListTablesInput.struct_class = Types::ListTablesInput
|
410
|
+
|
411
|
+
ListTablesOutput.add_member(:table_names, Shapes::ShapeRef.new(shape: TableNameList, location_name: "TableNames"))
|
412
|
+
ListTablesOutput.add_member(:last_evaluated_table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "LastEvaluatedTableName"))
|
413
|
+
ListTablesOutput.struct_class = Types::ListTablesOutput
|
414
|
+
|
415
|
+
ListTagsOfResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
416
|
+
ListTagsOfResourceInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
|
417
|
+
ListTagsOfResourceInput.struct_class = Types::ListTagsOfResourceInput
|
418
|
+
|
419
|
+
ListTagsOfResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
420
|
+
ListTagsOfResourceOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextTokenString, location_name: "NextToken"))
|
421
|
+
ListTagsOfResourceOutput.struct_class = Types::ListTagsOfResourceOutput
|
422
|
+
|
423
|
+
LocalSecondaryIndex.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
424
|
+
LocalSecondaryIndex.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, required: true, location_name: "KeySchema"))
|
425
|
+
LocalSecondaryIndex.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, required: true, location_name: "Projection"))
|
426
|
+
LocalSecondaryIndex.struct_class = Types::LocalSecondaryIndex
|
427
|
+
|
428
|
+
LocalSecondaryIndexDescription.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
429
|
+
LocalSecondaryIndexDescription.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
430
|
+
LocalSecondaryIndexDescription.add_member(:projection, Shapes::ShapeRef.new(shape: Projection, location_name: "Projection"))
|
431
|
+
LocalSecondaryIndexDescription.add_member(:index_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "IndexSizeBytes"))
|
432
|
+
LocalSecondaryIndexDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
433
|
+
LocalSecondaryIndexDescription.add_member(:index_arn, Shapes::ShapeRef.new(shape: String, location_name: "IndexArn"))
|
434
|
+
LocalSecondaryIndexDescription.struct_class = Types::LocalSecondaryIndexDescription
|
435
|
+
|
436
|
+
LocalSecondaryIndexDescriptionList.member = Shapes::ShapeRef.new(shape: LocalSecondaryIndexDescription)
|
437
|
+
|
438
|
+
LocalSecondaryIndexList.member = Shapes::ShapeRef.new(shape: LocalSecondaryIndex)
|
439
|
+
|
440
|
+
MapAttributeValue.key = Shapes::ShapeRef.new(shape: AttributeName)
|
441
|
+
MapAttributeValue.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
442
|
+
|
443
|
+
NonKeyAttributeNameList.member = Shapes::ShapeRef.new(shape: NonKeyAttributeName)
|
444
|
+
|
445
|
+
NumberSetAttributeValue.member = Shapes::ShapeRef.new(shape: NumberAttributeValue)
|
446
|
+
|
447
|
+
Projection.add_member(:projection_type, Shapes::ShapeRef.new(shape: ProjectionType, location_name: "ProjectionType"))
|
448
|
+
Projection.add_member(:non_key_attributes, Shapes::ShapeRef.new(shape: NonKeyAttributeNameList, location_name: "NonKeyAttributes"))
|
449
|
+
Projection.struct_class = Types::Projection
|
450
|
+
|
451
|
+
ProvisionedThroughput.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, required: true, location_name: "ReadCapacityUnits"))
|
452
|
+
ProvisionedThroughput.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, required: true, location_name: "WriteCapacityUnits"))
|
453
|
+
ProvisionedThroughput.struct_class = Types::ProvisionedThroughput
|
454
|
+
|
455
|
+
ProvisionedThroughputDescription.add_member(:last_increase_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastIncreaseDateTime"))
|
456
|
+
ProvisionedThroughputDescription.add_member(:last_decrease_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "LastDecreaseDateTime"))
|
457
|
+
ProvisionedThroughputDescription.add_member(:number_of_decreases_today, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "NumberOfDecreasesToday"))
|
458
|
+
ProvisionedThroughputDescription.add_member(:read_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "ReadCapacityUnits"))
|
459
|
+
ProvisionedThroughputDescription.add_member(:write_capacity_units, Shapes::ShapeRef.new(shape: PositiveLongObject, location_name: "WriteCapacityUnits"))
|
460
|
+
ProvisionedThroughputDescription.struct_class = Types::ProvisionedThroughputDescription
|
461
|
+
|
462
|
+
PutItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
463
|
+
PutItemInput.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
464
|
+
PutItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
465
|
+
PutItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
466
|
+
PutItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
467
|
+
PutItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
468
|
+
PutItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
469
|
+
PutItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
470
|
+
PutItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
471
|
+
PutItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
472
|
+
PutItemInput.struct_class = Types::PutItemInput
|
473
|
+
|
474
|
+
PutItemInputAttributeMap.key = Shapes::ShapeRef.new(shape: AttributeName)
|
475
|
+
PutItemInputAttributeMap.value = Shapes::ShapeRef.new(shape: AttributeValue)
|
476
|
+
|
477
|
+
PutItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
478
|
+
PutItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
479
|
+
PutItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
480
|
+
PutItemOutput.struct_class = Types::PutItemOutput
|
481
|
+
|
482
|
+
PutRequest.add_member(:item, Shapes::ShapeRef.new(shape: PutItemInputAttributeMap, required: true, location_name: "Item"))
|
483
|
+
PutRequest.struct_class = Types::PutRequest
|
484
|
+
|
485
|
+
QueryInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
486
|
+
QueryInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
487
|
+
QueryInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
|
488
|
+
QueryInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
489
|
+
QueryInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
490
|
+
QueryInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
491
|
+
QueryInput.add_member(:key_conditions, Shapes::ShapeRef.new(shape: KeyConditions, location_name: "KeyConditions"))
|
492
|
+
QueryInput.add_member(:query_filter, Shapes::ShapeRef.new(shape: FilterConditionMap, location_name: "QueryFilter"))
|
493
|
+
QueryInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
494
|
+
QueryInput.add_member(:scan_index_forward, Shapes::ShapeRef.new(shape: BooleanObject, location_name: "ScanIndexForward"))
|
495
|
+
QueryInput.add_member(:exclusive_start_key, Shapes::ShapeRef.new(shape: Key, location_name: "ExclusiveStartKey"))
|
496
|
+
QueryInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
497
|
+
QueryInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
498
|
+
QueryInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "FilterExpression"))
|
499
|
+
QueryInput.add_member(:key_condition_expression, Shapes::ShapeRef.new(shape: KeyExpression, location_name: "KeyConditionExpression"))
|
500
|
+
QueryInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
501
|
+
QueryInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
502
|
+
QueryInput.struct_class = Types::QueryInput
|
503
|
+
|
504
|
+
QueryOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
|
505
|
+
QueryOutput.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
506
|
+
QueryOutput.add_member(:scanned_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ScannedCount"))
|
507
|
+
QueryOutput.add_member(:last_evaluated_key, Shapes::ShapeRef.new(shape: Key, location_name: "LastEvaluatedKey"))
|
508
|
+
QueryOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
509
|
+
QueryOutput.struct_class = Types::QueryOutput
|
510
|
+
|
511
|
+
ScanInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
512
|
+
ScanInput.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, location_name: "IndexName"))
|
513
|
+
ScanInput.add_member(:attributes_to_get, Shapes::ShapeRef.new(shape: AttributeNameList, location_name: "AttributesToGet"))
|
514
|
+
ScanInput.add_member(:limit, Shapes::ShapeRef.new(shape: PositiveIntegerObject, location_name: "Limit"))
|
515
|
+
ScanInput.add_member(:select, Shapes::ShapeRef.new(shape: Select, location_name: "Select"))
|
516
|
+
ScanInput.add_member(:scan_filter, Shapes::ShapeRef.new(shape: FilterConditionMap, location_name: "ScanFilter"))
|
517
|
+
ScanInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
518
|
+
ScanInput.add_member(:exclusive_start_key, Shapes::ShapeRef.new(shape: Key, location_name: "ExclusiveStartKey"))
|
519
|
+
ScanInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
520
|
+
ScanInput.add_member(:total_segments, Shapes::ShapeRef.new(shape: ScanTotalSegments, location_name: "TotalSegments"))
|
521
|
+
ScanInput.add_member(:segment, Shapes::ShapeRef.new(shape: ScanSegment, location_name: "Segment"))
|
522
|
+
ScanInput.add_member(:projection_expression, Shapes::ShapeRef.new(shape: ProjectionExpression, location_name: "ProjectionExpression"))
|
523
|
+
ScanInput.add_member(:filter_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "FilterExpression"))
|
524
|
+
ScanInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
525
|
+
ScanInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
526
|
+
ScanInput.add_member(:consistent_read, Shapes::ShapeRef.new(shape: ConsistentRead, location_name: "ConsistentRead"))
|
527
|
+
ScanInput.struct_class = Types::ScanInput
|
528
|
+
|
529
|
+
ScanOutput.add_member(:items, Shapes::ShapeRef.new(shape: ItemList, location_name: "Items"))
|
530
|
+
ScanOutput.add_member(:count, Shapes::ShapeRef.new(shape: Integer, location_name: "Count"))
|
531
|
+
ScanOutput.add_member(:scanned_count, Shapes::ShapeRef.new(shape: Integer, location_name: "ScannedCount"))
|
532
|
+
ScanOutput.add_member(:last_evaluated_key, Shapes::ShapeRef.new(shape: Key, location_name: "LastEvaluatedKey"))
|
533
|
+
ScanOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
534
|
+
ScanOutput.struct_class = Types::ScanOutput
|
535
|
+
|
536
|
+
SecondaryIndexesCapacityMap.key = Shapes::ShapeRef.new(shape: IndexName)
|
537
|
+
SecondaryIndexesCapacityMap.value = Shapes::ShapeRef.new(shape: Capacity)
|
538
|
+
|
539
|
+
StreamSpecification.add_member(:stream_enabled, Shapes::ShapeRef.new(shape: StreamEnabled, location_name: "StreamEnabled"))
|
540
|
+
StreamSpecification.add_member(:stream_view_type, Shapes::ShapeRef.new(shape: StreamViewType, location_name: "StreamViewType"))
|
541
|
+
StreamSpecification.struct_class = Types::StreamSpecification
|
542
|
+
|
543
|
+
StringSetAttributeValue.member = Shapes::ShapeRef.new(shape: StringAttributeValue)
|
544
|
+
|
545
|
+
TableDescription.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
|
546
|
+
TableDescription.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, location_name: "TableName"))
|
547
|
+
TableDescription.add_member(:key_schema, Shapes::ShapeRef.new(shape: KeySchema, location_name: "KeySchema"))
|
548
|
+
TableDescription.add_member(:table_status, Shapes::ShapeRef.new(shape: TableStatus, location_name: "TableStatus"))
|
549
|
+
TableDescription.add_member(:creation_date_time, Shapes::ShapeRef.new(shape: Date, location_name: "CreationDateTime"))
|
550
|
+
TableDescription.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughputDescription, location_name: "ProvisionedThroughput"))
|
551
|
+
TableDescription.add_member(:table_size_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "TableSizeBytes"))
|
552
|
+
TableDescription.add_member(:item_count, Shapes::ShapeRef.new(shape: Long, location_name: "ItemCount"))
|
553
|
+
TableDescription.add_member(:table_arn, Shapes::ShapeRef.new(shape: String, location_name: "TableArn"))
|
554
|
+
TableDescription.add_member(:local_secondary_indexes, Shapes::ShapeRef.new(shape: LocalSecondaryIndexDescriptionList, location_name: "LocalSecondaryIndexes"))
|
555
|
+
TableDescription.add_member(:global_secondary_indexes, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexDescriptionList, location_name: "GlobalSecondaryIndexes"))
|
556
|
+
TableDescription.add_member(:stream_specification, Shapes::ShapeRef.new(shape: StreamSpecification, location_name: "StreamSpecification"))
|
557
|
+
TableDescription.add_member(:latest_stream_label, Shapes::ShapeRef.new(shape: String, location_name: "LatestStreamLabel"))
|
558
|
+
TableDescription.add_member(:latest_stream_arn, Shapes::ShapeRef.new(shape: StreamArn, location_name: "LatestStreamArn"))
|
559
|
+
TableDescription.struct_class = Types::TableDescription
|
560
|
+
|
561
|
+
TableNameList.member = Shapes::ShapeRef.new(shape: TableName)
|
562
|
+
|
563
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: TagKeyString, required: true, location_name: "Key"))
|
564
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: TagValueString, required: true, location_name: "Value"))
|
565
|
+
Tag.struct_class = Types::Tag
|
566
|
+
|
567
|
+
TagKeyList.member = Shapes::ShapeRef.new(shape: TagKeyString)
|
568
|
+
|
569
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag)
|
570
|
+
|
571
|
+
TagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
572
|
+
TagResourceInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
573
|
+
TagResourceInput.struct_class = Types::TagResourceInput
|
574
|
+
|
575
|
+
UntagResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArnString, required: true, location_name: "ResourceArn"))
|
576
|
+
UntagResourceInput.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
|
577
|
+
UntagResourceInput.struct_class = Types::UntagResourceInput
|
578
|
+
|
579
|
+
UpdateGlobalSecondaryIndexAction.add_member(:index_name, Shapes::ShapeRef.new(shape: IndexName, required: true, location_name: "IndexName"))
|
580
|
+
UpdateGlobalSecondaryIndexAction.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, required: true, location_name: "ProvisionedThroughput"))
|
581
|
+
UpdateGlobalSecondaryIndexAction.struct_class = Types::UpdateGlobalSecondaryIndexAction
|
582
|
+
|
583
|
+
UpdateItemInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
584
|
+
UpdateItemInput.add_member(:key, Shapes::ShapeRef.new(shape: Key, required: true, location_name: "Key"))
|
585
|
+
UpdateItemInput.add_member(:attribute_updates, Shapes::ShapeRef.new(shape: AttributeUpdates, location_name: "AttributeUpdates"))
|
586
|
+
UpdateItemInput.add_member(:expected, Shapes::ShapeRef.new(shape: ExpectedAttributeMap, location_name: "Expected"))
|
587
|
+
UpdateItemInput.add_member(:conditional_operator, Shapes::ShapeRef.new(shape: ConditionalOperator, location_name: "ConditionalOperator"))
|
588
|
+
UpdateItemInput.add_member(:return_values, Shapes::ShapeRef.new(shape: ReturnValue, location_name: "ReturnValues"))
|
589
|
+
UpdateItemInput.add_member(:return_consumed_capacity, Shapes::ShapeRef.new(shape: ReturnConsumedCapacity, location_name: "ReturnConsumedCapacity"))
|
590
|
+
UpdateItemInput.add_member(:return_item_collection_metrics, Shapes::ShapeRef.new(shape: ReturnItemCollectionMetrics, location_name: "ReturnItemCollectionMetrics"))
|
591
|
+
UpdateItemInput.add_member(:update_expression, Shapes::ShapeRef.new(shape: UpdateExpression, location_name: "UpdateExpression"))
|
592
|
+
UpdateItemInput.add_member(:condition_expression, Shapes::ShapeRef.new(shape: ConditionExpression, location_name: "ConditionExpression"))
|
593
|
+
UpdateItemInput.add_member(:expression_attribute_names, Shapes::ShapeRef.new(shape: ExpressionAttributeNameMap, location_name: "ExpressionAttributeNames"))
|
594
|
+
UpdateItemInput.add_member(:expression_attribute_values, Shapes::ShapeRef.new(shape: ExpressionAttributeValueMap, location_name: "ExpressionAttributeValues"))
|
595
|
+
UpdateItemInput.struct_class = Types::UpdateItemInput
|
596
|
+
|
597
|
+
UpdateItemOutput.add_member(:attributes, Shapes::ShapeRef.new(shape: AttributeMap, location_name: "Attributes"))
|
598
|
+
UpdateItemOutput.add_member(:consumed_capacity, Shapes::ShapeRef.new(shape: ConsumedCapacity, location_name: "ConsumedCapacity"))
|
599
|
+
UpdateItemOutput.add_member(:item_collection_metrics, Shapes::ShapeRef.new(shape: ItemCollectionMetrics, location_name: "ItemCollectionMetrics"))
|
600
|
+
UpdateItemOutput.struct_class = Types::UpdateItemOutput
|
601
|
+
|
602
|
+
UpdateTableInput.add_member(:attribute_definitions, Shapes::ShapeRef.new(shape: AttributeDefinitions, location_name: "AttributeDefinitions"))
|
603
|
+
UpdateTableInput.add_member(:table_name, Shapes::ShapeRef.new(shape: TableName, required: true, location_name: "TableName"))
|
604
|
+
UpdateTableInput.add_member(:provisioned_throughput, Shapes::ShapeRef.new(shape: ProvisionedThroughput, location_name: "ProvisionedThroughput"))
|
605
|
+
UpdateTableInput.add_member(:global_secondary_index_updates, Shapes::ShapeRef.new(shape: GlobalSecondaryIndexUpdateList, location_name: "GlobalSecondaryIndexUpdates"))
|
606
|
+
UpdateTableInput.add_member(:stream_specification, Shapes::ShapeRef.new(shape: StreamSpecification, location_name: "StreamSpecification"))
|
607
|
+
UpdateTableInput.struct_class = Types::UpdateTableInput
|
608
|
+
|
609
|
+
UpdateTableOutput.add_member(:table_description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "TableDescription"))
|
610
|
+
UpdateTableOutput.struct_class = Types::UpdateTableOutput
|
611
|
+
|
612
|
+
WriteRequest.add_member(:put_request, Shapes::ShapeRef.new(shape: PutRequest, location_name: "PutRequest"))
|
613
|
+
WriteRequest.add_member(:delete_request, Shapes::ShapeRef.new(shape: DeleteRequest, location_name: "DeleteRequest"))
|
614
|
+
WriteRequest.struct_class = Types::WriteRequest
|
615
|
+
|
616
|
+
WriteRequests.member = Shapes::ShapeRef.new(shape: WriteRequest)
|
617
|
+
|
618
|
+
|
619
|
+
# @api private
|
620
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
621
|
+
|
622
|
+
api.version = "2012-08-10"
|
623
|
+
|
624
|
+
api.metadata = {
|
625
|
+
"endpointPrefix" => "dynamodb",
|
626
|
+
"jsonVersion" => "1.0",
|
627
|
+
"protocol" => "json",
|
628
|
+
"serviceFullName" => "Amazon DynamoDB",
|
629
|
+
"signatureVersion" => "v4",
|
630
|
+
"targetPrefix" => "DynamoDB_20120810",
|
631
|
+
}
|
632
|
+
|
633
|
+
api.add_operation(:batch_get_item, Seahorse::Model::Operation.new.tap do |o|
|
634
|
+
o.name = "BatchGetItem"
|
635
|
+
o.http_method = "POST"
|
636
|
+
o.http_request_uri = "/"
|
637
|
+
o.input = Shapes::ShapeRef.new(shape: BatchGetItemInput)
|
638
|
+
o.output = Shapes::ShapeRef.new(shape: BatchGetItemOutput)
|
639
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
640
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
641
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
642
|
+
o[:pager] = Aws::Pager.new(
|
643
|
+
tokens: {
|
644
|
+
"unprocessed_keys" => "request_items"
|
645
|
+
}
|
646
|
+
)
|
647
|
+
end)
|
648
|
+
|
649
|
+
api.add_operation(:batch_write_item, Seahorse::Model::Operation.new.tap do |o|
|
650
|
+
o.name = "BatchWriteItem"
|
651
|
+
o.http_method = "POST"
|
652
|
+
o.http_request_uri = "/"
|
653
|
+
o.input = Shapes::ShapeRef.new(shape: BatchWriteItemInput)
|
654
|
+
o.output = Shapes::ShapeRef.new(shape: BatchWriteItemOutput)
|
655
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
656
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
657
|
+
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
658
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
659
|
+
end)
|
660
|
+
|
661
|
+
api.add_operation(:create_table, Seahorse::Model::Operation.new.tap do |o|
|
662
|
+
o.name = "CreateTable"
|
663
|
+
o.http_method = "POST"
|
664
|
+
o.http_request_uri = "/"
|
665
|
+
o.input = Shapes::ShapeRef.new(shape: CreateTableInput)
|
666
|
+
o.output = Shapes::ShapeRef.new(shape: CreateTableOutput)
|
667
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
668
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
669
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
670
|
+
end)
|
671
|
+
|
672
|
+
api.add_operation(:delete_item, Seahorse::Model::Operation.new.tap do |o|
|
673
|
+
o.name = "DeleteItem"
|
674
|
+
o.http_method = "POST"
|
675
|
+
o.http_request_uri = "/"
|
676
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteItemInput)
|
677
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteItemOutput)
|
678
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
680
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
681
|
+
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
682
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
683
|
+
end)
|
684
|
+
|
685
|
+
api.add_operation(:delete_table, Seahorse::Model::Operation.new.tap do |o|
|
686
|
+
o.name = "DeleteTable"
|
687
|
+
o.http_method = "POST"
|
688
|
+
o.http_request_uri = "/"
|
689
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteTableInput)
|
690
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteTableOutput)
|
691
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
692
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
693
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
694
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
695
|
+
end)
|
696
|
+
|
697
|
+
api.add_operation(:describe_limits, Seahorse::Model::Operation.new.tap do |o|
|
698
|
+
o.name = "DescribeLimits"
|
699
|
+
o.http_method = "POST"
|
700
|
+
o.http_request_uri = "/"
|
701
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeLimitsInput)
|
702
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeLimitsOutput)
|
703
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
704
|
+
end)
|
705
|
+
|
706
|
+
api.add_operation(:describe_table, Seahorse::Model::Operation.new.tap do |o|
|
707
|
+
o.name = "DescribeTable"
|
708
|
+
o.http_method = "POST"
|
709
|
+
o.http_request_uri = "/"
|
710
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeTableInput)
|
711
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeTableOutput)
|
712
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
714
|
+
end)
|
715
|
+
|
716
|
+
api.add_operation(:get_item, Seahorse::Model::Operation.new.tap do |o|
|
717
|
+
o.name = "GetItem"
|
718
|
+
o.http_method = "POST"
|
719
|
+
o.http_request_uri = "/"
|
720
|
+
o.input = Shapes::ShapeRef.new(shape: GetItemInput)
|
721
|
+
o.output = Shapes::ShapeRef.new(shape: GetItemOutput)
|
722
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
723
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
724
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
725
|
+
end)
|
726
|
+
|
727
|
+
api.add_operation(:list_tables, Seahorse::Model::Operation.new.tap do |o|
|
728
|
+
o.name = "ListTables"
|
729
|
+
o.http_method = "POST"
|
730
|
+
o.http_request_uri = "/"
|
731
|
+
o.input = Shapes::ShapeRef.new(shape: ListTablesInput)
|
732
|
+
o.output = Shapes::ShapeRef.new(shape: ListTablesOutput)
|
733
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
734
|
+
o[:pager] = Aws::Pager.new(
|
735
|
+
limit_key: "limit",
|
736
|
+
tokens: {
|
737
|
+
"last_evaluated_table_name" => "exclusive_start_table_name"
|
738
|
+
}
|
739
|
+
)
|
740
|
+
end)
|
741
|
+
|
742
|
+
api.add_operation(:list_tags_of_resource, Seahorse::Model::Operation.new.tap do |o|
|
743
|
+
o.name = "ListTagsOfResource"
|
744
|
+
o.http_method = "POST"
|
745
|
+
o.http_request_uri = "/"
|
746
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsOfResourceInput)
|
747
|
+
o.output = Shapes::ShapeRef.new(shape: ListTagsOfResourceOutput)
|
748
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
749
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
750
|
+
end)
|
751
|
+
|
752
|
+
api.add_operation(:put_item, Seahorse::Model::Operation.new.tap do |o|
|
753
|
+
o.name = "PutItem"
|
754
|
+
o.http_method = "POST"
|
755
|
+
o.http_request_uri = "/"
|
756
|
+
o.input = Shapes::ShapeRef.new(shape: PutItemInput)
|
757
|
+
o.output = Shapes::ShapeRef.new(shape: PutItemOutput)
|
758
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
759
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
760
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
761
|
+
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
762
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
763
|
+
end)
|
764
|
+
|
765
|
+
api.add_operation(:query, Seahorse::Model::Operation.new.tap do |o|
|
766
|
+
o.name = "Query"
|
767
|
+
o.http_method = "POST"
|
768
|
+
o.http_request_uri = "/"
|
769
|
+
o.input = Shapes::ShapeRef.new(shape: QueryInput)
|
770
|
+
o.output = Shapes::ShapeRef.new(shape: QueryOutput)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
773
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
774
|
+
o[:pager] = Aws::Pager.new(
|
775
|
+
limit_key: "limit",
|
776
|
+
tokens: {
|
777
|
+
"last_evaluated_key" => "exclusive_start_key"
|
778
|
+
}
|
779
|
+
)
|
780
|
+
end)
|
781
|
+
|
782
|
+
api.add_operation(:scan, Seahorse::Model::Operation.new.tap do |o|
|
783
|
+
o.name = "Scan"
|
784
|
+
o.http_method = "POST"
|
785
|
+
o.http_request_uri = "/"
|
786
|
+
o.input = Shapes::ShapeRef.new(shape: ScanInput)
|
787
|
+
o.output = Shapes::ShapeRef.new(shape: ScanOutput)
|
788
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
789
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
790
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
791
|
+
o[:pager] = Aws::Pager.new(
|
792
|
+
limit_key: "limit",
|
793
|
+
tokens: {
|
794
|
+
"last_evaluated_key" => "exclusive_start_key"
|
795
|
+
}
|
796
|
+
)
|
797
|
+
end)
|
798
|
+
|
799
|
+
api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
|
800
|
+
o.name = "TagResource"
|
801
|
+
o.http_method = "POST"
|
802
|
+
o.http_request_uri = "/"
|
803
|
+
o.input = Shapes::ShapeRef.new(shape: TagResourceInput)
|
804
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
805
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
806
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
807
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
809
|
+
end)
|
810
|
+
|
811
|
+
api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
|
812
|
+
o.name = "UntagResource"
|
813
|
+
o.http_method = "POST"
|
814
|
+
o.http_request_uri = "/"
|
815
|
+
o.input = Shapes::ShapeRef.new(shape: UntagResourceInput)
|
816
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
817
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
818
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
820
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
821
|
+
end)
|
822
|
+
|
823
|
+
api.add_operation(:update_item, Seahorse::Model::Operation.new.tap do |o|
|
824
|
+
o.name = "UpdateItem"
|
825
|
+
o.http_method = "POST"
|
826
|
+
o.http_request_uri = "/"
|
827
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateItemInput)
|
828
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateItemOutput)
|
829
|
+
o.errors << Shapes::ShapeRef.new(shape: ConditionalCheckFailedException)
|
830
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedThroughputExceededException)
|
831
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
832
|
+
o.errors << Shapes::ShapeRef.new(shape: ItemCollectionSizeLimitExceededException)
|
833
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
834
|
+
end)
|
835
|
+
|
836
|
+
api.add_operation(:update_table, Seahorse::Model::Operation.new.tap do |o|
|
837
|
+
o.name = "UpdateTable"
|
838
|
+
o.http_method = "POST"
|
839
|
+
o.http_request_uri = "/"
|
840
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateTableInput)
|
841
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateTableOutput)
|
842
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceInUseException)
|
843
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
844
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
845
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
846
|
+
end)
|
781
847
|
end
|
848
|
+
|
782
849
|
end
|
783
850
|
end
|