cdk-docker-image-deployment 0.0.31 → 0.0.32

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 (30) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +8 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.min.json +1536 -0
  9. package/node_modules/aws-sdk/apis/connectcases-2022-10-03.paginators.json +50 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  11. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  12. package/node_modules/aws-sdk/apis/workmail-2017-10-01.min.json +309 -72
  13. package/node_modules/aws-sdk/apis/workmail-2017-10-01.paginators.json +5 -0
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  15. package/node_modules/aws-sdk/clients/all.js +2 -1
  16. package/node_modules/aws-sdk/clients/connect.d.ts +1 -1
  17. package/node_modules/aws-sdk/clients/connectcases.d.ts +1466 -0
  18. package/node_modules/aws-sdk/clients/connectcases.js +18 -0
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +9 -1
  20. package/node_modules/aws-sdk/clients/ecs.d.ts +4 -4
  21. package/node_modules/aws-sdk/clients/s3control.d.ts +2 -2
  22. package/node_modules/aws-sdk/clients/workmail.d.ts +436 -103
  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 +44 -7
  25. package/node_modules/aws-sdk/dist/aws-sdk.js +13 -3
  26. package/node_modules/aws-sdk/dist/aws-sdk.min.js +62 -62
  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/package.json +1 -1
  30. package/package.json +4 -4
