aws-sdk-core 2.11.532 → 2.11.537

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,321 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2020-03-01",
5
+ "endpointPrefix":"honeycode",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceAbbreviation":"Honeycode",
9
+ "serviceFullName":"Amazon Honeycode",
10
+ "serviceId":"Honeycode",
11
+ "signatureVersion":"v4",
12
+ "signingName":"honeycode",
13
+ "uid":"honeycode-2020-03-01"
14
+ },
15
+ "operations":{
16
+ "GetScreenData":{
17
+ "name":"GetScreenData",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/screendata"
21
+ },
22
+ "input":{"shape":"GetScreenDataRequest"},
23
+ "output":{"shape":"GetScreenDataResult"},
24
+ "errors":[
25
+ {"shape":"AccessDeniedException"},
26
+ {"shape":"InternalServerException"},
27
+ {"shape":"RequestTimeoutException"},
28
+ {"shape":"ResourceNotFoundException"},
29
+ {"shape":"ServiceUnavailableException"},
30
+ {"shape":"ThrottlingException"},
31
+ {"shape":"ValidationException"}
32
+ ]
33
+ },
34
+ "InvokeScreenAutomation":{
35
+ "name":"InvokeScreenAutomation",
36
+ "http":{
37
+ "method":"POST",
38
+ "requestUri":"/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{automationId}"
39
+ },
40
+ "input":{"shape":"InvokeScreenAutomationRequest"},
41
+ "output":{"shape":"InvokeScreenAutomationResult"},
42
+ "errors":[
43
+ {"shape":"AccessDeniedException"},
44
+ {"shape":"InternalServerException"},
45
+ {"shape":"ResourceNotFoundException"},
46
+ {"shape":"ValidationException"},
47
+ {"shape":"ThrottlingException"},
48
+ {"shape":"ServiceUnavailableException"},
49
+ {"shape":"AutomationExecutionException"},
50
+ {"shape":"AutomationExecutionTimeoutException"},
51
+ {"shape":"RequestTimeoutException"}
52
+ ]
53
+ }
54
+ },
55
+ "shapes":{
56
+ "AccessDeniedException":{
57
+ "type":"structure",
58
+ "members":{
59
+ "message":{"shape":"ErrorMessage"}
60
+ },
61
+ "error":{"httpStatusCode":403},
62
+ "exception":true
63
+ },
64
+ "AutomationExecutionException":{
65
+ "type":"structure",
66
+ "members":{
67
+ "message":{"shape":"ErrorMessage"}
68
+ },
69
+ "error":{"httpStatusCode":400},
70
+ "exception":true
71
+ },
72
+ "AutomationExecutionTimeoutException":{
73
+ "type":"structure",
74
+ "members":{
75
+ "message":{"shape":"ErrorMessage"}
76
+ },
77
+ "error":{"httpStatusCode":504},
78
+ "exception":true
79
+ },
80
+ "ClientRequestToken":{
81
+ "type":"string",
82
+ "max":64,
83
+ "min":32
84
+ },
85
+ "ColumnMetadata":{
86
+ "type":"structure",
87
+ "required":[
88
+ "name",
89
+ "format"
90
+ ],
91
+ "members":{
92
+ "name":{"shape":"Name"},
93
+ "format":{"shape":"Format"}
94
+ }
95
+ },
96
+ "DataItem":{
97
+ "type":"structure",
98
+ "members":{
99
+ "overrideFormat":{"shape":"Format"},
100
+ "rawValue":{"shape":"RawValue"},
101
+ "formattedValue":{"shape":"FormattedValue"}
102
+ },
103
+ "sensitive":true
104
+ },
105
+ "DataItems":{
106
+ "type":"list",
107
+ "member":{"shape":"DataItem"}
108
+ },
109
+ "ErrorMessage":{"type":"string"},
110
+ "Format":{
111
+ "type":"string",
112
+ "enum":[
113
+ "AUTO",
114
+ "NUMBER",
115
+ "CURRENCY",
116
+ "DATE",
117
+ "TIME",
118
+ "DATE_TIME",
119
+ "PERCENTAGE",
120
+ "TEXT",
121
+ "ACCOUNTING",
122
+ "CONTACT",
123
+ "ROWLINK"
124
+ ]
125
+ },
126
+ "FormattedValue":{"type":"string"},
127
+ "GetScreenDataRequest":{
128
+ "type":"structure",
129
+ "required":[
130
+ "workbookId",
131
+ "appId",
132
+ "screenId"
133
+ ],
134
+ "members":{
135
+ "workbookId":{"shape":"ResourceId"},
136
+ "appId":{"shape":"ResourceId"},
137
+ "screenId":{"shape":"ResourceId"},
138
+ "variables":{"shape":"VariableValueMap"},
139
+ "maxResults":{"shape":"MaxResults"},
140
+ "nextToken":{"shape":"PaginationToken"}
141
+ }
142
+ },
143
+ "GetScreenDataResult":{
144
+ "type":"structure",
145
+ "required":[
146
+ "results",
147
+ "workbookCursor"
148
+ ],
149
+ "members":{
150
+ "results":{"shape":"ResultSetMap"},
151
+ "workbookCursor":{"shape":"WorkbookCursor"},
152
+ "nextToken":{"shape":"PaginationToken"}
153
+ }
154
+ },
155
+ "InternalServerException":{
156
+ "type":"structure",
157
+ "members":{
158
+ "message":{"shape":"ErrorMessage"}
159
+ },
160
+ "error":{"httpStatusCode":500},
161
+ "exception":true
162
+ },
163
+ "InvokeScreenAutomationRequest":{
164
+ "type":"structure",
165
+ "required":[
166
+ "workbookId",
167
+ "appId",
168
+ "screenId",
169
+ "screenAutomationId"
170
+ ],
171
+ "members":{
172
+ "workbookId":{
173
+ "shape":"ResourceId",
174
+ "location":"uri",
175
+ "locationName":"workbookId"
176
+ },
177
+ "appId":{
178
+ "shape":"ResourceId",
179
+ "location":"uri",
180
+ "locationName":"appId"
181
+ },
182
+ "screenId":{
183
+ "shape":"ResourceId",
184
+ "location":"uri",
185
+ "locationName":"screenId"
186
+ },
187
+ "screenAutomationId":{
188
+ "shape":"ResourceId",
189
+ "location":"uri",
190
+ "locationName":"automationId"
191
+ },
192
+ "variables":{"shape":"VariableValueMap"},
193
+ "rowId":{"shape":"RowId"},
194
+ "clientRequestToken":{"shape":"ClientRequestToken"}
195
+ }
196
+ },
197
+ "InvokeScreenAutomationResult":{
198
+ "type":"structure",
199
+ "required":["workbookCursor"],
200
+ "members":{
201
+ "workbookCursor":{"shape":"WorkbookCursor"}
202
+ }
203
+ },
204
+ "MaxResults":{
205
+ "type":"integer",
206
+ "box":true,
207
+ "max":100,
208
+ "min":1
209
+ },
210
+ "Name":{
211
+ "type":"string",
212
+ "sensitive":true
213
+ },
214
+ "PaginationToken":{
215
+ "type":"string",
216
+ "max":1024,
217
+ "min":1
218
+ },
219
+ "RawValue":{"type":"string"},
220
+ "RequestTimeoutException":{
221
+ "type":"structure",
222
+ "members":{
223
+ "message":{"shape":"ErrorMessage"}
224
+ },
225
+ "error":{"httpStatusCode":504},
226
+ "exception":true
227
+ },
228
+ "ResourceId":{
229
+ "type":"string",
230
+ "pattern":"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
231
+ },
232
+ "ResourceNotFoundException":{
233
+ "type":"structure",
234
+ "members":{
235
+ "message":{"shape":"ErrorMessage"}
236
+ },
237
+ "error":{"httpStatusCode":404},
238
+ "exception":true
239
+ },
240
+ "ResultHeader":{
241
+ "type":"list",
242
+ "member":{"shape":"ColumnMetadata"}
243
+ },
244
+ "ResultRow":{
245
+ "type":"structure",
246
+ "required":["dataItems"],
247
+ "members":{
248
+ "rowId":{"shape":"RowId"},
249
+ "dataItems":{"shape":"DataItems"}
250
+ }
251
+ },
252
+ "ResultRows":{
253
+ "type":"list",
254
+ "member":{"shape":"ResultRow"}
255
+ },
256
+ "ResultSet":{
257
+ "type":"structure",
258
+ "required":[
259
+ "headers",
260
+ "rows"
261
+ ],
262
+ "members":{
263
+ "headers":{"shape":"ResultHeader"},
264
+ "rows":{"shape":"ResultRows"}
265
+ }
266
+ },
267
+ "ResultSetMap":{
268
+ "type":"map",
269
+ "key":{"shape":"Name"},
270
+ "value":{"shape":"ResultSet"}
271
+ },
272
+ "RowId":{
273
+ "type":"string",
274
+ "pattern":"row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}"
275
+ },
276
+ "ServiceUnavailableException":{
277
+ "type":"structure",
278
+ "members":{
279
+ "message":{"shape":"ErrorMessage"}
280
+ },
281
+ "error":{"httpStatusCode":503},
282
+ "exception":true
283
+ },
284
+ "ThrottlingException":{
285
+ "type":"structure",
286
+ "members":{
287
+ "message":{"shape":"ErrorMessage"}
288
+ },
289
+ "error":{"httpStatusCode":429},
290
+ "exception":true
291
+ },
292
+ "ValidationException":{
293
+ "type":"structure",
294
+ "required":["message"],
295
+ "members":{
296
+ "message":{"shape":"ErrorMessage"}
297
+ },
298
+ "error":{"httpStatusCode":400},
299
+ "exception":true
300
+ },
301
+ "VariableName":{
302
+ "type":"string",
303
+ "sensitive":true
304
+ },
305
+ "VariableValue":{
306
+ "type":"structure",
307
+ "required":["rawValue"],
308
+ "members":{
309
+ "rawValue":{"shape":"RawValue"}
310
+ },
311
+ "sensitive":true
312
+ },
313
+ "VariableValueMap":{
314
+ "type":"map",
315
+ "key":{"shape":"VariableName"},
316
+ "value":{"shape":"VariableValue"},
317
+ "sensitive":true
318
+ },
319
+ "WorkbookCursor":{"type":"long"}
320
+ }
321
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -125,17 +125,17 @@
125
125
  }
