cdk-comprehend-s3olap 2.0.136 → 2.0.137

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,555 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-01-01",
5
+ "endpointPrefix": "osis",
6
+ "protocol": "rest-json",
7
+ "serviceFullName": "Amazon OpenSearch Ingestion",
8
+ "serviceId": "OSIS",
9
+ "signatureVersion": "v4",
10
+ "uid": "osis-2022-01-01"
11
+ },
12
+ "operations": {
13
+ "CreatePipeline": {
14
+ "http": {
15
+ "requestUri": "/2022-01-01/osis/createPipeline"
16
+ },
17
+ "input": {
18
+ "type": "structure",
19
+ "required": [
20
+ "PipelineName",
21
+ "MinUnits",
22
+ "MaxUnits",
23
+ "PipelineConfigurationBody"
24
+ ],
25
+ "members": {
26
+ "PipelineName": {},
27
+ "MinUnits": {
28
+ "type": "integer"
29
+ },
30
+ "MaxUnits": {
31
+ "type": "integer"
32
+ },
33
+ "PipelineConfigurationBody": {},
34
+ "LogPublishingOptions": {
35
+ "shape": "S5"
36
+ },
37
+ "VpcOptions": {
38
+ "shape": "S9"
39
+ },
40
+ "Tags": {
41
+ "shape": "Se"
42
+ }
43
+ }
44
+ },
45
+ "output": {
46
+ "type": "structure",
47
+ "members": {
48
+ "Pipeline": {
49
+ "shape": "Sj"
50
+ }
51
+ }
52
+ }
53
+ },
54
+ "DeletePipeline": {
55
+ "http": {
56
+ "method": "DELETE",
57
+ "requestUri": "/2022-01-01/osis/deletePipeline/{PipelineName}"
58
+ },
59
+ "input": {
60
+ "type": "structure",
61
+ "required": [
62
+ "PipelineName"
63
+ ],
64
+ "members": {
65
+ "PipelineName": {
66
+ "location": "uri",
67
+ "locationName": "PipelineName"
68
+ }
69
+ }
70
+ },
71
+ "output": {
72
+ "type": "structure",
73
+ "members": {}
74
+ }
75
+ },
76
+ "GetPipeline": {
77
+ "http": {
78
+ "method": "GET",
79
+ "requestUri": "/2022-01-01/osis/getPipeline/{PipelineName}"
80
+ },
81
+ "input": {
82
+ "type": "structure",
83
+ "required": [
84
+ "PipelineName"
85
+ ],
86
+ "members": {
87
+ "PipelineName": {
88
+ "location": "uri",
89
+ "locationName": "PipelineName"
90
+ }
91
+ }
92
+ },
93
+ "output": {
94
+ "type": "structure",
95
+ "members": {
96
+ "Pipeline": {
97
+ "shape": "Sj"
98
+ }
99
+ }
100
+ }
101
+ },
102
+ "GetPipelineBlueprint": {
103
+ "http": {
104
+ "method": "GET",
105
+ "requestUri": "/2022-01-01/osis/getPipelineBlueprint/{BlueprintName}"
106
+ },
107
+ "input": {
108
+ "type": "structure",
109
+ "required": [
110
+ "BlueprintName"
111
+ ],
112
+ "members": {
113
+ "BlueprintName": {
114
+ "location": "uri",
115
+ "locationName": "BlueprintName"
116
+ }
117
+ }
118
+ },
119
+ "output": {
120
+ "type": "structure",
121
+ "members": {
122
+ "Blueprint": {
123
+ "type": "structure",
124
+ "members": {
125
+ "BlueprintName": {},
126
+ "PipelineConfigurationBody": {}
127
+ }
128
+ }
129
+ }
130
+ }
131
+ },
132
+ "GetPipelineChangeProgress": {
133
+ "http": {
134
+ "method": "GET",
135
+ "requestUri": "/2022-01-01/osis/getPipelineChangeProgress/{PipelineName}"
136
+ },
137
+ "input": {
138
+ "type": "structure",
139
+ "required": [
140
+ "PipelineName"
141
+ ],
142
+ "members": {
143
+ "PipelineName": {
144
+ "location": "uri",
145
+ "locationName": "PipelineName"
146
+ }
147
+ }
148
+ },
149
+ "output": {
150
+ "type": "structure",
151
+ "members": {
152
+ "ChangeProgressStatuses": {
153
+ "type": "list",
154
+ "member": {
155
+ "type": "structure",
156
+ "members": {
157
+ "StartTime": {
158
+ "type": "timestamp"
159
+ },
160
+ "Status": {},
161
+ "TotalNumberOfStages": {
162
+ "type": "integer"
163
+ },
164
+ "ChangeProgressStages": {
165
+ "type": "list",
166
+ "member": {
167
+ "type": "structure",
168
+ "members": {
169
+ "Name": {},
170
+ "Status": {},
171
+ "Description": {},
172
+ "LastUpdatedAt": {
173
+ "type": "timestamp"
174
+ }
175
+ }
176
+ }
177
+ }
178
+ }
179
+ }
180
+ }
181
+ }
182
+ }
183
+ },
184
+ "ListPipelineBlueprints": {
185
+ "http": {
186
+ "requestUri": "/2022-01-01/osis/listPipelineBlueprints"
187
+ },
188
+ "input": {
189
+ "type": "structure",
190
+ "members": {}
191
+ },
192
+ "output": {
193
+ "type": "structure",
194
+ "members": {
195
+ "Blueprints": {
196
+ "type": "list",
197
+ "member": {
198
+ "type": "structure",
199
+ "members": {
200
+ "BlueprintName": {}
201
+ }
202
+ }
203
+ }
204
+ }
205
+ }
206
+ },
207
+ "ListPipelines": {
208
+ "http": {
209
+ "method": "GET",
210
+ "requestUri": "/2022-01-01/osis/listPipelines"
211
+ },
212
+ "input": {
213
+ "type": "structure",
214
+ "members": {
215
+ "MaxResults": {
216
+ "location": "querystring",
217
+ "locationName": "maxResults",
218
+ "type": "integer"
219
+ },
220
+ "NextToken": {
221
+ "location": "querystring",
222
+ "locationName": "nextToken"
223
+ }
224
+ }
225
+ },
226
+ "output": {
227
+ "type": "structure",
228
+ "members": {
229
+ "NextToken": {},
230
+ "Pipelines": {
231
+ "type": "list",
232
+ "member": {
233
+ "type": "structure",
234
+ "members": {
235
+ "Status": {},
236
+ "StatusReason": {
237
+ "shape": "Sn"
238
+ },
239
+ "PipelineName": {},
240
+ "PipelineArn": {},
241
+ "MinUnits": {
242
+ "type": "integer"
243
+ },
244
+ "MaxUnits": {
245
+ "type": "integer"
246
+ },
247
+ "CreatedAt": {
248
+ "type": "timestamp"
249
+ },
250
+ "LastUpdatedAt": {
251
+ "type": "timestamp"
252
+ }
253
+ }
254
+ }
255
+ }
256
+ }
257
+ }
258
+ },
259
+ "ListTagsForResource": {
260
+ "http": {
261
+ "method": "GET",
262
+ "requestUri": "/2022-01-01/osis/listTagsForResource/"
263
+ },
264
+ "input": {
265
+ "type": "structure",
266
+ "required": [
267
+ "Arn"
268
+ ],
269
+ "members": {
270
+ "Arn": {
271
+ "location": "querystring",
272
+ "locationName": "arn"
273
+ }
274
+ }
275
+ },
276
+ "output": {
277
+ "type": "structure",
278
+ "members": {
279
+ "Tags": {
280
+ "shape": "Se"
281
+ }
282
+ }
283
+ }
284
+ },
285
+ "StartPipeline": {
286
+ "http": {
287
+ "method": "PUT",
288
+ "requestUri": "/2022-01-01/osis/startPipeline/{PipelineName}"
289
+ },
290
+ "input": {
291
+ "type": "structure",
292
+ "required": [
293
+ "PipelineName"
294
+ ],
295
+ "members": {
296
+ "PipelineName": {
297
+ "location": "uri",
298
+ "locationName": "PipelineName"
299
+ }
300
+ }
301
+ },
302
+ "output": {
303
+ "type": "structure",
304
+ "members": {
305
+ "Pipeline": {
306
+ "shape": "Sj"
307
+ }
308
+ }
309
+ }
310
+ },
311
+ "StopPipeline": {
312
+ "http": {
313
+ "method": "PUT",
314
+ "requestUri": "/2022-01-01/osis/stopPipeline/{PipelineName}"
315
+ },
316
+ "input": {
317
+ "type": "structure",
318
+ "required": [
319
+ "PipelineName"
320
+ ],
321
+ "members": {
322
+ "PipelineName": {
323
+ "location": "uri",
324
+ "locationName": "PipelineName"
325
+ }
326
+ }
327
+ },
328
+ "output": {
329
+ "type": "structure",
330
+ "members": {
331
+ "Pipeline": {
332
+ "shape": "Sj"
333
+ }
334
+ }
335
+ }
336
+ },
337
+ "TagResource": {
338
+ "http": {
339
+ "requestUri": "/2022-01-01/osis/tagResource/"
340
+ },
341
+ "input": {
342
+ "type": "structure",
343
+ "required": [
344
+ "Arn",
345
+ "Tags"
346
+ ],
347
+ "members": {
348
+ "Arn": {
349
+ "location": "querystring",
350
+ "locationName": "arn"
351
+ },
352
+ "Tags": {
353
+ "shape": "Se"
354
+ }
355
+ }
356
+ },
357
+ "output": {
358
+ "type": "structure",
359
+ "members": {}
360
+ }
361
+ },
362
+ "UntagResource": {
363
+ "http": {
364
+ "requestUri": "/2022-01-01/osis/untagResource/"
365
+ },
366
+ "input": {
367
+ "type": "structure",
368
+ "required": [
369
+ "Arn",
370
+ "TagKeys"
371
+ ],
372
+ "members": {
373
+ "Arn": {
374
+ "location": "querystring",
375
+ "locationName": "arn"
376
+ },
377
+ "TagKeys": {
378
+ "type": "list",
379
+ "member": {}
380
+ }
381
+ }
382
+ },
383
+ "output": {
384
+ "type": "structure",
385
+ "members": {}
386
+ }
387
+ },
388
+ "UpdatePipeline": {
389
+ "http": {
390
+ "method": "PUT",
391
+ "requestUri": "/2022-01-01/osis/updatePipeline/{PipelineName}"
392
+ },
393
+ "input": {
394
+ "type": "structure",
395
+ "required": [
396
+ "PipelineName"
397
+ ],
398
+ "members": {
399
+ "PipelineName": {
400
+ "location": "uri",
401
+ "locationName": "PipelineName"
402
+ },
403
+ "MinUnits": {
404
+ "type": "integer"
405
+ },
406
+ "MaxUnits": {
407
+ "type": "integer"
408
+ },
409
+ "PipelineConfigurationBody": {},
410
+ "LogPublishingOptions": {
411
+ "shape": "S5"
412
+ }
413
+ }
414
+ },
415
+ "output": {
416
+ "type": "structure",
417
+ "members": {
418
+ "Pipeline": {
419
+ "shape": "Sj"
420
+ }
421
+ }
422
+ }
423
+ },
424
+ "ValidatePipeline": {
425
+ "http": {
426
+ "requestUri": "/2022-01-01/osis/validatePipeline"
427
+ },
428
+ "input": {
429
+ "type": "structure",
430
+ "required": [
431
+ "PipelineConfigurationBody"
432
+ ],
433
+ "members": {
434
+ "PipelineConfigurationBody": {}
435
+ }
436
+ },
437
+ "output": {
438
+ "type": "structure",
439
+ "members": {
440
+ "isValid": {
441
+ "type": "boolean"
442
+ },
443
+ "Errors": {
444
+ "type": "list",
445
+ "member": {
446
+ "type": "structure",
447
+ "members": {
448
+ "Message": {}
449
+ }
450
+ }
451
+ }
452
+ }
453
+ }
454
+ }
455
+ },
456
+ "shapes": {
457
+ "S5": {
458
+ "type": "structure",
459
+ "members": {
460
+ "IsLoggingEnabled": {
461
+ "type": "boolean"
462
+ },
463
+ "CloudWatchLogDestination": {
464
+ "type": "structure",
465
+ "required": [
466
+ "LogGroup"
467
+ ],
468
+ "members": {
469
+ "LogGroup": {}
470
+ }
471
+ }
472
+ }
473
+ },
474
+ "S9": {
475
+ "type": "structure",
476
+ "required": [
477
+ "SubnetIds"
478
+ ],
479
+ "members": {
480
+ "SubnetIds": {
481
+ "type": "list",
482
+ "member": {}
483
+ },
484
+ "SecurityGroupIds": {
485
+ "type": "list",
486
+ "member": {}
487
+ }
488
+ }
489
+ },
490
+ "Se": {
491
+ "type": "list",
492
+ "member": {
493
+ "type": "structure",
494
+ "required": [
495
+ "Key",
496
+ "Value"
497
+ ],
498
+ "members": {
499
+ "Key": {},
500
+ "Value": {}
501
+ }
502
+ }
503
+ },
504
+ "Sj": {
505
+ "type": "structure",
506
+ "members": {
507
+ "PipelineName": {},
508
+ "PipelineArn": {},
509
+ "MinUnits": {
510
+ "type": "integer"
511
+ },
512
+ "MaxUnits": {
513
+ "type": "integer"
514
+ },
515
+ "Status": {},
516
+ "StatusReason": {
517
+ "shape": "Sn"
518
+ },
519
+ "PipelineConfigurationBody": {},
520
+ "CreatedAt": {
521
+ "type": "timestamp"
522
+ },
523
+ "LastUpdatedAt": {
524
+ "type": "timestamp"
525
+ },
526
+ "IngestEndpointUrls": {
527
+ "type": "list",
528
+ "member": {}
529
+ },
530
+ "LogPublishingOptions": {
531
+ "shape": "S5"
532
+ },
533
+ "VpcEndpoints": {
534
+ "type": "list",
535
+ "member": {
536
+ "type": "structure",
537
+ "members": {
538
+ "VpcEndpointId": {},
539
+ "VpcId": {},
540
+ "VpcOptions": {
541
+ "shape": "S9"
542
+ }
543
+ }
544
+ }
545
+ }
546
+ }
547
+ },
548
+ "Sn": {
549
+ "type": "structure",
550
+ "members": {
551
+ "Description": {}
552
+ }
553
+ }
554
+ }
555
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "pagination": {
3
+ "ListPipelines": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ }
8
+ }
9
+ }
@@ -342,3 +342,4 @@ export import Tnb = require('./tnb');
342
342
  export import InternetMonitor = require('./internetmonitor');
343
343
  export import IVSRealTime = require('./ivsrealtime');
344
344
  export import VPCLattice = require('./vpclattice');
345
+ export import OSIS = require('./osis');
@@ -343,5 +343,6 @@ module.exports = {
343
343
  Tnb: require('./tnb'),
344
344
  InternetMonitor: require('./internetmonitor'),
345
345
  IVSRealTime: require('./ivsrealtime'),
346
- VPCLattice: require('./vpclattice')
346
+ VPCLattice: require('./vpclattice'),
347
+ OSIS: require('./osis')
347
348
  };