| 1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\ConnectCases;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Connect Cases** service.
|
| 1441 |
ariadna |
8 |
* @method \Aws\Result batchGetCaseRule(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise batchGetCaseRuleAsync(array $args = [])
|
| 1 |
efrain |
10 |
* @method \Aws\Result batchGetField(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise batchGetFieldAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result batchPutFieldOptions(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise batchPutFieldOptionsAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createCase(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createCaseAsync(array $args = [])
|
| 1441 |
ariadna |
16 |
* @method \Aws\Result createCaseRule(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createCaseRuleAsync(array $args = [])
|
| 1 |
efrain |
18 |
* @method \Aws\Result createDomain(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createField(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createFieldAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createLayout(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createLayoutAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createRelatedItem(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createRelatedItemAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createTemplate(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createTemplateAsync(array $args = [])
|
| 1441 |
ariadna |
28 |
* @method \Aws\Result deleteCaseRule(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise deleteCaseRuleAsync(array $args = [])
|
| 1 |
efrain |
30 |
* @method \Aws\Result deleteDomain(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
|
| 1441 |
ariadna |
32 |
* @method \Aws\Result deleteField(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise deleteFieldAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result deleteLayout(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise deleteLayoutAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteTemplate(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
|
| 1 |
efrain |
38 |
* @method \Aws\Result getCase(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise getCaseAsync(array $args = [])
|
| 1441 |
ariadna |
40 |
* @method \Aws\Result getCaseAuditEvents(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise getCaseAuditEventsAsync(array $args = [])
|
| 1 |
efrain |
42 |
* @method \Aws\Result getCaseEventConfiguration(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise getCaseEventConfigurationAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result getDomain(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise getDomainAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result getLayout(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise getLayoutAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result getTemplate(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise getTemplateAsync(array $args = [])
|
| 1441 |
ariadna |
50 |
* @method \Aws\Result listCaseRules(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise listCaseRulesAsync(array $args = [])
|
| 1 |
efrain |
52 |
* @method \Aws\Result listCasesForContact(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise listCasesForContactAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result listDomains(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result listFieldOptions(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise listFieldOptionsAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result listFields(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise listFieldsAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result listLayouts(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise listLayoutsAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result listTemplates(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise listTemplatesAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result putCaseEventConfiguration(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise putCaseEventConfigurationAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result searchCases(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise searchCasesAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result searchRelatedItems(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise searchRelatedItemsAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result updateCase(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise updateCaseAsync(array $args = [])
|
| 1441 |
ariadna |
78 |
* @method \Aws\Result updateCaseRule(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise updateCaseRuleAsync(array $args = [])
|
| 1 |
efrain |
80 |
* @method \Aws\Result updateField(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise updateFieldAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result updateLayout(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise updateLayoutAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result updateTemplate(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise updateTemplateAsync(array $args = [])
|
|
|
86 |
*/
|
|
|
87 |
class ConnectCasesClient extends AwsClient {}
|