aws-sdk-core 2.6.44 → 2.6.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35325de139b8f3e95204b4cbe99bbcd4ffc6fe9e
4
- data.tar.gz: fe22fa3322e1079511a114b70d7c7ba107a463e4
3
+ metadata.gz: 7bddcde7779f50910cbfe6784c64af31b2998146
4
+ data.tar.gz: 20c0a31c648a31819000df6a181095fd35a07d21
5
5
  SHA512:
6
- metadata.gz: 8e4e0958e736988836ce88e5674efd85332aaf782a204257ddd7c87305ef3ddcc65e6718e79bec5edac39797f907e2446d6c0720f354f917c69590d9afa3a791
7
- data.tar.gz: 3b8075575062e27d27511cd599c9c368c446d8c5296806a5a5c144b242c61b2f116e32c5ffa61012456be12026fe6ab81f8c0e8cb2bac26de761a4bb5ef0e04a
6
+ metadata.gz: 1393e67874841e906731b8896e96831f4be1115a3bfe0f5599e701a939b6192f3bed7957569e976661df202987e86dd174bb77c7192aed029d2601f06f93acaa
7
+ data.tar.gz: 55dac0c4a90855d342afc74b118df0f6379080dfebe7353296bd982f9923a431a8b642c36f991ae13b1a9baa2c94bb15e57aa6bc7b54abf58585d898ccc7f071
@@ -84,7 +84,8 @@
84
84
  "output":{"shape":"DescribeComplianceByConfigRuleResponse"},
85
85
  "errors":[
86
86
  {"shape":"InvalidParameterValueException"},
87
- {"shape":"NoSuchConfigRuleException"}
87
+ {"shape":"NoSuchConfigRuleException"},
88
+ {"shape":"InvalidNextTokenException"}
88
89
  ]
89
90
  },
90
91
  "DescribeComplianceByResource":{
@@ -110,7 +111,8 @@
110
111
  "output":{"shape":"DescribeConfigRuleEvaluationStatusResponse"},
111
112
  "errors":[
112
113
  {"shape":"NoSuchConfigRuleException"},
113
- {"shape":"InvalidParameterValueException"}
114
+ {"shape":"InvalidParameterValueException"},
115
+ {"shape":"InvalidNextTokenException"}
114
116
  ]
115
117
  },
116
118
  "DescribeConfigRules":{
@@ -122,7 +124,8 @@
122
124
  "input":{"shape":"DescribeConfigRulesRequest"},
123
125
  "output":{"shape":"DescribeConfigRulesResponse"},
124
126
  "errors":[
125
- {"shape":"NoSuchConfigRuleException"}
127
+ {"shape":"NoSuchConfigRuleException"},
128
+ {"shape":"InvalidNextTokenException"}
126
129
  ]
127
130
  },
