aws-sdk-core 2.11.35 → 2.11.36

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: '078ed45949f0c0c4cce0670db2973a744298ec4c'
4
- data.tar.gz: '049bd74e28e3122071e1112506197f8ebdde2589'
3
+ metadata.gz: 28affd455aebe82f9beff0fed6d09aacba334f33
4
+ data.tar.gz: 9e36f39a30eb2be36df61ac96bf2daaba75b8ed4
5
5
  SHA512:
6
- metadata.gz: 15f9e361cf5e13ff67af506a7fbb9a14f77e1ba3ef6a64e3df477d7ba452133b30dc1cf0b1a9790eddb28d06222d8a6d47804a7dafe652b3ef717da9c7ae5b1f
7
- data.tar.gz: 9915cfbcc5fe586632b60195e639174843e0fce30de476610d628825e5603e845b09df638f2c49299fd437ec2af16d44a6904689e14ba9506a1b891fd7837096
6
+ metadata.gz: 33aa22b230fb09562dcf94618c1f348391b5e0fc4dc36dd9f68408e9b5ad1bce01e988833f77c0a26a5b23eb836ca66e6311dbf90107feb0c1ebf09207b9eb3b
7
+ data.tar.gz: 2710f6b3317be898596588889bc5c289ba27a2c3a7f1410aedf5de3e258321524e1b5803167f3a6052e7034cf6cfae38f04437e0c22309bd97517a4b1812c098
@@ -72,13 +72,29 @@
72
72
  {"shape":"ConcurrentUpdateException"},
73
73
  {"shape":"InternalServiceException"}
74
74
  ]
75
+ },
76
+ "UpdateScalingPlan":{
77
+ "name":"UpdateScalingPlan",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/"
81
+ },
82
+ "input":{"shape":"UpdateScalingPlanRequest"},
83
+ "output":{"shape":"UpdateScalingPlanResponse"},
84
+ "errors":[
85
+ {"shape":"ValidationException"},
86
+ {"shape":"ConcurrentUpdateException"},
87
+ {"shape":"InternalServiceException"},
88
+ {"shape":"ObjectNotFoundException"}
89
+ ]
75
90
  }
76
91
  },
77
92
  "shapes":{
78
93
  "ApplicationSource":{
79
94
  "type":"structure",
80
95
  "members":{
81
- "CloudFormationStackARN":{"shape":"XmlString"}
96
+ "CloudFormationStackARN":{"shape":"XmlString"},
97
+ "TagFilters":{"shape":"TagFilters"}
82
98
  }
83
99
  },
84
100
  "ApplicationSources":{
@@ -344,6 +360,7 @@
344
360
  "ScalingInstructions":{"shape":"ScalingInstructions"},
345
361
  "StatusCode":{"shape":"ScalingPlanStatusCode"},
346
362
  "StatusMessage":{"shape":"XmlString"},
363
+ "StatusStartTime":{"shape":"TimestampType"},
347
364
  "CreationTime":{"shape":"TimestampType"}
348
365
  }
349
366
  },
@@ -351,7 +368,7 @@
351
368
  "type":"string",
352
369
  "max":128,
353
370
  "min":1,
354
- "pattern":"[\\p{Print}&&[^|]]+"
371
+ "pattern":"[\\p{Print}&&[^|:/]]+"
355
372
  },
356
373
  "ScalingPlanNames":{
357
374
  "type":"list",
@@ -390,7 +407,9 @@
390
407
  "CreationInProgress",
391
408
  "CreationFailed",
392
409
  "DeletionInProgress",
393
- "DeletionFailed"
410
+ "DeletionFailed",
411
+ "UpdateInProgress",
412
+ "UpdateFailed"
394
413
  ]
395
414
  },
396
415
  "ScalingPlanVersion":{"type":"long"},
@@ -432,6 +451,21 @@
432
451
  "dynamodb"
433
452
  ]
434
453
  },
454
+ "TagFilter":{
455
+ "type":"structure",
456
+ "members":{
457
+ "Key":{"shape":"XmlStringMaxLen128"},
458
+ "Values":{"shape":"TagValues"}
459
+ }
460
+ },
461
+ "TagFilters":{
462
+ "type":"list",
463
+ "member":{"shape":"TagFilter"}
464
+ },
465
+ "TagValues":{
466
+ "type":"list",
467
+ "member":{"shape":"XmlStringMaxLen256"}
468
+ },
435
469
  "TargetTrackingConfiguration":{
436
470
  "type":"structure",
437
471
  "required":["TargetValue"],
@@ -450,6 +484,24 @@
450
484
  "member":{"shape":"TargetTrackingConfiguration"}
451
485
  },
452
486
  "TimestampType":{"type":"timestamp"},
487
+ "UpdateScalingPlanRequest":{
488
+ "type":"structure",
489
+ "required":[
490
+ "ScalingPlanName",
491
+ "ScalingPlanVersion"
492
+ ],
493
+ "members":{
494
+ "ApplicationSource":{"shape":"ApplicationSource"},
495
+ "ScalingPlanName":{"shape":"ScalingPlanName"},
496
+ "ScalingInstructions":{"shape":"ScalingInstructions"},
497
+ "ScalingPlanVersion":{"shape":"ScalingPlanVersion"}
498
+ }
499
+ },
500
+ "UpdateScalingPlanResponse":{
501
+ "type":"structure",
502
+ "members":{
503
+ }
504
+ },
453
505
  "ValidationException":{
454
506
  "type":"structure",
455
507
  "members":{
@@ -460,6 +512,18 @@
460
512
  "XmlString":{
461
513
  "type":"string",
462
514
  "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
515
+ },
516
+ "XmlStringMaxLen128":{
517
+ "type":"string",
518
+ "max":128,
519
+ "min":1,
520
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
521
+ },
522
+ "XmlStringMaxLen256":{
523
+ "type":"string",
524
+ "max":256,
525
+ "min":1,
526
+ "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
463
527
  }
464
528
  }
465
529
  }
@@ -2055,7 +2055,8 @@
2055
2055
  "cloudwatchMetric":{"shape":"CloudwatchMetricAction"},
2056
2056
  "cloudwatchAlarm":{"shape":"CloudwatchAlarmAction"},
2057
2057
  "elasticsearch":{"shape":"ElasticsearchAction"},
2058
- "salesforce":{"shape":"SalesforceAction"}
2058
+ "salesforce":{"shape":"SalesforceAction"},
2059
+ "iotAnalytics":{"shape":"IotAnalyticsAction"}
2059
2060
  }
2060
2061
  },
2061
2062
  "ActionList":{
@@ -2463,6 +2464,7 @@
2463
2464
  "type":"list",
2464
2465
  "member":{"shape":"Certificate"}
2465
2466
  },
