aws-sdk-core 2.1.4 → 2.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/devicefarm/2015-06-23/api-2.json +1582 -0
- data/apis/devicefarm/2015-06-23/paginators-1.json +64 -0
- data/apis/dynamodb/2012-08-10/api-2.json +38 -6
- data/apis/streams.dynamodb/2012-08-10/api-2.json +436 -0
- data/lib/aws-sdk-core.rb +2 -0
- data/lib/aws-sdk-core/client_stubs.rb +2 -2
- data/lib/aws-sdk-core/devicefarm.rb +5 -0
- data/lib/aws-sdk-core/dynamodbstreams.rb +4 -0
- data/lib/aws-sdk-core/json.rb +7 -5
- data/lib/aws-sdk-core/plugins/stub_responses.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/lib/seahorse/client/plugins/response_target.rb +5 -2
- metadata +8 -3
@@ -0,0 +1,64 @@
|
|
1
|
+
{
|
2
|
+
"pagination": {
|
3
|
+
"ListArtifacts": {
|
4
|
+
"input_token": "nextToken",
|
5
|
+
"output_token": "nextToken",
|
6
|
+
"result_key": "artifacts"
|
7
|
+
},
|
8
|
+
"ListDevicePools": {
|
9
|
+
"input_token": "nextToken",
|
10
|
+
"output_token": "nextToken",
|
11
|
+
"result_key": "devicePools"
|
12
|
+
},
|
13
|
+
"ListDevices": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"output_token": "nextToken",
|
16
|
+
"result_key": "devices"
|
17
|
+
},
|
18
|
+
"ListDevices": {
|
19
|
+
"input_token": "nextToken",
|
20
|
+
"output_token": "nextToken",
|
21
|
+
"result_key": "devices"
|
22
|
+
},
|
23
|
+
"ListJobs": {
|
24
|
+
"input_token": "nextToken",
|
25
|
+
"output_token": "nextToken",
|
26
|
+
"result_key": "jobs"
|
27
|
+
},
|
28
|
+
"ListProjects": {
|
29
|
+
"input_token": "nextToken",
|
30
|
+
"output_token": "nextToken",
|
31
|
+
"result_key": "projects"
|
32
|
+
},
|
33
|
+
"ListRuns": {
|
34
|
+
"input_token": "nextToken",
|
35
|
+
"output_token": "nextToken",
|
36
|
+
"result_key": "runs"
|
37
|
+
},
|
38
|
+
"ListSamples": {
|
39
|
+
"input_token": "nextToken",
|
40
|
+
"output_token": "nextToken",
|
41
|
+
"result_key": "samples"
|
42
|
+
},
|
43
|
+
"ListSuites": {
|
44
|
+
"input_token": "nextToken",
|
45
|
+
"output_token": "nextToken",
|
46
|
+
"result_key": "suites"
|
47
|
+
},
|
48
|
+
"ListTests": {
|
49
|
+
"input_token": "nextToken",
|
50
|
+
"output_token": "nextToken",
|
51
|
+
"result_key": "tests"
|
52
|
+
},
|
53
|
+
"ListUniqueProblems": {
|
54
|
+
"input_token": "nextToken",
|
55
|
+
"output_token": "nextToken",
|
56
|
+
"result_key": "uniqueProblems"
|
57
|
+
},
|
58
|
+
"ListUploads": {
|
59
|
+
"input_token": "nextToken",
|
60
|
+
"output_token": "nextToken",
|
61
|
+
"result_key": "uploads"
|
62
|
+
}
|
63
|
+
}
|
64
|
+
}
|
@@ -569,7 +569,8 @@
|
|
569
569
|
"KeySchema":{"shape":"KeySchema"},
|
570
570
|
"LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexList"},
|
571
571
|
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexList"},
|
572
|
-
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
|
572
|
+
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
|
573
|
+
"StreamSpecification":{"shape":"StreamSpecification"}
|
573
574
|
}
|
574
575
|
},
|
575
576
|
"CreateTableOutput":{
|
@@ -726,7 +727,8 @@
|
|
726
727
|
"Backfilling":{"shape":"Backfilling"},
|
727
728
|
"ProvisionedThroughput":{"shape":"ProvisionedThroughputDescription"},
|
728
729
|
"IndexSizeBytes":{"shape":"Long"},
|
729
|
-
"ItemCount":{"shape":"Long"}
|
730
|
+
"ItemCount":{"shape":"Long"},
|
731
|
+
"IndexArn":{"shape":"String"}
|
730
732
|
}
|
731
733
|
},
|
732
734
|
"GlobalSecondaryIndexDescriptionList":{
|
@@ -917,7 +919,8 @@
|
|
917
919
|
"KeySchema":{"shape":"KeySchema"},
|
918
920
|
"Projection":{"shape":"Projection"},
|
919
921
|
"IndexSizeBytes":{"shape":"Long"},
|
920
|
-
"ItemCount":{"shape":"Long"}
|
922
|
+
"ItemCount":{"shape":"Long"},
|
923
|
+
"IndexArn":{"shape":"String"}
|
921
924
|
}
|
922
925
|
},
|
923
926
|
"LocalSecondaryIndexDescriptionList":{
|
@@ -1140,7 +1143,8 @@
|
|
1140
1143
|
"ProjectionExpression":{"shape":"ProjectionExpression"},
|
1141
1144
|
"FilterExpression":{"shape":"ConditionExpression"},
|
1142
1145
|
"ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"},
|
1143
|
-
"ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"}
|
1146
|
+
"ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"},
|
1147
|
+
"ConsistentRead":{"shape":"ConsistentRead"}
|
1144
1148
|
}
|
1145
1149
|
},
|
1146
1150
|
"ScanOutput":{
|
@@ -1177,6 +1181,29 @@
|
|
1177
1181
|
"COUNT"
|
1178
1182
|
]
|
1179
1183
|
},
|
1184
|
+
"StreamArn":{
|
1185
|
+
"type":"string",
|
1186
|
+
"min":37,
|
1187
|
+
"max":1024
|
1188
|
+
},
|
1189
|
+
"StreamEnabled":{"type":"boolean"},
|
1190
|
+
"StreamSpecification":{
|
1191
|
+
"type":"structure",
|
1192
|
+
"members":{
|
1193
|
+
"StreamEnabled":{"shape":"StreamEnabled"},
|
1194
|
+
"StreamViewType":{"shape":"StreamViewType"}
|
1195
|
+
}
|
1196
|
+
},
|
1197
|
+
"StreamViewType":{
|
1198
|
+
"type":"string",
|
1199
|
+
"enum":[
|
1200
|
+
"NEW_IMAGE",
|
1201
|
+
"OLD_IMAGE",
|
1202
|
+
"NEW_AND_OLD_IMAGES",
|
1203
|
+
"KEYS_ONLY"
|
1204
|
+
]
|
1205
|
+
},
|
1206
|
+
"String":{"type":"string"},
|
1180
1207
|
"StringAttributeValue":{"type":"string"},
|
1181
1208
|
"StringSetAttributeValue":{
|
1182
1209
|
"type":"list",
|
@@ -1193,8 +1220,12 @@
|
|
1193
1220
|
"ProvisionedThroughput":{"shape":"ProvisionedThroughputDescription"},
|
1194
1221
|
"TableSizeBytes":{"shape":"Long"},
|
1195
1222
|
"ItemCount":{"shape":"Long"},
|
1223
|
+
"TableArn":{"shape":"String"},
|
1196
1224
|
"LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexDescriptionList"},
|
1197
|
-
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexDescriptionList"}
|
1225
|
+
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexDescriptionList"},
|
1226
|
+
"StreamSpecification":{"shape":"StreamSpecification"},
|
1227
|
+
"LatestStreamLabel":{"shape":"String"},
|
1228
|
+
"LatestStreamArn":{"shape":"StreamArn"}
|
1198
1229
|
}
|
1199
1230
|
},
|
1200
1231
|
"TableName":{
|
@@ -1264,7 +1295,8 @@
|
|
1264
1295
|
"AttributeDefinitions":{"shape":"AttributeDefinitions"},
|
1265
1296
|
"TableName":{"shape":"TableName"},
|
1266
1297
|
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
|
1267
|
-
"GlobalSecondaryIndexUpdates":{"shape":"GlobalSecondaryIndexUpdateList"}
|
1298
|
+
"GlobalSecondaryIndexUpdates":{"shape":"GlobalSecondaryIndexUpdateList"},
|
1299
|
+
"StreamSpecification":{"shape":"StreamSpecification"}
|
1268
1300
|
}
|
1269
1301
|
},
|
1270
1302
|
"UpdateTableOutput":{
|
@@ -0,0 +1,436 @@
|
|
1
|
+
{
|
2
|
+
"version":"2.0",
|
3
|
+
"metadata":{
|
4
|
+
"apiVersion":"2012-08-10",
|
5
|
+
"endpointPrefix":"streams.dynamodb",
|
6
|
+
"jsonVersion":"1.0",
|
7
|
+
"serviceFullName":"Amazon DynamoDB Streams",
|
8
|
+
"signatureVersion":"v4",
|
9
|
+
"signingName":"dynamodb",
|
10
|
+
"targetPrefix":"DynamoDBStreams_20120810",
|
11
|
+
"protocol":"json"
|
12
|
+
},
|
13
|
+
"operations":{
|
14
|
+
"DescribeStream":{
|
15
|
+
"name":"DescribeStream",
|
16
|
+
"http":{
|
17
|
+
"method":"POST",
|
18
|
+
"requestUri":"/"
|
19
|
+
},
|
20
|
+
"input":{"shape":"DescribeStreamInput"},
|
21
|
+
"output":{"shape":"DescribeStreamOutput"},
|
22
|
+
"errors":[
|
23
|
+
{
|
24
|
+
"shape":"ResourceNotFoundException",
|
25
|
+
"exception":true
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"shape":"InternalServerError",
|
29
|
+
"exception":true,
|
30
|
+
"fault":true
|
31
|
+
}
|
32
|
+
]
|
33
|
+
},
|
34
|
+
"GetRecords":{
|
35
|
+
"name":"GetRecords",
|
36
|
+
"http":{
|
37
|
+
"method":"POST",
|
38
|
+
"requestUri":"/"
|
39
|
+
},
|
40
|
+
"input":{"shape":"GetRecordsInput"},
|
41
|
+
"output":{"shape":"GetRecordsOutput"},
|
42
|
+
"errors":[
|
43
|
+
{
|
44
|
+
"shape":"ResourceNotFoundException",
|
45
|
+
"exception":true
|
46
|
+
},
|
47
|
+
{
|
48
|
+
"shape":"LimitExceededException",
|
49
|
+
"exception":true
|
50
|
+
},
|
51
|
+
{
|
52
|
+
"shape":"InternalServerError",
|
53
|
+
"exception":true,
|
54
|
+
"fault":true
|
55
|
+
},
|
56
|
+
{
|
57
|
+
"shape":"ExpiredIteratorException",
|
58
|
+
"exception":true
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"shape":"TrimmedDataAccessException",
|
62
|
+
"exception":true
|
63
|
+
}
|
64
|
+
]
|
65
|
+
},
|
66
|
+
"GetShardIterator":{
|
67
|
+
"name":"GetShardIterator",
|
68
|
+
"http":{
|
69
|
+
"method":"POST",
|
70
|
+
"requestUri":"/"
|
71
|
+
},
|
72
|
+
"input":{"shape":"GetShardIteratorInput"},
|
73
|
+
"output":{"shape":"GetShardIteratorOutput"},
|
74
|
+
"errors":[
|
75
|
+
{
|
76
|
+
"shape":"ResourceNotFoundException",
|
77
|
+
"exception":true
|
78
|
+
},
|
79
|
+
{
|
80
|
+
"shape":"InternalServerError",
|
81
|
+
"exception":true,
|
82
|
+
"fault":true
|
83
|
+
},
|
84
|
+
{
|
85
|
+
"shape":"TrimmedDataAccessException",
|
86
|
+
"exception":true
|
87
|
+
}
|
88
|
+
]
|
89
|
+
},
|
90
|
+
"ListStreams":{
|
91
|
+
"name":"ListStreams",
|
92
|
+
"http":{
|
93
|
+
"method":"POST",
|
94
|
+
"requestUri":"/"
|
95
|
+
},
|
96
|
+
"input":{"shape":"ListStreamsInput"},
|
97
|
+
"output":{"shape":"ListStreamsOutput"},
|
98
|
+
"errors":[
|
99
|
+
{
|
100
|
+
"shape":"ResourceNotFoundException",
|
101
|
+
"exception":true
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"shape":"InternalServerError",
|
105
|
+
"exception":true,
|
106
|
+
"fault":true
|
107
|
+
}
|
108
|
+
]
|
109
|
+
}
|
110
|
+
},
|
111
|
+
"shapes":{
|
112
|
+
"AttributeMap":{
|
113
|
+
"type":"map",
|
114
|
+
"key":{"shape":"AttributeName"},
|
115
|
+
"value":{"shape":"AttributeValue"}
|
116
|
+
},
|
117
|
+
"AttributeName":{
|
118
|
+
"type":"string",
|
119
|
+
"max":65535
|
120
|
+
},
|
121
|
+
"AttributeValue":{
|
122
|
+
"type":"structure",
|
123
|
+
"members":{
|
124
|
+
"S":{"shape":"StringAttributeValue"},
|
125
|
+
"N":{"shape":"NumberAttributeValue"},
|
126
|
+
"B":{"shape":"BinaryAttributeValue"},
|
127
|
+
"SS":{"shape":"StringSetAttributeValue"},
|
128
|
+
"NS":{"shape":"NumberSetAttributeValue"},
|
129
|
+
"BS":{"shape":"BinarySetAttributeValue"},
|
130
|
+
"M":{"shape":"MapAttributeValue"},
|
131
|
+
"L":{"shape":"ListAttributeValue"},
|
132
|
+
"NULL":{"shape":"NullAttributeValue"},
|
133
|
+
"BOOL":{"shape":"BooleanAttributeValue"}
|
134
|
+
}
|
135
|
+
},
|
136
|
+
"BinaryAttributeValue":{"type":"blob"},
|
137
|
+
"BinarySetAttributeValue":{
|
138
|
+
"type":"list",
|
139
|
+
"member":{"shape":"BinaryAttributeValue"}
|
140
|
+
},
|
141
|
+
"BooleanAttributeValue":{"type":"boolean"},
|
142
|
+
"Date":{"type":"timestamp"},
|
143
|
+
"DescribeStreamInput":{
|
144
|
+
"type":"structure",
|
145
|
+
"required":["StreamArn"],
|
146
|
+
"members":{
|
147
|
+
"StreamArn":{"shape":"StreamArn"},
|
148
|
+
"Limit":{"shape":"PositiveIntegerObject"},
|
149
|
+
"ExclusiveStartShardId":{"shape":"ShardId"}
|
150
|
+
}
|
151
|
+
},
|
152
|
+
"DescribeStreamOutput":{
|
153
|
+
"type":"structure",
|
154
|
+
"members":{
|
155
|
+
"StreamDescription":{"shape":"StreamDescription"}
|
156
|
+
}
|
157
|
+
},
|
158
|
+
"ErrorMessage":{"type":"string"},
|
159
|
+
"ExpiredIteratorException":{
|
160
|
+
"type":"structure",
|
161
|
+
"members":{
|
162
|
+
"message":{"shape":"ErrorMessage"}
|
163
|
+
},
|
164
|
+
"exception":true
|
165
|
+
},
|
166
|
+
"GetRecordsInput":{
|
167
|
+
"type":"structure",
|
168
|
+
"required":["ShardIterator"],
|
169
|
+
"members":{
|
170
|
+
"ShardIterator":{"shape":"ShardIterator"},
|
171
|
+
"Limit":{"shape":"PositiveIntegerObject"}
|
172
|
+
}
|
173
|
+
},
|
174
|
+
"GetRecordsOutput":{
|
175
|
+
"type":"structure",
|
176
|
+
"members":{
|
177
|
+
"Records":{"shape":"RecordList"},
|
178
|
+
"NextShardIterator":{"shape":"ShardIterator"}
|
179
|
+
}
|
180
|
+
},
|
181
|
+
"GetShardIteratorInput":{
|
182
|
+
"type":"structure",
|
183
|
+
"required":[
|
184
|
+
"StreamArn",
|
185
|
+
"ShardId",
|
186
|
+
"ShardIteratorType"
|
187
|
+
],
|
188
|
+
"members":{
|
189
|
+
"StreamArn":{"shape":"StreamArn"},
|
190
|
+
"ShardId":{"shape":"ShardId"},
|
191
|
+
"ShardIteratorType":{"shape":"ShardIteratorType"},
|
192
|
+
"SequenceNumber":{"shape":"SequenceNumber"}
|
193
|
+
}
|
194
|
+
},
|
195
|
+
"GetShardIteratorOutput":{
|
196
|
+
"type":"structure",
|
197
|
+
"members":{
|
198
|
+
"ShardIterator":{"shape":"ShardIterator"}
|
199
|
+
}
|
200
|
+
},
|
201
|
+
"InternalServerError":{
|
202
|
+
"type":"structure",
|
203
|
+
"members":{
|
204
|
+
"message":{"shape":"ErrorMessage"}
|
205
|
+
},
|
206
|
+
"exception":true,
|
207
|
+
"fault":true
|
208
|
+
},
|
209
|
+
"KeySchema":{
|
210
|
+
"type":"list",
|
211
|
+
"member":{"shape":"KeySchemaElement"},
|
212
|
+
"min":1,
|
213
|
+
"max":2
|
214
|
+
},
|
215
|
+
"KeySchemaAttributeName":{
|
216
|
+
"type":"string",
|
217
|
+
"min":1,
|
218
|
+
"max":255
|
219
|
+
},
|
220
|
+
"KeySchemaElement":{
|
221
|
+
"type":"structure",
|
222
|
+
"required":[
|
223
|
+
"AttributeName",
|
224
|
+
"KeyType"
|
225
|
+
],
|
226
|
+
"members":{
|
227
|
+
"AttributeName":{"shape":"KeySchemaAttributeName"},
|
228
|
+
"KeyType":{"shape":"KeyType"}
|
229
|
+
}
|
230
|
+
},
|
231
|
+
"KeyType":{
|
232
|
+
"type":"string",
|
233
|
+
"enum":[
|
234
|
+
"HASH",
|
235
|
+
"RANGE"
|
236
|
+
]
|
237
|
+
},
|
238
|
+
"LimitExceededException":{
|
239
|
+
"type":"structure",
|
240
|
+
"members":{
|
241
|
+
"message":{"shape":"ErrorMessage"}
|
242
|
+
},
|
243
|
+
"exception":true
|
244
|
+
},
|
245
|
+
"ListAttributeValue":{
|
246
|
+
"type":"list",
|
247
|
+
"member":{"shape":"AttributeValue"}
|
248
|
+
},
|
249
|
+
"ListStreamsInput":{
|
250
|
+
"type":"structure",
|
251
|
+
"members":{
|
252
|
+
"TableName":{"shape":"TableName"},
|
253
|
+
"Limit":{"shape":"PositiveIntegerObject"},
|
254
|
+
"ExclusiveStartStreamArn":{"shape":"StreamArn"}
|
255
|
+
}
|
256
|
+
},
|
257
|
+
"ListStreamsOutput":{
|
258
|
+
"type":"structure",
|
259
|
+
"members":{
|
260
|
+
"Streams":{"shape":"StreamList"},
|
261
|
+
"LastEvaluatedStreamArn":{"shape":"StreamArn"}
|
262
|
+
}
|
263
|
+
},
|
264
|
+
"MapAttributeValue":{
|
265
|
+
"type":"map",
|
266
|
+
"key":{"shape":"AttributeName"},
|
267
|
+
"value":{"shape":"AttributeValue"}
|
268
|
+
},
|
269
|
+
"NullAttributeValue":{"type":"boolean"},
|
270
|
+
"NumberAttributeValue":{"type":"string"},
|
271
|
+
"NumberSetAttributeValue":{
|
272
|
+
"type":"list",
|
273
|
+
"member":{"shape":"NumberAttributeValue"}
|
274
|
+
},
|
275
|
+
"OperationType":{
|
276
|
+
"type":"string",
|
277
|
+
"enum":[
|
278
|
+
"INSERT",
|
279
|
+
"MODIFY",
|
280
|
+
"REMOVE"
|
281
|
+
]
|
282
|
+
},
|
283
|
+
"PositiveIntegerObject":{
|
284
|
+
"type":"integer",
|
285
|
+
"min":1
|
286
|
+
},
|
287
|
+
"PositiveLongObject":{
|
288
|
+
"type":"long",
|
289
|
+
"min":1
|
290
|
+
},
|
291
|
+
"Record":{
|
292
|
+
"type":"structure",
|
293
|
+
"members":{
|
294
|
+
"eventID":{"shape":"String"},
|
295
|
+
"eventName":{"shape":"OperationType"},
|
296
|
+
"eventVersion":{"shape":"String"},
|
297
|
+
"eventSource":{"shape":"String"},
|
298
|
+
"awsRegion":{"shape":"String"},
|
299
|
+
"dynamodb":{"shape":"StreamRecord"}
|
300
|
+
}
|
301
|
+
},
|
302
|
+
"RecordList":{
|
303
|
+
"type":"list",
|
304
|
+
"member":{"shape":"Record"}
|
305
|
+
},
|
306
|
+
"ResourceNotFoundException":{
|
307
|
+
"type":"structure",
|
308
|
+
"members":{
|
309
|
+
"message":{"shape":"ErrorMessage"}
|
310
|
+
},
|
311
|
+
"exception":true
|
312
|
+
},
|
313
|
+
"SequenceNumber":{
|
314
|
+
"type":"string",
|
315
|
+
"min":21,
|
316
|
+
"max":40
|
317
|
+
},
|
318
|
+
"SequenceNumberRange":{
|
319
|
+
"type":"structure",
|
320
|
+
"members":{
|
321
|
+
"StartingSequenceNumber":{"shape":"SequenceNumber"},
|
322
|
+
"EndingSequenceNumber":{"shape":"SequenceNumber"}
|
323
|
+
}
|
324
|
+
},
|
325
|
+
"Shard":{
|
326
|
+
"type":"structure",
|
327
|
+
"members":{
|
328
|
+
"ShardId":{"shape":"ShardId"},
|
329
|
+
"SequenceNumberRange":{"shape":"SequenceNumberRange"},
|
330
|
+
"ParentShardId":{"shape":"ShardId"}
|
331
|
+
}
|
332
|
+
},
|
333
|
+
"ShardDescriptionList":{
|
334
|
+
"type":"list",
|
335
|
+
"member":{"shape":"Shard"}
|
336
|
+
},
|
337
|
+
"ShardId":{
|
338
|
+
"type":"string",
|
339
|
+
"min":28,
|
340
|
+
"max":65
|
341
|
+
},
|
342
|
+
"ShardIterator":{
|
343
|
+
"type":"string",
|
344
|
+
"min":1,
|
345
|
+
"max":2048
|
346
|
+
},
|
347
|
+
"ShardIteratorType":{
|
348
|
+
"type":"string",
|
349
|
+
"enum":[
|
350
|
+
"TRIM_HORIZON",
|
351
|
+
"LATEST",
|
352
|
+
"AT_SEQUENCE_NUMBER",
|
353
|
+
"AFTER_SEQUENCE_NUMBER"
|
354
|
+
]
|
355
|
+
},
|
356
|
+
"Stream":{
|
357
|
+
"type":"structure",
|
358
|
+
"members":{
|
359
|
+
"StreamArn":{"shape":"StreamArn"},
|
360
|
+
"TableName":{"shape":"TableName"},
|
361
|
+
"StreamLabel":{"shape":"String"}
|
362
|
+
}
|
363
|
+
},
|
364
|
+
"StreamArn":{
|
365
|
+
"type":"string",
|
366
|
+
"min":37,
|
367
|
+
"max":1024
|
368
|
+
},
|
369
|
+
"StreamDescription":{
|
370
|
+
"type":"structure",
|
371
|
+
"members":{
|
372
|
+
"StreamArn":{"shape":"StreamArn"},
|
373
|
+
"StreamLabel":{"shape":"String"},
|
374
|
+
"StreamStatus":{"shape":"StreamStatus"},
|
375
|
+
"StreamViewType":{"shape":"StreamViewType"},
|
376
|
+
"CreationRequestDateTime":{"shape":"Date"},
|
377
|
+
"TableName":{"shape":"TableName"},
|
378
|
+
"KeySchema":{"shape":"KeySchema"},
|
379
|
+
"Shards":{"shape":"ShardDescriptionList"},
|
380
|
+
"LastEvaluatedShardId":{"shape":"ShardId"}
|
381
|
+
}
|
382
|
+
},
|
383
|
+
"StreamList":{
|
384
|
+
"type":"list",
|
385
|
+
"member":{"shape":"Stream"}
|
386
|
+
},
|
387
|
+
"StreamRecord":{
|
388
|
+
"type":"structure",
|
389
|
+
"members":{
|
390
|
+
"Keys":{"shape":"AttributeMap"},
|
391
|
+
"NewImage":{"shape":"AttributeMap"},
|
392
|
+
"OldImage":{"shape":"AttributeMap"},
|
393
|
+
"SequenceNumber":{"shape":"SequenceNumber"},
|
394
|
+
"SizeBytes":{"shape":"PositiveLongObject"},
|
395
|
+
"StreamViewType":{"shape":"StreamViewType"}
|
396
|
+
}
|
397
|
+
},
|
398
|
+
"StreamStatus":{
|
399
|
+
"type":"string",
|
400
|
+
"enum":[
|
401
|
+
"ENABLING",
|
402
|
+
"ENABLED",
|
403
|
+
"DISABLING",
|
404
|
+
"DISABLED"
|
405
|
+
]
|
406
|
+
},
|
407
|
+
"StreamViewType":{
|
408
|
+
"type":"string",
|
409
|
+
"enum":[
|
410
|
+
"NEW_IMAGE",
|
411
|
+
"OLD_IMAGE",
|
412
|
+
"NEW_AND_OLD_IMAGES",
|
413
|
+
"KEYS_ONLY"
|
414
|
+
]
|
415
|
+
},
|
416
|
+
"String":{"type":"string"},
|
417
|
+
"StringAttributeValue":{"type":"string"},
|
418
|
+
"StringSetAttributeValue":{
|
419
|
+
"type":"list",
|
420
|
+
"member":{"shape":"StringAttributeValue"}
|
421
|
+
},
|
422
|
+
"TableName":{
|
423
|
+
"type":"string",
|
424
|
+
"min":3,
|
425
|
+
"max":255,
|
426
|
+
"pattern":"[a-zA-Z0-9_.-]+"
|
427
|
+
},
|
428
|
+
"TrimmedDataAccessException":{
|
429
|
+
"type":"structure",
|
430
|
+
"members":{
|
431
|
+
"message":{"shape":"ErrorMessage"}
|
432
|
+
},
|
433
|
+
"exception":true
|
434
|
+
}
|
435
|
+
}
|
436
|
+
}
|