128
131
  "DescribeConfigurationRecorderStatus":{
@@ -2,9 +2,9 @@
2
2
  "pagination": {
3
3
  "GetResourceConfigHistory": {
4
4
  "input_token": "nextToken",
5
- "output_token": "nextToken",
6
5
  "limit_key": "limit",
6
+ "output_token": "nextToken",
7
7
  "result_key": "configurationItems"
8
8
  }
9
9
  }
10
- }
10
+ }
@@ -0,0 +1,226 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-01-06",
5
+ "endpointPrefix":"cur",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceFullName":"AWS Cost and Usage Report Service",
9
+ "signatureVersion":"v4",
10
+ "signingName":"cur",
11
+ "targetPrefix":"AWSOrigamiServiceGatewayService",
12
+ "uid":"cur-2017-01-06"
13
+ },
14
+ "operations":{
15
+ "DeleteReportDefinition":{
16
+ "name":"DeleteReportDefinition",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"DeleteReportDefinitionRequest"},
22
+ "output":{"shape":"DeleteReportDefinitionResponse"},
23
+ "errors":[
24
+ {"shape":"InternalErrorException"},
25
+ {"shape":"ValidationException"}
26
+ ]
27
+ },
28
+ "DescribeReportDefinitions":{
29
+ "name":"DescribeReportDefinitions",
30
+ "http":{
31
+ "method":"POST",
32
+ "requestUri":"/"
33
+ },
34
+ "input":{"shape":"DescribeReportDefinitionsRequest"},
35
+ "output":{"shape":"DescribeReportDefinitionsResponse"},
36
+ "errors":[
37
+ {"shape":"InternalErrorException"}
38
+ ]
39
+ },
40
+ "PutReportDefinition":{
41
+ "name":"PutReportDefinition",
42
+ "http":{
43
+ "method":"POST",
44
+ "requestUri":"/"
45
+ },
46
+ "input":{"shape":"PutReportDefinitionRequest"},
47
+ "output":{"shape":"PutReportDefinitionResponse"},
48
+ "errors":[
49
+ {"shape":"DuplicateReportNameException"},
50
+ {"shape":"ReportLimitReachedException"},
51
+ {"shape":"InternalErrorException"},
52
+ {"shape":"ValidationException"}
53
+ ]
54
+ }
55
+ },
56
+ "shapes":{
57
+ "AWSRegion":{
58
+ "type":"string",
59
+ "enum":[
60
+ "us-east-1",
61
+ "us-west-1",
62
+ "us-west-2",
63
+ "eu-central-1",
64
+ "eu-west-1",
65
+ "ap-southeast-1",
66
+ "ap-southeast-2",
67
+ "ap-northeast-1"
68
+ ]
69
+ },
70
+ "AdditionalArtifact":{
71
+ "type":"string",
72
+ "enum":[
73
+ "REDSHIFT",
74
+ "QUICKSIGHT"
75
+ ]
76
+ },
77
+ "AdditionalArtifactList":{
78
+ "type":"list",
79
+ "member":{"shape":"AdditionalArtifact"}
80
+ },
81
+ "CompressionFormat":{
82
+ "type":"string",
83
+ "enum":[
84
+ "ZIP",
85
+ "GZIP"
86
+ ]
87
+ },
88
+ "DeleteReportDefinitionRequest":{
89
+ "type":"structure",
90
+ "members":{
91
+ "ReportName":{"shape":"ReportName"}
92
+ }
93
+ },
94
+ "DeleteReportDefinitionResponse":{
95
+ "type":"structure",
96
+ "members":{
97
+ "ResponseMessage":{"shape":"DeleteResponseMessage"}
98
+ }
99
+ },
100
+ "DeleteResponseMessage":{"type":"string"},
101
+ "DescribeReportDefinitionsRequest":{
102
+ "type":"structure",
103
+ "members":{
104
+ "MaxResults":{"shape":"MaxResults"},
105
+ "NextToken":{"shape":"GenericString"}
106
+ }
107
+ },
108
+ "DescribeReportDefinitionsResponse":{
109
+ "type":"structure",
110
+ "members":{
111
+ "ReportDefinitions":{"shape":"ReportDefinitionList"},
112
+ "NextToken":{"shape":"GenericString"}
113
+ }
114
+ },
115
+ "DuplicateReportNameException":{
116
+ "type":"structure",
117
+ "members":{
118
+ "Message":{"shape":"ErrorMessage"}
119
+ },
120
+ "exception":true
121
+ },
122
+ "ErrorMessage":{"type":"string"},
123
+ "GenericString":{"type":"string"},
124
+ "InternalErrorException":{
125
+ "type":"structure",
126
+ "members":{
127
+ "Message":{"shape":"ErrorMessage"}
128
+ },
129
+ "exception":true,
130
+ "fault":true
131
+ },
132
+ "MaxResults":{
133
+ "type":"integer",
134
+ "box":true,
135
+ "max":5,
136
+ "min":5
137
+ },
138
+ "PutReportDefinitionRequest":{
139
+ "type":"structure",
140
+ "required":["ReportDefinition"],
141
+ "members":{
142
+ "ReportDefinition":{"shape":"ReportDefinition"}
143
+ }
144
+ },
145
+ "PutReportDefinitionResponse":{
146
+ "type":"structure",
147
+ "members":{
148
+ }
149
+ },
150
+ "ReportDefinition":{
151
+ "type":"structure",
152
+ "required":[
153
+ "ReportName",
154
+ "TimeUnit",
155
+ "Format",
156
+ "Compression",
157
+ "AdditionalSchemaElements",
158
+ "S3Bucket",
159
+ "S3Prefix",
160
+ "S3Region"
161
+ ],
162
+ "members":{
163
+ "ReportName":{"shape":"ReportName"},
164
+ "TimeUnit":{"shape":"TimeUnit"},
165
+ "Format":{"shape":"ReportFormat"},
166
+ "Compression":{"shape":"CompressionFormat"},
167
+ "AdditionalSchemaElements":{"shape":"SchemaElementList"},
168
+ "S3Bucket":{"shape":"S3Bucket"},
169
+ "S3Prefix":{"shape":"S3Prefix"},
170
+ "S3Region":{"shape":"AWSRegion"},
171
+ "AdditionalArtifacts":{"shape":"AdditionalArtifactList"}
172
+ }
173
+ },
174
+ "ReportDefinitionList":{
175
+ "type":"list",
176
+ "member":{"shape":"ReportDefinition"}
177
+ },
178
+ "ReportFormat":{
179
+ "type":"string",
180
+ "enum":["textORcsv"]
181
+ },
182
+ "ReportLimitReachedException":{
183
+ "type":"structure",
184
+ "members":{
185
+ "Message":{"shape":"ErrorMessage"}
186
+ },
187
+ "exception":true
188
+ },
189
+ "ReportName":{
190
+ "type":"string",
191
+ "max":256,
192
+ "pattern":"[0-9A-Za-z!\\-_.*\\'()]+"
193
+ },
194
+ "S3Bucket":{
195
+ "type":"string",
196
+ "max":256
197
+ },
198
+ "S3Prefix":{
199
+ "type":"string",
200
+ "max":256,
201
+ "pattern":"[0-9A-Za-z!\\-_.*\\'()/]*"
202
+ },
203
+ "SchemaElement":{
204
+ "type":"string",
205
+ "enum":["RESOURCES"]
206
+ },
207
+ "SchemaElementList":{
208
+ "type":"list",
209
+ "member":{"shape":"SchemaElement"}
210
+ },
211
+ "TimeUnit":{
212
+ "type":"string",
213
+ "enum":[
214
+ "HOURLY",
215
+ "DAILY"
216
+ ]
217
+ },
218
+ "ValidationException":{
219
+ "type":"structure",
220
+ "members":{
221
+ "Message":{"shape":"ErrorMessage"}
222
+ },
223
+ "exception":true
224
+ }
225
+ }
226
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeReportDefinitions": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
8
+ }
9
+ }
@@ -0,0 +1,802 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2011-12-05",
5
+ "endpointPrefix":"dynamodb",
6
+ "jsonVersion":"1.0",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"DynamoDB",
9
+ "serviceFullName":"Amazon DynamoDB",
10
+ "signatureVersion":"v4",
11
+ "targetPrefix":"DynamoDB_20111205",
12
+ "uid":"dynamodb-2011-12-05"
13
+ },
14
+ "operations":{
15
+ "BatchGetItem":{
16
+ "name":"BatchGetItem",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"BatchGetItemInput"},
22
+ "output":{"shape":"BatchGetItemOutput"},
23
+ "errors":[
24
+ {"shape":"ProvisionedThroughputExceededException"},
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"InternalServerError"}
27
+ ]
28
+ },
29
+ "BatchWriteItem":{
30
+ "name":"BatchWriteItem",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/"
34
+ },
35
+ "input":{"shape":"BatchWriteItemInput"},
36
+ "output":{"shape":"BatchWriteItemOutput"},
37
+ "errors":[
38
+ {"shape":"ProvisionedThroughputExceededException"},
39
+ {"shape":"ResourceNotFoundException"},
40
+ {"shape":"LimitExceededException"},
41
+ {"shape":"InternalServerError"}
42
+ ]
43
+ },
44
+ "CreateTable":{
45
+ "name":"CreateTable",
46
+ "http":{
47
+ "method":"POST",
48
+ "requestUri":"/"
49
+ },
50
+ "input":{"shape":"CreateTableInput"},
51
+ "output":{"shape":"CreateTableOutput"},
52
+ "errors":[
53
+ {"shape":"ResourceInUseException"},
54
+ {"shape":"LimitExceededException"},
55
+ {"shape":"InternalServerError"}
56
+ ]
57
+ },
58
+ "DeleteItem":{
59
+ "name":"DeleteItem",
60
+ "http":{
61
+ "method":"POST",
62
+ "requestUri":"/"
63
+ },
64
+ "input":{"shape":"DeleteItemInput"},
65
+ "output":{"shape":"DeleteItemOutput"},
66
+ "errors":[
67
+ {"shape":"ConditionalCheckFailedException"},
68
+ {"shape":"ProvisionedThroughputExceededException"},
69
+ {"shape":"ResourceNotFoundException"},
70
+ {"shape":"LimitExceededException"},
71
+ {"shape":"InternalServerError"}
72
+ ]
73
+ },
74
+ "DeleteTable":{
75
+ "name":"DeleteTable",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"DeleteTableInput"},
81
+ "output":{"shape":"DeleteTableOutput"},
82
+ "errors":[
83
+ {"shape":"ResourceInUseException"},
84
+ {"shape":"ResourceNotFoundException"},
85
+ {"shape":"LimitExceededException"},
86
+ {"shape":"InternalServerError"}
87
+ ]
88
+ },
89
+ "DescribeTable":{
90
+ "name":"DescribeTable",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/"
94
+ },
95
+ "input":{"shape":"DescribeTableInput"},
96
+ "output":{"shape":"DescribeTableOutput"},
97
+ "errors":[
98
+ {"shape":"ResourceNotFoundException"},
99
+ {"shape":"InternalServerError"}
100
+ ]
101
+ },
102
+ "GetItem":{
103
+ "name":"GetItem",
104
+ "http":{
105
+ "method":"POST",
106
+ "requestUri":"/"
107
+ },
108
+ "input":{"shape":"GetItemInput"},
109
+ "output":{"shape":"GetItemOutput"},
110
+ "errors":[
111
+ {"shape":"ProvisionedThroughputExceededException"},
112
+ {"shape":"ResourceNotFoundException"},
113
+ {"shape":"InternalServerError"}
114
+ ]
115
+ },
116
+ "ListTables":{
117
+ "name":"ListTables",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/"
121
+ },
122
+ "input":{"shape":"ListTablesInput"},
123
+ "output":{"shape":"ListTablesOutput"},
124
+ "errors":[
125
+ {"shape":"InternalServerError"}
126
+ ]
127
+ },
128
+ "PutItem":{
129
+ "name":"PutItem",
130
+ "http":{
131
+ "method":"POST",
132
+ "requestUri":"/"
133
+ },
134
+ "input":{"shape":"PutItemInput"},
135
+ "output":{"shape":"PutItemOutput"},
136
+ "errors":[
137
+ {"shape":"ConditionalCheckFailedException"},
138
+ {"shape":"ProvisionedThroughputExceededException"},
139
+ {"shape":"ResourceNotFoundException"},
140
+ {"shape":"LimitExceededException"},
141
+ {"shape":"InternalServerError"}
142
+ ]
143
+ },
144
+ "Query":{
145
+ "name":"Query",
146
+ "http":{
147
+ "method":"POST",
148
+ "requestUri":"/"
149
+ },
150
+ "input":{"shape":"QueryInput"},
151
+ "output":{"shape":"QueryOutput"},
152
+ "errors":[
153
+ {"shape":"ProvisionedThroughputExceededException"},
154
+ {"shape":"ResourceNotFoundException"},
155
+ {"shape":"InternalServerError"}
156
+ ]
157
+ },
158
+ "Scan":{
159
+ "name":"Scan",
160
+ "http":{
161
+ "method":"POST",
162
+ "requestUri":"/"
163
+ },
164
+ "input":{"shape":"ScanInput"},
165
+ "output":{"shape":"ScanOutput"},
166
+ "errors":[
167
+ {"shape":"ProvisionedThroughputExceededException"},
168
+ {"shape":"ResourceNotFoundException"},
169
+ {"shape":"InternalServerError"}
170
+ ]
171
+ },
172
+ "UpdateItem":{
173
+ "name":"UpdateItem",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/"
177
+ },
178
+ "input":{"shape":"UpdateItemInput"},
179
+ "output":{"shape":"UpdateItemOutput"},
180
+ "errors":[
181
+ {"shape":"ConditionalCheckFailedException"},
182
+ {"shape":"ProvisionedThroughputExceededException"},
183
+ {"shape":"ResourceNotFoundException"},
184
+ {"shape":"LimitExceededException"},
185
+ {"shape":"InternalServerError"}
186
+ ]
187
+ },
188
+ "UpdateTable":{
189
+ "name":"UpdateTable",
190
+ "http":{
191
+ "method":"POST",
192
+ "requestUri":"/"
193
+ },
194
+ "input":{"shape":"UpdateTableInput"},
195
+ "output":{"shape":"UpdateTableOutput"},
196
+ "errors":[
197
+ {"shape":"ResourceInUseException"},
198
+ {"shape":"ResourceNotFoundException"},
199
+ {"shape":"LimitExceededException"},
200
+ {"shape":"InternalServerError"}
201
+ ]
202
+ }
203
+ },
204
+ "shapes":{
205
+ "AttributeAction":{
206
+ "type":"string",
207
+ "enum":[
208
+ "ADD",
209
+ "PUT",
210
+ "DELETE"
211
+ ]
212
+ },
213
+ "AttributeMap":{
214
+ "type":"map",
215
+ "key":{"shape":"AttributeName"},
216
+ "value":{"shape":"AttributeValue"}
217
+ },
218
+ "AttributeName":{
219
+ "type":"string",
220
+ "max":65535
221
+ },
222
+ "AttributeNameList":{
223
+ "type":"list",
224
+ "member":{"shape":"AttributeName"},
225
+ "min":1
226
+ },
227
+ "AttributeUpdates":{
228
+ "type":"map",
229
+ "key":{"shape":"AttributeName"},
230
+ "value":{"shape":"AttributeValueUpdate"}
231
+ },
232
+ "AttributeValue":{
233
+ "type":"structure",
234
+ "members":{
235
+ "S":{"shape":"StringAttributeValue"},
236
+ "N":{"shape":"NumberAttributeValue"},
237
+ "B":{"shape":"BinaryAttributeValue"},
238
+ "SS":{"shape":"StringSetAttributeValue"},
239
+ "NS":{"shape":"NumberSetAttributeValue"},
240
+ "BS":{"shape":"BinarySetAttributeValue"}
241
+ }
242
+ },
243
+ "AttributeValueList":{
244
+ "type":"list",
245
+ "member":{"shape":"AttributeValue"}
246
+ },
247
+ "AttributeValueUpdate":{
248
+ "type":"structure",
249
+ "members":{
250
+ "Value":{"shape":"AttributeValue"},
251
+ "Action":{"shape":"AttributeAction"}
252
+ }
253
+ },
254
+ "BatchGetItemInput":{
255
+ "type":"structure",
256
+ "required":["RequestItems"],
257
+ "members":{
258
+ "RequestItems":{"shape":"BatchGetRequestMap"}
259
+ }
260
+ },
261
+ "BatchGetItemOutput":{
262
+ "type":"structure",
263
+ "members":{
264
+ "Responses":{"shape":"BatchGetResponseMap"},
265
+ "UnprocessedKeys":{"shape":"BatchGetRequestMap"}
266
+ }
267
+ },
268
+ "BatchGetRequestMap":{
269
+ "type":"map",
270
+ "key":{"shape":"TableName"},
271
+ "value":{"shape":"KeysAndAttributes"},
272
+ "max":100,
273
+ "min":1
274
+ },
275
+ "BatchGetResponseMap":{
276
+ "type":"map",
277
+ "key":{"shape":"TableName"},
278
+ "value":{"shape":"BatchResponse"}
279
+ },
280
+ "BatchResponse":{
281
+ "type":"structure",
282
+ "members":{
283
+ "Items":{"shape":"ItemList"},
284
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
285
+ }
286
+ },
287
+ "BatchWriteItemInput":{
288
+ "type":"structure",
289
+ "required":["RequestItems"],
290
+ "members":{
291
+ "RequestItems":{"shape":"BatchWriteItemRequestMap"}
292
+ }
293
+ },
294
+ "BatchWriteItemOutput":{
295
+ "type":"structure",
296
+ "members":{
297
+ "Responses":{"shape":"BatchWriteResponseMap"},
298
+ "UnprocessedItems":{"shape":"BatchWriteItemRequestMap"}
299
+ }
300
+ },
301
+ "BatchWriteItemRequestMap":{
302
+ "type":"map",
303
+ "key":{"shape":"TableName"},
304
+ "value":{"shape":"WriteRequests"},
305
+ "max":25,
306
+ "min":1
307
+ },
308
+ "BatchWriteResponse":{
309
+ "type":"structure",
310
+ "members":{
311
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
312
+ }
313
+ },
314
+ "BatchWriteResponseMap":{
315
+ "type":"map",
316
+ "key":{"shape":"TableName"},
317
+ "value":{"shape":"BatchWriteResponse"}
318
+ },
319
+ "BinaryAttributeValue":{"type":"blob"},
320
+ "BinarySetAttributeValue":{
321
+ "type":"list",
322
+ "member":{"shape":"BinaryAttributeValue"}
323
+ },
324
+ "BooleanObject":{"type":"boolean"},
325
+ "ComparisonOperator":{
326
+ "type":"string",
327
+ "enum":[
328
+ "EQ",
329
+ "NE",
330
+ "IN",
331
+ "LE",
332
+ "LT",
333
+ "GE",
334
+ "GT",
335
+ "BETWEEN",
336
+ "NOT_NULL",
337
+ "NULL",
338
+ "CONTAINS",
339
+ "NOT_CONTAINS",
340
+ "BEGINS_WITH"
341
+ ]
342
+ },
343
+ "Condition":{
344
+ "type":"structure",
345
+ "required":["ComparisonOperator"],
346
+ "members":{
347
+ "AttributeValueList":{"shape":"AttributeValueList"},
348
+ "ComparisonOperator":{"shape":"ComparisonOperator"}
349
+ }
350
+ },
351
+ "ConditionalCheckFailedException":{
352
+ "type":"structure",
353
+ "members":{
354
+ "message":{"shape":"ErrorMessage"}
355
+ },
356
+ "exception":true
357
+ },
358
+ "ConsistentRead":{"type":"boolean"},
359
+ "ConsumedCapacityUnits":{"type":"double"},
360
+ "CreateTableInput":{
361
+ "type":"structure",
362
+ "required":[
363
+ "TableName",
364
+ "KeySchema",
365
+ "ProvisionedThroughput"
366
+ ],
367
+ "members":{
368
+ "TableName":{"shape":"TableName"},
369
+ "KeySchema":{"shape":"KeySchema"},
370
+ "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
371
+ }
372
+ },
373
+ "CreateTableOutput":{
374
+ "type":"structure",
375
+ "members":{
376
+ "TableDescription":{"shape":"TableDescription"}
377
+ }
378
+ },
379
+ "Date":{"type":"timestamp"},
380
+ "DeleteItemInput":{
381
+ "type":"structure",
382
+ "required":[
383
+ "TableName",
384
+ "Key"
385
+ ],
386
+ "members":{
387
+ "TableName":{"shape":"TableName"},
388
+ "Key":{"shape":"Key"},
389
+ "Expected":{"shape":"ExpectedAttributeMap"},
390
+ "ReturnValues":{"shape":"ReturnValue"}
391
+ }
392
+ },
393
+ "DeleteItemOutput":{
394
+ "type":"structure",
395
+ "members":{
396
+ "Attributes":{"shape":"AttributeMap"},
397
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
398
+ }
399
+ },
400
+ "DeleteRequest":{
401
+ "type":"structure",
402
+ "required":["Key"],
403
+ "members":{
404
+ "Key":{"shape":"Key"}
405
+ }
406
+ },
407
+ "DeleteTableInput":{
408
+ "type":"structure",
409
+ "required":["TableName"],
410
+ "members":{
411
+ "TableName":{"shape":"TableName"}
412
+ }
413
+ },
414
+ "DeleteTableOutput":{
415
+ "type":"structure",
416
+ "members":{
417
+ "TableDescription":{"shape":"TableDescription"}
418
+ }
419
+ },
420
+ "DescribeTableInput":{
421
+ "type":"structure",
422
+ "required":["TableName"],
423
+ "members":{
424
+ "TableName":{"shape":"TableName"}
425
+ }
426
+ },
427
+ "DescribeTableOutput":{
428
+ "type":"structure",
429
+ "members":{
430
+ "Table":{"shape":"TableDescription"}
431
+ }
432
+ },
433
+ "ErrorMessage":{"type":"string"},
434
+ "ExpectedAttributeMap":{
435
+ "type":"map",
436
+ "key":{"shape":"AttributeName"},
437
+ "value":{"shape":"ExpectedAttributeValue"}
438
+ },
439
+ "ExpectedAttributeValue":{
440
+ "type":"structure",
441
+ "members":{
442
+ "Value":{"shape":"AttributeValue"},
443
+ "Exists":{"shape":"BooleanObject"}
444
+ }
445
+ },
446
+ "FilterConditionMap":{
447
+ "type":"map",
448
+ "key":{"shape":"String"},
449
+ "value":{"shape":"Condition"}
450
+ },
451
+ "GetItemInput":{
452
+ "type":"structure",
453
+ "required":[
454
+ "TableName",
455
+ "Key"
456
+ ],
457
+ "members":{
458
+ "TableName":{"shape":"TableName"},
459
+ "Key":{"shape":"Key"},
460
+ "AttributesToGet":{"shape":"AttributeNameList"},
461
+ "ConsistentRead":{"shape":"ConsistentRead"}
462
+ }
463
+ },
464
+ "GetItemOutput":{
465
+ "type":"structure",
466
+ "members":{
467
+ "Item":{"shape":"AttributeMap"},
468
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
469
+ }
470
+ },
471
+ "Integer":{"type":"integer"},
472
+ "InternalServerError":{
473
+ "type":"structure",
474
+ "members":{
475
+ "message":{"shape":"ErrorMessage"}
476
+ },
477
+ "exception":true,
478
+ "fault":true
479
+ },
480
+ "ItemList":{
481
+ "type":"list",
482
+ "member":{"shape":"AttributeMap"}
483
+ },
484
+ "Key":{
485
+ "type":"structure",
486
+ "required":["HashKeyElement"],
487
+ "members":{
488
+ "HashKeyElement":{"shape":"AttributeValue"},
489
+ "RangeKeyElement":{"shape":"AttributeValue"}
490
+ }
491
+ },
492
+ "KeyList":{
493
+ "type":"list",
494
+ "member":{"shape":"Key"},
495
+ "max":100,
496
+ "min":1
497
+ },
498
+ "KeySchema":{
499
+ "type":"structure",
500
+ "required":["HashKeyElement"],
501
+ "members":{
502
+ "HashKeyElement":{"shape":"KeySchemaElement"},
503
+ "RangeKeyElement":{"shape":"KeySchemaElement"}
504
+ }
505
+ },
506
+ "KeySchemaAttributeName":{
507
+ "type":"string",
508
+ "max":255,
509
+ "min":1
510
+ },
511
+ "KeySchemaElement":{
512
+ "type":"structure",
513
+ "required":[
514
+ "AttributeName",
515
+ "AttributeType"
516
+ ],
517
+ "members":{
518
+ "AttributeName":{"shape":"KeySchemaAttributeName"},
519
+ "AttributeType":{"shape":"ScalarAttributeType"}
520
+ }
521
+ },
522
+ "KeysAndAttributes":{
523
+ "type":"structure",
524
+ "required":["Keys"],
525
+ "members":{
526
+ "Keys":{"shape":"KeyList"},
527
+ "AttributesToGet":{"shape":"AttributeNameList"},
528
+ "ConsistentRead":{"shape":"ConsistentRead"}
529
+ }
530
+ },
531
+ "LimitExceededException":{
532
+ "type":"structure",
533
+ "members":{
534
+ "message":{"shape":"ErrorMessage"}
535
+ },
536
+ "exception":true
537
+ },
538
+ "ListTablesInput":{
539
+ "type":"structure",
540
+ "members":{
541
+ "ExclusiveStartTableName":{"shape":"TableName"},
542
+ "Limit":{"shape":"ListTablesInputLimit"}
543
+ }
544
+ },
545
+ "ListTablesInputLimit":{
546
+ "type":"integer",
547
+ "max":100,
548
+ "min":1
549
+ },
550
+ "ListTablesOutput":{
551
+ "type":"structure",
552
+ "members":{
553
+ "TableNames":{"shape":"TableNameList"},
554
+ "LastEvaluatedTableName":{"shape":"TableName"}
555
+ }
556
+ },
557
+ "Long":{"type":"long"},
558
+ "NumberAttributeValue":{"type":"string"},
559
+ "NumberSetAttributeValue":{
560
+ "type":"list",
561
+ "member":{"shape":"NumberAttributeValue"}
562
+ },
563
+ "PositiveIntegerObject":{
564
+ "type":"integer",
565
+ "min":1
566
+ },
567
+ "PositiveLongObject":{
568
+ "type":"long",
569
+ "min":1
570
+ },
571
+ "ProvisionedThroughput":{
572
+ "type":"structure",
573
+ "required":[
574
+ "ReadCapacityUnits",
575
+ "WriteCapacityUnits"
576
+ ],
577
+ "members":{
578
+ "ReadCapacityUnits":{"shape":"PositiveLongObject"},
579
+ "WriteCapacityUnits":{"shape":"PositiveLongObject"}
580
+ }
581
+ },
582
+ "ProvisionedThroughputDescription":{
583
+ "type":"structure",
584
+ "members":{
585
+ "LastIncreaseDateTime":{"shape":"Date"},
586
+ "LastDecreaseDateTime":{"shape":"Date"},
587
+ "NumberOfDecreasesToday":{"shape":"PositiveLongObject"},
588
+ "ReadCapacityUnits":{"shape":"PositiveLongObject"},
589
+ "WriteCapacityUnits":{"shape":"PositiveLongObject"}
590
+ }
591
+ },
592
+ "ProvisionedThroughputExceededException":{
593
+ "type":"structure",
594
+ "members":{
595
+ "message":{"shape":"ErrorMessage"}
596
+ },
597
+ "exception":true
598
+ },
599
+ "PutItemInput":{
600
+ "type":"structure",
601
+ "required":[
602
+ "TableName",
603
+ "Item"
604
+ ],
605
+ "members":{
606
+ "TableName":{"shape":"TableName"},
607
+ "Item":{"shape":"PutItemInputAttributeMap"},
608
+ "Expected":{"shape":"ExpectedAttributeMap"},
609
+ "ReturnValues":{"shape":"ReturnValue"}
610
+ }
611
+ },
612
+ "PutItemInputAttributeMap":{
613
+ "type":"map",
614
+ "key":{"shape":"AttributeName"},
615
+ "value":{"shape":"AttributeValue"}
616
+ },
617
+ "PutItemOutput":{
618
+ "type":"structure",
619
+ "members":{
620
+ "Attributes":{"shape":"AttributeMap"},
621
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
622
+ }
623
+ },
624
+ "PutRequest":{
625
+ "type":"structure",
626
+ "required":["Item"],
627
+ "members":{
628
+ "Item":{"shape":"PutItemInputAttributeMap"}
629
+ }
630
+ },
631
+ "QueryInput":{
632
+ "type":"structure",
633
+ "required":[
634
+ "TableName",
635
+ "HashKeyValue"
636
+ ],
637
+ "members":{
638
+ "TableName":{"shape":"TableName"},
639
+ "AttributesToGet":{"shape":"AttributeNameList"},
640
+ "Limit":{"shape":"PositiveIntegerObject"},
641
+ "ConsistentRead":{"shape":"ConsistentRead"},
642
+ "Count":{"shape":"BooleanObject"},
643
+ "HashKeyValue":{"shape":"AttributeValue"},
644
+ "RangeKeyCondition":{"shape":"Condition"},
645
+ "ScanIndexForward":{"shape":"BooleanObject"},
646
+ "ExclusiveStartKey":{"shape":"Key"}
647
+ }
648
+ },
649
+ "QueryOutput":{
650
+ "type":"structure",
651
+ "members":{
652
+ "Items":{"shape":"ItemList"},
653
+ "Count":{"shape":"Integer"},
654
+ "LastEvaluatedKey":{"shape":"Key"},
655
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
656
+ }
657
+ },
658
+ "ResourceInUseException":{
659
+ "type":"structure",
660
+ "members":{
661
+ "message":{"shape":"ErrorMessage"}
662
+ },
663
+ "exception":true
664
+ },
665
+ "ResourceNotFoundException":{
666
+ "type":"structure",
667
+ "members":{
668
+ "message":{"shape":"ErrorMessage"}
669
+ },
670
+ "exception":true
671
+ },
672
+ "ReturnValue":{
673
+ "type":"string",
674
+ "enum":[
675
+ "NONE",
676
+ "ALL_OLD",
677
+ "UPDATED_OLD",
678
+ "ALL_NEW",
679
+ "UPDATED_NEW"
680
+ ]
681
+ },
682
+ "ScalarAttributeType":{
683
+ "type":"string",
684
+ "enum":[
685
+ "S",
686
+ "N",
687
+ "B"
688
+ ]
689
+ },
690
+ "ScanInput":{
691
+ "type":"structure",
692
+ "required":["TableName"],
693
+ "members":{
694
+ "TableName":{"shape":"TableName"},
695
+ "AttributesToGet":{"shape":"AttributeNameList"},
696
+ "Limit":{"shape":"PositiveIntegerObject"},
697
+ "Count":{"shape":"BooleanObject"},
698
+ "ScanFilter":{"shape":"FilterConditionMap"},
699
+ "ExclusiveStartKey":{"shape":"Key"}
700
+ }
701
+ },
702
+ "ScanOutput":{
703
+ "type":"structure",
704
+ "members":{
705
+ "Items":{"shape":"ItemList"},
706
+ "Count":{"shape":"Integer"},
707
+ "ScannedCount":{"shape":"Integer"},
708
+ "LastEvaluatedKey":{"shape":"Key"},
709
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
710
+ }
711
+ },
712
+ "String":{"type":"string"},
713
+ "StringAttributeValue":{"type":"string"},
714
+ "StringSetAttributeValue":{
715
+ "type":"list",
716
+ "member":{"shape":"StringAttributeValue"}
717
+ },
718
+ "TableDescription":{
719
+ "type":"structure",
720
+ "members":{
721
+ "TableName":{"shape":"TableName"},
722
+ "KeySchema":{"shape":"KeySchema"},
723
+ "TableStatus":{"shape":"TableStatus"},
724
+ "CreationDateTime":{"shape":"Date"},
725
+ "ProvisionedThroughput":{"shape":"ProvisionedThroughputDescription"},
726
+ "TableSizeBytes":{"shape":"Long"},
727
+ "ItemCount":{"shape":"Long"}
728
+ }
729
+ },
730
+ "TableName":{
731
+ "type":"string",
732
+ "max":255,
733
+ "min":3,
734
+ "pattern":"[a-zA-Z0-9_.-]+"
735
+ },
736
+ "TableNameList":{
737
+ "type":"list",
738
+ "member":{"shape":"TableName"}
739
+ },
740
+ "TableStatus":{
741
+ "type":"string",
742
+ "enum":[
743
+ "CREATING",
744
+ "UPDATING",
745
+ "DELETING",
746
+ "ACTIVE"
747
+ ]
748
+ },
749
+ "UpdateItemInput":{
750
+ "type":"structure",
751
+ "required":[
752
+ "TableName",
753
+ "Key",
754
+ "AttributeUpdates"
755
+ ],
756
+ "members":{
757
+ "TableName":{"shape":"TableName"},
758
+ "Key":{"shape":"Key"},
759
+ "AttributeUpdates":{"shape":"AttributeUpdates"},
760
+ "Expected":{"shape":"ExpectedAttributeMap"},
761
+ "ReturnValues":{"shape":"ReturnValue"}
762
+ }
763
+ },
764
+ "UpdateItemOutput":{
765
+ "type":"structure",
766
+ "members":{
767
+ "Attributes":{"shape":"AttributeMap"},
768
+ "ConsumedCapacityUnits":{"shape":"ConsumedCapacityUnits"}
769
+ }
770
+ },
771
+ "UpdateTableInput":{
772
+ "type":"structure",
773
+ "required":[
774
+ "TableName",
775
+ "ProvisionedThroughput"
776
+ ],
777
+ "members":{
778
+ "TableName":{"shape":"TableName"},
779
+ "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
780
+ }
781
+ },
782
+ "UpdateTableOutput":{
783
+ "type":"structure",
784
+ "members":{
785
+ "TableDescription":{"shape":"TableDescription"}
786
+ }
787
+ },
788
+ "WriteRequest":{
789
+ "type":"structure",
790
+ "members":{
791
+ "PutRequest":{"shape":"PutRequest"},
792
+ "DeleteRequest":{"shape":"DeleteRequest"}
793
+ }
794
+ },
795
+ "WriteRequests":{
796
+ "type":"list",
797
+ "member":{"shape":"WriteRequest"},
798
+ "max":25,
799
+ "min":1
800
+ }
801
+ }
802
+ }