@@ -0,0 +1,1536 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2022-10-03",
5
+ "endpointPrefix": "cases",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceAbbreviation": "ConnectCases",
9
+ "serviceFullName": "Amazon Connect Cases",
10
+ "serviceId": "ConnectCases",
11
+ "signatureVersion": "v4",
12
+ "signingName": "cases",
13
+ "uid": "connectcases-2022-10-03"
14
+ },
15
+ "operations": {
16
+ "BatchGetField": {
17
+ "http": {
18
+ "requestUri": "/domains/{domainId}/fields-batch",
19
+ "responseCode": 200
20
+ },
21
+ "input": {
22
+ "type": "structure",
23
+ "required": [
24
+ "domainId",
25
+ "fields"
26
+ ],
27
+ "members": {
28
+ "domainId": {
29
+ "location": "uri",
30
+ "locationName": "domainId"
31
+ },
32
+ "fields": {
33
+ "type": "list",
34
+ "member": {
35
+ "shape": "S4"
36
+ }
37
+ }
38
+ }
39
+ },
40
+ "output": {
41
+ "type": "structure",
42
+ "required": [
43
+ "errors",
44
+ "fields"
45
+ ],
46
+ "members": {
47
+ "errors": {
48
+ "type": "list",
49
+ "member": {
50
+ "type": "structure",
51
+ "required": [
52
+ "errorCode",
53
+ "id"
54
+ ],
55
+ "members": {
56
+ "errorCode": {},
57
+ "id": {},
58
+ "message": {}
59
+ }
60
+ }
61
+ },
62
+ "fields": {
63
+ "type": "list",
64
+ "member": {
65
+ "type": "structure",
66
+ "required": [
67
+ "fieldArn",
68
+ "fieldId",
69
+ "name",
70
+ "namespace",
71
+ "type"
72
+ ],
73
+ "members": {
74
+ "description": {},
75
+ "fieldArn": {},
76
+ "fieldId": {},
77
+ "name": {},
78
+ "namespace": {},
79
+ "tags": {
80
+ "shape": "Sg"
81
+ },
82
+ "type": {}
83
+ }
84
+ }
85
+ }
86
+ }
87
+ }
88
+ },
89
+ "BatchPutFieldOptions": {
90
+ "http": {
91
+ "method": "PUT",
92
+ "requestUri": "/domains/{domainId}/fields/{fieldId}/options",
93
+ "responseCode": 200
94
+ },
95
+ "input": {
96
+ "type": "structure",
97
+ "required": [
98
+ "domainId",
99
+ "fieldId",
100
+ "options"
101
+ ],
102
+ "members": {
103
+ "domainId": {
104
+ "location": "uri",
105
+ "locationName": "domainId"
106
+ },
107
+ "fieldId": {
108
+ "location": "uri",
109
+ "locationName": "fieldId"
110
+ },
111
+ "options": {
112
+ "type": "list",
113
+ "member": {
114
+ "shape": "Sk"
115
+ }
116
+ }
117
+ }
118
+ },
119
+ "output": {
120
+ "type": "structure",
121
+ "members": {
122
+ "errors": {
123
+ "type": "list",
124
+ "member": {
125
+ "type": "structure",
126
+ "required": [
127
+ "errorCode",
128
+ "message",
129
+ "value"
130
+ ],
131
+ "members": {
132
+ "errorCode": {},
133
+ "message": {},
134
+ "value": {}
135
+ }
136
+ }
137
+ }
138
+ }
139
+ },
140
+ "idempotent": true
141
+ },
142
+ "CreateCase": {
143
+ "http": {
144
+ "requestUri": "/domains/{domainId}/cases",
145
+ "responseCode": 200
146
+ },
147
+ "input": {
148
+ "type": "structure",
149
+ "required": [
150
+ "domainId",
151
+ "fields",
152
+ "templateId"
153
+ ],
154
+ "members": {
155
+ "clientToken": {
156
+ "idempotencyToken": true
157
+ },
158
+ "domainId": {
159
+ "location": "uri",
160
+ "locationName": "domainId"
161
+ },
162
+ "fields": {
163
+ "type": "list",
164
+ "member": {
165
+ "shape": "Su"
166
+ }
167
+ },
168
+ "templateId": {}
169
+ }
170
+ },
171
+ "output": {
172
+ "type": "structure",
173
+ "required": [
174
+ "caseArn",
175
+ "caseId"
176
+ ],
177
+ "members": {
178
+ "caseArn": {},
179
+ "caseId": {}
180
+ }
181
+ },
182
+ "idempotent": true
183
+ },
184
+ "CreateDomain": {
185
+ "http": {
186
+ "requestUri": "/domains",
187
+ "responseCode": 200
188
+ },
189
+ "input": {
190
+ "type": "structure",
191
+ "required": [
192
+ "name"
193
+ ],
194
+ "members": {
195
+ "name": {}
196
+ }
197
+ },
198
+ "output": {
199
+ "type": "structure",
200
+ "required": [
201
+ "domainArn",
202
+ "domainId",
203
+ "domainStatus"
204
+ ],
205
+ "members": {
206
+ "domainArn": {},
207
+ "domainId": {},
208
+ "domainStatus": {}
209
+ }
210
+ },
211
+ "idempotent": true
212
+ },
213
+ "CreateField": {
214
+ "http": {
215
+ "requestUri": "/domains/{domainId}/fields",
216
+ "responseCode": 200
217
+ },
218
+ "input": {
219
+ "type": "structure",
220
+ "required": [
221
+ "domainId",
222
+ "name",
223
+ "type"
224
+ ],
225
+ "members": {
226
+ "description": {},
227
+ "domainId": {
228
+ "location": "uri",
229
+ "locationName": "domainId"
230
+ },
231
+ "name": {},
232
+ "type": {}
233
+ }
234
+ },
235
+ "output": {
236
+ "type": "structure",
237
+ "required": [
238
+ "fieldArn",
239
+ "fieldId"
240
+ ],
241
+ "members": {
242
+ "fieldArn": {},
243
+ "fieldId": {}
244
+ }
245
+ },
246
+ "idempotent": true
247
+ },
248
+ "CreateLayout": {
249
+ "http": {
250
+ "requestUri": "/domains/{domainId}/layouts",
251
+ "responseCode": 200
252
+ },
253
+ "input": {
254
+ "type": "structure",
255
+ "required": [
256
+ "content",
257
+ "domainId",
258
+ "name"
259
+ ],
260
+ "members": {
261
+ "content": {
262
+ "shape": "S1a"
263
+ },
264
+ "domainId": {
265
+ "location": "uri",
266
+ "locationName": "domainId"
267
+ },
268
+ "name": {}
269
+ }
270
+ },
271
+ "output": {
272
+ "type": "structure",
273
+ "required": [
274
+ "layoutArn",
275
+ "layoutId"
276
+ ],
277
+ "members": {
278
+ "layoutArn": {},
279
+ "layoutId": {}
280
+ }
281
+ }
282
+ },
283
+ "CreateRelatedItem": {
284
+ "http": {
285
+ "requestUri": "/domains/{domainId}/cases/{caseId}/related-items/",
286
+ "responseCode": 200
287
+ },
288
+ "input": {
289
+ "type": "structure",
290
+ "required": [
291
+ "caseId",
292
+ "content",
293
+ "domainId",
294
+ "type"
295
+ ],
296
+ "members": {
297
+ "caseId": {
298
+ "location": "uri",
299
+ "locationName": "caseId"
300
+ },
301
+ "content": {
302
+ "type": "structure",
303
+ "members": {
304
+ "comment": {
305
+ "shape": "S1p"
306
+ },
307
+ "contact": {
308
+ "type": "structure",
309
+ "required": [
310
+ "contactArn"
311
+ ],
312
+ "members": {
313
+ "contactArn": {}
314
+ }
315
+ }
316
+ },
317
+ "union": true
318
+ },
319
+ "domainId": {
320
+ "location": "uri",
321
+ "locationName": "domainId"
322
+ },
323
+ "type": {}
324
+ }
325
+ },
326
+ "output": {
327
+ "type": "structure",
328
+ "required": [
329
+ "relatedItemArn",
330
+ "relatedItemId"
331
+ ],
332
+ "members": {
333
+ "relatedItemArn": {},
334
+ "relatedItemId": {}
335
+ }
336
+ },
337
+ "idempotent": true
338
+ },
339
+ "CreateTemplate": {
340
+ "http": {
341
+ "requestUri": "/domains/{domainId}/templates",
342
+ "responseCode": 200
343
+ },
344
+ "input": {
345
+ "type": "structure",
346
+ "required": [
347
+ "domainId",
348
+ "name"
349
+ ],
350
+ "members": {
351
+ "description": {},
352
+ "domainId": {
353
+ "location": "uri",
354
+ "locationName": "domainId"
355
+ },
356
+ "layoutConfiguration": {
357
+ "shape": "S20"
358
+ },
359
+ "name": {},
360
+ "requiredFields": {
361
+ "shape": "S22"
362
+ }
363
+ }
364
+ },
365
+ "output": {
366
+ "type": "structure",
367
+ "required": [
368
+ "templateArn",
369
+ "templateId"
370
+ ],
371
+ "members": {
372
+ "templateArn": {},
373
+ "templateId": {}
374
+ }
375
+ },
376
+ "idempotent": true
377
+ },
378
+ "GetCase": {
379
+ "http": {
380
+ "requestUri": "/domains/{domainId}/cases/{caseId}",
381
+ "responseCode": 200
382
+ },
383
+ "input": {
384
+ "type": "structure",
385
+ "required": [
386
+ "caseId",
387
+ "domainId",
388
+ "fields"
389
+ ],
390
+ "members": {
391
+ "caseId": {
392
+ "location": "uri",
393
+ "locationName": "caseId"
394
+ },
395
+ "domainId": {
396
+ "location": "uri",
397
+ "locationName": "domainId"
398
+ },
399
+ "fields": {
400
+ "type": "list",
401
+ "member": {
402
+ "shape": "S4"
403
+ }
404
+ },
405
+ "nextToken": {}
406
+ }
407
+ },
408
+ "output": {
409
+ "type": "structure",
410
+ "required": [
411
+ "fields",
412
+ "templateId"
413
+ ],
414
+ "members": {
415
+ "fields": {
416
+ "type": "list",
417
+ "member": {
418
+ "shape": "Su"
419
+ }
420
+ },
421
+ "nextToken": {},
422
+ "tags": {
423
+ "shape": "Sg"
424
+ },
425
+ "templateId": {}
426
+ }
427
+ }
428
+ },
429
+ "GetCaseEventConfiguration": {
430
+ "http": {
431
+ "requestUri": "/domains/{domainId}/case-event-configuration",
432
+ "responseCode": 200
433
+ },
434
+ "input": {
435
+ "type": "structure",
436
+ "required": [
437
+ "domainId"
438
+ ],
439
+ "members": {
440
+ "domainId": {
441
+ "location": "uri",
442
+ "locationName": "domainId"
443
+ }
444
+ }
445
+ },
446
+ "output": {
447
+ "type": "structure",
448
+ "required": [
449
+ "eventBridge"
450
+ ],
451
+ "members": {
452
+ "eventBridge": {
453
+ "shape": "S2d"
454
+ }
455
+ }
456
+ }
457
+ },
458
+ "GetDomain": {
459
+ "http": {
460
+ "requestUri": "/domains/{domainId}",
461
+ "responseCode": 200
462
+ },
463
+ "input": {
464
+ "type": "structure",
465
+ "required": [
466
+ "domainId"
467
+ ],
468
+ "members": {
469
+ "domainId": {
470
+ "location": "uri",
471
+ "locationName": "domainId"
472
+ }
473
+ }
474
+ },
475
+ "output": {
476
+ "type": "structure",
477
+ "required": [
478
+ "createdTime",
479
+ "domainArn",
480
+ "domainId",
481
+ "domainStatus",
482
+ "name"
483
+ ],
484
+ "members": {
485
+ "createdTime": {
486
+ "type": "timestamp",
487
+ "timestampFormat": "iso8601"
488
+ },
489
+ "domainArn": {},
490
+ "domainId": {},
491
+ "domainStatus": {},
492
+ "name": {},
493
+ "tags": {
494
+ "shape": "Sg"
495
+ }
496
+ }
497
+ }
498
+ },
499
+ "GetLayout": {
500
+ "http": {
501
+ "requestUri": "/domains/{domainId}/layouts/{layoutId}",
502
+ "responseCode": 200
503
+ },
504
+ "input": {
505
+ "type": "structure",
506
+ "required": [
507
+ "domainId",
508
+ "layoutId"
509
+ ],
510
+ "members": {
511
+ "domainId": {
512
+ "location": "uri",
513
+ "locationName": "domainId"
514
+ },
515
+ "layoutId": {
516
+ "location": "uri",
517
+ "locationName": "layoutId"
518
+ }
519
+ }
520
+ },
521
+ "output": {
522
+ "type": "structure",
523
+ "required": [
524
+ "content",
525
+ "layoutArn",
526
+ "layoutId",
527
+ "name"
528
+ ],
529
+ "members": {
530
+ "content": {
531
+ "shape": "S1a"
532
+ },
533
+ "layoutArn": {},
534
+ "layoutId": {},
535
+ "name": {},
536
+ "tags": {
537
+ "shape": "Sg"
538
+ }
539
+ }
540
+ }
541
+ },
542
+ "GetTemplate": {
543
+ "http": {
544
+ "requestUri": "/domains/{domainId}/templates/{templateId}",
545
+ "responseCode": 200
546
+ },
547
+ "input": {
548
+ "type": "structure",
549
+ "required": [
550
+ "domainId",
551
+ "templateId"
552
+ ],
553
+ "members": {
554
+ "domainId": {
555
+ "location": "uri",
556
+ "locationName": "domainId"
557
+ },
558
+ "templateId": {
559
+ "location": "uri",
560
+ "locationName": "templateId"
561
+ }
562
+ }
563
+ },
564
+ "output": {
565
+ "type": "structure",
566
+ "required": [
567
+ "name",
568
+ "templateArn",
569
+ "templateId"
570
+ ],
571
+ "members": {
572
+ "description": {},
573
+ "layoutConfiguration": {
574
+ "shape": "S20"
575
+ },
576
+ "name": {},
577
+ "requiredFields": {
578
+ "shape": "S22"
579
+ },
580
+ "tags": {
581
+ "shape": "Sg"
582
+ },
583
+ "templateArn": {},
584
+ "templateId": {}
585
+ }
586
+ }
587
+ },
588
+ "ListCasesForContact": {
589
+ "http": {
590
+ "requestUri": "/domains/{domainId}/list-cases-for-contact",
591
+ "responseCode": 200
592
+ },
593
+ "input": {
594
+ "type": "structure",
595
+ "required": [
596
+ "contactArn",
597
+ "domainId"
598
+ ],
599
+ "members": {
600
+ "contactArn": {},
601
+ "domainId": {
602
+ "location": "uri",
603
+ "locationName": "domainId"
604
+ },
605
+ "maxResults": {
606
+ "type": "integer"
607
+ },
608
+ "nextToken": {}
609
+ }
610
+ },
611
+ "output": {
612
+ "type": "structure",
613
+ "required": [
614
+ "cases"
615
+ ],
616
+ "members": {
617
+ "cases": {
618
+ "type": "list",
619
+ "member": {
620
+ "type": "structure",
621
+ "required": [
622
+ "caseId",
623
+ "templateId"
624
+ ],
625
+ "members": {
626
+ "caseId": {},
627
+ "templateId": {}
628
+ }
629
+ }
630
+ },
631
+ "nextToken": {}
632
+ }
633
+ }
634
+ },
635
+ "ListDomains": {
636
+ "http": {
637
+ "requestUri": "/domains-list",
638
+ "responseCode": 200
639
+ },
640
+ "input": {
641
+ "type": "structure",
642
+ "members": {
643
+ "maxResults": {
644
+ "location": "querystring",
645
+ "locationName": "maxResults",
646
+ "type": "integer"
647
+ },
648
+ "nextToken": {
649
+ "location": "querystring",
650
+ "locationName": "nextToken"
651
+ }
652
+ }
653
+ },
654
+ "output": {
655
+ "type": "structure",
656
+ "required": [
657
+ "domains"
658
+ ],
659
+ "members": {
660
+ "domains": {
661
+ "type": "list",
662
+ "member": {
663
+ "type": "structure",
664
+ "required": [
665
+ "domainArn",
666
+ "domainId",
667
+ "name"
668
+ ],
669
+ "members": {
670
+ "domainArn": {},
671
+ "domainId": {},
672
+ "name": {}
673
+ }
674
+ }
675
+ },
676
+ "nextToken": {}
677
+ }
678
+ }
679
+ },
680
+ "ListFieldOptions": {
681
+ "http": {
682
+ "requestUri": "/domains/{domainId}/fields/{fieldId}/options-list",
683
+ "responseCode": 200
684
+ },
685
+ "input": {
686
+ "type": "structure",
687
+ "required": [
688
+ "domainId",
689
+ "fieldId"
690
+ ],
691
+ "members": {
692
+ "domainId": {
693
+ "location": "uri",
694
+ "locationName": "domainId"
695
+ },
696
+ "fieldId": {
697
+ "location": "uri",
698
+ "locationName": "fieldId"
699
+ },
700
+ "maxResults": {
701
+ "location": "querystring",
702
+ "locationName": "maxResults",
703
+ "type": "integer"
704
+ },
705
+ "nextToken": {
706
+ "location": "querystring",
707
+ "locationName": "nextToken"
708
+ },
709
+ "values": {
710
+ "location": "querystring",
711
+ "locationName": "values",
712
+ "type": "list",
713
+ "member": {}
714
+ }
715
+ }
716
+ },
717
+ "output": {
718
+ "type": "structure",
719
+ "required": [
720
+ "options"
721
+ ],
722
+ "members": {
723
+ "nextToken": {},
724
+ "options": {
725
+ "type": "list",
726
+ "member": {
727
+ "shape": "Sk"
728
+ }
729
+ }
730
+ }
731
+ }
732
+ },
733
+ "ListFields": {
734
+ "http": {
735
+ "requestUri": "/domains/{domainId}/fields-list",
736
+ "responseCode": 200
737
+ },
738
+ "input": {
739
+ "type": "structure",
740
+ "required": [
741
+ "domainId"
742
+ ],
743
+ "members": {
744
+ "domainId": {
745
+ "location": "uri",
746
+ "locationName": "domainId"
747
+ },
748
+ "maxResults": {
749
+ "location": "querystring",
750
+ "locationName": "maxResults",
751
+ "type": "integer"
752
+ },
753
+ "nextToken": {
754
+ "location": "querystring",
755
+ "locationName": "nextToken"
756
+ }
757
+ }
758
+ },
759
+ "output": {
760
+ "type": "structure",
761
+ "required": [
762
+ "fields"
763
+ ],
764
+ "members": {
765
+ "fields": {
766
+ "type": "list",
767
+ "member": {
768
+ "type": "structure",
769
+ "required": [
770
+ "fieldArn",
771
+ "fieldId",
772
+ "name",
773
+ "namespace",
774
+ "type"
775
+ ],
776
+ "members": {
777
+ "fieldArn": {},
778
+ "fieldId": {},
779
+ "name": {},
780
+ "namespace": {},
781
+ "type": {}
782
+ }
783
+ }
784
+ },
785
+ "nextToken": {}
786
+ }
787
+ }
788
+ },
789
+ "ListLayouts": {
790
+ "http": {
791
+ "requestUri": "/domains/{domainId}/layouts-list",
792
+ "responseCode": 200
793
+ },
794
+ "input": {
795
+ "type": "structure",
796
+ "required": [
797
+ "domainId"
798
+ ],
799
+ "members": {
800
+ "domainId": {
801
+ "location": "uri",
802
+ "locationName": "domainId"
803
+ },
804
+ "maxResults": {
805
+ "location": "querystring",
806
+ "locationName": "maxResults",
807
+ "type": "integer"
808
+ },
809
+ "nextToken": {
810
+ "location": "querystring",
811
+ "locationName": "nextToken"
812
+ }
813
+ }
814
+ },
815
+ "output": {
816
+ "type": "structure",
817
+ "required": [
818
+ "layouts"
819
+ ],
820
+ "members": {
821
+ "layouts": {
822
+ "type": "list",
823
+ "member": {
824
+ "type": "structure",
825
+ "required": [
826
+ "layoutArn",
827
+ "layoutId",
828
+ "name"
829
+ ],
830
+ "members": {
831
+ "layoutArn": {},
832
+ "layoutId": {},
833
+ "name": {}
834
+ }
835
+ }
836
+ },
837
+ "nextToken": {}
838
+ }
839
+ }
840
+ },
841
+ "ListTagsForResource": {
842
+ "http": {
843
+ "method": "GET",
844
+ "requestUri": "/tags/{arn}",
845
+ "responseCode": 200
846
+ },
847
+ "input": {
848
+ "type": "structure",
849
+ "required": [
850
+ "arn"
851
+ ],
852
+ "members": {
853
+ "arn": {
854
+ "location": "uri",
855
+ "locationName": "arn"
856
+ }
857
+ }
858
+ },
859
+ "output": {
860
+ "type": "structure",
861
+ "members": {
862
+ "tags": {
863
+ "shape": "Sg"
864
+ }
865
+ }
866
+ },
867
+ "idempotent": true
868
+ },
869
+ "ListTemplates": {
870
+ "http": {
871
+ "requestUri": "/domains/{domainId}/templates-list",
872
+ "responseCode": 200
873
+ },
874
+ "input": {
875
+ "type": "structure",
876
+ "required": [
877
+ "domainId"
878
+ ],
879
+ "members": {
880
+ "domainId": {
881
+ "location": "uri",
882
+ "locationName": "domainId"
883
+ },
884
+ "maxResults": {
885
+ "location": "querystring",
886
+ "locationName": "maxResults",
887
+ "type": "integer"
888
+ },
889
+ "nextToken": {
890
+ "location": "querystring",
891
+ "locationName": "nextToken"
892
+ }
893
+ }
894
+ },
895
+ "output": {
896
+ "type": "structure",
897
+ "required": [
898
+ "templates"
899
+ ],
900
+ "members": {
901
+ "nextToken": {},
902
+ "templates": {
903
+ "type": "list",
904
+ "member": {
905
+ "type": "structure",
906
+ "required": [
907
+ "name",
908
+ "templateArn",
909
+ "templateId"
910
+ ],
911
+ "members": {
912
+ "name": {},
913
+ "templateArn": {},
914
+ "templateId": {}
915
+ }
916
+ }
917
+ }
918
+ }
919
+ }
920
+ },
921
+ "PutCaseEventConfiguration": {
922
+ "http": {
923
+ "method": "PUT",
924
+ "requestUri": "/domains/{domainId}/case-event-configuration",
925
+ "responseCode": 200
926
+ },
927
+ "input": {
928
+ "type": "structure",
929
+ "required": [
930
+ "domainId",
931
+ "eventBridge"
932
+ ],
933
+ "members": {
934
+ "domainId": {
935
+ "location": "uri",
936
+ "locationName": "domainId"
937
+ },
938
+ "eventBridge": {
939
+ "shape": "S2d"
940
+ }
941
+ }
942
+ },
943
+ "output": {
944
+ "type": "structure",
945
+ "members": {}
946
+ }
947
+ },
948
+ "SearchCases": {
949
+ "http": {
950
+ "requestUri": "/domains/{domainId}/cases-search",
951
+ "responseCode": 200
952
+ },
953
+ "input": {
954
+ "type": "structure",
955
+ "required": [
956
+ "domainId"
957
+ ],
958
+ "members": {
959
+ "domainId": {
960
+ "location": "uri",
961
+ "locationName": "domainId"
962
+ },
963
+ "fields": {
964
+ "type": "list",
965
+ "member": {
966
+ "shape": "S4"
967
+ }
968
+ },
969
+ "filter": {
970
+ "shape": "S3o"
971
+ },
972
+ "maxResults": {
973
+ "type": "integer"
974
+ },
975
+ "nextToken": {},
976
+ "searchTerm": {},
977
+ "sorts": {
978
+ "type": "list",
979
+ "member": {
980
+ "type": "structure",
981
+ "required": [
982
+ "fieldId",
983
+ "sortOrder"
984
+ ],
985
+ "members": {
986
+ "fieldId": {},
987
+ "sortOrder": {}
988
+ }
989
+ }
990
+ }
991
+ }
992
+ },
993
+ "output": {
994
+ "type": "structure",
995
+ "required": [
996
+ "cases"
997
+ ],
998
+ "members": {
999
+ "cases": {
1000
+ "type": "list",
1001
+ "member": {
1002
+ "type": "structure",
1003
+ "required": [
1004
+ "caseId",
1005
+ "fields",
1006
+ "templateId"
1007
+ ],
1008
+ "members": {
1009
+ "caseId": {},
1010
+ "fields": {
1011
+ "type": "list",
1012
+ "member": {
1013
+ "shape": "Su"
1014
+ }
1015
+ },
1016
+ "tags": {
1017
+ "shape": "Sg"
1018
+ },
1019
+ "templateId": {}
1020
+ }
1021
+ }
1022
+ },
1023
+ "nextToken": {}
1024
+ }
1025
+ }
1026
+ },
1027
+ "SearchRelatedItems": {
1028
+ "http": {
1029
+ "requestUri": "/domains/{domainId}/cases/{caseId}/related-items-search",
1030
+ "responseCode": 200
1031
+ },
1032
+ "input": {
1033
+ "type": "structure",
1034
+ "required": [
1035
+ "caseId",
1036
+ "domainId"
1037
+ ],
1038
+ "members": {
1039
+ "caseId": {
1040
+ "location": "uri",
1041
+ "locationName": "caseId"
1042
+ },
1043
+ "domainId": {
1044
+ "location": "uri",
1045
+ "locationName": "domainId"
1046
+ },
1047
+ "filters": {
1048
+ "type": "list",
1049
+ "member": {
1050
+ "type": "structure",
1051
+ "members": {
1052
+ "comment": {
1053
+ "type": "structure",
1054
+ "members": {}
1055
+ },
1056
+ "contact": {
1057
+ "type": "structure",
1058
+ "members": {
1059
+ "channel": {
1060
+ "type": "list",
1061
+ "member": {}
1062
+ },
1063
+ "contactArn": {}
1064
+ }
1065
+ }
1066
+ },
1067
+ "union": true
1068
+ }
1069
+ },
1070
+ "maxResults": {
1071
+ "type": "integer"
1072
+ },
1073
+ "nextToken": {}
1074
+ }
1075
+ },
1076
+ "output": {
1077
+ "type": "structure",
1078
+ "required": [
1079
+ "relatedItems"
1080
+ ],
1081
+ "members": {
1082
+ "nextToken": {},
1083
+ "relatedItems": {
1084
+ "type": "list",
1085
+ "member": {
1086
+ "type": "structure",
1087
+ "required": [
1088
+ "associationTime",
1089
+ "content",
1090
+ "relatedItemId",
1091
+ "type"
1092
+ ],
1093
+ "members": {
1094
+ "associationTime": {
1095
+ "type": "timestamp",
1096
+ "timestampFormat": "iso8601"
1097
+ },
1098
+ "content": {
1099
+ "type": "structure",
1100
+ "members": {
1101
+ "comment": {
1102
+ "shape": "S1p"
1103
+ },
1104
+ "contact": {
1105
+ "type": "structure",
1106
+ "required": [
1107
+ "channel",
1108
+ "connectedToSystemTime",
1109
+ "contactArn"
1110
+ ],
1111
+ "members": {
1112
+ "channel": {},
1113
+ "connectedToSystemTime": {
1114
+ "type": "timestamp",
1115
+ "timestampFormat": "iso8601"
1116
+ },
1117
+ "contactArn": {}
1118
+ }
1119
+ }
1120
+ },
1121
+ "union": true
1122
+ },
1123
+ "relatedItemId": {},
1124
+ "tags": {
1125
+ "shape": "Sg"
1126
+ },
1127
+ "type": {}
1128
+ }
1129
+ }
1130
+ }
1131
+ }
1132
+ }
1133
+ },
1134
+ "TagResource": {
1135
+ "http": {
1136
+ "requestUri": "/tags/{arn}",
1137
+ "responseCode": 200
1138
+ },
1139
+ "input": {
1140
+ "type": "structure",
1141
+ "required": [
1142
+ "arn",
1143
+ "tags"
1144
+ ],
1145
+ "members": {
1146
+ "arn": {
1147
+ "location": "uri",
1148
+ "locationName": "arn"
1149
+ },
1150
+ "tags": {
1151
+ "shape": "Sg"
1152
+ }
1153
+ }
1154
+ },
1155
+ "idempotent": true
1156
+ },
1157
+ "UntagResource": {
1158
+ "http": {
1159
+ "method": "DELETE",
1160
+ "requestUri": "/tags/{arn}",
1161
+ "responseCode": 200
1162
+ },
1163
+ "input": {
1164
+ "type": "structure",
1165
+ "required": [
1166
+ "arn",
1167
+ "tagKeys"
1168
+ ],
1169
+ "members": {
1170
+ "arn": {
1171
+ "location": "uri",
1172
+ "locationName": "arn"
1173
+ },
1174
+ "tagKeys": {
1175
+ "location": "querystring",
1176
+ "locationName": "tagKeys",
1177
+ "type": "list",
1178
+ "member": {}
1179
+ }
1180
+ }
1181
+ },
1182
+ "idempotent": true
1183
+ },
1184
+ "UpdateCase": {
1185
+ "http": {
1186
+ "method": "PUT",
1187
+ "requestUri": "/domains/{domainId}/cases/{caseId}",
1188
+ "responseCode": 200
1189
+ },
1190
+ "input": {
1191
+ "type": "structure",
1192
+ "required": [
1193
+ "caseId",
1194
+ "domainId",
1195
+ "fields"
1196
+ ],
1197
+ "members": {
1198
+ "caseId": {
1199
+ "location": "uri",
1200
+ "locationName": "caseId"
1201
+ },
1202
+ "domainId": {
1203
+ "location": "uri",
1204
+ "locationName": "domainId"
1205
+ },
1206
+ "fields": {
1207
+ "type": "list",
1208
+ "member": {
1209
+ "shape": "Su"
1210
+ }
1211
+ }
1212
+ }
1213
+ },
1214
+ "output": {
1215
+ "type": "structure",
1216
+ "members": {}
1217
+ }
1218
+ },
1219
+ "UpdateField": {
1220
+ "http": {
1221
+ "method": "PUT",
1222
+ "requestUri": "/domains/{domainId}/fields/{fieldId}",
1223
+ "responseCode": 200
1224
+ },
1225
+ "input": {
1226
+ "type": "structure",
1227
+ "required": [
1228
+ "domainId",
1229
+ "fieldId"
1230
+ ],
1231
+ "members": {
1232
+ "description": {},
1233
+ "domainId": {
1234
+ "location": "uri",
1235
+ "locationName": "domainId"
1236
+ },
1237
+ "fieldId": {
1238
+ "location": "uri",
1239
+ "locationName": "fieldId"
1240
+ },
1241
+ "name": {}
1242
+ }
1243
+ },
1244
+ "output": {
1245
+ "type": "structure",
1246
+ "members": {}
1247
+ },
1248
+ "idempotent": true
1249
+ },
1250
+ "UpdateLayout": {
1251
+ "http": {
1252
+ "method": "PUT",
1253
+ "requestUri": "/domains/{domainId}/layouts/{layoutId}",
1254
+ "responseCode": 200
1255
+ },
1256
+ "input": {
1257
+ "type": "structure",
1258
+ "required": [
1259
+ "domainId",
1260
+ "layoutId"
1261
+ ],
1262
+ "members": {
1263
+ "content": {
1264
+ "shape": "S1a"
1265
+ },
1266
+ "domainId": {
1267
+ "location": "uri",
1268
+ "locationName": "domainId"
1269
+ },
1270
+ "layoutId": {
1271
+ "location": "uri",
1272
+ "locationName": "layoutId"
1273
+ },
1274
+ "name": {}
1275
+ }
1276
+ },
1277
+ "output": {
1278
+ "type": "structure",
1279
+ "members": {}
1280
+ },
1281
+ "idempotent": true
1282
+ },
1283
+ "UpdateTemplate": {
1284
+ "http": {
1285
+ "method": "PUT",
1286
+ "requestUri": "/domains/{domainId}/templates/{templateId}",
1287
+ "responseCode": 200
1288
+ },
1289
+ "input": {
1290
+ "type": "structure",
1291
+ "required": [
1292
+ "domainId",
1293
+ "templateId"
1294
+ ],
1295
+ "members": {
1296
+ "description": {},
1297
+ "domainId": {
1298
+ "location": "uri",
1299
+ "locationName": "domainId"
1300
+ },
1301
+ "layoutConfiguration": {
1302
+ "shape": "S20"
1303
+ },
1304
+ "name": {},
1305
+ "requiredFields": {
1306
+ "shape": "S22"
1307
+ },
1308
+ "templateId": {
1309
+ "location": "uri",
1310
+ "locationName": "templateId"
1311
+ }
1312
+ }
1313
+ },
1314
+ "output": {
1315
+ "type": "structure",
1316
+ "members": {}
1317
+ },
1318
+ "idempotent": true
1319
+ }
1320
+ },
1321
+ "shapes": {
1322
+ "S4": {
1323
+ "type": "structure",
1324
+ "required": [
1325
+ "id"
1326
+ ],
1327
+ "members": {
1328
+ "id": {}
1329
+ }
1330
+ },
1331
+ "Sg": {
1332
+ "type": "map",
1333
+ "key": {},
1334
+ "value": {}
1335
+ },
1336
+ "Sk": {
1337
+ "type": "structure",
1338
+ "required": [
1339
+ "active",
1340
+ "name",
1341
+ "value"
1342
+ ],
1343
+ "members": {
1344
+ "active": {
1345
+ "type": "boolean"
1346
+ },
1347
+ "name": {},
1348
+ "value": {}
1349
+ }
1350
+ },
1351
+ "Su": {
1352
+ "type": "structure",
1353
+ "required": [
1354
+ "id",
1355
+ "value"
1356
+ ],
1357
+ "members": {
1358
+ "id": {},
1359
+ "value": {
1360
+ "type": "structure",
1361
+ "members": {
1362
+ "booleanValue": {
1363
+ "type": "boolean"
1364
+ },
1365
+ "doubleValue": {
1366
+ "type": "double"
1367
+ },
1368
+ "stringValue": {}
1369
+ },
1370
+ "union": true
1371
+ }
1372
+ }
1373
+ },
1374
+ "S1a": {
1375
+ "type": "structure",
1376
+ "members": {
1377
+ "basic": {
1378
+ "type": "structure",
1379
+ "members": {
1380
+ "moreInfo": {
1381
+ "shape": "S1c"
1382
+ },
1383
+ "topPanel": {
1384
+ "shape": "S1c"
1385
+ }
1386
+ }
1387
+ }
1388
+ },
1389
+ "union": true
1390
+ },
1391
+ "S1c": {
1392
+ "type": "structure",
1393
+ "members": {
1394
+ "sections": {
1395
+ "type": "list",
1396
+ "member": {
1397
+ "type": "structure",
1398
+ "members": {
1399
+ "fieldGroup": {
1400
+ "type": "structure",
1401
+ "required": [
1402
+ "fields"
1403
+ ],
1404
+ "members": {
1405
+ "fields": {
1406
+ "type": "list",
1407
+ "member": {
1408
+ "type": "structure",
1409
+ "required": [
1410
+ "id"
1411
+ ],
1412
+ "members": {
1413
+ "id": {}
1414
+ }
1415
+ }
1416
+ },
1417
+ "name": {}
1418
+ }
1419
+ }
1420
+ },
1421
+ "union": true
1422
+ }
1423
+ }
1424
+ }
1425
+ },
1426
+ "S1p": {
1427
+ "type": "structure",
1428
+ "required": [
1429
+ "body",
1430
+ "contentType"
1431
+ ],
1432
+ "members": {
1433
+ "body": {},
1434
+ "contentType": {}
1435
+ }
1436
+ },
1437
+ "S20": {
1438
+ "type": "structure",
1439
+ "members": {
1440
+ "defaultLayout": {}
1441
+ }
1442
+ },
1443
+ "S22": {
1444
+ "type": "list",
1445
+ "member": {
1446
+ "type": "structure",
1447
+ "required": [
1448
+ "fieldId"
1449
+ ],
1450
+ "members": {
1451
+ "fieldId": {}
1452
+ }
1453
+ }
1454
+ },
1455
+ "S2d": {
1456
+ "type": "structure",
1457
+ "required": [
1458
+ "enabled"
1459
+ ],
1460
+ "members": {
1461
+ "enabled": {
1462
+ "type": "boolean"
1463
+ },
1464
+ "includedData": {
1465
+ "type": "structure",
1466
+ "members": {
1467
+ "caseData": {
1468
+ "type": "structure",
1469
+ "required": [
1470
+ "fields"
1471
+ ],
1472
+ "members": {
1473
+ "fields": {
1474
+ "type": "list",
1475
+ "member": {
1476
+ "shape": "S4"
1477
+ }
1478
+ }
1479
+ }
1480
+ },
1481
+ "relatedItemData": {
1482
+ "type": "structure",
1483
+ "required": [
1484
+ "includeContent"
1485
+ ],
1486
+ "members": {
1487
+ "includeContent": {
1488
+ "type": "boolean"
1489
+ }
1490
+ }
1491
+ }
1492
+ }
1493
+ }
1494
+ }
1495
+ },
1496
+ "S3o": {
1497
+ "type": "structure",
1498
+ "members": {
1499
+ "andAll": {
1500
+ "type": "list",
1501
+ "member": {
1502
+ "shape": "S3o"
1503
+ }
1504
+ },
1505
+ "field": {
1506
+ "type": "structure",
1507
+ "members": {
1508
+ "contains": {
1509
+ "shape": "Su"
1510
+ },
1511
+ "equalTo": {
1512
+ "shape": "Su"
1513
+ },
1514
+ "greaterThan": {
1515
+ "shape": "Su"
1516
+ },
1517
+ "greaterThanOrEqualTo": {
1518
+ "shape": "Su"
1519
+ },
1520
+ "lessThan": {
1521
+ "shape": "Su"
1522
+ },
1523
+ "lessThanOrEqualTo": {
1524
+ "shape": "Su"
1525
+ }
1526
+ },
1527
+ "union": true
1528
+ },
1529
+ "not": {
1530
+ "shape": "S3o"
1531
+ }
1532
+ },
1533
+ "union": true
1534
+ }
1535
+ }
1536
+ }