@aws-sdk/client-connectcases 3.288.0 → 3.290.0
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.
- package/dist-types/commands/BatchGetFieldCommand.d.ts +18 -0
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +22 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +23 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +23 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +27 -0
- package/dist-types/commands/CreateLayoutCommand.d.ts +27 -0
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +22 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +27 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +23 -0
- package/dist-types/commands/GetCaseCommand.d.ts +18 -0
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/GetDomainCommand.d.ts +18 -0
- package/dist-types/commands/GetLayoutCommand.d.ts +18 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +18 -0
- package/dist-types/commands/ListCasesForContactCommand.d.ts +18 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +14 -0
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +18 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +18 -0
- package/dist-types/commands/ListLayoutsCommand.d.ts +18 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +18 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +18 -0
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +18 -0
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +18 -0
- package/dist-types/commands/TagResourceCommand.d.ts +18 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +18 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +18 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +23 -0
- package/dist-types/commands/UpdateLayoutCommand.d.ts +27 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +23 -0
- package/package.json +29 -29
|
@@ -29,6 +29,24 @@ export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __Met
|
|
|
29
29
|
* @see {@link BatchGetFieldCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class BatchGetFieldCommand extends $Command<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: BatchGetFieldCommandInput;
|
|
@@ -30,6 +30,28 @@ export interface BatchPutFieldOptionsCommandOutput extends BatchPutFieldOptionsR
|
|
|
30
30
|
* @see {@link BatchPutFieldOptionsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
38
|
+
* later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
42
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
45
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
46
|
+
* Administrator Guide</i>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
33
55
|
*/
|
|
34
56
|
export declare class BatchPutFieldOptionsCommand extends $Command<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
35
57
|
readonly input: BatchPutFieldOptionsCommandInput;
|
|
@@ -49,6 +49,29 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
|
|
|
49
49
|
* @see {@link CreateCaseCommandOutput} for command's `response` shape.
|
|
50
50
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
51
51
|
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
57
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
58
|
+
* the accompanying error message for details.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link InternalServerException} (server fault)
|
|
61
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
62
|
+
* later.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
65
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
66
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link ValidationException} (client fault)
|
|
72
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
52
75
|
*/
|
|
53
76
|
export declare class CreateCaseCommand extends $Command<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
54
77
|
readonly input: CreateCaseCommandInput;
|
|
@@ -38,6 +38,29 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
38
38
|
* @see {@link CreateDomainCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ConflictException} (client fault)
|
|
45
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
46
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
47
|
+
* the accompanying error message for details.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InternalServerException} (server fault)
|
|
50
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
51
|
+
* later.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
54
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
55
|
+
* Administrator Guide</i>.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
41
64
|
*/
|
|
42
65
|
export declare class CreateDomainCommand extends $Command<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
43
66
|
readonly input: CreateDomainCommandInput;
|
|
@@ -30,6 +30,33 @@ export interface CreateFieldCommandOutput extends CreateFieldResponse, __Metadat
|
|
|
30
30
|
* @see {@link CreateFieldCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link ConflictException} (client fault)
|
|
37
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
38
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
39
|
+
* the accompanying error message for details.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
43
|
+
* later.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
47
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
50
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
51
|
+
* Administrator Guide</i>.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
54
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ValidationException} (client fault)
|
|
57
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
58
|
+
*
|
|
59
|
+
*
|
|
33
60
|
*/
|
|
34
61
|
export declare class CreateFieldCommand extends $Command<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
35
62
|
readonly input: CreateFieldCommandInput;
|
|
@@ -42,6 +42,33 @@ export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __Metad
|
|
|
42
42
|
* @see {@link CreateLayoutCommandOutput} for command's `response` shape.
|
|
43
43
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
44
44
|
*
|
|
45
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
46
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ConflictException} (client fault)
|
|
49
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
50
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
51
|
+
* the accompanying error message for details.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InternalServerException} (server fault)
|
|
54
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
55
|
+
* later.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
58
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
59
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
62
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
63
|
+
* Administrator Guide</i>.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
66
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ValidationException} (client fault)
|
|
69
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
70
|
+
*
|
|
71
|
+
*
|
|
45
72
|
*/
|
|
46
73
|
export declare class CreateLayoutCommand extends $Command<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
47
74
|
readonly input: CreateLayoutCommandInput;
|
|
@@ -37,6 +37,28 @@ export interface CreateRelatedItemCommandOutput extends CreateRelatedItemRespons
|
|
|
37
37
|
* @see {@link CreateRelatedItemCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
45
|
+
* later.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
48
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
49
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
52
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
53
|
+
* Administrator Guide</i>.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
56
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ValidationException} (client fault)
|
|
59
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
60
|
+
*
|
|
61
|
+
*
|
|
40
62
|
*/
|
|
41
63
|
export declare class CreateRelatedItemCommand extends $Command<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
42
64
|
readonly input: CreateRelatedItemCommandInput;
|
|
@@ -34,6 +34,33 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
|
|
|
34
34
|
* @see {@link CreateTemplateCommandOutput} for command's `response` shape.
|
|
35
35
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
36
36
|
*
|
|
37
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
38
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
42
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
43
|
+
* the accompanying error message for details.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
47
|
+
* later.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
51
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
54
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
55
|
+
* Administrator Guide</i>.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
58
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ValidationException} (client fault)
|
|
61
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
62
|
+
*
|
|
63
|
+
*
|
|
37
64
|
*/
|
|
38
65
|
export declare class CreateTemplateCommand extends $Command<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
39
66
|
readonly input: CreateTemplateCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
|
|
|
29
29
|
* @see {@link DeleteDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
37
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
38
|
+
* the accompanying error message for details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
42
|
+
* later.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
46
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DeleteDomainCommand extends $Command<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
57
|
readonly input: DeleteDomainCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetCaseCommandOutput extends GetCaseResponse, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetCaseCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetCaseCommand extends $Command<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: GetCaseCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetCaseEventConfigurationCommandOutput extends GetCaseEventConf
|
|
|
29
29
|
* @see {@link GetCaseEventConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetCaseEventConfigurationCommand extends $Command<GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: GetCaseEventConfigurationCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetDomainCommandOutput extends GetDomainResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetDomainCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetDomainCommand extends $Command<GetDomainCommandInput, GetDomainCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: GetDomainCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetLayoutCommandOutput extends GetLayoutResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetLayoutCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetLayoutCommand extends $Command<GetLayoutCommandInput, GetLayoutCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: GetLayoutCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
|
|
|
29
29
|
* @see {@link GetTemplateCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class GetTemplateCommand extends $Command<GetTemplateCommandInput, GetTemplateCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: GetTemplateCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListCasesForContactCommandOutput extends ListCasesForContactRes
|
|
|
29
29
|
* @see {@link ListCasesForContactCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListCasesForContactCommand extends $Command<ListCasesForContactCommandInput, ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: ListCasesForContactCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListDomainsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
38
|
+
* later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
41
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListDomainsCommand extends $Command<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
35
49
|
readonly input: ListDomainsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListFieldOptionsCommandOutput extends ListFieldOptionsResponse,
|
|
|
29
29
|
* @see {@link ListFieldOptionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListFieldOptionsCommand extends $Command<ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: ListFieldOptionsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListFieldsCommandOutput extends ListFieldsResponse, __MetadataB
|
|
|
29
29
|
* @see {@link ListFieldsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListFieldsCommand extends $Command<ListFieldsCommandInput, ListFieldsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: ListFieldsCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface ListLayoutsCommandOutput extends ListLayoutsResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListLayoutsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
38
|
+
* later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
42
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class ListLayoutsCommand extends $Command<ListLayoutsCommandInput, ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
35
53
|
readonly input: ListLayoutsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -30,6 +30,24 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
|
|
|
30
30
|
* @see {@link ListTemplatesCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
38
|
+
* later.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
41
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
42
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
33
51
|
*/
|
|
34
52
|
export declare class ListTemplatesCommand extends $Command<ListTemplatesCommandInput, ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
35
53
|
readonly input: ListTemplatesCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface PutCaseEventConfigurationCommandOutput extends PutCaseEventConf
|
|
|
29
29
|
* @see {@link PutCaseEventConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class PutCaseEventConfigurationCommand extends $Command<PutCaseEventConfigurationCommandInput, PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: PutCaseEventConfigurationCommandInput;
|
|
@@ -35,6 +35,24 @@ export interface SearchCasesCommandOutput extends SearchCasesResponse, __Metadat
|
|
|
35
35
|
* @see {@link SearchCasesCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
43
|
+
* later.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
47
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
38
56
|
*/
|
|
39
57
|
export declare class SearchCasesCommand extends $Command<SearchCasesCommandInput, SearchCasesCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
40
58
|
readonly input: SearchCasesCommandInput;
|
|
@@ -33,6 +33,24 @@ export interface SearchRelatedItemsCommandOutput extends SearchRelatedItemsRespo
|
|
|
33
33
|
* @see {@link SearchRelatedItemsCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
41
|
+
* later.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
45
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
36
54
|
*/
|
|
37
55
|
export declare class SearchRelatedItemsCommand extends $Command<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
38
56
|
readonly input: SearchRelatedItemsCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,24 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
37
|
+
* later.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
41
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
32
50
|
*/
|
|
33
51
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
52
|
readonly input: UntagResourceCommandInput;
|
|
@@ -32,6 +32,24 @@ export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataB
|
|
|
32
32
|
* @see {@link UpdateCaseCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
40
|
+
* later.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
44
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
35
53
|
*/
|
|
36
54
|
export declare class UpdateCaseCommand extends $Command<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
37
55
|
readonly input: UpdateCaseCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __Metadat
|
|
|
29
29
|
* @see {@link UpdateFieldCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
37
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
38
|
+
* the accompanying error message for details.</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
42
|
+
* later.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
46
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class UpdateFieldCommand extends $Command<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
34
57
|
readonly input: UpdateFieldCommandInput;
|
|
@@ -37,6 +37,33 @@ export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __Metad
|
|
|
37
37
|
* @see {@link UpdateLayoutCommandOutput} for command's `response` shape.
|
|
38
38
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
39
39
|
*
|
|
40
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
41
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ConflictException} (client fault)
|
|
44
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
45
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
46
|
+
* the accompanying error message for details.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InternalServerException} (server fault)
|
|
49
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
50
|
+
* later.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
54
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
57
|
+
* <p>The service quota has been exceeded. For a list of service quotas, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html">Amazon Connect Service Quotas</a> in the <i>Amazon Connect
|
|
58
|
+
* Administrator Guide</i>.</p>
|
|
59
|
+
*
|
|
60
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
61
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
62
|
+
*
|
|
63
|
+
* @throws {@link ValidationException} (client fault)
|
|
64
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
40
67
|
*/
|
|
41
68
|
export declare class UpdateLayoutCommand extends $Command<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
42
69
|
readonly input: UpdateLayoutCommandInput;
|
|
@@ -33,6 +33,29 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
33
33
|
* @see {@link UpdateTemplateCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p>The requested operation would cause a conflict with the current state of a service
|
|
41
|
+
* resource associated with the request. Resolve the conflict before retrying this request. See
|
|
42
|
+
* the accompanying error message for details.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>We couldn't process your request because of an issue with the server. Try again
|
|
46
|
+
* later.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
|
+
* <p>We couldn't find the requested resource. Check that your resources exists and were created
|
|
50
|
+
* in the same Amazon Web Services Region as your request, and try your request again.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
53
|
+
* <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ValidationException} (client fault)
|
|
56
|
+
* <p>The request isn't valid. Check the syntax and try again.</p>
|
|
57
|
+
*
|
|
58
|
+
*
|
|
36
59
|
*/
|
|
37
60
|
export declare class UpdateTemplateCommand extends $Command<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig> {
|
|
38
61
|
readonly input: UpdateTemplateCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcases",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|