cdk-comprehend-s3olap 2.0.63 → 2.0.66

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 (45) hide show
  1. package/.jsii +5 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
  15. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  16. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
  17. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  19. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  21. package/node_modules/aws-sdk/clients/all.js +3 -1
  22. package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
  23. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  24. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  25. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
  26. package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
  29. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
  30. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  31. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  32. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +84 -10
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +655 -628
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  37. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/node_modules/esbuild/install.js +4 -4
  41. package/node_modules/esbuild/lib/main.js +7 -7
  42. package/node_modules/esbuild/package.json +22 -22
  43. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  44. package/node_modules/esbuild-linux-64/package.json +1 -1
  45. package/package.json +10 -10
@@ -0,0 +1,522 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-04-10",
5
+ "endpointPrefix": "backupstorage",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS Backup Storage",
9
+ "serviceId": "BackupStorage",
10
+ "signatureVersion": "v4",
11
+ "signingName": "backup-storage",
12
+ "uid": "backupstorage-2018-04-10"
13
+ },
14
+ "operations": {
15
+ "DeleteObject": {
16
+ "http": {
17
+ "method": "DELETE",
18
+ "requestUri": "/backup-jobs/{jobId}/object/{objectName}"
19
+ },
20
+ "input": {
21
+ "type": "structure",
22
+ "required": [
23
+ "BackupJobId",
24
+ "ObjectName"
25
+ ],
26
+ "members": {
27
+ "BackupJobId": {
28
+ "location": "uri",
29
+ "locationName": "jobId"
30
+ },
31
+ "ObjectName": {
32
+ "location": "uri",
33
+ "locationName": "objectName"
34
+ }
35
+ }
36
+ }
37
+ },
38
+ "GetChunk": {
39
+ "http": {
40
+ "method": "GET",
41
+ "requestUri": "/restore-jobs/{jobId}/chunk/{chunkToken}"
42
+ },
43
+ "input": {
44
+ "type": "structure",
45
+ "required": [
46
+ "StorageJobId",
47
+ "ChunkToken"
48
+ ],
49
+ "members": {
50
+ "StorageJobId": {
51
+ "location": "uri",
52
+ "locationName": "jobId"
53
+ },
54
+ "ChunkToken": {
55
+ "location": "uri",
56
+ "locationName": "chunkToken"
57
+ }
58
+ }
59
+ },
60
+ "output": {
61
+ "type": "structure",
62
+ "required": [
63
+ "Data",
64
+ "Length",
65
+ "Checksum",
66
+ "ChecksumAlgorithm"
67
+ ],
68
+ "members": {
69
+ "Data": {
70
+ "shape": "S5"
71
+ },
72
+ "Length": {
73
+ "location": "header",
74
+ "locationName": "x-amz-data-length",
75
+ "type": "long"
76
+ },
77
+ "Checksum": {
78
+ "location": "header",
79
+ "locationName": "x-amz-checksum"
80
+ },
81
+ "ChecksumAlgorithm": {
82
+ "location": "header",
83
+ "locationName": "x-amz-checksum-algorithm"
84
+ }
85
+ },
86
+ "payload": "Data"
87
+ }
88
+ },
89
+ "GetObjectMetadata": {
90
+ "http": {
91
+ "method": "GET",
92
+ "requestUri": "/restore-jobs/{jobId}/object/{objectToken}/metadata"
93
+ },
94
+ "input": {
95
+ "type": "structure",
96
+ "required": [
97
+ "StorageJobId",
98
+ "ObjectToken"
99
+ ],
100
+ "members": {
101
+ "StorageJobId": {
102
+ "location": "uri",
103
+ "locationName": "jobId"
104
+ },
105
+ "ObjectToken": {
106
+ "location": "uri",
107
+ "locationName": "objectToken"
108
+ }
109
+ }
110
+ },
111
+ "output": {
112
+ "type": "structure",
113
+ "members": {
114
+ "MetadataString": {
115
+ "location": "header",
116
+ "locationName": "x-amz-metadata-string"
117
+ },
118
+ "MetadataBlob": {
119
+ "shape": "S5"
120
+ },
121
+ "MetadataBlobLength": {
122
+ "location": "header",
123
+ "locationName": "x-amz-data-length",
124
+ "type": "long"
125
+ },
126
+ "MetadataBlobChecksum": {
127
+ "location": "header",
128
+ "locationName": "x-amz-checksum"
129
+ },
130
+ "MetadataBlobChecksumAlgorithm": {
131
+ "location": "header",
132
+ "locationName": "x-amz-checksum-algorithm"
133
+ }
134
+ },
135
+ "payload": "MetadataBlob"
136
+ }
137
+ },
138
+ "ListChunks": {
139
+ "http": {
140
+ "method": "GET",
141
+ "requestUri": "/restore-jobs/{jobId}/chunks/{objectToken}/list"
142
+ },
143
+ "input": {
144
+ "type": "structure",
145
+ "required": [
146
+ "StorageJobId",
147
+ "ObjectToken"
148
+ ],
149
+ "members": {
150
+ "StorageJobId": {
151
+ "location": "uri",
152
+ "locationName": "jobId"
153
+ },
154
+ "ObjectToken": {
155
+ "location": "uri",
156
+ "locationName": "objectToken"
157
+ },
158
+ "MaxResults": {
159
+ "location": "querystring",
160
+ "locationName": "max-results",
161
+ "type": "integer"
162
+ },
163
+ "NextToken": {
164
+ "location": "querystring",
165
+ "locationName": "next-token"
166
+ }
167
+ }
168
+ },
169
+ "output": {
170
+ "type": "structure",
171
+ "required": [
172
+ "ChunkList"
173
+ ],
174
+ "members": {
175
+ "ChunkList": {
176
+ "type": "list",
177
+ "member": {
178
+ "type": "structure",
179
+ "required": [
180
+ "Index",
181
+ "Length",
182
+ "Checksum",
183
+ "ChecksumAlgorithm",
184
+ "ChunkToken"
185
+ ],
186
+ "members": {
187
+ "Index": {
188
+ "type": "long"
189
+ },
190
+ "Length": {
191
+ "type": "long"
192
+ },
193
+ "Checksum": {},
194
+ "ChecksumAlgorithm": {},
195
+ "ChunkToken": {}
196
+ }
197
+ }
198
+ },
199
+ "NextToken": {}
200
+ }
201
+ }
202
+ },
203
+ "ListObjects": {
204
+ "http": {
205
+ "method": "GET",
206
+ "requestUri": "/restore-jobs/{jobId}/objects/list"
207
+ },
208
+ "input": {
209
+ "type": "structure",
210
+ "required": [
211
+ "StorageJobId"
212
+ ],
213
+ "members": {
214
+ "StorageJobId": {
215
+ "location": "uri",
216
+ "locationName": "jobId"
217
+ },
218
+ "StartingObjectName": {
219
+ "location": "querystring",
220
+ "locationName": "starting-object-name"
221
+ },
222
+ "StartingObjectPrefix": {
223
+ "location": "querystring",
224
+ "locationName": "starting-object-prefix"
225
+ },
226
+ "MaxResults": {
227
+ "location": "querystring",
228
+ "locationName": "max-results",
229
+ "type": "integer"
230
+ },
231
+ "NextToken": {
232
+ "location": "querystring",
233
+ "locationName": "next-token"
234
+ },
235
+ "CreatedBefore": {
236
+ "location": "querystring",
237
+ "locationName": "created-before",
238
+ "type": "timestamp"
239
+ },
240
+ "CreatedAfter": {
241
+ "location": "querystring",
242
+ "locationName": "created-after",
243
+ "type": "timestamp"
244
+ }
245
+ }
246
+ },
247
+ "output": {
248
+ "type": "structure",
249
+ "required": [
250
+ "ObjectList"
251
+ ],
252
+ "members": {
253
+ "ObjectList": {
254
+ "type": "list",
255
+ "member": {
256
+ "type": "structure",
257
+ "required": [
258
+ "Name",
259
+ "ObjectChecksum",
260
+ "ObjectChecksumAlgorithm",
261
+ "ObjectToken"
262
+ ],
263
+ "members": {
264
+ "Name": {},
265
+ "ChunksCount": {
266
+ "type": "long"
267
+ },
268
+ "MetadataString": {},
269
+ "ObjectChecksum": {},
270
+ "ObjectChecksumAlgorithm": {},
271
+ "ObjectToken": {}
272
+ }
273
+ }
274
+ },
275
+ "NextToken": {}
276
+ }
277
+ }
278
+ },
279
+ "NotifyObjectComplete": {
280
+ "http": {
281
+ "method": "PUT",
282
+ "requestUri": "/backup-jobs/{jobId}/object/{uploadId}/complete"
283
+ },
284
+ "input": {
285
+ "type": "structure",
286
+ "required": [
287
+ "BackupJobId",
288
+ "UploadId",
289
+ "ObjectChecksum",
290
+ "ObjectChecksumAlgorithm"
291
+ ],
292
+ "members": {
293
+ "BackupJobId": {
294
+ "location": "uri",
295
+ "locationName": "jobId"
296
+ },
297
+ "UploadId": {
298
+ "location": "uri",
299
+ "locationName": "uploadId"
300
+ },
301
+ "ObjectChecksum": {
302
+ "location": "querystring",
303
+ "locationName": "checksum"
304
+ },
305
+ "ObjectChecksumAlgorithm": {
306
+ "location": "querystring",
307
+ "locationName": "checksum-algorithm"
308
+ },
309
+ "MetadataString": {
310
+ "location": "querystring",
311
+ "locationName": "metadata-string"
312
+ },
313
+ "MetadataBlob": {
314
+ "shape": "S5"
315
+ },
316
+ "MetadataBlobLength": {
317
+ "location": "querystring",
318
+ "locationName": "metadata-blob-length",
319
+ "type": "long"
320
+ },
321
+ "MetadataBlobChecksum": {
322
+ "location": "querystring",
323
+ "locationName": "metadata-checksum"
324
+ },
325
+ "MetadataBlobChecksumAlgorithm": {
326
+ "location": "querystring",
327
+ "locationName": "metadata-checksum-algorithm"
328
+ }
329
+ },
330
+ "payload": "MetadataBlob"
331
+ },
332
+ "output": {
333
+ "type": "structure",
334
+ "required": [
335
+ "ObjectChecksum",
336
+ "ObjectChecksumAlgorithm"
337
+ ],
338
+ "members": {
339
+ "ObjectChecksum": {},
340
+ "ObjectChecksumAlgorithm": {}
341
+ }
342
+ },
343
+ "authtype": "v4-unsigned-body"
344
+ },
345
+ "PutChunk": {
346
+ "http": {
347
+ "method": "PUT",
348
+ "requestUri": "/backup-jobs/{jobId}/chunk/{uploadId}/{chunkIndex}"
349
+ },
350
+ "input": {
351
+ "type": "structure",
352
+ "required": [
353
+ "BackupJobId",
354
+ "UploadId",
355
+ "ChunkIndex",
356
+ "Data",
357
+ "Length",
358
+ "Checksum",
359
+ "ChecksumAlgorithm"
360
+ ],
361
+ "members": {
362
+ "BackupJobId": {
363
+ "location": "uri",
364
+ "locationName": "jobId"
365
+ },
366
+ "UploadId": {
367
+ "location": "uri",
368
+ "locationName": "uploadId"
369
+ },
370
+ "ChunkIndex": {
371
+ "location": "uri",
372
+ "locationName": "chunkIndex",
373
+ "type": "long"
374
+ },
375
+ "Data": {
376
+ "shape": "S5"
377
+ },
378
+ "Length": {
379
+ "location": "querystring",
380
+ "locationName": "length",
381
+ "type": "long"
382
+ },
383
+ "Checksum": {
384
+ "location": "querystring",
385
+ "locationName": "checksum"
386
+ },
387
+ "ChecksumAlgorithm": {
388
+ "location": "querystring",
389
+ "locationName": "checksum-algorithm"
390
+ }
391
+ },
392
+ "payload": "Data"
393
+ },
394
+ "output": {
395
+ "type": "structure",
396
+ "required": [
397
+ "ChunkChecksum",
398
+ "ChunkChecksumAlgorithm"
399
+ ],
400
+ "members": {
401
+ "ChunkChecksum": {},
402
+ "ChunkChecksumAlgorithm": {}
403
+ }
404
+ },
405
+ "authtype": "v4-unsigned-body"
406
+ },
407
+ "PutObject": {
408
+ "http": {
409
+ "method": "PUT",
410
+ "requestUri": "/backup-jobs/{jobId}/object/{objectName}/put-object"
411
+ },
412
+ "input": {
413
+ "type": "structure",
414
+ "required": [
415
+ "BackupJobId",
416
+ "ObjectName"
417
+ ],
418
+ "members": {
419
+ "BackupJobId": {
420
+ "location": "uri",
421
+ "locationName": "jobId"
422
+ },
423
+ "ObjectName": {
424
+ "location": "uri",
425
+ "locationName": "objectName"
426
+ },
427
+ "MetadataString": {
428
+ "location": "querystring",
429
+ "locationName": "metadata-string"
430
+ },
431
+ "InlineChunk": {
432
+ "shape": "S5"
433
+ },
434
+ "InlineChunkLength": {
435
+ "location": "querystring",
436
+ "locationName": "length",
437
+ "type": "long"
438
+ },
439
+ "InlineChunkChecksum": {
440
+ "location": "querystring",
441
+ "locationName": "checksum"
442
+ },
443
+ "InlineChunkChecksumAlgorithm": {
444
+ "location": "querystring",
445
+ "locationName": "checksum-algorithm"
446
+ },
447
+ "ObjectChecksum": {
448
+ "location": "querystring",
449
+ "locationName": "object-checksum"
450
+ },
451
+ "ObjectChecksumAlgorithm": {
452
+ "location": "querystring",
453
+ "locationName": "object-checksum-algorithm"
454
+ },
455
+ "ThrowOnDuplicate": {
456
+ "location": "querystring",
457
+ "locationName": "throwOnDuplicate",
458
+ "type": "boolean"
459
+ }
460
+ },
461
+ "payload": "InlineChunk"
462
+ },
463
+ "output": {
464
+ "type": "structure",
465
+ "required": [
466
+ "InlineChunkChecksum",
467
+ "InlineChunkChecksumAlgorithm",
468
+ "ObjectChecksum",
469
+ "ObjectChecksumAlgorithm"
470
+ ],
471
+ "members": {
472
+ "InlineChunkChecksum": {},
473
+ "InlineChunkChecksumAlgorithm": {},
474
+ "ObjectChecksum": {},
475
+ "ObjectChecksumAlgorithm": {}
476
+ }
477
+ },
478
+ "authtype": "v4-unsigned-body"
479
+ },
480
+ "StartObject": {
481
+ "http": {
482
+ "method": "PUT",
483
+ "requestUri": "/backup-jobs/{jobId}/object/{objectName}"
484
+ },
485
+ "input": {
486
+ "type": "structure",
487
+ "required": [
488
+ "BackupJobId",
489
+ "ObjectName"
490
+ ],
491
+ "members": {
492
+ "BackupJobId": {
493
+ "location": "uri",
494
+ "locationName": "jobId"
495
+ },
496
+ "ObjectName": {
497
+ "location": "uri",
498
+ "locationName": "objectName"
499
+ },
500
+ "ThrowOnDuplicate": {
501
+ "type": "boolean"
502
+ }
503
+ }
504
+ },
505
+ "output": {
506
+ "type": "structure",
507
+ "required": [
508
+ "UploadId"
509
+ ],
510
+ "members": {
511
+ "UploadId": {}
512
+ }
513
+ }
514
+ }
515
+ },
516
+ "shapes": {
517
+ "S5": {
518
+ "type": "blob",
519
+ "streaming": true
520
+ }
521
+ }
522
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListChunks": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListObjects": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }