aws-sdk 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/aws/api_config/DynamoDB-2011-12-05.yml +525 -426
- data/lib/aws/cloud_formation/stack.rb +1 -1
- data/lib/aws/core.rb +1 -1
- data/lib/aws/dynamo_db.rb +40 -0
- data/lib/aws/dynamo_db/batch_write.rb +251 -0
- data/lib/aws/dynamo_db/table.rb +90 -0
- data/lib/aws/ec2/elastic_ip_collection.rb +2 -2
- data/lib/aws/ec2/vpc_collection.rb +2 -3
- metadata +69 -80
|
@@ -19,703 +19,802 @@
|
|
|
19
19
|
- :string
|
|
20
20
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
21
21
|
- :required
|
|
22
|
-
Key:
|
|
23
|
-
- :structure:
|
|
24
|
-
HashKeyElement:
|
|
25
|
-
- :structure:
|
|
26
|
-
S:
|
|
22
|
+
Key:
|
|
23
|
+
- :structure:
|
|
24
|
+
HashKeyElement:
|
|
25
|
+
- :structure:
|
|
26
|
+
S:
|
|
27
27
|
- :string
|
|
28
|
-
N:
|
|
28
|
+
N:
|
|
29
29
|
- :string
|
|
30
|
-
SS:
|
|
31
|
-
- :list:
|
|
30
|
+
SS:
|
|
31
|
+
- :list:
|
|
32
32
|
- :string
|
|
33
|
-
NS:
|
|
34
|
-
- :list:
|
|
33
|
+
NS:
|
|
34
|
+
- :list:
|
|
35
35
|
- :string
|
|
36
36
|
- :required
|
|
37
|
-
RangeKeyElement:
|
|
38
|
-
- :structure:
|
|
39
|
-
S:
|
|
37
|
+
RangeKeyElement:
|
|
38
|
+
- :structure:
|
|
39
|
+
S:
|
|
40
40
|
- :string
|
|
41
|
-
N:
|
|
41
|
+
N:
|
|
42
42
|
- :string
|
|
43
|
-
SS:
|
|
44
|
-
- :list:
|
|
43
|
+
SS:
|
|
44
|
+
- :list:
|
|
45
45
|
- :string
|
|
46
|
-
NS:
|
|
47
|
-
- :list:
|
|
46
|
+
NS:
|
|
47
|
+
- :list:
|
|
48
48
|
- :string
|
|
49
49
|
- :required
|
|
50
|
-
AttributesToGet:
|
|
51
|
-
- :list:
|
|
50
|
+
AttributesToGet:
|
|
51
|
+
- :list:
|
|
52
52
|
- :string
|
|
53
|
-
ConsistentRead:
|
|
53
|
+
ConsistentRead:
|
|
54
54
|
- :boolean
|
|
55
|
-
:output:
|
|
56
|
-
- Item:
|
|
57
|
-
- :map:
|
|
55
|
+
:output:
|
|
56
|
+
- Item:
|
|
57
|
+
- :map:
|
|
58
58
|
- entry
|
|
59
59
|
- key
|
|
60
60
|
- value
|
|
61
|
-
- entry:
|
|
62
|
-
- value:
|
|
63
|
-
- SS:
|
|
61
|
+
- entry:
|
|
62
|
+
- value:
|
|
63
|
+
- SS:
|
|
64
64
|
- :list: member
|
|
65
|
-
- NS:
|
|
65
|
+
- NS:
|
|
66
66
|
- :list: member
|
|
67
|
-
- ConsumedCapacityUnits:
|
|
67
|
+
- ConsumedCapacityUnits:
|
|
68
68
|
- :float
|
|
69
|
-
BatchGetItem:
|
|
70
|
-
:input:
|
|
71
|
-
RequestItems:
|
|
72
|
-
- :map:
|
|
73
|
-
:key:
|
|
69
|
+
BatchGetItem:
|
|
70
|
+
:input:
|
|
71
|
+
RequestItems:
|
|
72
|
+
- :map:
|
|
73
|
+
:key:
|
|
74
74
|
- :string
|
|
75
|
-
:value:
|
|
76
|
-
- :structure:
|
|
77
|
-
Keys:
|
|
78
|
-
- :list:
|
|
79
|
-
- :structure:
|
|
80
|
-
HashKeyElement:
|
|
81
|
-
- :structure:
|
|
82
|
-
S:
|
|
75
|
+
:value:
|
|
76
|
+
- :structure:
|
|
77
|
+
Keys:
|
|
78
|
+
- :list:
|
|
79
|
+
- :structure:
|
|
80
|
+
HashKeyElement:
|
|
81
|
+
- :structure:
|
|
82
|
+
S:
|
|
83
83
|
- :string
|
|
84
|
-
N:
|
|
84
|
+
N:
|
|
85
85
|
- :string
|
|
86
|
-
SS:
|
|
87
|
-
- :list:
|
|
86
|
+
SS:
|
|
87
|
+
- :list:
|
|
88
88
|
- :string
|
|
89
|
-
NS:
|
|
90
|
-
- :list:
|
|
89
|
+
NS:
|
|
90
|
+
- :list:
|
|
91
91
|
- :string
|
|
92
92
|
- :required
|
|
93
|
-
RangeKeyElement:
|
|
94
|
-
- :structure:
|
|
95
|
-
S:
|
|
93
|
+
RangeKeyElement:
|
|
94
|
+
- :structure:
|
|
95
|
+
S:
|
|
96
96
|
- :string
|
|
97
|
-
N:
|
|
97
|
+
N:
|
|
98
98
|
- :string
|
|
99
|
-
SS:
|
|
100
|
-
- :list:
|
|
99
|
+
SS:
|
|
100
|
+
- :list:
|
|
101
101
|
- :string
|
|
102
|
-
NS:
|
|
103
|
-
- :list:
|
|
102
|
+
NS:
|
|
103
|
+
- :list:
|
|
104
104
|
- :string
|
|
105
105
|
- :required
|
|
106
|
-
AttributesToGet:
|
|
107
|
-
- :list:
|
|
106
|
+
AttributesToGet:
|
|
107
|
+
- :list:
|
|
108
108
|
- :string
|
|
109
109
|
- :required
|
|
110
|
-
:output:
|
|
111
|
-
- Responses:
|
|
112
|
-
- :map:
|
|
110
|
+
:output:
|
|
111
|
+
- Responses:
|
|
112
|
+
- :map:
|
|
113
113
|
- entry
|
|
114
114
|
- key
|
|
115
115
|
- value
|
|
116
|
-
- entry:
|
|
117
|
-
- value:
|
|
118
|
-
- Items:
|
|
116
|
+
- entry:
|
|
117
|
+
- value:
|
|
118
|
+
- Items:
|
|
119
119
|
- :list: member
|
|
120
|
-
- member:
|
|
121
|
-
- :map:
|
|
120
|
+
- member:
|
|
121
|
+
- :map:
|
|
122
122
|
- entry
|
|
123
123
|
- key
|
|
124
124
|
- value
|
|
125
|
-
- entry:
|
|
126
|
-
- value:
|
|
127
|
-
- SS:
|
|
125
|
+
- entry:
|
|
126
|
+
- value:
|
|
127
|
+
- SS:
|
|
128
128
|
- :list: member
|
|
129
|
-
- NS:
|
|
129
|
+
- NS:
|
|
130
130
|
- :list: member
|
|
131
|
-
- ConsumedCapacityUnits:
|
|
131
|
+
- ConsumedCapacityUnits:
|
|
132
132
|
- :float
|
|
133
|
-
- UnprocessedKeys:
|
|
134
|
-
- :map:
|
|
133
|
+
- UnprocessedKeys:
|
|
134
|
+
- :map:
|
|
135
135
|
- entry
|
|
136
136
|
- key
|
|
137
137
|
- value
|
|
138
|
-
- entry:
|
|
139
|
-
- value:
|
|
140
|
-
- Keys:
|
|
138
|
+
- entry:
|
|
139
|
+
- value:
|
|
140
|
+
- Keys:
|
|
141
141
|
- :list: member
|
|
142
|
-
- member:
|
|
143
|
-
- HashKeyElement:
|
|
144
|
-
- SS:
|
|
142
|
+
- member:
|
|
143
|
+
- HashKeyElement:
|
|
144
|
+
- SS:
|
|
145
145
|
- :list: member
|
|
146
|
-
- NS:
|
|
146
|
+
- NS:
|
|
147
147
|
- :list: member
|
|
148
|
-
- RangeKeyElement:
|
|
149
|
-
- SS:
|
|
148
|
+
- RangeKeyElement:
|
|
149
|
+
- SS:
|
|
150
150
|
- :list: member
|
|
151
|
-
- NS:
|
|
151
|
+
- NS:
|
|
152
152
|
- :list: member
|
|
153
|
-
- AttributesToGet:
|
|
153
|
+
- AttributesToGet:
|
|
154
154
|
- :list: member
|
|
155
|
-
PutItem:
|
|
156
|
-
:input:
|
|
157
|
-
TableName:
|
|
155
|
+
PutItem:
|
|
156
|
+
:input:
|
|
157
|
+
TableName:
|
|
158
158
|
- :string
|
|
159
159
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
160
160
|
- :required
|
|
161
|
-
Item:
|
|
162
|
-
- :map:
|
|
163
|
-
:key:
|
|
161
|
+
Item:
|
|
162
|
+
- :map:
|
|
163
|
+
:key:
|
|
164
164
|
- :string
|
|
165
|
-
:value:
|
|
166
|
-
- :structure:
|
|
167
|
-
S:
|
|
165
|
+
:value:
|
|
166
|
+
- :structure:
|
|
167
|
+
S:
|
|
168
168
|
- :string
|
|
169
|
-
N:
|
|
169
|
+
N:
|
|
170
170
|
- :string
|
|
171
|
-
SS:
|
|
172
|
-
- :list:
|
|
171
|
+
SS:
|
|
172
|
+
- :list:
|
|
173
173
|
- :string
|
|
174
|
-
NS:
|
|
175
|
-
- :list:
|
|
174
|
+
NS:
|
|
175
|
+
- :list:
|
|
176
176
|
- :string
|
|
177
177
|
- :required
|
|
178
|
-
Expected:
|
|
179
|
-
- :map:
|
|
180
|
-
:key:
|
|
178
|
+
Expected:
|
|
179
|
+
- :map:
|
|
180
|
+
:key:
|
|
181
181
|
- :string
|
|
182
|
-
:value:
|
|
183
|
-
- :structure:
|
|
184
|
-
Value:
|
|
185
|
-
- :structure:
|
|
186
|
-
S:
|
|
182
|
+
:value:
|
|
183
|
+
- :structure:
|
|
184
|
+
Value:
|
|
185
|
+
- :structure:
|
|
186
|
+
S:
|
|
187
187
|
- :string
|
|
188
|
-
N:
|
|
188
|
+
N:
|
|
189
189
|
- :string
|
|
190
|
-
SS:
|
|
191
|
-
- :list:
|
|
190
|
+
SS:
|
|
191
|
+
- :list:
|
|
192
192
|
- :string
|
|
193
|
-
NS:
|
|
194
|
-
- :list:
|
|
193
|
+
NS:
|
|
194
|
+
- :list:
|
|
195
195
|
- :string
|
|
196
|
-
Exists:
|
|
196
|
+
Exists:
|
|
197
197
|
- :boolean
|
|
198
|
-
ReturnValues:
|
|
198
|
+
ReturnValues:
|
|
199
199
|
- :string
|
|
200
|
-
:output:
|
|
201
|
-
- Attributes:
|
|
202
|
-
- :map:
|
|
200
|
+
:output:
|
|
201
|
+
- Attributes:
|
|
202
|
+
- :map:
|
|
203
203
|
- entry
|
|
204
204
|
- key
|
|
205
205
|
- value
|
|
206
|
-
- entry:
|
|
207
|
-
- value:
|
|
208
|
-
- SS:
|
|
206
|
+
- entry:
|
|
207
|
+
- value:
|
|
208
|
+
- SS:
|
|
209
209
|
- :list: member
|
|
210
|
-
- NS:
|
|
210
|
+
- NS:
|
|
211
211
|
- :list: member
|
|
212
|
-
- ConsumedCapacityUnits:
|
|
212
|
+
- ConsumedCapacityUnits:
|
|
213
213
|
- :float
|
|
214
|
-
DeleteItem:
|
|
215
|
-
:input:
|
|
216
|
-
TableName:
|
|
214
|
+
DeleteItem:
|
|
215
|
+
:input:
|
|
216
|
+
TableName:
|
|
217
217
|
- :string
|
|
218
218
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
219
219
|
- :required
|
|
220
|
-
Key:
|
|
221
|
-
- :structure:
|
|
222
|
-
HashKeyElement:
|
|
223
|
-
- :structure:
|
|
224
|
-
S:
|
|
220
|
+
Key:
|
|
221
|
+
- :structure:
|
|
222
|
+
HashKeyElement:
|
|
223
|
+
- :structure:
|
|
224
|
+
S:
|
|
225
225
|
- :string
|
|
226
|
-
N:
|
|
226
|
+
N:
|
|
227
227
|
- :string
|
|
228
|
-
SS:
|
|
229
|
-
- :list:
|
|
228
|
+
SS:
|
|
229
|
+
- :list:
|
|
230
230
|
- :string
|
|
231
|
-
NS:
|
|
232
|
-
- :list:
|
|
231
|
+
NS:
|
|
232
|
+
- :list:
|
|
233
233
|
- :string
|
|
234
234
|
- :required
|
|
235
|
-
RangeKeyElement:
|
|
236
|
-
- :structure:
|
|
237
|
-
S:
|
|
235
|
+
RangeKeyElement:
|
|
236
|
+
- :structure:
|
|
237
|
+
S:
|
|
238
238
|
- :string
|
|
239
|
-
N:
|
|
239
|
+
N:
|
|
240
240
|
- :string
|
|
241
|
-
SS:
|
|
242
|
-
- :list:
|
|
241
|
+
SS:
|
|
242
|
+
- :list:
|
|
243
243
|
- :string
|
|
244
|
-
NS:
|
|
245
|
-
- :list:
|
|
244
|
+
NS:
|
|
245
|
+
- :list:
|
|
246
246
|
- :string
|
|
247
247
|
- :required
|
|
248
|
-
Expected:
|
|
249
|
-
- :map:
|
|
250
|
-
:key:
|
|
248
|
+
Expected:
|
|
249
|
+
- :map:
|
|
250
|
+
:key:
|
|
251
251
|
- :string
|
|
252
|
-
:value:
|
|
253
|
-
- :structure:
|
|
254
|
-
Value:
|
|
255
|
-
- :structure:
|
|
256
|
-
S:
|
|
252
|
+
:value:
|
|
253
|
+
- :structure:
|
|
254
|
+
Value:
|
|
255
|
+
- :structure:
|
|
256
|
+
S:
|
|
257
257
|
- :string
|
|
258
|
-
N:
|
|
258
|
+
N:
|
|
259
259
|
- :string
|
|
260
|
-
SS:
|
|
261
|
-
- :list:
|
|
260
|
+
SS:
|
|
261
|
+
- :list:
|
|
262
262
|
- :string
|
|
263
|
-
NS:
|
|
264
|
-
- :list:
|
|
263
|
+
NS:
|
|
264
|
+
- :list:
|
|
265
265
|
- :string
|
|
266
|
-
Exists:
|
|
266
|
+
Exists:
|
|
267
267
|
- :boolean
|
|
268
|
-
ReturnValues:
|
|
268
|
+
ReturnValues:
|
|
269
269
|
- :string
|
|
270
|
-
:output:
|
|
271
|
-
- Attributes:
|
|
272
|
-
- :map:
|
|
270
|
+
:output:
|
|
271
|
+
- Attributes:
|
|
272
|
+
- :map:
|
|
273
273
|
- entry
|
|
274
274
|
- key
|
|
275
275
|
- value
|
|
276
|
-
- entry:
|
|
277
|
-
- value:
|
|
278
|
-
- SS:
|
|
276
|
+
- entry:
|
|
277
|
+
- value:
|
|
278
|
+
- SS:
|
|
279
279
|
- :list: member
|
|
280
|
-
- NS:
|
|
280
|
+
- NS:
|
|
281
281
|
- :list: member
|
|
282
|
-
- ConsumedCapacityUnits:
|
|
282
|
+
- ConsumedCapacityUnits:
|
|
283
283
|
- :float
|
|
284
|
-
UpdateItem:
|
|
285
|
-
:input:
|
|
286
|
-
TableName:
|
|
284
|
+
UpdateItem:
|
|
285
|
+
:input:
|
|
286
|
+
TableName:
|
|
287
287
|
- :string
|
|
288
288
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
289
289
|
- :required
|
|
290
|
-
Key:
|
|
291
|
-
- :structure:
|
|
292
|
-
HashKeyElement:
|
|
293
|
-
- :structure:
|
|
294
|
-
S:
|
|
290
|
+
Key:
|
|
291
|
+
- :structure:
|
|
292
|
+
HashKeyElement:
|
|
293
|
+
- :structure:
|
|
294
|
+
S:
|
|
295
295
|
- :string
|
|
296
|
-
N:
|
|
296
|
+
N:
|
|
297
297
|
- :string
|
|
298
|
-
SS:
|
|
299
|
-
- :list:
|
|
298
|
+
SS:
|
|
299
|
+
- :list:
|
|
300
300
|
- :string
|
|
301
|
-
NS:
|
|
302
|
-
- :list:
|
|
301
|
+
NS:
|
|
302
|
+
- :list:
|
|
303
303
|
- :string
|
|
304
304
|
- :required
|
|
305
|
-
RangeKeyElement:
|
|
306
|
-
- :structure:
|
|
307
|
-
S:
|
|
305
|
+
RangeKeyElement:
|
|
306
|
+
- :structure:
|
|
307
|
+
S:
|
|
308
308
|
- :string
|
|
309
|
-
N:
|
|
309
|
+
N:
|
|
310
310
|
- :string
|
|
311
|
-
SS:
|
|
312
|
-
- :list:
|
|
311
|
+
SS:
|
|
312
|
+
- :list:
|
|
313
313
|
- :string
|
|
314
|
-
NS:
|
|
315
|
-
- :list:
|
|
314
|
+
NS:
|
|
315
|
+
- :list:
|
|
316
316
|
- :string
|
|
317
317
|
- :required
|
|
318
|
-
AttributeUpdates:
|
|
319
|
-
- :map:
|
|
320
|
-
:key:
|
|
318
|
+
AttributeUpdates:
|
|
319
|
+
- :map:
|
|
320
|
+
:key:
|
|
321
321
|
- :string
|
|
322
|
-
:value:
|
|
323
|
-
- :structure:
|
|
324
|
-
Value:
|
|
325
|
-
- :structure:
|
|
326
|
-
S:
|
|
322
|
+
:value:
|
|
323
|
+
- :structure:
|
|
324
|
+
Value:
|
|
325
|
+
- :structure:
|
|
326
|
+
S:
|
|
327
327
|
- :string
|
|
328
|
-
N:
|
|
328
|
+
N:
|
|
329
329
|
- :string
|
|
330
|
-
SS:
|
|
331
|
-
- :list:
|
|
330
|
+
SS:
|
|
331
|
+
- :list:
|
|
332
332
|
- :string
|
|
333
|
-
NS:
|
|
334
|
-
- :list:
|
|
333
|
+
NS:
|
|
334
|
+
- :list:
|
|
335
335
|
- :string
|
|
336
|
-
Action:
|
|
336
|
+
Action:
|
|
337
337
|
- :string
|
|
338
338
|
- :required
|
|
339
|
-
Expected:
|
|
340
|
-
- :map:
|
|
341
|
-
:key:
|
|
339
|
+
Expected:
|
|
340
|
+
- :map:
|
|
341
|
+
:key:
|
|
342
342
|
- :string
|
|
343
|
-
:value:
|
|
344
|
-
- :structure:
|
|
345
|
-
Value:
|
|
346
|
-
- :structure:
|
|
347
|
-
S:
|
|
343
|
+
:value:
|
|
344
|
+
- :structure:
|
|
345
|
+
Value:
|
|
346
|
+
- :structure:
|
|
347
|
+
S:
|
|
348
348
|
- :string
|
|
349
|
-
N:
|
|
349
|
+
N:
|
|
350
350
|
- :string
|
|
351
|
-
SS:
|
|
352
|
-
- :list:
|
|
351
|
+
SS:
|
|
352
|
+
- :list:
|
|
353
353
|
- :string
|
|
354
|
-
NS:
|
|
355
|
-
- :list:
|
|
354
|
+
NS:
|
|
355
|
+
- :list:
|
|
356
356
|
- :string
|
|
357
|
-
Exists:
|
|
357
|
+
Exists:
|
|
358
358
|
- :boolean
|
|
359
|
-
ReturnValues:
|
|
359
|
+
ReturnValues:
|
|
360
360
|
- :string
|
|
361
|
-
:output:
|
|
362
|
-
- Attributes:
|
|
363
|
-
- :map:
|
|
361
|
+
:output:
|
|
362
|
+
- Attributes:
|
|
363
|
+
- :map:
|
|
364
364
|
- entry
|
|
365
365
|
- key
|
|
366
366
|
- value
|
|
367
|
-
- entry:
|
|
368
|
-
- value:
|
|
369
|
-
- SS:
|
|
367
|
+
- entry:
|
|
368
|
+
- value:
|
|
369
|
+
- SS:
|
|
370
370
|
- :list: member
|
|
371
|
-
- NS:
|
|
371
|
+
- NS:
|
|
372
372
|
- :list: member
|
|
373
|
-
- ConsumedCapacityUnits:
|
|
373
|
+
- ConsumedCapacityUnits:
|
|
374
374
|
- :float
|
|
375
|
-
CreateTable:
|
|
376
|
-
:input:
|
|
377
|
-
TableName:
|
|
375
|
+
CreateTable:
|
|
376
|
+
:input:
|
|
377
|
+
TableName:
|
|
378
378
|
- :string
|
|
379
379
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
380
380
|
- :required
|
|
381
|
-
KeySchema:
|
|
382
|
-
- :structure:
|
|
383
|
-
HashKeyElement:
|
|
384
|
-
- :structure:
|
|
385
|
-
AttributeName:
|
|
381
|
+
KeySchema:
|
|
382
|
+
- :structure:
|
|
383
|
+
HashKeyElement:
|
|
384
|
+
- :structure:
|
|
385
|
+
AttributeName:
|
|
386
386
|
- :string
|
|
387
387
|
- :required
|
|
388
|
-
AttributeType:
|
|
388
|
+
AttributeType:
|
|
389
389
|
- :string
|
|
390
390
|
- :required
|
|
391
391
|
- :required
|
|
392
|
-
RangeKeyElement:
|
|
393
|
-
- :structure:
|
|
394
|
-
AttributeName:
|
|
392
|
+
RangeKeyElement:
|
|
393
|
+
- :structure:
|
|
394
|
+
AttributeName:
|
|
395
395
|
- :string
|
|
396
396
|
- :required
|
|
397
|
-
AttributeType:
|
|
397
|
+
AttributeType:
|
|
398
398
|
- :string
|
|
399
399
|
- :required
|
|
400
400
|
- :required
|
|
401
|
-
ProvisionedThroughput:
|
|
402
|
-
- :structure:
|
|
403
|
-
ReadCapacityUnits:
|
|
401
|
+
ProvisionedThroughput:
|
|
402
|
+
- :structure:
|
|
403
|
+
ReadCapacityUnits:
|
|
404
404
|
- :long
|
|
405
405
|
- :required
|
|
406
|
-
WriteCapacityUnits:
|
|
406
|
+
WriteCapacityUnits:
|
|
407
407
|
- :long
|
|
408
408
|
- :required
|
|
409
409
|
- :required
|
|
410
|
-
:output:
|
|
411
|
-
- TableDescription:
|
|
412
|
-
- CreationDateTime:
|
|
410
|
+
:output:
|
|
411
|
+
- TableDescription:
|
|
412
|
+
- CreationDateTime:
|
|
413
413
|
- :timestamp
|
|
414
|
-
- ProvisionedThroughput:
|
|
415
|
-
- LastIncreaseDateTime:
|
|
414
|
+
- ProvisionedThroughput:
|
|
415
|
+
- LastIncreaseDateTime:
|
|
416
416
|
- :timestamp
|
|
417
|
-
- LastDecreaseDateTime:
|
|
417
|
+
- LastDecreaseDateTime:
|
|
418
418
|
- :timestamp
|
|
419
|
-
- ReadCapacityUnits:
|
|
419
|
+
- ReadCapacityUnits:
|
|
420
420
|
- :long
|
|
421
|
-
- WriteCapacityUnits:
|
|
421
|
+
- WriteCapacityUnits:
|
|
422
422
|
- :long
|
|
423
|
-
- TableSizeBytes:
|
|
423
|
+
- TableSizeBytes:
|
|
424
424
|
- :long
|
|
425
|
-
- ItemCount:
|
|
425
|
+
- ItemCount:
|
|
426
426
|
- :long
|
|
427
|
-
UpdateTable:
|
|
428
|
-
:input:
|
|
429
|
-
TableName:
|
|
427
|
+
UpdateTable:
|
|
428
|
+
:input:
|
|
429
|
+
TableName:
|
|
430
430
|
- :string
|
|
431
431
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
432
432
|
- :required
|
|
433
|
-
ProvisionedThroughput:
|
|
434
|
-
- :structure:
|
|
435
|
-
ReadCapacityUnits:
|
|
433
|
+
ProvisionedThroughput:
|
|
434
|
+
- :structure:
|
|
435
|
+
ReadCapacityUnits:
|
|
436
436
|
- :long
|
|
437
437
|
- :required
|
|
438
|
-
WriteCapacityUnits:
|
|
438
|
+
WriteCapacityUnits:
|
|
439
439
|
- :long
|
|
440
440
|
- :required
|
|
441
441
|
- :required
|
|
442
|
-
:output:
|
|
443
|
-
- TableDescription:
|
|
444
|
-
- CreationDateTime:
|
|
442
|
+
:output:
|
|
443
|
+
- TableDescription:
|
|
444
|
+
- CreationDateTime:
|
|
445
445
|
- :timestamp
|
|
446
|
-
- ProvisionedThroughput:
|
|
447
|
-
- LastIncreaseDateTime:
|
|
446
|
+
- ProvisionedThroughput:
|
|
447
|
+
- LastIncreaseDateTime:
|
|
448
448
|
- :timestamp
|
|
449
|
-
- LastDecreaseDateTime:
|
|
449
|
+
- LastDecreaseDateTime:
|
|
450
450
|
- :timestamp
|
|
451
|
-
- ReadCapacityUnits:
|
|
451
|
+
- ReadCapacityUnits:
|
|
452
452
|
- :long
|
|
453
|
-
- WriteCapacityUnits:
|
|
453
|
+
- WriteCapacityUnits:
|
|
454
454
|
- :long
|
|
455
|
-
- TableSizeBytes:
|
|
455
|
+
- TableSizeBytes:
|
|
456
456
|
- :long
|
|
457
|
-
- ItemCount:
|
|
457
|
+
- ItemCount:
|
|
458
458
|
- :long
|
|
459
|
-
DeleteTable:
|
|
460
|
-
:input:
|
|
461
|
-
TableName:
|
|
459
|
+
DeleteTable:
|
|
460
|
+
:input:
|
|
461
|
+
TableName:
|
|
462
462
|
- :string
|
|
463
463
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
464
464
|
- :required
|
|
465
|
-
:output:
|
|
466
|
-
- TableDescription:
|
|
467
|
-
- CreationDateTime:
|
|
465
|
+
:output:
|
|
466
|
+
- TableDescription:
|
|
467
|
+
- CreationDateTime:
|
|
468
468
|
- :timestamp
|
|
469
|
-
- ProvisionedThroughput:
|
|
470
|
-
- LastIncreaseDateTime:
|
|
469
|
+
- ProvisionedThroughput:
|
|
470
|
+
- LastIncreaseDateTime:
|
|
471
471
|
- :timestamp
|
|
472
|
-
- LastDecreaseDateTime:
|
|
472
|
+
- LastDecreaseDateTime:
|
|
473
473
|
- :timestamp
|
|
474
|
-
- ReadCapacityUnits:
|
|
474
|
+
- ReadCapacityUnits:
|
|
475
475
|
- :long
|
|
476
|
-
- WriteCapacityUnits:
|
|
476
|
+
- WriteCapacityUnits:
|
|
477
477
|
- :long
|
|
478
|
-
- TableSizeBytes:
|
|
478
|
+
- TableSizeBytes:
|
|
479
479
|
- :long
|
|
480
|
-
- ItemCount:
|
|
480
|
+
- ItemCount:
|
|
481
481
|
- :long
|
|
482
|
-
DescribeTable:
|
|
483
|
-
:input:
|
|
484
|
-
TableName:
|
|
482
|
+
DescribeTable:
|
|
483
|
+
:input:
|
|
484
|
+
TableName:
|
|
485
485
|
- :string
|
|
486
486
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
487
487
|
- :required
|
|
488
|
-
:output:
|
|
489
|
-
- Table:
|
|
490
|
-
- CreationDateTime:
|
|
488
|
+
:output:
|
|
489
|
+
- Table:
|
|
490
|
+
- CreationDateTime:
|
|
491
491
|
- :timestamp
|
|
492
|
-
- ProvisionedThroughput:
|
|
493
|
-
- LastIncreaseDateTime:
|
|
492
|
+
- ProvisionedThroughput:
|
|
493
|
+
- LastIncreaseDateTime:
|
|
494
494
|
- :timestamp
|
|
495
|
-
- LastDecreaseDateTime:
|
|
495
|
+
- LastDecreaseDateTime:
|
|
496
496
|
- :timestamp
|
|
497
|
-
- ReadCapacityUnits:
|
|
497
|
+
- ReadCapacityUnits:
|
|
498
498
|
- :long
|
|
499
|
-
- WriteCapacityUnits:
|
|
499
|
+
- WriteCapacityUnits:
|
|
500
500
|
- :long
|
|
501
|
-
- TableSizeBytes:
|
|
501
|
+
- TableSizeBytes:
|
|
502
502
|
- :long
|
|
503
|
-
- ItemCount:
|
|
503
|
+
- ItemCount:
|
|
504
504
|
- :long
|
|
505
|
-
ListTables:
|
|
506
|
-
:input:
|
|
507
|
-
ExclusiveStartTableName:
|
|
505
|
+
ListTables:
|
|
506
|
+
:input:
|
|
507
|
+
ExclusiveStartTableName:
|
|
508
508
|
- :string
|
|
509
509
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
510
|
-
Limit:
|
|
510
|
+
Limit:
|
|
511
511
|
- :integer
|
|
512
|
-
:output:
|
|
513
|
-
- TableNames:
|
|
512
|
+
:output:
|
|
513
|
+
- TableNames:
|
|
514
514
|
- :list: member
|
|
515
|
-
Scan:
|
|
516
|
-
:input:
|
|
517
|
-
TableName:
|
|
515
|
+
Scan:
|
|
516
|
+
:input:
|
|
517
|
+
TableName:
|
|
518
518
|
- :string
|
|
519
519
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
520
520
|
- :required
|
|
521
|
-
AttributesToGet:
|
|
522
|
-
- :list:
|
|
521
|
+
AttributesToGet:
|
|
522
|
+
- :list:
|
|
523
523
|
- :string
|
|
524
|
-
Limit:
|
|
524
|
+
Limit:
|
|
525
525
|
- :integer
|
|
526
|
-
Count:
|
|
526
|
+
Count:
|
|
527
527
|
- :boolean
|
|
528
|
-
ScanFilter:
|
|
529
|
-
- :map:
|
|
530
|
-
:key:
|
|
528
|
+
ScanFilter:
|
|
529
|
+
- :map:
|
|
530
|
+
:key:
|
|
531
531
|
- :string
|
|
532
|
-
:value:
|
|
533
|
-
- :structure:
|
|
534
|
-
AttributeValueList:
|
|
535
|
-
- :list:
|
|
536
|
-
- :structure:
|
|
537
|
-
S:
|
|
532
|
+
:value:
|
|
533
|
+
- :structure:
|
|
534
|
+
AttributeValueList:
|
|
535
|
+
- :list:
|
|
536
|
+
- :structure:
|
|
537
|
+
S:
|
|
538
538
|
- :string
|
|
539
|
-
N:
|
|
539
|
+
N:
|
|
540
540
|
- :string
|
|
541
|
-
SS:
|
|
542
|
-
- :list:
|
|
541
|
+
SS:
|
|
542
|
+
- :list:
|
|
543
543
|
- :string
|
|
544
|
-
NS:
|
|
545
|
-
- :list:
|
|
544
|
+
NS:
|
|
545
|
+
- :list:
|
|
546
546
|
- :string
|
|
547
|
-
ComparisonOperator:
|
|
547
|
+
ComparisonOperator:
|
|
548
548
|
- :string
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
549
|
+
- :required
|
|
550
|
+
ExclusiveStartKey:
|
|
551
|
+
- :structure:
|
|
552
|
+
HashKeyElement:
|
|
553
|
+
- :structure:
|
|
554
|
+
S:
|
|
554
555
|
- :string
|
|
555
|
-
N:
|
|
556
|
+
N:
|
|
556
557
|
- :string
|
|
557
|
-
SS:
|
|
558
|
-
- :list:
|
|
558
|
+
SS:
|
|
559
|
+
- :list:
|
|
559
560
|
- :string
|
|
560
|
-
NS:
|
|
561
|
-
- :list:
|
|
561
|
+
NS:
|
|
562
|
+
- :list:
|
|
562
563
|
- :string
|
|
563
564
|
- :required
|
|
564
|
-
RangeKeyElement:
|
|
565
|
-
- :structure:
|
|
566
|
-
S:
|
|
565
|
+
RangeKeyElement:
|
|
566
|
+
- :structure:
|
|
567
|
+
S:
|
|
567
568
|
- :string
|
|
568
|
-
N:
|
|
569
|
+
N:
|
|
569
570
|
- :string
|
|
570
|
-
SS:
|
|
571
|
-
- :list:
|
|
571
|
+
SS:
|
|
572
|
+
- :list:
|
|
572
573
|
- :string
|
|
573
|
-
NS:
|
|
574
|
-
- :list:
|
|
574
|
+
NS:
|
|
575
|
+
- :list:
|
|
575
576
|
- :string
|
|
576
|
-
:output:
|
|
577
|
-
- Items:
|
|
577
|
+
:output:
|
|
578
|
+
- Items:
|
|
578
579
|
- :list: member
|
|
579
|
-
- member:
|
|
580
|
-
- :map:
|
|
580
|
+
- member:
|
|
581
|
+
- :map:
|
|
581
582
|
- entry
|
|
582
583
|
- key
|
|
583
584
|
- value
|
|
584
|
-
- entry:
|
|
585
|
-
- value:
|
|
586
|
-
- SS:
|
|
585
|
+
- entry:
|
|
586
|
+
- value:
|
|
587
|
+
- SS:
|
|
587
588
|
- :list: member
|
|
588
|
-
- NS:
|
|
589
|
+
- NS:
|
|
589
590
|
- :list: member
|
|
590
|
-
- Count:
|
|
591
|
+
- Count:
|
|
591
592
|
- :integer
|
|
592
|
-
- ScannedCount:
|
|
593
|
+
- ScannedCount:
|
|
593
594
|
- :integer
|
|
594
|
-
- LastEvaluatedKey:
|
|
595
|
-
- HashKeyElement:
|
|
596
|
-
- SS:
|
|
595
|
+
- LastEvaluatedKey:
|
|
596
|
+
- HashKeyElement:
|
|
597
|
+
- SS:
|
|
597
598
|
- :list: member
|
|
598
|
-
- NS:
|
|
599
|
+
- NS:
|
|
599
600
|
- :list: member
|
|
600
|
-
- RangeKeyElement:
|
|
601
|
-
- SS:
|
|
601
|
+
- RangeKeyElement:
|
|
602
|
+
- SS:
|
|
602
603
|
- :list: member
|
|
603
|
-
- NS:
|
|
604
|
+
- NS:
|
|
604
605
|
- :list: member
|
|
605
|
-
- ConsumedCapacityUnits:
|
|
606
|
+
- ConsumedCapacityUnits:
|
|
606
607
|
- :float
|
|
607
|
-
Query:
|
|
608
|
-
:input:
|
|
609
|
-
TableName:
|
|
608
|
+
Query:
|
|
609
|
+
:input:
|
|
610
|
+
TableName:
|
|
610
611
|
- :string
|
|
611
612
|
- :pattern: !ruby/regexp /[a-zA-Z0-9_.-]+/
|
|
612
613
|
- :required
|
|
613
|
-
AttributesToGet:
|
|
614
|
-
- :list:
|
|
614
|
+
AttributesToGet:
|
|
615
|
+
- :list:
|
|
615
616
|
- :string
|
|
616
|
-
Limit:
|
|
617
|
+
Limit:
|
|
617
618
|
- :integer
|
|
618
|
-
ConsistentRead:
|
|
619
|
+
ConsistentRead:
|
|
619
620
|
- :boolean
|
|
620
|
-
Count:
|
|
621
|
+
Count:
|
|
621
622
|
- :boolean
|
|
622
|
-
HashKeyValue:
|
|
623
|
-
- :structure:
|
|
624
|
-
S:
|
|
623
|
+
HashKeyValue:
|
|
624
|
+
- :structure:
|
|
625
|
+
S:
|
|
625
626
|
- :string
|
|
626
|
-
N:
|
|
627
|
+
N:
|
|
627
628
|
- :string
|
|
628
|
-
SS:
|
|
629
|
-
- :list:
|
|
629
|
+
SS:
|
|
630
|
+
- :list:
|
|
630
631
|
- :string
|
|
631
|
-
NS:
|
|
632
|
-
- :list:
|
|
632
|
+
NS:
|
|
633
|
+
- :list:
|
|
633
634
|
- :string
|
|
634
635
|
- :required
|
|
635
|
-
RangeKeyCondition:
|
|
636
|
-
- :structure:
|
|
637
|
-
AttributeValueList:
|
|
638
|
-
- :list:
|
|
639
|
-
- :structure:
|
|
640
|
-
S:
|
|
636
|
+
RangeKeyCondition:
|
|
637
|
+
- :structure:
|
|
638
|
+
AttributeValueList:
|
|
639
|
+
- :list:
|
|
640
|
+
- :structure:
|
|
641
|
+
S:
|
|
641
642
|
- :string
|
|
642
|
-
N:
|
|
643
|
+
N:
|
|
643
644
|
- :string
|
|
644
|
-
SS:
|
|
645
|
-
- :list:
|
|
645
|
+
SS:
|
|
646
|
+
- :list:
|
|
646
647
|
- :string
|
|
647
|
-
NS:
|
|
648
|
-
- :list:
|
|
648
|
+
NS:
|
|
649
|
+
- :list:
|
|
649
650
|
- :string
|
|
650
|
-
ComparisonOperator:
|
|
651
|
+
ComparisonOperator:
|
|
651
652
|
- :string
|
|
652
|
-
|
|
653
|
+
- :required
|
|
654
|
+
ScanIndexForward:
|
|
653
655
|
- :boolean
|
|
654
|
-
ExclusiveStartKey:
|
|
655
|
-
- :structure:
|
|
656
|
-
HashKeyElement:
|
|
657
|
-
- :structure:
|
|
658
|
-
S:
|
|
656
|
+
ExclusiveStartKey:
|
|
657
|
+
- :structure:
|
|
658
|
+
HashKeyElement:
|
|
659
|
+
- :structure:
|
|
660
|
+
S:
|
|
659
661
|
- :string
|
|
660
|
-
N:
|
|
662
|
+
N:
|
|
661
663
|
- :string
|
|
662
|
-
SS:
|
|
663
|
-
- :list:
|
|
664
|
+
SS:
|
|
665
|
+
- :list:
|
|
664
666
|
- :string
|
|
665
|
-
NS:
|
|
666
|
-
- :list:
|
|
667
|
+
NS:
|
|
668
|
+
- :list:
|
|
667
669
|
- :string
|
|
668
670
|
- :required
|
|
669
|
-
RangeKeyElement:
|
|
670
|
-
- :structure:
|
|
671
|
-
S:
|
|
671
|
+
RangeKeyElement:
|
|
672
|
+
- :structure:
|
|
673
|
+
S:
|
|
672
674
|
- :string
|
|
673
|
-
N:
|
|
675
|
+
N:
|
|
674
676
|
- :string
|
|
675
|
-
SS:
|
|
676
|
-
- :list:
|
|
677
|
+
SS:
|
|
678
|
+
- :list:
|
|
677
679
|
- :string
|
|
678
|
-
NS:
|
|
679
|
-
- :list:
|
|
680
|
+
NS:
|
|
681
|
+
- :list:
|
|
680
682
|
- :string
|
|
681
|
-
:output:
|
|
682
|
-
- Items:
|
|
683
|
+
:output:
|
|
684
|
+
- Items:
|
|
683
685
|
- :list: member
|
|
684
|
-
- member:
|
|
685
|
-
- :map:
|
|
686
|
+
- member:
|
|
687
|
+
- :map:
|
|
686
688
|
- entry
|
|
687
689
|
- key
|
|
688
690
|
- value
|
|
689
|
-
- entry:
|
|
690
|
-
- value:
|
|
691
|
-
- SS:
|
|
691
|
+
- entry:
|
|
692
|
+
- value:
|
|
693
|
+
- SS:
|
|
692
694
|
- :list: member
|
|
693
|
-
- NS:
|
|
695
|
+
- NS:
|
|
694
696
|
- :list: member
|
|
695
|
-
- Count:
|
|
697
|
+
- Count:
|
|
696
698
|
- :integer
|
|
697
|
-
- LastEvaluatedKey:
|
|
698
|
-
- HashKeyElement:
|
|
699
|
-
- SS:
|
|
699
|
+
- LastEvaluatedKey:
|
|
700
|
+
- HashKeyElement:
|
|
701
|
+
- SS:
|
|
700
702
|
- :list: member
|
|
701
|
-
- NS:
|
|
703
|
+
- NS:
|
|
702
704
|
- :list: member
|
|
703
|
-
- RangeKeyElement:
|
|
704
|
-
- SS:
|
|
705
|
+
- RangeKeyElement:
|
|
706
|
+
- SS:
|
|
705
707
|
- :list: member
|
|
706
|
-
- NS:
|
|
708
|
+
- NS:
|
|
707
709
|
- :list: member
|
|
708
|
-
- ConsumedCapacityUnits:
|
|
710
|
+
- ConsumedCapacityUnits:
|
|
709
711
|
- :float
|
|
710
|
-
:
|
|
712
|
+
BatchWriteItem:
|
|
713
|
+
:input:
|
|
714
|
+
RequestItems:
|
|
715
|
+
- :map:
|
|
716
|
+
:key:
|
|
717
|
+
- :string
|
|
718
|
+
:value:
|
|
719
|
+
- :list:
|
|
720
|
+
- :structure:
|
|
721
|
+
PutRequest:
|
|
722
|
+
- :structure:
|
|
723
|
+
Item:
|
|
724
|
+
- :map:
|
|
725
|
+
:key:
|
|
726
|
+
- :string
|
|
727
|
+
:value:
|
|
728
|
+
- :structure:
|
|
729
|
+
S:
|
|
730
|
+
- :string
|
|
731
|
+
N:
|
|
732
|
+
- :string
|
|
733
|
+
SS:
|
|
734
|
+
- :list:
|
|
735
|
+
- :string
|
|
736
|
+
NS:
|
|
737
|
+
- :list:
|
|
738
|
+
- :string
|
|
739
|
+
- :required
|
|
740
|
+
DeleteRequest:
|
|
741
|
+
- :structure:
|
|
742
|
+
Key:
|
|
743
|
+
- :structure:
|
|
744
|
+
HashKeyElement:
|
|
745
|
+
- :structure:
|
|
746
|
+
S:
|
|
747
|
+
- :string
|
|
748
|
+
N:
|
|
749
|
+
- :string
|
|
750
|
+
SS:
|
|
751
|
+
- :list:
|
|
752
|
+
- :string
|
|
753
|
+
NS:
|
|
754
|
+
- :list:
|
|
755
|
+
- :string
|
|
756
|
+
- :required
|
|
757
|
+
RangeKeyElement:
|
|
758
|
+
- :structure:
|
|
759
|
+
S:
|
|
760
|
+
- :string
|
|
761
|
+
N:
|
|
762
|
+
- :string
|
|
763
|
+
SS:
|
|
764
|
+
- :list:
|
|
765
|
+
- :string
|
|
766
|
+
NS:
|
|
767
|
+
- :list:
|
|
768
|
+
- :string
|
|
769
|
+
- :required
|
|
770
|
+
- :required
|
|
771
|
+
:output:
|
|
772
|
+
- Responses:
|
|
773
|
+
- :map:
|
|
774
|
+
- entry
|
|
775
|
+
- key
|
|
776
|
+
- value
|
|
777
|
+
- entry:
|
|
778
|
+
- value:
|
|
779
|
+
- ConsumedCapacityUnits:
|
|
780
|
+
- :float
|
|
781
|
+
- UnprocessedItems:
|
|
782
|
+
- :map:
|
|
783
|
+
- entry
|
|
784
|
+
- key
|
|
785
|
+
- value
|
|
786
|
+
- entry:
|
|
787
|
+
- value:
|
|
788
|
+
- :list: member
|
|
789
|
+
- member:
|
|
790
|
+
- PutRequest:
|
|
791
|
+
- Item:
|
|
792
|
+
- :map:
|
|
793
|
+
- entry
|
|
794
|
+
- key
|
|
795
|
+
- value
|
|
796
|
+
- entry:
|
|
797
|
+
- value:
|
|
798
|
+
- SS:
|
|
799
|
+
- :list: member
|
|
800
|
+
- NS:
|
|
801
|
+
- :list: member
|
|
802
|
+
- DeleteRequest:
|
|
803
|
+
- Key:
|
|
804
|
+
- HashKeyElement:
|
|
805
|
+
- SS:
|
|
806
|
+
- :list: member
|
|
807
|
+
- NS:
|
|
808
|
+
- :list: member
|
|
809
|
+
- RangeKeyElement:
|
|
810
|
+
- SS:
|
|
811
|
+
- :list: member
|
|
812
|
+
- NS:
|
|
813
|
+
- :list: member
|
|
814
|
+
:client_errors:
|
|
711
815
|
ConditionalCheckFailed: []
|
|
712
|
-
|
|
713
816
|
ResourceInUseException: []
|
|
714
|
-
|
|
715
817
|
ResourceNotFoundException: []
|
|
716
|
-
|
|
717
818
|
LimitExceededException: []
|
|
718
|
-
|
|
719
819
|
ProvisionedThroughputExceededException: []
|
|
720
|
-
|
|
721
820
|
:server_errors: {}
|