126
126
  },
127
127
  "shapes": {
128
- "AvailSuppression" : {
129
- "type" : "structure",
130
- "members" : {
131
- "Mode" : {
132
- "shape" : "Mode"
133
- },
134
- "Value" : {
135
- "shape" : "__string"
136
- }
128
+ "AvailSuppression": {
129
+ "type": "structure",
130
+ "members": {
131
+ "Mode": {
132
+ "shape": "Mode"
133
+ },
134
+ "Value": {
135
+ "shape": "__string"
137
136
  }
138
- },
137
+ }
138
+ },
139
139
  "BadRequestException": {
140
140
  "error": {
141
141
  "httpStatusCode": 400
@@ -148,6 +148,17 @@
148
148
  },
149
149
  "type": "structure"
150
150
  },
151
+ "Bumper": {
152
+ "type": "structure",
153
+ "members": {
154
+ "EndUrl": {
155
+ "shape": "__string"
156
+ },
157
+ "StartUrl": {
158
+ "shape": "__string"
159
+ }
160
+ }
161
+ },
151
162
  "CdnConfiguration": {
152
163
  "members": {
153
164
  "AdSegmentUrlPrefix": {
@@ -219,8 +230,11 @@
219
230
  "AdDecisionServerUrl": {
220
231
  "shape": "__string"
221
232
  },
222
- "AvailSuppression" : {
223
- "shape" : "AvailSuppression"
233
+ "AvailSuppression": {
234
+ "shape": "AvailSuppression"
235
+ },
236
+ "Bumper": {
237
+ "shape": "Bumper"
224
238
  },
225
239
  "CdnConfiguration": {
226
240
  "shape": "CdnConfiguration"
@@ -251,7 +265,7 @@
251
265
  },
252
266
  "SlateAdUrl": {
253
267
  "shape": "__string"
254
- },
268
+ },
255
269
  "Tags": {
256
270
  "locationName": "tags",
257
271
  "shape": "__mapOf__string"
@@ -329,17 +343,17 @@
329
343
  "type": "string"
330
344
  },
331
345
  "Mode": {
332
- "enum": [
333
- "OFF",
334
- "BEHIND_LIVE_EDGE"
335
- ],
336
- "type": "string"
346
+ "enum": [
347
+ "OFF",
348
+ "BEHIND_LIVE_EDGE"
349
+ ],
350
+ "type": "string"
337
351
  },
338
352
  "PlaybackConfiguration": {
339
353
  "members": {
340
354
  "AdDecisionServerUrl": {
341
355
  "shape": "__string"
342
- },
356
+ },
343
357
  "CdnConfiguration": {
344
358
  "shape": "CdnConfiguration"
345
359
  },
@@ -396,8 +410,11 @@
396
410
  "AdDecisionServerUrl": {
397
411
  "shape": "__string"
398
412
  },
399
- "AvailSuppression" : {
400
- "shape" : "AvailSuppression"
413
+ "AvailSuppression": {
414
+ "shape": "AvailSuppression"
415
+ },
416
+ "Bumper": {
417
+ "shape": "Bumper"
401
418
  },
402
419
  "CdnConfiguration": {
403
420
  "shape": "CdnConfiguration"
@@ -416,7 +433,7 @@
416
433
  },
417
434
  "SlateAdUrl": {
418
435
  "shape": "__string"
419
- },
436
+ },
420
437
  "Tags": {
421
438
  "locationName": "tags",
422
439
  "shape": "__mapOf__string"
@@ -435,15 +452,18 @@
435
452
  "AdDecisionServerUrl": {
436
453
  "shape": "__string"
437
454
  },
438
- "AvailSuppression" : {
439
- "shape" : "AvailSuppression"
455
+ "AvailSuppression": {
456
+ "shape": "AvailSuppression"
457
+ },
458
+ "Bumper": {
459
+ "shape": "Bumper"
440
460
  },
441
461
  "CdnConfiguration": {
442
462
  "shape": "CdnConfiguration"
443
463
  },
444
464
  "DashConfiguration": {
445
465
  "shape": "DashConfiguration"
446
- },
466
+ },
447
467
  "HlsConfiguration": {
448
468
  "shape": "HlsConfiguration"
449
469
  },