2467
+ "ChannelName":{"type":"string"},
2466
2468
  "ClearDefaultAuthorizerRequest":{
2467
2469
  "type":"structure",
2468
2470
  "members":{
@@ -3932,6 +3934,14 @@
3932
3934
  "error":{"httpStatusCode":400},
3933
3935
  "exception":true
3934
3936
  },
3937
+ "IotAnalyticsAction":{
3938
+ "type":"structure",
3939
+ "members":{
3940
+ "channelArn":{"shape":"AwsArn"},
3941
+ "channelName":{"shape":"ChannelName"},
3942
+ "roleArn":{"shape":"AwsArn"}
3943
+ }
3944
+ },
3935
3945
  "IsAuthenticated":{"type":"boolean"},
3936
3946
  "IsDefaultVersion":{"type":"boolean"},
3937
3947
  "IsDisabled":{"type":"boolean"},
@@ -0,0 +1,1596 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-11-27",
5
+ "endpointPrefix":"iotanalytics",
6
+ "protocol":"rest-json",
7
+ "serviceFullName":"AWS IoT Analytics",
8
+ "serviceId":"IoTAnalytics",
9
+ "signatureVersion":"v4",
10
+ "signingName":"iotanalytics",
11
+ "uid":"iotanalytics-2017-11-27"
12
+ },
13
+ "operations":{
14
+ "BatchPutMessage":{
15
+ "name":"BatchPutMessage",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/messages/batch",
19
+ "responseCode":200
20
+ },
21
+ "input":{"shape":"BatchPutMessageRequest"},
22
+ "output":{"shape":"BatchPutMessageResponse"},
23
+ "errors":[
24
+ {"shape":"ResourceNotFoundException"},
25
+ {"shape":"InvalidRequestException"},
26
+ {"shape":"InternalFailureException"},
27
+ {"shape":"ServiceUnavailableException"},
28
+ {"shape":"ThrottlingException"}
29
+ ]
30
+ },
31
+ "CancelPipelineReprocessing":{
32
+ "name":"CancelPipelineReprocessing",
33
+ "http":{
34
+ "method":"DELETE",
35
+ "requestUri":"/pipelines/{pipelineName}/reprocessing/{reprocessingId}"
36
+ },
37
+ "input":{"shape":"CancelPipelineReprocessingRequest"},
38
+ "output":{"shape":"CancelPipelineReprocessingResponse"},
39
+ "errors":[
40
+ {"shape":"ResourceNotFoundException"},
41
+ {"shape":"InvalidRequestException"},
42
+ {"shape":"InternalFailureException"},
43
+ {"shape":"ServiceUnavailableException"},
44
+ {"shape":"ThrottlingException"}
45
+ ]
46
+ },
47
+ "CreateChannel":{
48
+ "name":"CreateChannel",
49
+ "http":{
50
+ "method":"POST",
51
+ "requestUri":"/channels",
52
+ "responseCode":201
53
+ },
54
+ "input":{"shape":"CreateChannelRequest"},
55
+ "output":{"shape":"CreateChannelResponse"},
56
+ "errors":[
57
+ {"shape":"InvalidRequestException"},
58
+ {"shape":"ResourceAlreadyExistsException"},
59
+ {"shape":"InternalFailureException"},
60
+ {"shape":"ServiceUnavailableException"},
61
+ {"shape":"ThrottlingException"},
62
+ {"shape":"LimitExceededException"}
63
+ ]
64
+ },
65
+ "CreateDataset":{
66
+ "name":"CreateDataset",
67
+ "http":{
68
+ "method":"POST",
69
+ "requestUri":"/datasets",
70
+ "responseCode":201
71
+ },
72
+ "input":{"shape":"CreateDatasetRequest"},
73
+ "output":{"shape":"CreateDatasetResponse"},
74
+ "errors":[
75
+ {"shape":"InvalidRequestException"},
76
+ {"shape":"ResourceAlreadyExistsException"},
77
+ {"shape":"InternalFailureException"},
78
+ {"shape":"ServiceUnavailableException"},
79
+ {"shape":"ThrottlingException"},
80
+ {"shape":"LimitExceededException"}
81
+ ]
82
+ },
83
+ "CreateDatasetContent":{
84
+ "name":"CreateDatasetContent",
85
+ "http":{
86
+ "method":"POST",
87
+ "requestUri":"/datasets/{datasetName}/content"
88
+ },
89
+ "input":{"shape":"CreateDatasetContentRequest"},
90
+ "errors":[
91
+ {"shape":"InvalidRequestException"},
92
+ {"shape":"ResourceNotFoundException"},
93
+ {"shape":"InternalFailureException"},
94
+ {"shape":"ServiceUnavailableException"},
95
+ {"shape":"ThrottlingException"}
96
+ ]
97
+ },
98
+ "CreateDatastore":{
99
+ "name":"CreateDatastore",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/datastores",
103
+ "responseCode":201
104
+ },
105
+ "input":{"shape":"CreateDatastoreRequest"},
106
+ "output":{"shape":"CreateDatastoreResponse"},
107
+ "errors":[
108
+ {"shape":"InvalidRequestException"},
109
+ {"shape":"ResourceAlreadyExistsException"},
110
+ {"shape":"InternalFailureException"},
111
+ {"shape":"ServiceUnavailableException"},
112
+ {"shape":"ThrottlingException"},
113
+ {"shape":"LimitExceededException"}
114
+ ]
115
+ },
116
+ "CreatePipeline":{
117
+ "name":"CreatePipeline",
118
+ "http":{
119
+ "method":"POST",
120
+ "requestUri":"/pipelines",
121
+ "responseCode":201
122
+ },
123
+ "input":{"shape":"CreatePipelineRequest"},
124
+ "output":{"shape":"CreatePipelineResponse"},
125
+ "errors":[
126
+ {"shape":"InvalidRequestException"},
127
+ {"shape":"ResourceAlreadyExistsException"},
128
+ {"shape":"InternalFailureException"},
129
+ {"shape":"ServiceUnavailableException"},
130
+ {"shape":"ThrottlingException"},
131
+ {"shape":"LimitExceededException"}
132
+ ]
133
+ },
134
+ "DeleteChannel":{
135
+ "name":"DeleteChannel",
136
+ "http":{
137
+ "method":"DELETE",
138
+ "requestUri":"/channels/{channelName}",
139
+ "responseCode":204
140
+ },
141
+ "input":{"shape":"DeleteChannelRequest"},
142
+ "errors":[
143
+ {"shape":"InvalidRequestException"},
144
+ {"shape":"ResourceNotFoundException"},
145
+ {"shape":"InternalFailureException"},
146
+ {"shape":"ServiceUnavailableException"},
147
+ {"shape":"ThrottlingException"}
148
+ ]
149
+ },
150
+ "DeleteDataset":{
151
+ "name":"DeleteDataset",
152
+ "http":{
153
+ "method":"DELETE",
154
+ "requestUri":"/datasets/{datasetName}",
155
+ "responseCode":204
156
+ },
157
+ "input":{"shape":"DeleteDatasetRequest"},
158
+ "errors":[
159
+ {"shape":"InvalidRequestException"},
160
+ {"shape":"ResourceNotFoundException"},
161
+ {"shape":"InternalFailureException"},
162
+ {"shape":"ServiceUnavailableException"},
163
+ {"shape":"ThrottlingException"}
164
+ ]
165
+ },
166
+ "DeleteDatasetContent":{
167
+ "name":"DeleteDatasetContent",
168
+ "http":{
169
+ "method":"DELETE",
170
+ "requestUri":"/datasets/{datasetName}/content",
171
+ "responseCode":204
172
+ },
173
+ "input":{"shape":"DeleteDatasetContentRequest"},
174
+ "errors":[
175
+ {"shape":"InvalidRequestException"},
176
+ {"shape":"ResourceNotFoundException"},
177
+ {"shape":"InternalFailureException"},
178
+ {"shape":"ServiceUnavailableException"},
179
+ {"shape":"ThrottlingException"}
180
+ ]
181
+ },
182
+ "DeleteDatastore":{
183
+ "name":"DeleteDatastore",
184
+ "http":{
185
+ "method":"DELETE",
186
+ "requestUri":"/datastores/{datastoreName}",
187
+ "responseCode":204
188
+ },
189
+ "input":{"shape":"DeleteDatastoreRequest"},
190
+ "errors":[
191
+ {"shape":"InvalidRequestException"},
192
+ {"shape":"ResourceNotFoundException"},
193
+ {"shape":"InternalFailureException"},
194
+ {"shape":"ServiceUnavailableException"},
195
+ {"shape":"ThrottlingException"}
196
+ ]
197
+ },
198
+ "DeletePipeline":{
199
+ "name":"DeletePipeline",
200
+ "http":{
201
+ "method":"DELETE",
202
+ "requestUri":"/pipelines/{pipelineName}",
203
+ "responseCode":204
204
+ },
205
+ "input":{"shape":"DeletePipelineRequest"},
206
+ "errors":[
207
+ {"shape":"InvalidRequestException"},
208
+ {"shape":"ResourceNotFoundException"},
209
+ {"shape":"InternalFailureException"},
210
+ {"shape":"ServiceUnavailableException"},
211
+ {"shape":"ThrottlingException"}
212
+ ]
213
+ },
214
+ "DescribeChannel":{
215
+ "name":"DescribeChannel",
216
+ "http":{
217
+ "method":"GET",
218
+ "requestUri":"/channels/{channelName}"
219
+ },
220
+ "input":{"shape":"DescribeChannelRequest"},
221
+ "output":{"shape":"DescribeChannelResponse"},
222
+ "errors":[
223
+ {"shape":"InvalidRequestException"},
224
+ {"shape":"ResourceNotFoundException"},
225
+ {"shape":"InternalFailureException"},
226
+ {"shape":"ServiceUnavailableException"},
227
+ {"shape":"ThrottlingException"}
228
+ ]
229
+ },
230
+ "DescribeDataset":{
231
+ "name":"DescribeDataset",
232
+ "http":{
233
+ "method":"GET",
234
+ "requestUri":"/datasets/{datasetName}"
235
+ },
236
+ "input":{"shape":"DescribeDatasetRequest"},
237
+ "output":{"shape":"DescribeDatasetResponse"},
238
+ "errors":[
239
+ {"shape":"InvalidRequestException"},
240
+ {"shape":"ResourceNotFoundException"},
241
+ {"shape":"InternalFailureException"},
242
+ {"shape":"ServiceUnavailableException"},
243
+ {"shape":"ThrottlingException"}
244
+ ]
245
+ },
246
+ "DescribeDatastore":{
247
+ "name":"DescribeDatastore",
248
+ "http":{
249
+ "method":"GET",
250
+ "requestUri":"/datastores/{datastoreName}"
251
+ },
252
+ "input":{"shape":"DescribeDatastoreRequest"},
253
+ "output":{"shape":"DescribeDatastoreResponse"},
254
+ "errors":[
255
+ {"shape":"InvalidRequestException"},
256
+ {"shape":"ResourceNotFoundException"},
257
+ {"shape":"InternalFailureException"},
258
+ {"shape":"ServiceUnavailableException"},
259
+ {"shape":"ThrottlingException"}
260
+ ]
261
+ },
262
+ "DescribeLoggingOptions":{
263
+ "name":"DescribeLoggingOptions",
264
+ "http":{
265
+ "method":"GET",
266
+ "requestUri":"/logging"
267
+ },
268
+ "input":{"shape":"DescribeLoggingOptionsRequest"},
269
+ "output":{"shape":"DescribeLoggingOptionsResponse"},
270
+ "errors":[
271
+ {"shape":"InvalidRequestException"},
272
+ {"shape":"ResourceNotFoundException"},
273
+ {"shape":"InternalFailureException"},
274
+ {"shape":"ServiceUnavailableException"},
275
+ {"shape":"ThrottlingException"}
276
+ ]
277
+ },
278
+ "DescribePipeline":{
279
+ "name":"DescribePipeline",
280
+ "http":{
281
+ "method":"GET",
282
+ "requestUri":"/pipelines/{pipelineName}"
283
+ },
284
+ "input":{"shape":"DescribePipelineRequest"},
285
+ "output":{"shape":"DescribePipelineResponse"},
286
+ "errors":[
287
+ {"shape":"InvalidRequestException"},
288
+ {"shape":"ResourceNotFoundException"},
289
+ {"shape":"InternalFailureException"},
290
+ {"shape":"ServiceUnavailableException"},
291
+ {"shape":"ThrottlingException"}
292
+ ]
293
+ },
294
+ "GetDatasetContent":{
295
+ "name":"GetDatasetContent",
296
+ "http":{
297
+ "method":"GET",
298
+ "requestUri":"/datasets/{datasetName}/content"
299
+ },
300
+ "input":{"shape":"GetDatasetContentRequest"},
301
+ "output":{"shape":"GetDatasetContentResponse"},
302
+ "errors":[
303
+ {"shape":"InvalidRequestException"},
304
+ {"shape":"ResourceNotFoundException"},
305
+ {"shape":"InternalFailureException"},
306
+ {"shape":"ServiceUnavailableException"},
307
+ {"shape":"ThrottlingException"}
308
+ ]
309
+ },
310
+ "ListChannels":{
311
+ "name":"ListChannels",
312
+ "http":{
313
+ "method":"GET",
314
+ "requestUri":"/channels"
315
+ },
316
+ "input":{"shape":"ListChannelsRequest"},
317
+ "output":{"shape":"ListChannelsResponse"},
318
+ "errors":[
319
+ {"shape":"InvalidRequestException"},
320
+ {"shape":"InternalFailureException"},
321
+ {"shape":"ServiceUnavailableException"},
322
+ {"shape":"ThrottlingException"}
323
+ ]
324
+ },
325
+ "ListDatasets":{
326
+ "name":"ListDatasets",
327
+ "http":{
328
+ "method":"GET",
329
+ "requestUri":"/datasets"
330
+ },
331
+ "input":{"shape":"ListDatasetsRequest"},
332
+ "output":{"shape":"ListDatasetsResponse"},
333
+ "errors":[
334
+ {"shape":"InvalidRequestException"},
335
+ {"shape":"InternalFailureException"},
336
+ {"shape":"ServiceUnavailableException"},
337
+ {"shape":"ThrottlingException"}
338
+ ]
339
+ },
340
+ "ListDatastores":{
341
+ "name":"ListDatastores",
342
+ "http":{
343
+ "method":"GET",
344
+ "requestUri":"/datastores"
345
+ },
346
+ "input":{"shape":"ListDatastoresRequest"},
347
+ "output":{"shape":"ListDatastoresResponse"},
348
+ "errors":[
349
+ {"shape":"InvalidRequestException"},
350
+ {"shape":"InternalFailureException"},
351
+ {"shape":"ServiceUnavailableException"},
352
+ {"shape":"ThrottlingException"}
353
+ ]
354
+ },
355
+ "ListPipelines":{
356
+ "name":"ListPipelines",
357
+ "http":{
358
+ "method":"GET",
359
+ "requestUri":"/pipelines"
360
+ },
361
+ "input":{"shape":"ListPipelinesRequest"},
362
+ "output":{"shape":"ListPipelinesResponse"},
363
+ "errors":[
364
+ {"shape":"InvalidRequestException"},
365
+ {"shape":"InternalFailureException"},
366
+ {"shape":"ServiceUnavailableException"},
367
+ {"shape":"ThrottlingException"}
368
+ ]
369
+ },
370
+ "PutLoggingOptions":{
371
+ "name":"PutLoggingOptions",
372
+ "http":{
373
+ "method":"PUT",
374
+ "requestUri":"/logging"
375
+ },
376
+ "input":{"shape":"PutLoggingOptionsRequest"},
377
+ "errors":[
378
+ {"shape":"InvalidRequestException"},
379
+ {"shape":"InternalFailureException"},
380
+ {"shape":"ServiceUnavailableException"},
381
+ {"shape":"ThrottlingException"}
382
+ ]
383
+ },
384
+ "RunPipelineActivity":{
385
+ "name":"RunPipelineActivity",
386
+ "http":{
387
+ "method":"POST",
388
+ "requestUri":"/pipelineactivities/run"
389
+ },
390
+ "input":{"shape":"RunPipelineActivityRequest"},
391
+ "output":{"shape":"RunPipelineActivityResponse"},
392
+ "errors":[
393
+ {"shape":"InvalidRequestException"},
394
+ {"shape":"InternalFailureException"},
395
+ {"shape":"ServiceUnavailableException"},
396
+ {"shape":"ThrottlingException"}
397
+ ]
398
+ },
399
+ "SampleChannelData":{
400
+ "name":"SampleChannelData",
401
+ "http":{
402
+ "method":"GET",
403
+ "requestUri":"/channels/{channelName}/sample"
404
+ },
405
+ "input":{"shape":"SampleChannelDataRequest"},
406
+ "output":{"shape":"SampleChannelDataResponse"},
407
+ "errors":[
408
+ {"shape":"InvalidRequestException"},
409
+ {"shape":"ResourceNotFoundException"},
410
+ {"shape":"InternalFailureException"},
411
+ {"shape":"ServiceUnavailableException"},
412
+ {"shape":"ThrottlingException"}
413
+ ]
414
+ },
415
+ "StartPipelineReprocessing":{
416
+ "name":"StartPipelineReprocessing",
417
+ "http":{
418
+ "method":"POST",
419
+ "requestUri":"/pipelines/{pipelineName}/reprocessing"
420
+ },
421
+ "input":{"shape":"StartPipelineReprocessingRequest"},
422
+ "output":{"shape":"StartPipelineReprocessingResponse"},
423
+ "errors":[
424
+ {"shape":"ResourceNotFoundException"},
425
+ {"shape":"ResourceAlreadyExistsException"},
426
+ {"shape":"InvalidRequestException"},
427
+ {"shape":"InternalFailureException"},
428
+ {"shape":"ServiceUnavailableException"},
429
+ {"shape":"ThrottlingException"}
430
+ ]
431
+ },
432
+ "UpdateChannel":{
433
+ "name":"UpdateChannel",
434
+ "http":{
435
+ "method":"PUT",
436
+ "requestUri":"/channels/{channelName}"
437
+ },
438
+ "input":{"shape":"UpdateChannelRequest"},
439
+ "errors":[
440
+ {"shape":"InvalidRequestException"},
441
+ {"shape":"ResourceNotFoundException"},
442
+ {"shape":"InternalFailureException"},
443
+ {"shape":"ServiceUnavailableException"},
444
+ {"shape":"ThrottlingException"}
445
+ ]
446
+ },
447
+ "UpdateDataset":{
448
+ "name":"UpdateDataset",
449
+ "http":{
450
+ "method":"PUT",
451
+ "requestUri":"/datasets/{datasetName}"
452
+ },
453
+ "input":{"shape":"UpdateDatasetRequest"},
454
+ "errors":[
455
+ {"shape":"InvalidRequestException"},
456
+ {"shape":"ResourceNotFoundException"},
457
+ {"shape":"InternalFailureException"},
458
+ {"shape":"ServiceUnavailableException"},
459
+ {"shape":"ThrottlingException"}
460
+ ]
461
+ },
462
+ "UpdateDatastore":{
463
+ "name":"UpdateDatastore",
464
+ "http":{
465
+ "method":"PUT",
466
+ "requestUri":"/datastores/{datastoreName}"
467
+ },
468
+ "input":{"shape":"UpdateDatastoreRequest"},
469
+ "errors":[
470
+ {"shape":"InvalidRequestException"},
471
+ {"shape":"ResourceNotFoundException"},
472
+ {"shape":"InternalFailureException"},
473
+ {"shape":"ServiceUnavailableException"},
474
+ {"shape":"ThrottlingException"}
475
+ ]
476
+ },
477
+ "UpdatePipeline":{
478
+ "name":"UpdatePipeline",
479
+ "http":{
480
+ "method":"PUT",
481
+ "requestUri":"/pipelines/{pipelineName}"
482
+ },
483
+ "input":{"shape":"UpdatePipelineRequest"},
484
+ "errors":[
485
+ {"shape":"InvalidRequestException"},
486
+ {"shape":"ResourceNotFoundException"},
487
+ {"shape":"InternalFailureException"},
488
+ {"shape":"ServiceUnavailableException"},
489
+ {"shape":"ThrottlingException"},
490
+ {"shape":"LimitExceededException"}
491
+ ]
492
+ }
493
+ },
494
+ "shapes":{
495
+ "ActivityBatchSize":{
496
+ "type":"integer",
497
+ "max":1000,
498
+ "min":1
499
+ },
500
+ "ActivityName":{
501
+ "type":"string",
502
+ "max":128,
503
+ "min":1
504
+ },
505
+ "AddAttributesActivity":{
506
+ "type":"structure",
507
+ "required":[
508
+ "name",
509
+ "attributes"
510
+ ],
511
+ "members":{
512
+ "name":{"shape":"ActivityName"},
513
+ "attributes":{"shape":"AttributeNameMapping"},
514
+ "next":{"shape":"ActivityName"}
515
+ }
516
+ },
517
+ "AttributeName":{
518
+ "type":"string",
519
+ "max":256,
520
+ "min":1
521
+ },
522
+ "AttributeNameMapping":{
523
+ "type":"map",
524
+ "key":{"shape":"AttributeName"},
525
+ "value":{"shape":"AttributeName"},
526
+ "max":50,
527
+ "min":1
528
+ },
529
+ "AttributeNames":{
530
+ "type":"list",
531
+ "member":{"shape":"AttributeName"},
532
+ "max":50,
533
+ "min":1
534
+ },
535
+ "BatchPutMessageErrorEntries":{
536
+ "type":"list",
537
+ "member":{"shape":"BatchPutMessageErrorEntry"}
538
+ },
539
+ "BatchPutMessageErrorEntry":{
540
+ "type":"structure",
541
+ "members":{
542
+ "messageId":{"shape":"MessageId"},
543
+ "errorCode":{"shape":"ErrorCode"},
544
+ "errorMessage":{"shape":"ErrorMessage"}
545
+ }
546
+ },
547
+ "BatchPutMessageRequest":{
548
+ "type":"structure",
549
+ "required":[
550
+ "channelName",
551
+ "messages"
552
+ ],
553
+ "members":{
554
+ "channelName":{"shape":"ChannelName"},
555
+ "messages":{"shape":"Messages"}
556
+ }
557
+ },
558
+ "BatchPutMessageResponse":{
559
+ "type":"structure",
560
+ "members":{
561
+ "batchPutMessageErrorEntries":{"shape":"BatchPutMessageErrorEntries"}
562
+ }
563
+ },
564
+ "CancelPipelineReprocessingRequest":{
565
+ "type":"structure",
566
+ "required":[
567
+ "pipelineName",
568
+ "reprocessingId"
569
+ ],
570
+ "members":{
571
+ "pipelineName":{
572
+ "shape":"PipelineName",
573
+ "location":"uri",
574
+ "locationName":"pipelineName"
575
+ },
576
+ "reprocessingId":{
577
+ "shape":"ReprocessingId",
578
+ "location":"uri",
579
+ "locationName":"reprocessingId"
580
+ }
581
+ }
582
+ },
583
+ "CancelPipelineReprocessingResponse":{
584
+ "type":"structure",
585
+ "members":{
586
+ }
587
+ },
588
+ "Channel":{
589
+ "type":"structure",
590
+ "members":{
591
+ "name":{"shape":"ChannelName"},
592
+ "arn":{"shape":"ChannelArn"},
593
+ "status":{"shape":"ChannelStatus"},
594
+ "retentionPeriod":{"shape":"RetentionPeriod"},
595
+ "creationTime":{"shape":"Timestamp"},
596
+ "lastUpdateTime":{"shape":"Timestamp"}
597
+ }
598
+ },
599
+ "ChannelActivity":{
600
+ "type":"structure",
601
+ "required":[
602
+ "name",
603
+ "channelName"
604
+ ],
605
+ "members":{
606
+ "name":{"shape":"ActivityName"},
607
+ "channelName":{"shape":"ChannelName"},
608
+ "next":{"shape":"ActivityName"}
609
+ }
610
+ },
611
+ "ChannelArn":{"type":"string"},
612
+ "ChannelName":{
613
+ "type":"string",
614
+ "max":128,
615
+ "min":1,
616
+ "pattern":"^[a-zA-Z0-9_]+$"
617
+ },
618
+ "ChannelStatus":{
619
+ "type":"string",
620
+ "enum":[
621
+ "CREATING",
622
+ "ACTIVE",
623
+ "DELETING"
624
+ ]
625
+ },
626
+ "ChannelSummaries":{
627
+ "type":"list",
628
+ "member":{"shape":"ChannelSummary"}
629
+ },
630
+ "ChannelSummary":{
631
+ "type":"structure",
632
+ "members":{
633
+ "channelName":{"shape":"ChannelName"},
634
+ "status":{"shape":"ChannelStatus"},
635
+ "creationTime":{"shape":"Timestamp"},
636
+ "lastUpdateTime":{"shape":"Timestamp"}
637
+ }
638
+ },
639
+ "CreateChannelRequest":{
640
+ "type":"structure",
641
+ "required":["channelName"],
642
+ "members":{
643
+ "channelName":{"shape":"ChannelName"},
644
+ "retentionPeriod":{"shape":"RetentionPeriod"}
645
+ }
646
+ },
647
+ "CreateChannelResponse":{
648
+ "type":"structure",
649
+ "members":{
650
+ "channelName":{"shape":"ChannelName"},
651
+ "channelArn":{"shape":"ChannelArn"},
652
+ "retentionPeriod":{"shape":"RetentionPeriod"}
653
+ }
654
+ },
655
+ "CreateDatasetContentRequest":{
656
+ "type":"structure",
657
+ "required":["datasetName"],
658
+ "members":{
659
+ "datasetName":{
660
+ "shape":"DatasetName",
661
+ "location":"uri",
662
+ "locationName":"datasetName"
663
+ }
664
+ }
665
+ },
666
+ "CreateDatasetRequest":{
667
+ "type":"structure",
668
+ "required":[
669
+ "datasetName",
670
+ "actions"
671
+ ],
672
+ "members":{
673
+ "datasetName":{"shape":"DatasetName"},
674
+ "actions":{"shape":"DatasetActions"},
675
+ "triggers":{"shape":"DatasetTriggers"}
676
+ }
677
+ },
678
+ "CreateDatasetResponse":{
679
+ "type":"structure",
680
+ "members":{
681
+ "datasetName":{"shape":"DatasetName"},
682
+ "datasetArn":{"shape":"DatasetArn"}
683
+ }
684
+ },
685
+ "CreateDatastoreRequest":{
686
+ "type":"structure",
687
+ "required":["datastoreName"],
688
+ "members":{
689
+ "datastoreName":{"shape":"DatastoreName"},
690
+ "retentionPeriod":{"shape":"RetentionPeriod"}
691
+ }
692
+ },
693
+ "CreateDatastoreResponse":{
694
+ "type":"structure",
695
+ "members":{
696
+ "datastoreName":{"shape":"DatastoreName"},
697
+ "datastoreArn":{"shape":"DatastoreArn"},
698
+ "retentionPeriod":{"shape":"RetentionPeriod"}
699
+ }
700
+ },
701
+ "CreatePipelineRequest":{
702
+ "type":"structure",
703
+ "required":[
704
+ "pipelineName",
705
+ "pipelineActivities"
706
+ ],
707
+ "members":{
708
+ "pipelineName":{"shape":"PipelineName"},
709
+ "pipelineActivities":{"shape":"PipelineActivities"}
710
+ }
711
+ },
712
+ "CreatePipelineResponse":{
713
+ "type":"structure",
714
+ "members":{
715
+ "pipelineName":{"shape":"PipelineName"},
716
+ "pipelineArn":{"shape":"PipelineArn"}
717
+ }
718
+ },
719
+ "Dataset":{
720
+ "type":"structure",
721
+ "members":{
722
+ "name":{"shape":"DatasetName"},
723
+ "arn":{"shape":"DatasetArn"},
724
+ "actions":{"shape":"DatasetActions"},
725
+ "triggers":{"shape":"DatasetTriggers"},
726
+ "status":{"shape":"DatasetStatus"},
727
+ "creationTime":{"shape":"Timestamp"},
728
+ "lastUpdateTime":{"shape":"Timestamp"}
729
+ }
730
+ },
731
+ "DatasetAction":{
732
+ "type":"structure",
733
+ "members":{
734
+ "actionName":{"shape":"DatasetActionName"},
735
+ "queryAction":{"shape":"SqlQueryDatasetAction"}
736
+ }
737
+ },
738
+ "DatasetActionName":{
739
+ "type":"string",
740
+ "max":128,
741
+ "min":1,
742
+ "pattern":"^[a-zA-Z0-9_]+$"
743
+ },
744
+ "DatasetActions":{
745
+ "type":"list",
746
+ "member":{"shape":"DatasetAction"},
747
+ "max":1,
748
+ "min":1
749
+ },
750
+ "DatasetArn":{"type":"string"},
751
+ "DatasetContentState":{
752
+ "type":"string",
753
+ "enum":[
754
+ "CREATING",
755
+ "SUCCEEDED",
756
+ "FAILED"
757
+ ]
758
+ },
759
+ "DatasetContentStatus":{
760
+ "type":"structure",
761
+ "members":{
762
+ "state":{"shape":"DatasetContentState"},
763
+ "reason":{"shape":"Reason"}
764
+ }
765
+ },
766
+ "DatasetContentVersion":{"type":"string"},
767
+ "DatasetEntries":{
768
+ "type":"list",
769
+ "member":{"shape":"DatasetEntry"}
770
+ },
771
+ "DatasetEntry":{
772
+ "type":"structure",
773
+ "members":{
774
+ "entryName":{"shape":"EntryName"},
775
+ "dataURI":{"shape":"PresignedURI"}
776
+ }
777
+ },
778
+ "DatasetName":{
779
+ "type":"string",
780
+ "max":128,
781
+ "min":1,
782
+ "pattern":"^[a-zA-Z0-9_]+$"
783
+ },
784
+ "DatasetStatus":{
785
+ "type":"string",
786
+ "enum":[
787
+ "CREATING",
788
+ "ACTIVE",
789
+ "DELETING"
790
+ ]
791
+ },
792
+ "DatasetSummaries":{
793
+ "type":"list",
794
+ "member":{"shape":"DatasetSummary"}
795
+ },
796
+ "DatasetSummary":{
797
+ "type":"structure",
798
+ "members":{
799
+ "datasetName":{"shape":"DatasetName"},
800
+ "status":{"shape":"DatasetStatus"},
801
+ "creationTime":{"shape":"Timestamp"},
802
+ "lastUpdateTime":{"shape":"Timestamp"}
803
+ }
804
+ },
805
+ "DatasetTrigger":{
806
+ "type":"structure",
807
+ "members":{
808
+ "schedule":{"shape":"Schedule"}
809
+ }
810
+ },
811
+ "DatasetTriggers":{
812
+ "type":"list",
813
+ "member":{"shape":"DatasetTrigger"},
814
+ "max":5,
815
+ "min":0
816
+ },
817
+ "Datastore":{
818
+ "type":"structure",
819
+ "members":{
820
+ "name":{"shape":"DatastoreName"},
821
+ "arn":{"shape":"DatastoreArn"},
822
+ "status":{"shape":"DatastoreStatus"},
823
+ "retentionPeriod":{"shape":"RetentionPeriod"},
824
+ "creationTime":{"shape":"Timestamp"},
825
+ "lastUpdateTime":{"shape":"Timestamp"}
826
+ }
827
+ },
828
+ "DatastoreActivity":{
829
+ "type":"structure",
830
+ "required":[
831
+ "name",
832
+ "datastoreName"
833
+ ],
834
+ "members":{
835
+ "name":{"shape":"ActivityName"},
836
+ "datastoreName":{"shape":"DatastoreName"}
837
+ }
838
+ },
839
+ "DatastoreArn":{"type":"string"},
840
+ "DatastoreName":{
841
+ "type":"string",
842
+ "max":128,
843
+ "min":1,
844
+ "pattern":"^[a-zA-Z0-9_]+$"
845
+ },
846
+ "DatastoreStatus":{
847
+ "type":"string",
848
+ "enum":[
849
+ "CREATING",
850
+ "ACTIVE",
851
+ "DELETING"
852
+ ]
853
+ },
854
+ "DatastoreSummaries":{
855
+ "type":"list",
856
+ "member":{"shape":"DatastoreSummary"}
857
+ },
858
+ "DatastoreSummary":{
859
+ "type":"structure",
860
+ "members":{
861
+ "datastoreName":{"shape":"DatastoreName"},
862
+ "status":{"shape":"DatastoreStatus"},
863
+ "creationTime":{"shape":"Timestamp"},
864
+ "lastUpdateTime":{"shape":"Timestamp"}
865
+ }
866
+ },
867
+ "DeleteChannelRequest":{
868
+ "type":"structure",
869
+ "required":["channelName"],
870
+ "members":{
871
+ "channelName":{
872
+ "shape":"ChannelName",
873
+ "location":"uri",
874
+ "locationName":"channelName"
875
+ }
876
+ }
877
+ },
878
+ "DeleteDatasetContentRequest":{
879
+ "type":"structure",
880
+ "required":["datasetName"],
881
+ "members":{
882
+ "datasetName":{
883
+ "shape":"DatasetName",
884
+ "location":"uri",
885
+ "locationName":"datasetName"
886
+ },
887
+ "versionId":{
888
+ "shape":"DatasetContentVersion",
889
+ "location":"querystring",
890
+ "locationName":"versionId"
891
+ }
892
+ }
893
+ },
894
+ "DeleteDatasetRequest":{
895
+ "type":"structure",
896
+ "required":["datasetName"],
897
+ "members":{
898
+ "datasetName":{
899
+ "shape":"DatasetName",
900
+ "location":"uri",
901
+ "locationName":"datasetName"
902
+ }
903
+ }
904
+ },
905
+ "DeleteDatastoreRequest":{
906
+ "type":"structure",
907
+ "required":["datastoreName"],
908
+ "members":{
909
+ "datastoreName":{
910
+ "shape":"DatastoreName",
911
+ "location":"uri",
912
+ "locationName":"datastoreName"
913
+ }
914
+ }
915
+ },
916
+ "DeletePipelineRequest":{
917
+ "type":"structure",
918
+ "required":["pipelineName"],
919
+ "members":{
920
+ "pipelineName":{
921
+ "shape":"PipelineName",
922
+ "location":"uri",
923
+ "locationName":"pipelineName"
924
+ }
925
+ }
926
+ },
927
+ "DescribeChannelRequest":{
928
+ "type":"structure",
929
+ "required":["channelName"],
930
+ "members":{
931
+ "channelName":{
932
+ "shape":"ChannelName",
933
+ "location":"uri",
934
+ "locationName":"channelName"
935
+ }
936
+ }
937
+ },
938
+ "DescribeChannelResponse":{
939
+ "type":"structure",
940
+ "members":{
941
+ "channel":{"shape":"Channel"}
942
+ }
943
+ },
944
+ "DescribeDatasetRequest":{
945
+ "type":"structure",
946
+ "required":["datasetName"],
947
+ "members":{
948
+ "datasetName":{
949
+ "shape":"DatasetName",
950
+ "location":"uri",
951
+ "locationName":"datasetName"
952
+ }
953
+ }
954
+ },
955
+ "DescribeDatasetResponse":{
956
+ "type":"structure",
957
+ "members":{
958
+ "dataset":{"shape":"Dataset"}
959
+ }
960
+ },
961
+ "DescribeDatastoreRequest":{
962
+ "type":"structure",
963
+ "required":["datastoreName"],
964
+ "members":{
965
+ "datastoreName":{
966
+ "shape":"DatastoreName",
967
+ "location":"uri",
968
+ "locationName":"datastoreName"
969
+ }
970
+ }
971
+ },
972
+ "DescribeDatastoreResponse":{
973
+ "type":"structure",
974
+ "members":{
975
+ "datastore":{"shape":"Datastore"}
976
+ }
977
+ },
978
+ "DescribeLoggingOptionsRequest":{
979
+ "type":"structure",
980
+ "members":{
981
+ }
982
+ },
983
+ "DescribeLoggingOptionsResponse":{
984
+ "type":"structure",
985
+ "members":{
986
+ "loggingOptions":{"shape":"LoggingOptions"}
987
+ }
988
+ },
989
+ "DescribePipelineRequest":{
990
+ "type":"structure",
991
+ "required":["pipelineName"],
992
+ "members":{
993
+ "pipelineName":{
994
+ "shape":"PipelineName",
995
+ "location":"uri",
996
+ "locationName":"pipelineName"
997
+ }
998
+ }
999
+ },
1000
+ "DescribePipelineResponse":{
1001
+ "type":"structure",
1002
+ "members":{
1003
+ "pipeline":{"shape":"Pipeline"}
1004
+ }
1005
+ },
1006
+ "DeviceRegistryEnrichActivity":{
1007
+ "type":"structure",
1008
+ "required":[
1009
+ "name",
1010
+ "attribute",
1011
+ "thingName",
1012
+ "roleArn"
1013
+ ],
1014
+ "members":{
1015
+ "name":{"shape":"ActivityName"},
1016
+ "attribute":{"shape":"AttributeName"},
1017
+ "thingName":{"shape":"AttributeName"},
1018
+ "roleArn":{"shape":"RoleArn"},
1019
+ "next":{"shape":"ActivityName"}
1020
+ }
1021
+ },
1022
+ "DeviceShadowEnrichActivity":{
1023
+ "type":"structure",
1024
+ "required":[
1025
+ "name",
1026
+ "attribute",
1027
+ "thingName",
1028
+ "roleArn"
1029
+ ],
1030
+ "members":{
1031
+ "name":{"shape":"ActivityName"},
1032
+ "attribute":{"shape":"AttributeName"},
1033
+ "thingName":{"shape":"AttributeName"},
1034
+ "roleArn":{"shape":"RoleArn"},
1035
+ "next":{"shape":"ActivityName"}
1036
+ }
1037
+ },
1038
+ "EndTime":{"type":"timestamp"},
1039
+ "EntryName":{"type":"string"},
1040
+ "ErrorCode":{"type":"string"},
1041
+ "ErrorMessage":{"type":"string"},
1042
+ "FilterActivity":{
1043
+ "type":"structure",
1044
+ "required":[
1045
+ "name",
1046
+ "filter"
1047
+ ],
1048
+ "members":{
1049
+ "name":{"shape":"ActivityName"},
1050
+ "filter":{"shape":"FilterExpression"},
1051
+ "next":{"shape":"ActivityName"}
1052
+ }
1053
+ },
1054
+ "FilterExpression":{
1055
+ "type":"string",
1056
+ "max":256,
1057
+ "min":1
1058
+ },
1059
+ "GetDatasetContentRequest":{
1060
+ "type":"structure",
1061
+ "required":["datasetName"],
1062
+ "members":{
1063
+ "datasetName":{
1064
+ "shape":"DatasetName",
1065
+ "location":"uri",
1066
+ "locationName":"datasetName"
1067
+ },
1068
+ "versionId":{
1069
+ "shape":"DatasetContentVersion",
1070
+ "location":"querystring",
1071
+ "locationName":"versionId"
1072
+ }
1073
+ }
1074
+ },
1075
+ "GetDatasetContentResponse":{
1076
+ "type":"structure",
1077
+ "members":{
1078
+ "entries":{"shape":"DatasetEntries"},
1079
+ "timestamp":{"shape":"Timestamp"},
1080
+ "status":{"shape":"DatasetContentStatus"}
1081
+ }
1082
+ },
1083
+ "InternalFailureException":{
1084
+ "type":"structure",
1085
+ "members":{
1086
+ "message":{"shape":"errorMessage"}
1087
+ },
1088
+ "error":{"httpStatusCode":500},
1089
+ "exception":true,
1090
+ "fault":true
1091
+ },
1092
+ "InvalidRequestException":{
1093
+ "type":"structure",
1094
+ "members":{
1095
+ "message":{"shape":"errorMessage"}
1096
+ },
1097
+ "error":{"httpStatusCode":400},
1098
+ "exception":true
1099
+ },
1100
+ "LambdaActivity":{
1101
+ "type":"structure",
1102
+ "required":[
1103
+ "name",
1104
+ "lambdaName",
1105
+ "batchSize"
1106
+ ],
1107
+ "members":{
1108
+ "name":{"shape":"ActivityName"},
1109
+ "lambdaName":{"shape":"LambdaName"},
1110
+ "batchSize":{"shape":"ActivityBatchSize"},
1111
+ "next":{"shape":"ActivityName"}
1112
+ }
1113
+ },
1114
+ "LambdaName":{
1115
+ "type":"string",
1116
+ "max":64,
1117
+ "min":1,
1118
+ "pattern":"^[a-zA-Z0-9_-]+$"
1119
+ },
1120
+ "LimitExceededException":{
1121
+ "type":"structure",
1122
+ "members":{
1123
+ "message":{"shape":"errorMessage"}
1124
+ },
1125
+ "error":{"httpStatusCode":410},
1126
+ "exception":true
1127
+ },
1128
+ "ListChannelsRequest":{
1129
+ "type":"structure",
1130
+ "members":{
1131
+ "nextToken":{
1132
+ "shape":"NextToken",
1133
+ "location":"querystring",
1134
+ "locationName":"nextToken"
1135
+ },
1136
+ "maxResults":{
1137
+ "shape":"MaxResults",
1138
+ "location":"querystring",
1139
+ "locationName":"maxResults"
1140
+ }
1141
+ }
1142
+ },
1143
+ "ListChannelsResponse":{
1144
+ "type":"structure",
1145
+ "members":{
1146
+ "channelSummaries":{"shape":"ChannelSummaries"},
1147
+ "nextToken":{"shape":"NextToken"}
1148
+ }
1149
+ },
1150
+ "ListDatasetsRequest":{
1151
+ "type":"structure",
1152
+ "members":{
1153
+ "nextToken":{
1154
+ "shape":"NextToken",
1155
+ "location":"querystring",
1156
+ "locationName":"nextToken"
1157
+ },
1158
+ "maxResults":{
1159
+ "shape":"MaxResults",
1160
+ "location":"querystring",
1161
+ "locationName":"maxResults"
1162
+ }
1163
+ }
1164
+ },
1165
+ "ListDatasetsResponse":{
1166
+ "type":"structure",
1167
+ "members":{
1168
+ "datasetSummaries":{"shape":"DatasetSummaries"},
1169
+ "nextToken":{"shape":"NextToken"}
1170
+ }
1171
+ },
1172
+ "ListDatastoresRequest":{
1173
+ "type":"structure",
1174
+ "members":{
1175
+ "nextToken":{
1176
+ "shape":"NextToken",
1177
+ "location":"querystring",
1178
+ "locationName":"nextToken"
1179
+ },
1180
+ "maxResults":{
1181
+ "shape":"MaxResults",
1182
+ "location":"querystring",
1183
+ "locationName":"maxResults"
1184
+ }
1185
+ }
1186
+ },
1187
+ "ListDatastoresResponse":{
1188
+ "type":"structure",
1189
+ "members":{
1190
+ "datastoreSummaries":{"shape":"DatastoreSummaries"},
1191
+ "nextToken":{"shape":"NextToken"}
1192
+ }
1193
+ },
1194
+ "ListPipelinesRequest":{
1195
+ "type":"structure",
1196
+ "members":{
1197
+ "nextToken":{
1198
+ "shape":"NextToken",
1199
+ "location":"querystring",
1200
+ "locationName":"nextToken"
1201
+ },
1202
+ "maxResults":{
1203
+ "shape":"MaxResults",
1204
+ "location":"querystring",
1205
+ "locationName":"maxResults"
1206
+ }
1207
+ }
1208
+ },
1209
+ "ListPipelinesResponse":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "pipelineSummaries":{"shape":"PipelineSummaries"},
1213
+ "nextToken":{"shape":"NextToken"}
1214
+ }
1215
+ },
1216
+ "LogResult":{"type":"string"},
1217
+ "LoggingEnabled":{"type":"boolean"},
1218
+ "LoggingLevel":{
1219
+ "type":"string",
1220
+ "enum":["ERROR"]
1221
+ },
1222
+ "LoggingOptions":{
1223
+ "type":"structure",
1224
+ "required":[
1225
+ "roleArn",
1226
+ "level",
1227
+ "enabled"
1228
+ ],
1229
+ "members":{
1230
+ "roleArn":{"shape":"RoleArn"},
1231
+ "level":{"shape":"LoggingLevel"},
1232
+ "enabled":{"shape":"LoggingEnabled"}
1233
+ }
1234
+ },
1235
+ "MathActivity":{
1236
+ "type":"structure",
1237
+ "required":[
1238
+ "name",
1239
+ "attribute",
1240
+ "math"
1241
+ ],
1242
+ "members":{
1243
+ "name":{"shape":"ActivityName"},
1244
+ "attribute":{"shape":"AttributeName"},
1245
+ "math":{"shape":"MathExpression"},
1246
+ "next":{"shape":"ActivityName"}
1247
+ }
1248
+ },
1249
+ "MathExpression":{
1250
+ "type":"string",
1251
+ "max":256,
1252
+ "min":1
1253
+ },
1254
+ "MaxMessages":{
1255
+ "type":"integer",
1256
+ "max":10,
1257
+ "min":1
1258
+ },
1259
+ "MaxResults":{
1260
+ "type":"integer",
1261
+ "max":250,
1262
+ "min":1
1263
+ },
1264
+ "Message":{
1265
+ "type":"structure",
1266
+ "required":[
1267
+ "messageId",
1268
+ "payload"
1269
+ ],
1270
+ "members":{
1271
+ "messageId":{"shape":"MessageId"},
1272
+ "payload":{"shape":"MessagePayload"}
1273
+ }
1274
+ },
1275
+ "MessageId":{
1276
+ "type":"string",
1277
+ "max":128,
1278
+ "min":1
1279
+ },
1280
+ "MessagePayload":{"type":"blob"},
1281
+ "MessagePayloads":{
1282
+ "type":"list",
1283
+ "member":{"shape":"MessagePayload"},
1284
+ "max":10,
1285
+ "min":1
1286
+ },
1287
+ "Messages":{
1288
+ "type":"list",
1289
+ "member":{"shape":"Message"}
1290
+ },
1291
+ "NextToken":{"type":"string"},
1292
+ "Pipeline":{
1293
+ "type":"structure",
1294
+ "members":{
1295
+ "name":{"shape":"PipelineName"},
1296
+ "arn":{"shape":"PipelineArn"},
1297
+ "activities":{"shape":"PipelineActivities"},
1298
+ "reprocessingSummaries":{"shape":"ReprocessingSummaries"},
1299
+ "creationTime":{"shape":"Timestamp"},
1300
+ "lastUpdateTime":{"shape":"Timestamp"}
1301
+ }
1302
+ },
1303
+ "PipelineActivities":{
1304
+ "type":"list",
1305
+ "member":{"shape":"PipelineActivity"},
1306
+ "max":25,
1307
+ "min":1
1308
+ },
1309
+ "PipelineActivity":{
1310
+ "type":"structure",
1311
+ "members":{
1312
+ "channel":{"shape":"ChannelActivity"},
1313
+ "lambda":{"shape":"LambdaActivity"},
1314
+ "datastore":{"shape":"DatastoreActivity"},
1315
+ "addAttributes":{"shape":"AddAttributesActivity"},
1316
+ "removeAttributes":{"shape":"RemoveAttributesActivity"},
1317
+ "selectAttributes":{"shape":"SelectAttributesActivity"},
1318
+ "filter":{"shape":"FilterActivity"},
1319
+ "math":{"shape":"MathActivity"},
1320
+ "deviceRegistryEnrich":{"shape":"DeviceRegistryEnrichActivity"},
1321
+ "deviceShadowEnrich":{"shape":"DeviceShadowEnrichActivity"}
1322
+ }
1323
+ },
1324
+ "PipelineArn":{"type":"string"},
1325
+ "PipelineName":{
1326
+ "type":"string",
1327
+ "max":128,
1328
+ "min":1,
1329
+ "pattern":"^[a-zA-Z0-9_]+$"
1330
+ },
1331
+ "PipelineSummaries":{
1332
+ "type":"list",
1333
+ "member":{"shape":"PipelineSummary"}
1334
+ },
1335
+ "PipelineSummary":{
1336
+ "type":"structure",
1337
+ "members":{
1338
+ "pipelineName":{"shape":"PipelineName"},
1339
+ "reprocessingSummaries":{"shape":"ReprocessingSummaries"},
1340
+ "creationTime":{"shape":"Timestamp"},
1341
+ "lastUpdateTime":{"shape":"Timestamp"}
1342
+ }
1343
+ },
1344
+ "PresignedURI":{"type":"string"},
1345
+ "PutLoggingOptionsRequest":{
1346
+ "type":"structure",
1347
+ "required":["loggingOptions"],
1348
+ "members":{
1349
+ "loggingOptions":{"shape":"LoggingOptions"}
1350
+ }
1351
+ },
1352
+ "Reason":{"type":"string"},
1353
+ "RemoveAttributesActivity":{
1354
+ "type":"structure",
1355
+ "required":[
1356
+ "name",
1357
+ "attributes"
1358
+ ],
1359
+ "members":{
1360
+ "name":{"shape":"ActivityName"},
1361
+ "attributes":{"shape":"AttributeNames"},
1362
+ "next":{"shape":"ActivityName"}
1363
+ }
1364
+ },
1365
+ "ReprocessingId":{"type":"string"},
1366
+ "ReprocessingStatus":{
1367
+ "type":"string",
1368
+ "enum":[
1369
+ "RUNNING",
1370
+ "SUCCEEDED",
1371
+ "CANCELLED",
1372
+ "FAILED"
1373
+ ]
1374
+ },
1375
+ "ReprocessingSummaries":{
1376
+ "type":"list",
1377
+ "member":{"shape":"ReprocessingSummary"}
1378
+ },
1379
+ "ReprocessingSummary":{
1380
+ "type":"structure",
1381
+ "members":{
1382
+ "id":{"shape":"ReprocessingId"},
1383
+ "status":{"shape":"ReprocessingStatus"},
1384
+ "creationTime":{"shape":"Timestamp"}
1385
+ }
1386
+ },
1387
+ "ResourceAlreadyExistsException":{
1388
+ "type":"structure",
1389
+ "members":{
1390
+ "message":{"shape":"errorMessage"},
1391
+ "resourceId":{"shape":"resourceId"},
1392
+ "resourceArn":{"shape":"resourceArn"}
1393
+ },
1394
+ "error":{"httpStatusCode":409},
1395
+ "exception":true
1396
+ },
1397
+ "ResourceNotFoundException":{
1398
+ "type":"structure",
1399
+ "members":{
1400
+ "message":{"shape":"errorMessage"}
1401
+ },
1402
+ "error":{"httpStatusCode":404},
1403
+ "exception":true
1404
+ },
1405
+ "RetentionPeriod":{
1406
+ "type":"structure",
1407
+ "members":{
1408
+ "unlimited":{"shape":"UnlimitedRetentionPeriod"},
1409
+ "numberOfDays":{"shape":"RetentionPeriodInDays"}
1410
+ }
1411
+ },
1412
+ "RetentionPeriodInDays":{
1413
+ "type":"integer",
1414
+ "min":1
1415
+ },
1416
+ "RoleArn":{
1417
+ "type":"string",
1418
+ "max":2048,
1419
+ "min":20
1420
+ },
1421
+ "RunPipelineActivityRequest":{
1422
+ "type":"structure",
1423
+ "required":[
1424
+ "pipelineActivity",
1425
+ "payloads"
1426
+ ],
1427
+ "members":{
1428
+ "pipelineActivity":{"shape":"PipelineActivity"},
1429
+ "payloads":{"shape":"MessagePayloads"}
1430
+ }
1431
+ },
1432
+ "RunPipelineActivityResponse":{
1433
+ "type":"structure",
1434
+ "members":{
1435
+ "payloads":{"shape":"MessagePayloads"},
1436
+ "logResult":{"shape":"LogResult"}
1437
+ }
1438
+ },
1439
+ "SampleChannelDataRequest":{
1440
+ "type":"structure",
1441
+ "required":["channelName"],
1442
+ "members":{
1443
+ "channelName":{
1444
+ "shape":"ChannelName",
1445
+ "location":"uri",
1446
+ "locationName":"channelName"
1447
+ },
1448
+ "maxMessages":{
1449
+ "shape":"MaxMessages",
1450
+ "location":"querystring",
1451
+ "locationName":"maxMessages"
1452
+ },
1453
+ "startTime":{
1454
+ "shape":"StartTime",
1455
+ "location":"querystring",
1456
+ "locationName":"startTime"
1457
+ },
1458
+ "endTime":{
1459
+ "shape":"EndTime",
1460
+ "location":"querystring",
1461
+ "locationName":"endTime"
1462
+ }
1463
+ }
1464
+ },
1465
+ "SampleChannelDataResponse":{
1466
+ "type":"structure",
1467
+ "members":{
1468
+ "payloads":{"shape":"MessagePayloads"}
1469
+ }
1470
+ },
1471
+ "Schedule":{
1472
+ "type":"structure",
1473
+ "members":{
1474
+ "expression":{"shape":"ScheduleExpression"}
1475
+ }
1476
+ },
1477
+ "ScheduleExpression":{"type":"string"},
1478
+ "SelectAttributesActivity":{
1479
+ "type":"structure",
1480
+ "required":[
1481
+ "name",
1482
+ "attributes"
1483
+ ],
1484
+ "members":{
1485
+ "name":{"shape":"ActivityName"},
1486
+ "attributes":{"shape":"AttributeNames"},
1487
+ "next":{"shape":"ActivityName"}
1488
+ }
1489
+ },
1490
+ "ServiceUnavailableException":{
1491
+ "type":"structure",
1492
+ "members":{
1493
+ "message":{"shape":"errorMessage"}
1494
+ },
1495
+ "error":{"httpStatusCode":503},
1496
+ "exception":true,
1497
+ "fault":true
1498
+ },
1499
+ "SqlQuery":{"type":"string"},
1500
+ "SqlQueryDatasetAction":{
1501
+ "type":"structure",
1502
+ "required":["sqlQuery"],
1503
+ "members":{
1504
+ "sqlQuery":{"shape":"SqlQuery"}
1505
+ }
1506
+ },
1507
+ "StartPipelineReprocessingRequest":{
1508
+ "type":"structure",
1509
+ "required":["pipelineName"],
1510
+ "members":{
1511
+ "pipelineName":{
1512
+ "shape":"PipelineName",
1513
+ "location":"uri",
1514
+ "locationName":"pipelineName"
1515
+ },
1516
+ "startTime":{"shape":"StartTime"},
1517
+ "endTime":{"shape":"EndTime"}
1518
+ }
1519
+ },
1520
+ "StartPipelineReprocessingResponse":{
1521
+ "type":"structure",
1522
+ "members":{
1523
+ "reprocessingId":{"shape":"ReprocessingId"}
1524
+ }
1525
+ },
1526
+ "StartTime":{"type":"timestamp"},
1527
+ "ThrottlingException":{
1528
+ "type":"structure",
1529
+ "members":{
1530
+ "message":{"shape":"errorMessage"}
1531
+ },
1532
+ "error":{"httpStatusCode":429},
1533
+ "exception":true
1534
+ },
1535
+ "Timestamp":{"type":"timestamp"},
1536
+ "UnlimitedRetentionPeriod":{"type":"boolean"},
1537
+ "UpdateChannelRequest":{
1538
+ "type":"structure",
1539
+ "required":["channelName"],
1540
+ "members":{
1541
+ "channelName":{
1542
+ "shape":"ChannelName",
1543
+ "location":"uri",
1544
+ "locationName":"channelName"
1545
+ },
1546
+ "retentionPeriod":{"shape":"RetentionPeriod"}
1547
+ }
1548
+ },
1549
+ "UpdateDatasetRequest":{
1550
+ "type":"structure",
1551
+ "required":[
1552
+ "datasetName",
1553
+ "actions"
1554
+ ],
1555
+ "members":{
1556
+ "datasetName":{
1557
+ "shape":"DatasetName",
1558
+ "location":"uri",
1559
+ "locationName":"datasetName"
1560
+ },
1561
+ "actions":{"shape":"DatasetActions"},
1562
+ "triggers":{"shape":"DatasetTriggers"}
1563
+ }
1564
+ },
1565
+ "UpdateDatastoreRequest":{
1566
+ "type":"structure",
1567
+ "required":["datastoreName"],
1568
+ "members":{
1569
+ "datastoreName":{
1570
+ "shape":"DatastoreName",
1571
+ "location":"uri",
1572
+ "locationName":"datastoreName"
1573
+ },
1574
+ "retentionPeriod":{"shape":"RetentionPeriod"}
1575
+ }
1576
+ },
1577
+ "UpdatePipelineRequest":{
1578
+ "type":"structure",
1579
+ "required":[
1580
+ "pipelineName",
1581
+ "pipelineActivities"
1582
+ ],
1583
+ "members":{
1584
+ "pipelineName":{
1585
+ "shape":"PipelineName",
1586
+ "location":"uri",
1587
+ "locationName":"pipelineName"
1588
+ },
1589
+ "pipelineActivities":{"shape":"PipelineActivities"}
1590
+ }
1591
+ },
1592
+ "errorMessage":{"type":"string"},
1593
+ "resourceArn":{"type":"string"},
1594
+ "resourceId":{"type":"string"}
1595
+ }
1596
+ }