aws-sdk-core 2.10.91 → 2.10.92

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +4 -4
  2. data/apis/comprehend/2017-11-27/api-2.json +685 -0
  3. data/apis/comprehend/2017-11-27/examples-1.json +5 -0
  4. data/apis/comprehend/2017-11-27/paginators-1.json +9 -0
  5. data/apis/dynamodb/2011-12-05/api-2.json +1 -0
  6. data/apis/dynamodb/2012-08-10/api-2.json +610 -1
  7. data/apis/ecs/2014-11-13/api-2.json +151 -17
  8. data/apis/glacier/2012-06-01/api-2.json +174 -3
  9. data/apis/greengrass/2017-06-07/api-2.json +568 -1
  10. data/apis/iot-jobs-data/2017-09-29/api-2.json +339 -0
  11. data/apis/iot-jobs-data/2017-09-29/examples-1.json +5 -0
  12. data/apis/iot-jobs-data/2017-09-29/paginators-1.json +4 -0
  13. data/apis/iot/2015-05-28/api-2.json +3105 -203
  14. data/apis/kinesis-video-archived-media/2017-09-30/api-2.json +200 -0
  15. data/apis/kinesis-video-archived-media/2017-09-30/examples-1.json +5 -0
  16. data/apis/kinesis-video-archived-media/2017-09-30/paginators-1.json +4 -0
  17. data/apis/kinesis-video-media/2017-09-30/api-2.json +160 -0
  18. data/apis/kinesis-video-media/2017-09-30/examples-1.json +5 -0
  19. data/apis/kinesis-video-media/2017-09-30/paginators-1.json +4 -0
  20. data/apis/kinesisvideo/2017-09-30/api-2.json +548 -0
  21. data/apis/kinesisvideo/2017-09-30/examples-1.json +5 -0
  22. data/apis/kinesisvideo/2017-09-30/paginators-1.json +4 -0
  23. data/apis/rekognition/2016-06-27/api-2.json +994 -33
  24. data/apis/rekognition/2016-06-27/paginators-1.json +35 -0
  25. data/apis/runtime.sagemaker/2017-05-13/api-2.json +134 -0
  26. data/apis/runtime.sagemaker/2017-05-13/examples-1.json +5 -0
  27. data/apis/runtime.sagemaker/2017-05-13/paginators-1.json +4 -0
  28. data/apis/s3/2006-03-01/api-2.json +138 -2
  29. data/apis/sagemaker/2017-07-24/api-2.json +1540 -0
  30. data/apis/sagemaker/2017-07-24/examples-1.json +5 -0
  31. data/apis/sagemaker/2017-07-24/paginators-1.json +34 -0
  32. data/apis/sagemaker/2017-07-24/waiters-2.json +344 -0
  33. data/apis/translate/2017-07-01/api-2.json +119 -0
  34. data/apis/translate/2017-07-01/examples-1.json +5 -0
  35. data/apis/translate/2017-07-01/paginators-1.json +4 -0
  36. data/lib/aws-sdk-core.rb +8 -0
  37. data/lib/aws-sdk-core/comprehend.rb +6 -0
  38. data/lib/aws-sdk-core/iotjobsdataplane.rb +6 -0
  39. data/lib/aws-sdk-core/kinesisvideo.rb +6 -0
  40. data/lib/aws-sdk-core/kinesisvideoarchivedmedia.rb +6 -0
  41. data/lib/aws-sdk-core/kinesisvideomedia.rb +6 -0
  42. data/lib/aws-sdk-core/sagemaker.rb +7 -0
  43. data/lib/aws-sdk-core/sagemakerruntime.rb +6 -0
  44. data/lib/aws-sdk-core/translate.rb +6 -0
  45. data/lib/aws-sdk-core/version.rb +1 -1
  46. data/service-models.json +32 -0
  47. metadata +34 -1
