cdk-comprehend-s3olap 2.0.135 → 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.
Files changed (36) hide show
  1. package/.gitattributes +1 -0
  2. package/.jsii +3 -3
  3. package/lib/cdk-comprehend-s3olap.js +2 -2
  4. package/lib/comprehend-lambdas.js +2 -2
  5. package/lib/iam-roles.js +4 -4
  6. package/node_modules/aws-sdk/CHANGELOG.md +11 -1
  7. package/node_modules/aws-sdk/README.md +1 -1
  8. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1279 -275
  10. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +782 -113
  12. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +23 -0
  13. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +8 -7
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/osis-2022-01-01.examples.json +5 -0
  16. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +555 -0
  17. package/node_modules/aws-sdk/apis/osis-2022-01-01.paginators.json +9 -0
  18. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.examples.json +98 -0
  19. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +233 -23
  20. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  21. package/node_modules/aws-sdk/clients/all.js +2 -1
  22. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +0 -12
  23. package/node_modules/aws-sdk/clients/connect.d.ts +1119 -89
  24. package/node_modules/aws-sdk/clients/datasync.d.ts +857 -10
  25. package/node_modules/aws-sdk/clients/directoryservice.d.ts +7 -2
  26. package/node_modules/aws-sdk/clients/osis.d.ts +574 -0
  27. package/node_modules/aws-sdk/clients/osis.js +18 -0
  28. package/node_modules/aws-sdk/clients/pinpoint.d.ts +208 -23
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +48 -11
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +1302 -278
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  33. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  34. package/node_modules/aws-sdk/lib/core.js +1 -1
  35. package/node_modules/aws-sdk/package.json +1 -1
  36. package/package.json +5 -5
@@ -1,17 +1,40 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeStorageSystemResourceMetrics": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "Metrics"
8
+ },
9
+ "DescribeStorageSystemResources": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults"
13
+ },
3
14
  "ListAgents": {
4
15
  "input_token": "NextToken",
5
16
  "output_token": "NextToken",
6
17
  "limit_key": "MaxResults",
7
18
  "result_key": "Agents"
8
19
  },
20
+ "ListDiscoveryJobs": {
21
+ "input_token": "NextToken",
22
+ "output_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "result_key": "DiscoveryJobs"
25
+ },
9
26
  "ListLocations": {
10
27
  "input_token": "NextToken",
11
28
  "output_token": "NextToken",
12
29
  "limit_key": "MaxResults",
13
30
  "result_key": "Locations"
14
31
  },
32
+ "ListStorageSystems": {
33
+ "input_token": "NextToken",
34
+ "output_token": "NextToken",
35
+ "limit_key": "MaxResults",
36
+ "result_key": "StorageSystems"
37
+ },
15
38
  "ListTagsForResource": {
16
39
  "input_token": "NextToken",
17
40
  "output_token": "NextToken",
@@ -907,7 +907,8 @@
907
907
  },
908
908
  "LastRequestedDateTime": {
909
909
  "type": "timestamp"
910
- }
910
+ },
911
+ "DataType": {}
911
912
  }
912
913
  }
913
914
  },
@@ -1057,10 +1058,10 @@
1057
1058
  "StatusReason": {},
1058
1059
  "InitiatedBy": {},
1059
1060
  "NewValue": {
1060
- "shape": "S69"
1061
+ "shape": "S6a"
1061
1062
  },
1062
1063
  "PreviousValue": {
1063
- "shape": "S69"
1064
+ "shape": "S6a"
1064
1065
  },
1065
1066
  "StartTime": {
1066
1067
  "type": "timestamp"
@@ -1725,7 +1726,7 @@
1725
1726
  "DirectoryId": {},
1726
1727
  "UpdateType": {},
1727
1728
  "OSUpdateSettings": {
1728
- "shape": "S6a"
1729
+ "shape": "S6b"
1729
1730
  },
1730
1731
  "CreateSnapshotBeforeUpdate": {
1731
1732
  "type": "boolean"
@@ -1976,15 +1977,15 @@
1976
1977
  }
1977
1978
  }
1978
1979
  },
1979
- "S69": {
1980
+ "S6a": {
1980
1981
  "type": "structure",
1981
1982
  "members": {
1982
1983
  "OSUpdateSettings": {
1983
- "shape": "S6a"
1984
+ "shape": "S6b"
1984
1985
  }
1985
1986
  }
1986
1987
  },
1987
- "S6a": {
1988
+ "S6b": {
1988
1989
  "type": "structure",
1989
1990
  "members": {
1990
1991
  "OSVersion": {}
@@ -1292,5 +1292,8 @@
1292
1292
  "vpclattice": {
1293
1293
  "prefix": "vpc-lattice",
1294
1294
  "name": "VPCLattice"
1295
+ },
1296
+ "osis": {
1297
+ "name": "OSIS"
1295
1298
  }
1296
1299
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -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
+ }