cdk-comprehend-s3olap 2.0.10 → 2.0.13

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 (37) hide show
  1. package/.jsii +4 -4
  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 +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
  9. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
  10. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +78 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +8 -0
  13. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  14. package/node_modules/aws-sdk/clients/all.js +2 -1
  15. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
  17. package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
  18. package/node_modules/aws-sdk/clients/directoryservice.d.ts +124 -1
  19. package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
  20. package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
  21. package/node_modules/aws-sdk/clients/kafka.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/outposts.d.ts +11 -0
  23. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  24. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +43 -6
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +6 -3
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +21 -21
  27. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/esbuild/install.js +5 -22
  32. package/node_modules/esbuild/lib/main.d.ts +2 -0
  33. package/node_modules/esbuild/lib/main.js +21 -28
  34. package/node_modules/esbuild/package.json +21 -21
  35. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  36. package/node_modules/esbuild-linux-64/package.json +1 -1
  37. package/package.json +5 -5
@@ -0,0 +1,767 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2021-01-30",
5
+ "endpointPrefix": "connect-campaigns",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AmazonConnectCampaignService",
9
+ "serviceId": "ConnectCampaigns",
10
+ "signatureVersion": "v4",
11
+ "signingName": "connect-campaigns",
12
+ "uid": "connectcampaigns-2021-01-30"
13
+ },
14
+ "operations": {
15
+ "CreateCampaign": {
16
+ "http": {
17
+ "method": "PUT",
18
+ "requestUri": "/campaigns",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "connectInstanceId",
25
+ "dialerConfig",
26
+ "name",
27
+ "outboundCallConfig"
28
+ ],
29
+ "members": {
30
+ "connectInstanceId": {},
31
+ "dialerConfig": {
32
+ "shape": "S3"
33
+ },
34
+ "name": {},
35
+ "outboundCallConfig": {
36
+ "shape": "S8"
37
+ },
38
+ "tags": {
39
+ "shape": "Se"
40
+ }
41
+ }
42
+ },
43
+ "output": {
44
+ "type": "structure",
45
+ "members": {
46
+ "arn": {},
47
+ "id": {},
48
+ "tags": {
49
+ "shape": "Se"
50
+ }
51
+ }
52
+ },
53
+ "idempotent": true
54
+ },
55
+ "DeleteCampaign": {
56
+ "http": {
57
+ "method": "DELETE",
58
+ "requestUri": "/campaigns/{id}",
59
+ "responseCode": 200
60
+ },
61
+ "input": {
62
+ "type": "structure",
63
+ "required": [
64
+ "id"
65
+ ],
66
+ "members": {
67
+ "id": {
68
+ "location": "uri",
69
+ "locationName": "id"
70
+ }
71
+ }
72
+ },
73
+ "idempotent": true
74
+ },
75
+ "DeleteConnectInstanceConfig": {
76
+ "http": {
77
+ "method": "DELETE",
78
+ "requestUri": "/connect-instance/{connectInstanceId}/config",
79
+ "responseCode": 200
80
+ },
81
+ "input": {
82
+ "type": "structure",
83
+ "required": [
84
+ "connectInstanceId"
85
+ ],
86
+ "members": {
87
+ "connectInstanceId": {
88
+ "location": "uri",
89
+ "locationName": "connectInstanceId"
90
+ }
91
+ }
92
+ },
93
+ "idempotent": true
94
+ },
95
+ "DeleteInstanceOnboardingJob": {
96
+ "http": {
97
+ "method": "DELETE",
98
+ "requestUri": "/connect-instance/{connectInstanceId}/onboarding",
99
+ "responseCode": 200
100
+ },
101
+ "input": {
102
+ "type": "structure",
103
+ "required": [
104
+ "connectInstanceId"
105
+ ],
106
+ "members": {
107
+ "connectInstanceId": {
108
+ "location": "uri",
109
+ "locationName": "connectInstanceId"
110
+ }
111
+ }
112
+ },
113
+ "idempotent": true
114
+ },
115
+ "DescribeCampaign": {
116
+ "http": {
117
+ "method": "GET",
118
+ "requestUri": "/campaigns/{id}",
119
+ "responseCode": 200
120
+ },
121
+ "input": {
122
+ "type": "structure",
123
+ "required": [
124
+ "id"
125
+ ],
126
+ "members": {
127
+ "id": {
128
+ "location": "uri",
129
+ "locationName": "id"
130
+ }
131
+ }
132
+ },
133
+ "output": {
134
+ "type": "structure",
135
+ "members": {
136
+ "campaign": {
137
+ "type": "structure",
138
+ "required": [
139
+ "arn",
140
+ "connectInstanceId",
141
+ "dialerConfig",
142
+ "id",
143
+ "name",
144
+ "outboundCallConfig"
145
+ ],
146
+ "members": {
147
+ "arn": {},
148
+ "connectInstanceId": {},
149
+ "dialerConfig": {
150
+ "shape": "S3"
151
+ },
152
+ "id": {},
153
+ "name": {},
154
+ "outboundCallConfig": {
155
+ "shape": "S8"
156
+ },
157
+ "tags": {
158
+ "shape": "Se"
159
+ }
160
+ }
161
+ }
162
+ }
163
+ }
164
+ },
165
+ "GetCampaignState": {
166
+ "http": {
167
+ "method": "GET",
168
+ "requestUri": "/campaigns/{id}/state",
169
+ "responseCode": 200
170
+ },
171
+ "input": {
172
+ "type": "structure",
173
+ "required": [
174
+ "id"
175
+ ],
176
+ "members": {
177
+ "id": {
178
+ "location": "uri",
179
+ "locationName": "id"
180
+ }
181
+ }
182
+ },
183
+ "output": {
184
+ "type": "structure",
185
+ "members": {
186
+ "state": {}
187
+ }
188
+ }
189
+ },
190
+ "GetCampaignStateBatch": {
191
+ "http": {
192
+ "requestUri": "/campaigns-state",
193
+ "responseCode": 200
194
+ },
195
+ "input": {
196
+ "type": "structure",
197
+ "required": [
198
+ "campaignIds"
199
+ ],
200
+ "members": {
201
+ "campaignIds": {
202
+ "type": "list",
203
+ "member": {}
204
+ }
205
+ }
206
+ },
207
+ "output": {
208
+ "type": "structure",
209
+ "members": {
210
+ "failedRequests": {
211
+ "type": "list",
212
+ "member": {
213
+ "type": "structure",
214
+ "members": {
215
+ "campaignId": {},
216
+ "failureCode": {}
217
+ }
218
+ }
219
+ },
220
+ "successfulRequests": {
221
+ "type": "list",
222
+ "member": {
223
+ "type": "structure",
224
+ "members": {
225
+ "campaignId": {},
226
+ "state": {}
227
+ }
228
+ }
229
+ }
230
+ }
231
+ }
232
+ },
233
+ "GetConnectInstanceConfig": {
234
+ "http": {
235
+ "method": "GET",
236
+ "requestUri": "/connect-instance/{connectInstanceId}/config",
237
+ "responseCode": 200
238
+ },
239
+ "input": {
240
+ "type": "structure",
241
+ "required": [
242
+ "connectInstanceId"
243
+ ],
244
+ "members": {
245
+ "connectInstanceId": {
246
+ "location": "uri",
247
+ "locationName": "connectInstanceId"
248
+ }
249
+ }
250
+ },
251
+ "output": {
252
+ "type": "structure",
253
+ "members": {
254
+ "connectInstanceConfig": {
255
+ "type": "structure",
256
+ "required": [
257
+ "connectInstanceId",
258
+ "encryptionConfig",
259
+ "serviceLinkedRoleArn"
260
+ ],
261
+ "members": {
262
+ "connectInstanceId": {},
263
+ "encryptionConfig": {
264
+ "shape": "S14"
265
+ },
266
+ "serviceLinkedRoleArn": {}
267
+ }
268
+ }
269
+ }
270
+ }
271
+ },
272
+ "GetInstanceOnboardingJobStatus": {
273
+ "http": {
274
+ "method": "GET",
275
+ "requestUri": "/connect-instance/{connectInstanceId}/onboarding",
276
+ "responseCode": 200
277
+ },
278
+ "input": {
279
+ "type": "structure",
280
+ "required": [
281
+ "connectInstanceId"
282
+ ],
283
+ "members": {
284
+ "connectInstanceId": {
285
+ "location": "uri",
286
+ "locationName": "connectInstanceId"
287
+ }
288
+ }
289
+ },
290
+ "output": {
291
+ "type": "structure",
292
+ "members": {
293
+ "connectInstanceOnboardingJobStatus": {
294
+ "shape": "S1b"
295
+ }
296
+ }
297
+ }
298
+ },
299
+ "ListCampaigns": {
300
+ "http": {
301
+ "requestUri": "/campaigns-summary",
302
+ "responseCode": 200
303
+ },
304
+ "input": {
305
+ "type": "structure",
306
+ "members": {
307
+ "filters": {
308
+ "type": "structure",
309
+ "members": {
310
+ "instanceIdFilter": {
311
+ "type": "structure",
312
+ "required": [
313
+ "operator",
314
+ "value"
315
+ ],
316
+ "members": {
317
+ "operator": {},
318
+ "value": {}
319
+ }
320
+ }
321
+ }
322
+ },
323
+ "maxResults": {
324
+ "type": "integer"
325
+ },
326
+ "nextToken": {}
327
+ }
328
+ },
329
+ "output": {
330
+ "type": "structure",
331
+ "members": {
332
+ "campaignSummaryList": {
333
+ "type": "list",
334
+ "member": {
335
+ "type": "structure",
336
+ "required": [
337
+ "arn",
338
+ "connectInstanceId",
339
+ "id",
340
+ "name"
341
+ ],
342
+ "members": {
343
+ "arn": {},
344
+ "connectInstanceId": {},
345
+ "id": {},
346
+ "name": {}
347
+ }
348
+ }
349
+ },
350
+ "nextToken": {}
351
+ }
352
+ }
353
+ },
354
+ "ListTagsForResource": {
355
+ "http": {
356
+ "method": "GET",
357
+ "requestUri": "/tags/{arn}",
358
+ "responseCode": 200
359
+ },
360
+ "input": {
361
+ "type": "structure",
362
+ "required": [
363
+ "arn"
364
+ ],
365
+ "members": {
366
+ "arn": {
367
+ "location": "uri",
368
+ "locationName": "arn"
369
+ }
370
+ }
371
+ },
372
+ "output": {
373
+ "type": "structure",
374
+ "members": {
375
+ "tags": {
376
+ "shape": "Se"
377
+ }
378
+ }
379
+ },
380
+ "idempotent": true
381
+ },
382
+ "PauseCampaign": {
383
+ "http": {
384
+ "requestUri": "/campaigns/{id}/pause",
385
+ "responseCode": 200
386
+ },
387
+ "input": {
388
+ "type": "structure",
389
+ "required": [
390
+ "id"
391
+ ],
392
+ "members": {
393
+ "id": {
394
+ "location": "uri",
395
+ "locationName": "id"
396
+ }
397
+ }
398
+ }
399
+ },
400
+ "PutDialRequestBatch": {
401
+ "http": {
402
+ "method": "PUT",
403
+ "requestUri": "/campaigns/{id}/dial-requests",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "type": "structure",
408
+ "required": [
409
+ "dialRequests",
410
+ "id"
411
+ ],
412
+ "members": {
413
+ "dialRequests": {
414
+ "type": "list",
415
+ "member": {
416
+ "type": "structure",
417
+ "required": [
418
+ "attributes",
419
+ "clientToken",
420
+ "expirationTime",
421
+ "phoneNumber"
422
+ ],
423
+ "members": {
424
+ "attributes": {
425
+ "type": "map",
426
+ "key": {},
427
+ "value": {},
428
+ "sensitive": true
429
+ },
430
+ "clientToken": {},
431
+ "expirationTime": {
432
+ "type": "timestamp",
433
+ "timestampFormat": "iso8601"
434
+ },
435
+ "phoneNumber": {
436
+ "type": "string",
437
+ "sensitive": true
438
+ }
439
+ }
440
+ }
441
+ },
442
+ "id": {
443
+ "location": "uri",
444
+ "locationName": "id"
445
+ }
446
+ }
447
+ },
448
+ "output": {
449
+ "type": "structure",
450
+ "members": {
451
+ "failedRequests": {
452
+ "type": "list",
453
+ "member": {
454
+ "type": "structure",
455
+ "members": {
456
+ "clientToken": {},
457
+ "failureCode": {},
458
+ "id": {}
459
+ }
460
+ }
461
+ },
462
+ "successfulRequests": {
463
+ "type": "list",
464
+ "member": {
465
+ "type": "structure",
466
+ "members": {
467
+ "clientToken": {},
468
+ "id": {}
469
+ }
470
+ }
471
+ }
472
+ }
473
+ },
474
+ "idempotent": true
475
+ },
476
+ "ResumeCampaign": {
477
+ "http": {
478
+ "requestUri": "/campaigns/{id}/resume",
479
+ "responseCode": 200
480
+ },
481
+ "input": {
482
+ "type": "structure",
483
+ "required": [
484
+ "id"
485
+ ],
486
+ "members": {
487
+ "id": {
488
+ "location": "uri",
489
+ "locationName": "id"
490
+ }
491
+ }
492
+ }
493
+ },
494
+ "StartCampaign": {
495
+ "http": {
496
+ "requestUri": "/campaigns/{id}/start",
497
+ "responseCode": 200
498
+ },
499
+ "input": {
500
+ "type": "structure",
501
+ "required": [
502
+ "id"
503
+ ],
504
+ "members": {
505
+ "id": {
506
+ "location": "uri",
507
+ "locationName": "id"
508
+ }
509
+ }
510
+ }
511
+ },
512
+ "StartInstanceOnboardingJob": {
513
+ "http": {
514
+ "method": "PUT",
515
+ "requestUri": "/connect-instance/{connectInstanceId}/onboarding",
516
+ "responseCode": 200
517
+ },
518
+ "input": {
519
+ "type": "structure",
520
+ "required": [
521
+ "connectInstanceId",
522
+ "encryptionConfig"
523
+ ],
524
+ "members": {
525
+ "connectInstanceId": {
526
+ "location": "uri",
527
+ "locationName": "connectInstanceId"
528
+ },
529
+ "encryptionConfig": {
530
+ "shape": "S14"
531
+ }
532
+ }
533
+ },
534
+ "output": {
535
+ "type": "structure",
536
+ "members": {
537
+ "connectInstanceOnboardingJobStatus": {
538
+ "shape": "S1b"
539
+ }
540
+ }
541
+ },
542
+ "idempotent": true
543
+ },
544
+ "StopCampaign": {
545
+ "http": {
546
+ "requestUri": "/campaigns/{id}/stop",
547
+ "responseCode": 200
548
+ },
549
+ "input": {
550
+ "type": "structure",
551
+ "required": [
552
+ "id"
553
+ ],
554
+ "members": {
555
+ "id": {
556
+ "location": "uri",
557
+ "locationName": "id"
558
+ }
559
+ }
560
+ }
561
+ },
562
+ "TagResource": {
563
+ "http": {
564
+ "requestUri": "/tags/{arn}",
565
+ "responseCode": 200
566
+ },
567
+ "input": {
568
+ "type": "structure",
569
+ "required": [
570
+ "arn",
571
+ "tags"
572
+ ],
573
+ "members": {
574
+ "arn": {
575
+ "location": "uri",
576
+ "locationName": "arn"
577
+ },
578
+ "tags": {
579
+ "shape": "Se"
580
+ }
581
+ }
582
+ },
583
+ "idempotent": true
584
+ },
585
+ "UntagResource": {
586
+ "http": {
587
+ "method": "DELETE",
588
+ "requestUri": "/tags/{arn}",
589
+ "responseCode": 200
590
+ },
591
+ "input": {
592
+ "type": "structure",
593
+ "required": [
594
+ "arn",
595
+ "tagKeys"
596
+ ],
597
+ "members": {
598
+ "arn": {
599
+ "location": "uri",
600
+ "locationName": "arn"
601
+ },
602
+ "tagKeys": {
603
+ "location": "querystring",
604
+ "locationName": "tagKeys",
605
+ "type": "list",
606
+ "member": {}
607
+ }
608
+ }
609
+ },
610
+ "idempotent": true
611
+ },
612
+ "UpdateCampaignDialerConfig": {
613
+ "http": {
614
+ "requestUri": "/campaigns/{id}/dialer-config",
615
+ "responseCode": 200
616
+ },
617
+ "input": {
618
+ "type": "structure",
619
+ "required": [
620
+ "dialerConfig",
621
+ "id"
622
+ ],
623
+ "members": {
624
+ "dialerConfig": {
625
+ "shape": "S3"
626
+ },
627
+ "id": {
628
+ "location": "uri",
629
+ "locationName": "id"
630
+ }
631
+ }
632
+ },
633
+ "idempotent": true
634
+ },
635
+ "UpdateCampaignName": {
636
+ "http": {
637
+ "requestUri": "/campaigns/{id}/name",
638
+ "responseCode": 200
639
+ },
640
+ "input": {
641
+ "type": "structure",
642
+ "required": [
643
+ "id",
644
+ "name"
645
+ ],
646
+ "members": {
647
+ "id": {
648
+ "location": "uri",
649
+ "locationName": "id"
650
+ },
651
+ "name": {}
652
+ }
653
+ },
654
+ "idempotent": true
655
+ },
656
+ "UpdateCampaignOutboundCallConfig": {
657
+ "http": {
658
+ "requestUri": "/campaigns/{id}/outbound-call-config",
659
+ "responseCode": 200
660
+ },
661
+ "input": {
662
+ "type": "structure",
663
+ "required": [
664
+ "id"
665
+ ],
666
+ "members": {
667
+ "answerMachineDetectionConfig": {
668
+ "shape": "S9"
669
+ },
670
+ "connectContactFlowId": {},
671
+ "connectSourcePhoneNumber": {},
672
+ "id": {
673
+ "location": "uri",
674
+ "locationName": "id"
675
+ }
676
+ }
677
+ },
678
+ "idempotent": true
679
+ }
680
+ },
681
+ "shapes": {
682
+ "S3": {
683
+ "type": "structure",
684
+ "members": {
685
+ "predictiveDialerConfig": {
686
+ "type": "structure",
687
+ "required": [
688
+ "bandwidthAllocation"
689
+ ],
690
+ "members": {
691
+ "bandwidthAllocation": {
692
+ "type": "double"
693
+ }
694
+ }
695
+ },
696
+ "progressiveDialerConfig": {
697
+ "type": "structure",
698
+ "required": [
699
+ "bandwidthAllocation"
700
+ ],
701
+ "members": {
702
+ "bandwidthAllocation": {
703
+ "type": "double"
704
+ }
705
+ }
706
+ }
707
+ },
708
+ "union": true
709
+ },
710
+ "S8": {
711
+ "type": "structure",
712
+ "required": [
713
+ "connectContactFlowId",
714
+ "connectQueueId"
715
+ ],
716
+ "members": {
717
+ "answerMachineDetectionConfig": {
718
+ "shape": "S9"
719
+ },
720
+ "connectContactFlowId": {},
721
+ "connectQueueId": {},
722
+ "connectSourcePhoneNumber": {}
723
+ }
724
+ },
725
+ "S9": {
726
+ "type": "structure",
727
+ "required": [
728
+ "enableAnswerMachineDetection"
729
+ ],
730
+ "members": {
731
+ "enableAnswerMachineDetection": {
732
+ "type": "boolean"
733
+ }
734
+ }
735
+ },
736
+ "Se": {
737
+ "type": "map",
738
+ "key": {},
739
+ "value": {}
740
+ },
741
+ "S14": {
742
+ "type": "structure",
743
+ "required": [
744
+ "enabled"
745
+ ],
746
+ "members": {
747
+ "enabled": {
748
+ "type": "boolean"
749
+ },
750
+ "encryptionType": {},
751
+ "keyArn": {}
752
+ }
753
+ },
754
+ "S1b": {
755
+ "type": "structure",
756
+ "required": [
757
+ "connectInstanceId",
758
+ "status"
759
+ ],
760
+ "members": {
761
+ "connectInstanceId": {},
762
+ "failureCode": {},
763
+ "status": {}
764
+ }
765
+ }
766
+ }
767
+ }