@@ -0,0 +1,200 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-09-30",
5
+ "endpointPrefix":"kinesisvideo",
6
+ "protocol":"rest-json",
7
+ "serviceAbbreviation":"Kinesis Video Archived Media",
8
+ "serviceFullName":"Amazon Kinesis Video Streams Archived Media",
9
+ "serviceId":"Kinesis Video Archived Media",
10
+ "signatureVersion":"v4",
11
+ "uid":"kinesis-video-archived-media-2017-09-30"
12
+ },
13
+ "operations":{
14
+ "GetMediaForFragmentList":{
15
+ "name":"GetMediaForFragmentList",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/getMediaForFragmentList"
19
+ },
20
+ "input":{"shape":"GetMediaForFragmentListInput"},
21
+ "output":{"shape":"GetMediaForFragmentListOutput"},
22
+ "errors":[
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"InvalidArgumentException"},
25
+ {"shape":"ClientLimitExceededException"},
26
+ {"shape":"NotAuthorizedException"}
27
+ ]
28
+ },
29
+ "ListFragments":{
30
+ "name":"ListFragments",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/listFragments"
34
+ },
35
+ "input":{"shape":"ListFragmentsInput"},
36
+ "output":{"shape":"ListFragmentsOutput"},
37
+ "errors":[
38
+ {"shape":"ResourceNotFoundException"},
39
+ {"shape":"InvalidArgumentException"},
40
+ {"shape":"ClientLimitExceededException"},
41
+ {"shape":"NotAuthorizedException"}
42
+ ]
43
+ }
44
+ },
45
+ "shapes":{
46
+ "ClientLimitExceededException":{
47
+ "type":"structure",
48
+ "members":{
49
+ "Message":{"shape":"ErrorMessage"}
50
+ },
51
+ "error":{"httpStatusCode":400},
52
+ "exception":true
53
+ },
54
+ "ContentType":{
55
+ "type":"string",
56
+ "max":128,
57
+ "min":1,
58
+ "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
59
+ },
60
+ "ErrorMessage":{"type":"string"},
61
+ "Fragment":{
62
+ "type":"structure",
63
+ "members":{
64
+ "FragmentNumber":{"shape":"String"},
65
+ "FragmentSizeInBytes":{"shape":"Long"},
66
+ "ProducerTimestamp":{"shape":"Timestamp"},
67
+ "ServerTimestamp":{"shape":"Timestamp"},
68
+ "FragmentLengthInMilliseconds":{"shape":"Long"}
69
+ }
70
+ },
71
+ "FragmentList":{
72
+ "type":"list",
73
+ "member":{"shape":"Fragment"}
74
+ },
75
+ "FragmentNumberList":{
76
+ "type":"list",
77
+ "member":{"shape":"FragmentNumberString"}
78
+ },
79
+ "FragmentNumberString":{
80
+ "type":"string",
81
+ "max":128,
82
+ "min":1,
83
+ "pattern":"^[0-9]+$"
84
+ },
85
+ "FragmentSelector":{
86
+ "type":"structure",
87
+ "required":[
88
+ "FragmentSelectorType",
89
+ "TimestampRange"
90
+ ],
91
+ "members":{
92
+ "FragmentSelectorType":{"shape":"FragmentSelectorType"},
93
+ "TimestampRange":{"shape":"TimestampRange"}
94
+ }
95
+ },
96
+ "FragmentSelectorType":{
97
+ "type":"string",
98
+ "enum":[
99
+ "PRODUCER_TIMESTAMP",
100
+ "SERVER_TIMESTAMP"
101
+ ]
102
+ },
103
+ "GetMediaForFragmentListInput":{
104
+ "type":"structure",
105
+ "required":[
106
+ "StreamName",
107
+ "Fragments"
108
+ ],
109
+ "members":{
110
+ "StreamName":{"shape":"StreamName"},
111
+ "Fragments":{"shape":"FragmentNumberList"}
112
+ }
113
+ },
114
+ "GetMediaForFragmentListOutput":{
115
+ "type":"structure",
116
+ "members":{
117
+ "ContentType":{
118
+ "shape":"ContentType",
119
+ "location":"header",
120
+ "locationName":"Content-Type"
121
+ },
122
+ "Payload":{"shape":"Payload"}
123
+ },
124
+ "payload":"Payload"
125
+ },
126
+ "InvalidArgumentException":{
127
+ "type":"structure",
128
+ "members":{
129
+ "Message":{"shape":"ErrorMessage"}
130
+ },
131
+ "error":{"httpStatusCode":400},
132
+ "exception":true
133
+ },
134
+ "ListFragmentsInput":{
135
+ "type":"structure",
136
+ "required":["StreamName"],
137
+ "members":{
138
+ "StreamName":{"shape":"StreamName"},
139
+ "MaxResults":{"shape":"PageLimit"},
140
+ "NextToken":{"shape":"String"},
141
+ "FragmentSelector":{"shape":"FragmentSelector"}
142
+ }
143
+ },
144
+ "ListFragmentsOutput":{
145
+ "type":"structure",
146
+ "members":{
147
+ "Fragments":{"shape":"FragmentList"},
148
+ "NextToken":{"shape":"String"}
149
+ }
150
+ },
151
+ "Long":{"type":"long"},
152
+ "NotAuthorizedException":{
153
+ "type":"structure",
154
+ "members":{
155
+ "Message":{"shape":"ErrorMessage"}
156
+ },
157
+ "error":{"httpStatusCode":401},
158
+ "exception":true
159
+ },
160
+ "PageLimit":{
161
+ "type":"long",
162
+ "max":1000,
163
+ "min":1
164
+ },
165
+ "Payload":{
166
+ "type":"blob",
167
+ "streaming":true
168
+ },
169
+ "ResourceNotFoundException":{
170
+ "type":"structure",
171
+ "members":{
172
+ "Message":{"shape":"ErrorMessage"}
173
+ },
174
+ "error":{"httpStatusCode":404},
175
+ "exception":true
176
+ },
177
+ "StreamName":{
178
+ "type":"string",
179
+ "max":256,
180
+ "min":1,
181
+ "pattern":"[a-zA-Z0-9_.-]+"
182
+ },
183
+ "String":{
184
+ "type":"string",
185
+ "min":1
186
+ },
187
+ "Timestamp":{"type":"timestamp"},
188
+ "TimestampRange":{
189
+ "type":"structure",
190
+ "required":[
191
+ "StartTimestamp",
192
+ "EndTimestamp"
193
+ ],
194
+ "members":{
195
+ "StartTimestamp":{"shape":"Timestamp"},
196
+ "EndTimestamp":{"shape":"Timestamp"}
197
+ }
198
+ }
199
+ }
200
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,160 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-09-30",
5
+ "endpointPrefix":"kinesisvideo",
6
+ "protocol":"rest-json",
7
+ "serviceAbbreviation":"Kinesis Video Media",
8
+ "serviceFullName":"Amazon Kinesis Video Streams Media",
9
+ "serviceId":"Kinesis Video Media",
10
+ "signatureVersion":"v4",
11
+ "uid":"kinesis-video-media-2017-09-30"
12
+ },
13
+ "operations":{
14
+ "GetMedia":{
15
+ "name":"GetMedia",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/getMedia"
19
+ },
20
+ "input":{"shape":"GetMediaInput"},
21
+ "output":{"shape":"GetMediaOutput"},
22
+ "errors":[
23
+ {"shape":"ResourceNotFoundException"},
24
+ {"shape":"NotAuthorizedException"},
25
+ {"shape":"InvalidEndpointException"},
26
+ {"shape":"ClientLimitExceededException"},
27
+ {"shape":"ConnectionLimitExceededException"},
28
+ {"shape":"InvalidArgumentException"}
29
+ ]
30
+ }
31
+ },
32
+ "shapes":{
33
+ "ClientLimitExceededException":{
34
+ "type":"structure",
35
+ "members":{
36
+ "Message":{"shape":"ErrorMessage"}
37
+ },
38
+ "error":{"httpStatusCode":400},
39
+ "exception":true
40
+ },
41
+ "ConnectionLimitExceededException":{
42
+ "type":"structure",
43
+ "members":{
44
+ "Message":{"shape":"ErrorMessage"}
45
+ },
46
+ "error":{"httpStatusCode":400},
47
+ "exception":true
48
+ },
49
+ "ContentType":{
50
+ "type":"string",
51
+ "max":128,
52
+ "min":1,
53
+ "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
54
+ },
55
+ "ContinuationToken":{
56
+ "type":"string",
57
+ "max":128,
58
+ "min":1,
59
+ "pattern":"^[a-zA-Z0-9_\\.\\-]+$"
60
+ },
61
+ "ErrorMessage":{"type":"string"},
62
+ "FragmentNumberString":{
63
+ "type":"string",
64
+ "max":128,
65
+ "min":1,
66
+ "pattern":"^[0-9]+$"
67
+ },
68
+ "GetMediaInput":{
69
+ "type":"structure",
70
+ "required":["StartSelector"],
71
+ "members":{
72
+ "StreamName":{"shape":"StreamName"},
73
+ "StreamARN":{"shape":"ResourceARN"},
74
+ "StartSelector":{"shape":"StartSelector"}
75
+ }
76
+ },
77
+ "GetMediaOutput":{
78
+ "type":"structure",
79
+ "members":{
80
+ "ContentType":{
81
+ "shape":"ContentType",
82
+ "location":"header",
83
+ "locationName":"Content-Type"
84
+ },
85
+ "Payload":{"shape":"Payload"}
86
+ },
87
+ "payload":"Payload"
88
+ },
89
+ "InvalidArgumentException":{
90
+ "type":"structure",
91
+ "members":{
92
+ "Message":{"shape":"ErrorMessage"}
93
+ },
94
+ "error":{"httpStatusCode":400},
95
+ "exception":true
96
+ },
97
+ "InvalidEndpointException":{
98
+ "type":"structure",
99
+ "members":{
100
+ "Message":{"shape":"ErrorMessage"}
101
+ },
102
+ "error":{"httpStatusCode":400},
103
+ "exception":true
104
+ },
105
+ "NotAuthorizedException":{
106
+ "type":"structure",
107
+ "members":{
108
+ "Message":{"shape":"ErrorMessage"}
109
+ },
110
+ "error":{"httpStatusCode":401},
111
+ "exception":true
112
+ },
113
+ "Payload":{
114
+ "type":"blob",
115
+ "streaming":true
116
+ },
117
+ "ResourceARN":{
118
+ "type":"string",
119
+ "max":1024,
120
+ "min":1,
121
+ "pattern":"arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
122
+ },
123
+ "ResourceNotFoundException":{
124
+ "type":"structure",
125
+ "members":{
126
+ "Message":{"shape":"ErrorMessage"}
127
+ },
128
+ "error":{"httpStatusCode":404},
129
+ "exception":true
130
+ },
131
+ "StartSelector":{
132
+ "type":"structure",
133
+ "required":["StartSelectorType"],
134
+ "members":{
135
+ "StartSelectorType":{"shape":"StartSelectorType"},
136
+ "AfterFragmentNumber":{"shape":"FragmentNumberString"},
137
+ "StartTimestamp":{"shape":"Timestamp"},
138
+ "ContinuationToken":{"shape":"ContinuationToken"}
139
+ }
140
+ },
141
+ "StartSelectorType":{
142
+ "type":"string",
143
+ "enum":[
144
+ "FRAGMENT_NUMBER",
145
+ "SERVER_TIMESTAMP",
146
+ "PRODUCER_TIMESTAMP",
147
+ "NOW",
148
+ "EARLIEST",
149
+ "CONTINUATION_TOKEN"
150
+ ]
151
+ },
152
+ "StreamName":{
153
+ "type":"string",
154
+ "max":256,
155
+ "min":1,
156
+ "pattern":"[a-zA-Z0-9_.-]+"
157
+ },
158
+ "Timestamp":{"type":"timestamp"}
159
+ }
160
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -0,0 +1,548 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-09-30",
5
+ "endpointPrefix":"kinesisvideo",
6
+ "protocol":"rest-json",
7
+ "serviceAbbreviation":"Kinesis Video",
8
+ "serviceFullName":"Amazon Kinesis Video Streams",
9
+ "serviceId":"Kinesis Video",
10
+ "signatureVersion":"v4",
11
+ "uid":"kinesisvideo-2017-09-30"
12
+ },
13
+ "operations":{
14
+ "CreateStream":{
15
+ "name":"CreateStream",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/createStream"
19
+ },
20
+ "input":{"shape":"CreateStreamInput"},
21
+ "output":{"shape":"CreateStreamOutput"},
22
+ "errors":[
23
+ {"shape":"AccountStreamLimitExceededException"},
24
+ {"shape":"DeviceStreamLimitExceededException"},
25
+ {"shape":"ResourceInUseException"},
26
+ {"shape":"InvalidDeviceException"},
27
+ {"shape":"InvalidArgumentException"},
28
+ {"shape":"ClientLimitExceededException"}
29
+ ]
30
+ },
31
+ "DeleteStream":{
32
+ "name":"DeleteStream",
33
+ "http":{
34
+ "method":"POST",
35
+ "requestUri":"/deleteStream"
36
+ },
37
+ "input":{"shape":"DeleteStreamInput"},
38
+ "output":{"shape":"DeleteStreamOutput"},
39
+ "errors":[
40
+ {"shape":"ClientLimitExceededException"},
41
+ {"shape":"InvalidArgumentException"},
42
+ {"shape":"ResourceNotFoundException"},
43
+ {"shape":"NotAuthorizedException"}
44
+ ]
45
+ },
46
+ "DescribeStream":{
47
+ "name":"DescribeStream",
48
+ "http":{
49
+ "method":"POST",
50
+ "requestUri":"/describeStream"
51
+ },
52
+ "input":{"shape":"DescribeStreamInput"},
53
+ "output":{"shape":"DescribeStreamOutput"},
54
+ "errors":[
55
+ {"shape":"InvalidArgumentException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"ClientLimitExceededException"},
58
+ {"shape":"NotAuthorizedException"}
59
+ ]
60
+ },
61
+ "GetDataEndpoint":{
62
+ "name":"GetDataEndpoint",
63
+ "http":{
64
+ "method":"POST",
65
+ "requestUri":"/getDataEndpoint"
66
+ },
67
+ "input":{"shape":"GetDataEndpointInput"},
68
+ "output":{"shape":"GetDataEndpointOutput"},
69
+ "errors":[
70
+ {"shape":"InvalidArgumentException"},
71
+ {"shape":"ResourceNotFoundException"},
72
+ {"shape":"ClientLimitExceededException"},
73
+ {"shape":"NotAuthorizedException"}
74
+ ]
75
+ },
76
+ "ListStreams":{
77
+ "name":"ListStreams",
78
+ "http":{
79
+ "method":"POST",
80
+ "requestUri":"/listStreams"
81
+ },
82
+ "input":{"shape":"ListStreamsInput"},
83
+ "output":{"shape":"ListStreamsOutput"},
84
+ "errors":[
85
+ {"shape":"ClientLimitExceededException"},
86
+ {"shape":"InvalidArgumentException"}
87
+ ]
88
+ },
89
+ "ListTagsForStream":{
90
+ "name":"ListTagsForStream",
91
+ "http":{
92
+ "method":"POST",
93
+ "requestUri":"/listTagsForStream"
94
+ },
95
+ "input":{"shape":"ListTagsForStreamInput"},
96
+ "output":{"shape":"ListTagsForStreamOutput"},
97
+ "errors":[
98
+ {"shape":"ClientLimitExceededException"},
99
+ {"shape":"InvalidArgumentException"},
100
+ {"shape":"ResourceNotFoundException"},
101
+ {"shape":"NotAuthorizedException"},
102
+ {"shape":"InvalidResourceFormatException"}
103
+ ]
104
+ },
105
+ "TagStream":{
106
+ "name":"TagStream",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/tagStream"
110
+ },
111
+ "input":{"shape":"TagStreamInput"},
112
+ "output":{"shape":"TagStreamOutput"},
113
+ "errors":[
114
+ {"shape":"ClientLimitExceededException"},
115
+ {"shape":"InvalidArgumentException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"NotAuthorizedException"},
118
+ {"shape":"InvalidResourceFormatException"},
119
+ {"shape":"TagsPerResourceExceededLimitException"}
120
+ ]
121
+ },
122
+ "UntagStream":{
123
+ "name":"UntagStream",
124
+ "http":{
125
+ "method":"POST",
126
+ "requestUri":"/untagStream"
127
+ },
128
+ "input":{"shape":"UntagStreamInput"},
129
+ "output":{"shape":"UntagStreamOutput"},
130
+ "errors":[
131
+ {"shape":"ClientLimitExceededException"},
132
+ {"shape":"InvalidArgumentException"},
133
+ {"shape":"ResourceNotFoundException"},
134
+ {"shape":"NotAuthorizedException"},
135
+ {"shape":"InvalidResourceFormatException"}
136
+ ]
137
+ },
138
+ "UpdateDataRetention":{
139
+ "name":"UpdateDataRetention",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/updateDataRetention"
143
+ },
144
+ "input":{"shape":"UpdateDataRetentionInput"},
145
+ "output":{"shape":"UpdateDataRetentionOutput"},
146
+ "errors":[
147
+ {"shape":"ClientLimitExceededException"},
148
+ {"shape":"InvalidArgumentException"},
149
+ {"shape":"ResourceNotFoundException"},
150
+ {"shape":"ResourceInUseException"},
151
+ {"shape":"NotAuthorizedException"},
152
+ {"shape":"VersionMismatchException"}
153
+ ]
154
+ },
155
+ "UpdateStream":{
156
+ "name":"UpdateStream",
157
+ "http":{
158
+ "method":"POST",
159
+ "requestUri":"/updateStream"
160
+ },
161
+ "input":{"shape":"UpdateStreamInput"},
162
+ "output":{"shape":"UpdateStreamOutput"},
163
+ "errors":[
164
+ {"shape":"ClientLimitExceededException"},
165
+ {"shape":"InvalidArgumentException"},
166
+ {"shape":"ResourceNotFoundException"},
167
+ {"shape":"ResourceInUseException"},
168
+ {"shape":"NotAuthorizedException"},
169
+ {"shape":"VersionMismatchException"}
170
+ ]
171
+ }
172
+ },
173
+ "shapes":{
174
+ "APIName":{
175
+ "type":"string",
176
+ "enum":[
177
+ "PUT_MEDIA",
178
+ "GET_MEDIA",
179
+ "LIST_FRAGMENTS",
180
+ "GET_MEDIA_FOR_FRAGMENT_LIST"
181
+ ]
182
+ },
183
+ "AccountStreamLimitExceededException":{
184
+ "type":"structure",
185
+ "members":{
186
+ "Message":{"shape":"ErrorMessage"}
187
+ },
188
+ "error":{"httpStatusCode":400},
189
+ "exception":true
190
+ },
191
+ "ClientLimitExceededException":{
192
+ "type":"structure",
193
+ "members":{
194
+ "Message":{"shape":"ErrorMessage"}
195
+ },
196
+ "error":{"httpStatusCode":400},
197
+ "exception":true
198
+ },
199
+ "ComparisonOperator":{
200
+ "type":"string",
201
+ "enum":["BEGINS_WITH"]
202
+ },
203
+ "CreateStreamInput":{
204
+ "type":"structure",
205
+ "required":["StreamName"],
206
+ "members":{
207
+ "DeviceName":{"shape":"DeviceName"},
208
+ "StreamName":{"shape":"StreamName"},
209
+ "MediaType":{"shape":"MediaType"},
210
+ "KmsKeyId":{"shape":"KmsKeyId"},
211
+ "DataRetentionInHours":{"shape":"DataRetentionInHours"}
212
+ }
213
+ },
214
+ "CreateStreamOutput":{
215
+ "type":"structure",
216
+ "members":{
217
+ "StreamARN":{"shape":"ResourceARN"}
218
+ }
219
+ },
220
+ "DataEndpoint":{"type":"string"},
221
+ "DataRetentionChangeInHours":{
222
+ "type":"integer",
223
+ "min":1
224
+ },
225
+ "DataRetentionInHours":{
226
+ "type":"integer",
227
+ "min":0
228
+ },
229
+ "DeleteStreamInput":{
230
+ "type":"structure",
231
+ "required":["StreamARN"],
232
+ "members":{
233
+ "StreamARN":{"shape":"ResourceARN"},
234
+ "CurrentVersion":{"shape":"Version"}
235
+ }
236
+ },
237
+ "DeleteStreamOutput":{
238
+ "type":"structure",
239
+ "members":{
240
+ }
241
+ },
242
+ "DescribeStreamInput":{
243
+ "type":"structure",
244
+ "members":{
245
+ "StreamName":{"shape":"StreamName"},
246
+ "StreamARN":{"shape":"ResourceARN"}
247
+ }
248
+ },
249
+ "DescribeStreamOutput":{
250
+ "type":"structure",
251
+ "members":{
252
+ "StreamInfo":{"shape":"StreamInfo"}
253
+ }
254
+ },
255
+ "DeviceName":{
256
+ "type":"string",
257
+ "max":128,
258
+ "min":1,
259
+ "pattern":"[a-zA-Z0-9_.-]+"
260
+ },
261
+ "DeviceStreamLimitExceededException":{
262
+ "type":"structure",
263
+ "members":{
264
+ "Message":{"shape":"ErrorMessage"}
265
+ },
266
+ "error":{"httpStatusCode":400},
267
+ "exception":true
268
+ },
269
+ "ErrorMessage":{"type":"string"},
270
+ "GetDataEndpointInput":{
271
+ "type":"structure",
272
+ "required":["APIName"],
273
+ "members":{
274
+ "StreamName":{"shape":"StreamName"},
275
+ "StreamARN":{"shape":"ResourceARN"},
276
+ "APIName":{"shape":"APIName"}
277
+ }
278
+ },
279
+ "GetDataEndpointOutput":{
280
+ "type":"structure",
281
+ "members":{
282
+ "DataEndpoint":{"shape":"DataEndpoint"}
283
+ }
284
+ },
285
+ "InvalidArgumentException":{
286
+ "type":"structure",
287
+ "members":{
288
+ "Message":{"shape":"ErrorMessage"}
289
+ },
290
+ "error":{"httpStatusCode":400},
291
+ "exception":true
292
+ },
293
+ "InvalidDeviceException":{
294
+ "type":"structure",
295
+ "members":{
296
+ "Message":{"shape":"ErrorMessage"}
297
+ },
298
+ "error":{"httpStatusCode":400},
299
+ "exception":true
300
+ },
301
+ "InvalidResourceFormatException":{
302
+ "type":"structure",
303
+ "members":{
304
+ "Message":{"shape":"ErrorMessage"}
305
+ },
306
+ "error":{"httpStatusCode":400},
307
+ "exception":true
308
+ },
309
+ "KmsKeyId":{
310
+ "type":"string",
311
+ "max":2048,
312
+ "min":1
313
+ },
314
+ "ListStreamsInput":{
315
+ "type":"structure",
316
+ "members":{
317
+ "MaxResults":{"shape":"ListStreamsInputLimit"},
318
+ "NextToken":{"shape":"NextToken"},
319
+ "StreamNameCondition":{"shape":"StreamNameCondition"}
320
+ }
321
+ },
322
+ "ListStreamsInputLimit":{
323
+ "type":"integer",
324
+ "max":10000,
325
+ "min":1
326
+ },
327
+ "ListStreamsOutput":{
328
+ "type":"structure",
329
+ "members":{
330
+ "StreamInfoList":{"shape":"StreamInfoList"},
331
+ "NextToken":{"shape":"NextToken"}
332
+ }
333
+ },
334
+ "ListTagsForStreamInput":{
335
+ "type":"structure",
336
+ "members":{
337
+ "NextToken":{"shape":"NextToken"},
338
+ "StreamARN":{"shape":"ResourceARN"},
339
+ "StreamName":{"shape":"StreamName"}
340
+ }
341
+ },
342
+ "ListTagsForStreamOutput":{
343
+ "type":"structure",
344
+ "members":{
345
+ "NextToken":{"shape":"NextToken"},
346
+ "Tags":{"shape":"ResourceTags"}
347
+ }
348
+ },
349
+ "MediaType":{
350
+ "type":"string",
351
+ "max":128,
352
+ "min":1,
353
+ "pattern":"[\\w\\-\\.\\+]+/[\\w\\-\\.\\+]+"
354
+ },
355
+ "NextToken":{
356
+ "type":"string",
357
+ "max":512,
358
+ "min":0
359
+ },
360
+ "NotAuthorizedException":{
361
+ "type":"structure",
362
+ "members":{
363
+ "Message":{"shape":"ErrorMessage"}
364
+ },
365
+ "error":{"httpStatusCode":401},
366
+ "exception":true
367
+ },
368
+ "ResourceARN":{
369
+ "type":"string",
370
+ "max":1024,
371
+ "min":1,
372
+ "pattern":"arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+"
373
+ },
374
+ "ResourceInUseException":{
375
+ "type":"structure",
376
+ "members":{
377
+ "Message":{"shape":"ErrorMessage"}
378
+ },
379
+ "error":{"httpStatusCode":400},
380
+ "exception":true
381
+ },
382
+ "ResourceNotFoundException":{
383
+ "type":"structure",
384
+ "members":{
385
+ "Message":{"shape":"ErrorMessage"}
386
+ },
387
+ "error":{"httpStatusCode":404},
388
+ "exception":true
389
+ },
390
+ "ResourceTags":{
391
+ "type":"map",
392
+ "key":{"shape":"TagKey"},
393
+ "value":{"shape":"TagValue"},
394
+ "max":50,
395
+ "min":1
396
+ },
397
+ "Status":{
398
+ "type":"string",
399
+ "enum":[
400
+ "CREATING",
401
+ "ACTIVE",
402
+ "UPDATING",
403
+ "DELETING"
404
+ ]
405
+ },
406
+ "StreamInfo":{
407
+ "type":"structure",
408
+ "members":{
409
+ "DeviceName":{"shape":"DeviceName"},
410
+ "StreamName":{"shape":"StreamName"},
411
+ "StreamARN":{"shape":"ResourceARN"},
412
+ "MediaType":{"shape":"MediaType"},
413
+ "KmsKeyId":{"shape":"KmsKeyId"},
414
+ "Version":{"shape":"Version"},
415
+ "Status":{"shape":"Status"},
416
+ "CreationTime":{"shape":"Timestamp"},
417
+ "DataRetentionInHours":{"shape":"DataRetentionInHours"}
418
+ }
419
+ },
420
+ "StreamInfoList":{
421
+ "type":"list",
422
+ "member":{"shape":"StreamInfo"}
423
+ },
424
+ "StreamName":{
425
+ "type":"string",
426
+ "max":256,
427
+ "min":1,
428
+ "pattern":"[a-zA-Z0-9_.-]+"
429
+ },
430
+ "StreamNameCondition":{
431
+ "type":"structure",
432
+ "members":{
433
+ "ComparisonOperator":{"shape":"ComparisonOperator"},
434
+ "ComparisonValue":{"shape":"StreamName"}
435
+ }
436
+ },
437
+ "TagKey":{
438
+ "type":"string",
439
+ "max":128,
440
+ "min":1
441
+ },
442
+ "TagKeyList":{
443
+ "type":"list",
444
+ "member":{"shape":"TagKey"},
445
+ "max":50,
446
+ "min":1
447
+ },
448
+ "TagStreamInput":{
449
+ "type":"structure",
450
+ "required":["Tags"],
451
+ "members":{
452
+ "StreamARN":{"shape":"ResourceARN"},
453
+ "StreamName":{"shape":"StreamName"},
454
+ "Tags":{"shape":"ResourceTags"}
455
+ }
456
+ },
457
+ "TagStreamOutput":{
458
+ "type":"structure",
459
+ "members":{
460
+ }
461
+ },
462
+ "TagValue":{
463
+ "type":"string",
464
+ "max":256,
465
+ "min":0
466
+ },
467
+ "TagsPerResourceExceededLimitException":{
468
+ "type":"structure",
469
+ "members":{
470
+ "Message":{"shape":"ErrorMessage"}
471
+ },
472
+ "error":{"httpStatusCode":400},
473
+ "exception":true
474
+ },
475
+ "Timestamp":{"type":"timestamp"},
476
+ "UntagStreamInput":{
477
+ "type":"structure",
478
+ "required":["TagKeyList"],
479
+ "members":{
480
+ "StreamARN":{"shape":"ResourceARN"},
481
+ "StreamName":{"shape":"StreamName"},
482
+ "TagKeyList":{"shape":"TagKeyList"}
483
+ }
484
+ },
485
+ "UntagStreamOutput":{
486
+ "type":"structure",
487
+ "members":{
488
+ }
489
+ },
490
+ "UpdateDataRetentionInput":{
491
+ "type":"structure",
492
+ "required":[
493
+ "CurrentVersion",
494
+ "Operation",
495
+ "DataRetentionChangeInHours"
496
+ ],
497
+ "members":{
498
+ "StreamName":{"shape":"StreamName"},
499
+ "StreamARN":{"shape":"ResourceARN"},
500
+ "CurrentVersion":{"shape":"Version"},
501
+ "Operation":{"shape":"UpdateDataRetentionOperation"},
502
+ "DataRetentionChangeInHours":{"shape":"DataRetentionChangeInHours"}
503
+ }
504
+ },
505
+ "UpdateDataRetentionOperation":{
506
+ "type":"string",
507
+ "enum":[
508
+ "INCREASE_DATA_RETENTION",
509
+ "DECREASE_DATA_RETENTION"
510
+ ]
511
+ },
512
+ "UpdateDataRetentionOutput":{
513
+ "type":"structure",
514
+ "members":{
515
+ }
516
+ },
517
+ "UpdateStreamInput":{
518
+ "type":"structure",
519
+ "required":["CurrentVersion"],
520
+ "members":{
521
+ "StreamName":{"shape":"StreamName"},
522
+ "StreamARN":{"shape":"ResourceARN"},
523
+ "CurrentVersion":{"shape":"Version"},
524
+ "DeviceName":{"shape":"DeviceName"},
525
+ "MediaType":{"shape":"MediaType"}
526
+ }
527
+ },
528
+ "UpdateStreamOutput":{
529
+ "type":"structure",
530
+ "members":{
531
+ }
532
+ },
533
+ "Version":{
534
+ "type":"string",
535
+ "max":64,
536
+ "min":1,
537
+ "pattern":"[a-zA-Z0-9]+"
538
+ },
539
+ "VersionMismatchException":{
540
+ "type":"structure",
541
+ "members":{
542
+ "Message":{"shape":"ErrorMessage"}
543
+ },
544
+ "error":{"httpStatusCode":400},
545
+ "exception":true
546
+ }
547
+ }
548
+ }