@aws-sdk/client-connectcases 3.738.0 → 3.743.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.
Files changed (49) hide show
  1. package/README.md +54 -0
  2. package/dist-cjs/index.js +410 -1
  3. package/dist-es/ConnectCases.js +10 -0
  4. package/dist-es/commands/BatchGetCaseRuleCommand.js +22 -0
  5. package/dist-es/commands/CreateCaseRuleCommand.js +22 -0
  6. package/dist-es/commands/DeleteCaseRuleCommand.js +22 -0
  7. package/dist-es/commands/ListCaseRulesCommand.js +22 -0
  8. package/dist-es/commands/UpdateCaseRuleCommand.js +22 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/models_0.js +43 -0
  11. package/dist-es/pagination/ListCaseRulesPaginator.js +4 -0
  12. package/dist-es/pagination/index.js +1 -0
  13. package/dist-es/protocols/Aws_restJson1.js +261 -1
  14. package/dist-types/ConnectCases.d.ts +50 -1
  15. package/dist-types/ConnectCasesClient.d.ts +22 -3
  16. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +148 -0
  17. package/dist-types/commands/CreateCaseCommand.d.ts +0 -1
  18. package/dist-types/commands/CreateCaseRuleCommand.d.ts +135 -0
  19. package/dist-types/commands/CreateRelatedItemCommand.d.ts +3 -1
  20. package/dist-types/commands/CreateTemplateCommand.d.ts +29 -0
  21. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +91 -0
  22. package/dist-types/commands/DeleteDomainCommand.d.ts +0 -1
  23. package/dist-types/commands/DeleteFieldCommand.d.ts +18 -15
  24. package/dist-types/commands/DeleteLayoutCommand.d.ts +3 -2
  25. package/dist-types/commands/GetTemplateCommand.d.ts +29 -1
  26. package/dist-types/commands/ListCaseRulesCommand.d.ts +101 -0
  27. package/dist-types/commands/ListTemplatesCommand.d.ts +23 -0
  28. package/dist-types/commands/UpdateCaseCommand.d.ts +0 -1
  29. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +129 -0
  30. package/dist-types/commands/UpdateTemplateCommand.d.ts +29 -0
  31. package/dist-types/commands/index.d.ts +5 -0
  32. package/dist-types/index.d.ts +15 -1
  33. package/dist-types/models/models_0.d.ts +573 -1
  34. package/dist-types/pagination/ListCaseRulesPaginator.d.ts +7 -0
  35. package/dist-types/pagination/index.d.ts +1 -0
  36. package/dist-types/protocols/Aws_restJson1.d.ts +45 -0
  37. package/dist-types/ts3.4/ConnectCases.d.ts +85 -0
  38. package/dist-types/ts3.4/ConnectCasesClient.d.ts +30 -0
  39. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +50 -0
  40. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +50 -0
  41. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +50 -0
  42. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +50 -0
  43. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +50 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  45. package/dist-types/ts3.4/models/models_0.d.ts +199 -0
  46. package/dist-types/ts3.4/pagination/ListCaseRulesPaginator.d.ts +11 -0
  47. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  48. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +60 -0
  49. package/package.json +5 -5
@@ -1,12 +1,15 @@
1
1
  import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import { BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput } from "./commands/BatchGetCaseRuleCommand";
2
3
  import { BatchGetFieldCommandInput, BatchGetFieldCommandOutput } from "./commands/BatchGetFieldCommand";
3
4
  import { BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput } from "./commands/BatchPutFieldOptionsCommand";
4
5
  import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
6
+ import { CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput } from "./commands/CreateCaseRuleCommand";
5
7
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
6
8
  import { CreateFieldCommandInput, CreateFieldCommandOutput } from "./commands/CreateFieldCommand";
7
9
  import { CreateLayoutCommandInput, CreateLayoutCommandOutput } from "./commands/CreateLayoutCommand";
8
10
  import { CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput } from "./commands/CreateRelatedItemCommand";
9
11
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
12
+ import { DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput } from "./commands/DeleteCaseRuleCommand";
10
13
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
11
14
  import { DeleteFieldCommandInput, DeleteFieldCommandOutput } from "./commands/DeleteFieldCommand";
12
15
  import { DeleteLayoutCommandInput, DeleteLayoutCommandOutput } from "./commands/DeleteLayoutCommand";
@@ -17,6 +20,7 @@ import { GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommand
17
20
  import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
18
21
  import { GetLayoutCommandInput, GetLayoutCommandOutput } from "./commands/GetLayoutCommand";
19
22
  import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
23
+ import { ListCaseRulesCommandInput, ListCaseRulesCommandOutput } from "./commands/ListCaseRulesCommand";
20
24
  import { ListCasesForContactCommandInput, ListCasesForContactCommandOutput } from "./commands/ListCasesForContactCommand";
21
25
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
22
26
  import { ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput } from "./commands/ListFieldOptionsCommand";
@@ -30,11 +34,18 @@ import { SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput } from
30
34
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
31
35
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
32
36
  import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
37
+ import { UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput } from "./commands/UpdateCaseRuleCommand";
33
38
  import { UpdateFieldCommandInput, UpdateFieldCommandOutput } from "./commands/UpdateFieldCommand";
34
39
  import { UpdateLayoutCommandInput, UpdateLayoutCommandOutput } from "./commands/UpdateLayoutCommand";
35
40
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
36
41
  import { ConnectCasesClient } from "./ConnectCasesClient";
37
42
  export interface ConnectCases {
43
+ /**
44
+ * @see {@link BatchGetCaseRuleCommand}
45
+ */
46
+ batchGetCaseRule(args: BatchGetCaseRuleCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCaseRuleCommandOutput>;
47
+ batchGetCaseRule(args: BatchGetCaseRuleCommandInput, cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void): void;
48
+ batchGetCaseRule(args: BatchGetCaseRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCaseRuleCommandOutput) => void): void;
38
49
  /**
39
50
  * @see {@link BatchGetFieldCommand}
40
51
  */
@@ -53,6 +64,12 @@ export interface ConnectCases {
53
64
  createCase(args: CreateCaseCommandInput, options?: __HttpHandlerOptions): Promise<CreateCaseCommandOutput>;
54
65
  createCase(args: CreateCaseCommandInput, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
55
66
  createCase(args: CreateCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCaseCommandOutput) => void): void;
67
+ /**
68
+ * @see {@link CreateCaseRuleCommand}
69
+ */
70
+ createCaseRule(args: CreateCaseRuleCommandInput, options?: __HttpHandlerOptions): Promise<CreateCaseRuleCommandOutput>;
71
+ createCaseRule(args: CreateCaseRuleCommandInput, cb: (err: any, data?: CreateCaseRuleCommandOutput) => void): void;
72
+ createCaseRule(args: CreateCaseRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCaseRuleCommandOutput) => void): void;
56
73
  /**
57
74
  * @see {@link CreateDomainCommand}
58
75
  */
@@ -83,6 +100,12 @@ export interface ConnectCases {
83
100
  createTemplate(args: CreateTemplateCommandInput, options?: __HttpHandlerOptions): Promise<CreateTemplateCommandOutput>;
84
101
  createTemplate(args: CreateTemplateCommandInput, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
85
102
  createTemplate(args: CreateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTemplateCommandOutput) => void): void;
103
+ /**
104
+ * @see {@link DeleteCaseRuleCommand}
105
+ */
106
+ deleteCaseRule(args: DeleteCaseRuleCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCaseRuleCommandOutput>;
107
+ deleteCaseRule(args: DeleteCaseRuleCommandInput, cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void): void;
108
+ deleteCaseRule(args: DeleteCaseRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCaseRuleCommandOutput) => void): void;
86
109
  /**
87
110
  * @see {@link DeleteDomainCommand}
88
111
  */
@@ -143,6 +166,12 @@ export interface ConnectCases {
143
166
  getTemplate(args: GetTemplateCommandInput, options?: __HttpHandlerOptions): Promise<GetTemplateCommandOutput>;
144
167
  getTemplate(args: GetTemplateCommandInput, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
145
168
  getTemplate(args: GetTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTemplateCommandOutput) => void): void;
169
+ /**
170
+ * @see {@link ListCaseRulesCommand}
171
+ */
172
+ listCaseRules(args: ListCaseRulesCommandInput, options?: __HttpHandlerOptions): Promise<ListCaseRulesCommandOutput>;
173
+ listCaseRules(args: ListCaseRulesCommandInput, cb: (err: any, data?: ListCaseRulesCommandOutput) => void): void;
174
+ listCaseRules(args: ListCaseRulesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCaseRulesCommandOutput) => void): void;
146
175
  /**
147
176
  * @see {@link ListCasesForContactCommand}
148
177
  */
@@ -222,6 +251,12 @@ export interface ConnectCases {
222
251
  updateCase(args: UpdateCaseCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCaseCommandOutput>;
223
252
  updateCase(args: UpdateCaseCommandInput, cb: (err: any, data?: UpdateCaseCommandOutput) => void): void;
224
253
  updateCase(args: UpdateCaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCaseCommandOutput) => void): void;
254
+ /**
255
+ * @see {@link UpdateCaseRuleCommand}
256
+ */
257
+ updateCaseRule(args: UpdateCaseRuleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCaseRuleCommandOutput>;
258
+ updateCaseRule(args: UpdateCaseRuleCommandInput, cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void): void;
259
+ updateCaseRule(args: UpdateCaseRuleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCaseRuleCommandOutput) => void): void;
225
260
  /**
226
261
  * @see {@link UpdateFieldCommand}
227
262
  */
@@ -242,7 +277,21 @@ export interface ConnectCases {
242
277
  updateTemplate(args: UpdateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
243
278
  }
244
279
  /**
245
- * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
280
+ * <ul>
281
+ * <li>
282
+ * <p>
283
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Cases.html">Cases
284
+ * actions</a>
285
+ * </p>
286
+ * </li>
287
+ * <li>
288
+ * <p>
289
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Cases.html">Cases data
290
+ * types</a>
291
+ * </p>
292
+ * </li>
293
+ * </ul>
294
+ * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
246
295
  * multiple interactions, follow-up tasks, and teams in your contact center. A case represents a
247
296
  * customer issue. It records the issue, the steps and interactions taken to resolve the issue,
248
297
  * and the outcome. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/cases.html">Amazon Connect Cases</a> in the
@@ -7,14 +7,17 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
8
  import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
+ import { BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput } from "./commands/BatchGetCaseRuleCommand";
10
11
  import { BatchGetFieldCommandInput, BatchGetFieldCommandOutput } from "./commands/BatchGetFieldCommand";
11
12
  import { BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput } from "./commands/BatchPutFieldOptionsCommand";
12
13
  import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
14
+ import { CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput } from "./commands/CreateCaseRuleCommand";
13
15
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "./commands/CreateDomainCommand";
14
16
  import { CreateFieldCommandInput, CreateFieldCommandOutput } from "./commands/CreateFieldCommand";
15
17
  import { CreateLayoutCommandInput, CreateLayoutCommandOutput } from "./commands/CreateLayoutCommand";
16
18
  import { CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput } from "./commands/CreateRelatedItemCommand";
17
19
  import { CreateTemplateCommandInput, CreateTemplateCommandOutput } from "./commands/CreateTemplateCommand";
20
+ import { DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput } from "./commands/DeleteCaseRuleCommand";
18
21
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "./commands/DeleteDomainCommand";
19
22
  import { DeleteFieldCommandInput, DeleteFieldCommandOutput } from "./commands/DeleteFieldCommand";
20
23
  import { DeleteLayoutCommandInput, DeleteLayoutCommandOutput } from "./commands/DeleteLayoutCommand";
@@ -25,6 +28,7 @@ import { GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommand
25
28
  import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
26
29
  import { GetLayoutCommandInput, GetLayoutCommandOutput } from "./commands/GetLayoutCommand";
27
30
  import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
31
+ import { ListCaseRulesCommandInput, ListCaseRulesCommandOutput } from "./commands/ListCaseRulesCommand";
28
32
  import { ListCasesForContactCommandInput, ListCasesForContactCommandOutput } from "./commands/ListCasesForContactCommand";
29
33
  import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
30
34
  import { ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput } from "./commands/ListFieldOptionsCommand";
@@ -38,6 +42,7 @@ import { SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput } from
38
42
  import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
39
43
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
40
44
  import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
45
+ import { UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput } from "./commands/UpdateCaseRuleCommand";
41
46
  import { UpdateFieldCommandInput, UpdateFieldCommandOutput } from "./commands/UpdateFieldCommand";
42
47
  import { UpdateLayoutCommandInput, UpdateLayoutCommandOutput } from "./commands/UpdateLayoutCommand";
43
48
  import { UpdateTemplateCommandInput, UpdateTemplateCommandOutput } from "./commands/UpdateTemplateCommand";
@@ -47,11 +52,11 @@ export { __Client };
47
52
  /**
48
53
  * @public
49
54
  */
50
- export type ServiceInputTypes = BatchGetFieldCommandInput | BatchPutFieldOptionsCommandInput | CreateCaseCommandInput | CreateDomainCommandInput | CreateFieldCommandInput | CreateLayoutCommandInput | CreateRelatedItemCommandInput | CreateTemplateCommandInput | DeleteDomainCommandInput | DeleteFieldCommandInput | DeleteLayoutCommandInput | DeleteTemplateCommandInput | GetCaseAuditEventsCommandInput | GetCaseCommandInput | GetCaseEventConfigurationCommandInput | GetDomainCommandInput | GetLayoutCommandInput | GetTemplateCommandInput | ListCasesForContactCommandInput | ListDomainsCommandInput | ListFieldOptionsCommandInput | ListFieldsCommandInput | ListLayoutsCommandInput | ListTagsForResourceCommandInput | ListTemplatesCommandInput | PutCaseEventConfigurationCommandInput | SearchCasesCommandInput | SearchRelatedItemsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCaseCommandInput | UpdateFieldCommandInput | UpdateLayoutCommandInput | UpdateTemplateCommandInput;
55
+ export type ServiceInputTypes = BatchGetCaseRuleCommandInput | BatchGetFieldCommandInput | BatchPutFieldOptionsCommandInput | CreateCaseCommandInput | CreateCaseRuleCommandInput | CreateDomainCommandInput | CreateFieldCommandInput | CreateLayoutCommandInput | CreateRelatedItemCommandInput | CreateTemplateCommandInput | DeleteCaseRuleCommandInput | DeleteDomainCommandInput | DeleteFieldCommandInput | DeleteLayoutCommandInput | DeleteTemplateCommandInput | GetCaseAuditEventsCommandInput | GetCaseCommandInput | GetCaseEventConfigurationCommandInput | GetDomainCommandInput | GetLayoutCommandInput | GetTemplateCommandInput | ListCaseRulesCommandInput | ListCasesForContactCommandInput | ListDomainsCommandInput | ListFieldOptionsCommandInput | ListFieldsCommandInput | ListLayoutsCommandInput | ListTagsForResourceCommandInput | ListTemplatesCommandInput | PutCaseEventConfigurationCommandInput | SearchCasesCommandInput | SearchRelatedItemsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCaseCommandInput | UpdateCaseRuleCommandInput | UpdateFieldCommandInput | UpdateLayoutCommandInput | UpdateTemplateCommandInput;
51
56
  /**
52
57
  * @public
53
58
  */
54
- export type ServiceOutputTypes = BatchGetFieldCommandOutput | BatchPutFieldOptionsCommandOutput | CreateCaseCommandOutput | CreateDomainCommandOutput | CreateFieldCommandOutput | CreateLayoutCommandOutput | CreateRelatedItemCommandOutput | CreateTemplateCommandOutput | DeleteDomainCommandOutput | DeleteFieldCommandOutput | DeleteLayoutCommandOutput | DeleteTemplateCommandOutput | GetCaseAuditEventsCommandOutput | GetCaseCommandOutput | GetCaseEventConfigurationCommandOutput | GetDomainCommandOutput | GetLayoutCommandOutput | GetTemplateCommandOutput | ListCasesForContactCommandOutput | ListDomainsCommandOutput | ListFieldOptionsCommandOutput | ListFieldsCommandOutput | ListLayoutsCommandOutput | ListTagsForResourceCommandOutput | ListTemplatesCommandOutput | PutCaseEventConfigurationCommandOutput | SearchCasesCommandOutput | SearchRelatedItemsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCaseCommandOutput | UpdateFieldCommandOutput | UpdateLayoutCommandOutput | UpdateTemplateCommandOutput;
59
+ export type ServiceOutputTypes = BatchGetCaseRuleCommandOutput | BatchGetFieldCommandOutput | BatchPutFieldOptionsCommandOutput | CreateCaseCommandOutput | CreateCaseRuleCommandOutput | CreateDomainCommandOutput | CreateFieldCommandOutput | CreateLayoutCommandOutput | CreateRelatedItemCommandOutput | CreateTemplateCommandOutput | DeleteCaseRuleCommandOutput | DeleteDomainCommandOutput | DeleteFieldCommandOutput | DeleteLayoutCommandOutput | DeleteTemplateCommandOutput | GetCaseAuditEventsCommandOutput | GetCaseCommandOutput | GetCaseEventConfigurationCommandOutput | GetDomainCommandOutput | GetLayoutCommandOutput | GetTemplateCommandOutput | ListCaseRulesCommandOutput | ListCasesForContactCommandOutput | ListDomainsCommandOutput | ListFieldOptionsCommandOutput | ListFieldsCommandOutput | ListLayoutsCommandOutput | ListTagsForResourceCommandOutput | ListTemplatesCommandOutput | PutCaseEventConfigurationCommandOutput | SearchCasesCommandOutput | SearchRelatedItemsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCaseCommandOutput | UpdateCaseRuleCommandOutput | UpdateFieldCommandOutput | UpdateLayoutCommandOutput | UpdateTemplateCommandOutput;
55
60
  /**
56
61
  * @public
57
62
  */
@@ -203,7 +208,21 @@ export type ConnectCasesClientResolvedConfigType = __SmithyResolvedConfiguration
203
208
  export interface ConnectCasesClientResolvedConfig extends ConnectCasesClientResolvedConfigType {
204
209
  }
205
210
  /**
206
- * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
211
+ * <ul>
212
+ * <li>
213
+ * <p>
214
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Operations_Amazon_Connect_Cases.html">Cases
215
+ * actions</a>
216
+ * </p>
217
+ * </li>
218
+ * <li>
219
+ * <p>
220
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_Types_Amazon_Connect_Cases.html">Cases data
221
+ * types</a>
222
+ * </p>
223
+ * </li>
224
+ * </ul>
225
+ * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
207
226
  * multiple interactions, follow-up tasks, and teams in your contact center. A case represents a
208
227
  * customer issue. It records the issue, the steps and interactions taken to resolve the issue,
209
228
  * and the outcome. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/cases.html">Amazon Connect Cases</a> in the
@@ -0,0 +1,148 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
+ import { BatchGetCaseRuleRequest, BatchGetCaseRuleResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link BatchGetCaseRuleCommand}.
14
+ */
15
+ export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link BatchGetCaseRuleCommand}.
21
+ */
22
+ export interface BatchGetCaseRuleCommandOutput extends BatchGetCaseRuleResponse, __MetadataBearer {
23
+ }
24
+ declare const BatchGetCaseRuleCommand_base: {
25
+ new (input: BatchGetCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: BatchGetCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Gets a batch of case rules. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more
31
+ * information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a
32
+ * case template</a>.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { ConnectCasesClient, BatchGetCaseRuleCommand } from "@aws-sdk/client-connectcases"; // ES Modules import
37
+ * // const { ConnectCasesClient, BatchGetCaseRuleCommand } = require("@aws-sdk/client-connectcases"); // CommonJS import
38
+ * const client = new ConnectCasesClient(config);
39
+ * const input = { // BatchGetCaseRuleRequest
40
+ * domainId: "STRING_VALUE", // required
41
+ * caseRules: [ // CaseRuleIdentifierList // required
42
+ * { // CaseRuleIdentifier
43
+ * id: "STRING_VALUE", // required
44
+ * },
45
+ * ],
46
+ * };
47
+ * const command = new BatchGetCaseRuleCommand(input);
48
+ * const response = await client.send(command);
49
+ * // { // BatchGetCaseRuleResponse
50
+ * // caseRules: [ // BatchGetCaseRuleList // required
51
+ * // { // GetCaseRuleResponse
52
+ * // caseRuleId: "STRING_VALUE", // required
53
+ * // name: "STRING_VALUE", // required
54
+ * // caseRuleArn: "STRING_VALUE", // required
55
+ * // rule: { // CaseRuleDetails Union: only one key present
56
+ * // required: { // RequiredCaseRule
57
+ * // defaultValue: true || false, // required
58
+ * // conditions: [ // BooleanConditionList // required
59
+ * // { // BooleanCondition Union: only one key present
60
+ * // equalTo: { // BooleanOperands
61
+ * // operandOne: { // OperandOne Union: only one key present
62
+ * // fieldId: "STRING_VALUE",
63
+ * // },
64
+ * // operandTwo: { // OperandTwo Union: only one key present
65
+ * // stringValue: "STRING_VALUE",
66
+ * // booleanValue: true || false,
67
+ * // doubleValue: Number("double"),
68
+ * // emptyValue: {},
69
+ * // },
70
+ * // result: true || false, // required
71
+ * // },
72
+ * // notEqualTo: {
73
+ * // operandOne: {// Union: only one key present
74
+ * // fieldId: "STRING_VALUE",
75
+ * // },
76
+ * // operandTwo: {// Union: only one key present
77
+ * // stringValue: "STRING_VALUE",
78
+ * // booleanValue: true || false,
79
+ * // doubleValue: Number("double"),
80
+ * // emptyValue: {},
81
+ * // },
82
+ * // result: true || false, // required
83
+ * // },
84
+ * // },
85
+ * // ],
86
+ * // },
87
+ * // },
88
+ * // description: "STRING_VALUE",
89
+ * // deleted: true || false,
90
+ * // createdTime: new Date("TIMESTAMP"),
91
+ * // lastModifiedTime: new Date("TIMESTAMP"),
92
+ * // tags: { // Tags
93
+ * // "<keys>": "STRING_VALUE",
94
+ * // },
95
+ * // },
96
+ * // ],
97
+ * // errors: [ // BatchGetCaseRuleErrorList // required
98
+ * // { // CaseRuleError
99
+ * // id: "STRING_VALUE", // required
100
+ * // errorCode: "STRING_VALUE", // required
101
+ * // message: "STRING_VALUE",
102
+ * // },
103
+ * // ],
104
+ * // };
105
+ *
106
+ * ```
107
+ *
108
+ * @param BatchGetCaseRuleCommandInput - {@link BatchGetCaseRuleCommandInput}
109
+ * @returns {@link BatchGetCaseRuleCommandOutput}
110
+ * @see {@link BatchGetCaseRuleCommandInput} for command's `input` shape.
111
+ * @see {@link BatchGetCaseRuleCommandOutput} for command's `response` shape.
112
+ * @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
113
+ *
114
+ * @throws {@link AccessDeniedException} (client fault)
115
+ * <p>You do not have sufficient access to perform this action.</p>
116
+ *
117
+ * @throws {@link InternalServerException} (server fault)
118
+ * <p>We couldn't process your request because of an issue with the server. Try again
119
+ * later.</p>
120
+ *
121
+ * @throws {@link ResourceNotFoundException} (client fault)
122
+ * <p>We couldn't find the requested resource. Check that your resources exists and were created
123
+ * in the same Amazon Web Services Region as your request, and try your request again.</p>
124
+ *
125
+ * @throws {@link ThrottlingException} (client fault)
126
+ * <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
127
+ *
128
+ * @throws {@link ValidationException} (client fault)
129
+ * <p>The request isn't valid. Check the syntax and try again.</p>
130
+ *
131
+ * @throws {@link ConnectCasesServiceException}
132
+ * <p>Base exception class for all service exceptions from ConnectCases service.</p>
133
+ *
134
+ * @public
135
+ */
136
+ export declare class BatchGetCaseRuleCommand extends BatchGetCaseRuleCommand_base {
137
+ /** @internal type navigation helper, not in runtime. */
138
+ protected static __types: {
139
+ api: {
140
+ input: BatchGetCaseRuleRequest;
141
+ output: BatchGetCaseRuleResponse;
142
+ };
143
+ sdk: {
144
+ input: BatchGetCaseRuleCommandInput;
145
+ output: BatchGetCaseRuleCommandOutput;
146
+ };
147
+ };
148
+ }
@@ -30,7 +30,6 @@ declare const CreateCaseCommand_base: {
30
30
  * <note>
31
31
  * <p>If you provide a value for <code>PerformedBy.UserArn</code> you must also have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">connect:DescribeUser</a> permission on the User ARN resource that you provide</p>
32
32
  * </note>
33
- *
34
33
  * <p>Creates a case in the specified Cases domain. Case system and custom fields are taken
35
34
  * as an array id/value pairs with a declared data types.</p>
36
35
  * <p>The following fields are required when creating a case:</p>
@@ -0,0 +1,135 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
+ import { CreateCaseRuleRequest, CreateCaseRuleResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link CreateCaseRuleCommand}.
14
+ */
15
+ export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateCaseRuleCommand}.
21
+ */
22
+ export interface CreateCaseRuleCommandOutput extends CreateCaseRuleResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateCaseRuleCommand_base: {
25
+ new (input: CreateCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: CreateCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a new case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more
31
+ * information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a
32
+ * case template</a>.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { ConnectCasesClient, CreateCaseRuleCommand } from "@aws-sdk/client-connectcases"; // ES Modules import
37
+ * // const { ConnectCasesClient, CreateCaseRuleCommand } = require("@aws-sdk/client-connectcases"); // CommonJS import
38
+ * const client = new ConnectCasesClient(config);
39
+ * const input = { // CreateCaseRuleRequest
40
+ * domainId: "STRING_VALUE", // required
41
+ * name: "STRING_VALUE", // required
42
+ * description: "STRING_VALUE",
43
+ * rule: { // CaseRuleDetails Union: only one key present
44
+ * required: { // RequiredCaseRule
45
+ * defaultValue: true || false, // required
46
+ * conditions: [ // BooleanConditionList // required
47
+ * { // BooleanCondition Union: only one key present
48
+ * equalTo: { // BooleanOperands
49
+ * operandOne: { // OperandOne Union: only one key present
50
+ * fieldId: "STRING_VALUE",
51
+ * },
52
+ * operandTwo: { // OperandTwo Union: only one key present
53
+ * stringValue: "STRING_VALUE",
54
+ * booleanValue: true || false,
55
+ * doubleValue: Number("double"),
56
+ * emptyValue: {},
57
+ * },
58
+ * result: true || false, // required
59
+ * },
60
+ * notEqualTo: {
61
+ * operandOne: {// Union: only one key present
62
+ * fieldId: "STRING_VALUE",
63
+ * },
64
+ * operandTwo: {// Union: only one key present
65
+ * stringValue: "STRING_VALUE",
66
+ * booleanValue: true || false,
67
+ * doubleValue: Number("double"),
68
+ * emptyValue: {},
69
+ * },
70
+ * result: true || false, // required
71
+ * },
72
+ * },
73
+ * ],
74
+ * },
75
+ * },
76
+ * };
77
+ * const command = new CreateCaseRuleCommand(input);
78
+ * const response = await client.send(command);
79
+ * // { // CreateCaseRuleResponse
80
+ * // caseRuleId: "STRING_VALUE", // required
81
+ * // caseRuleArn: "STRING_VALUE", // required
82
+ * // };
83
+ *
84
+ * ```
85
+ *
86
+ * @param CreateCaseRuleCommandInput - {@link CreateCaseRuleCommandInput}
87
+ * @returns {@link CreateCaseRuleCommandOutput}
88
+ * @see {@link CreateCaseRuleCommandInput} for command's `input` shape.
89
+ * @see {@link CreateCaseRuleCommandOutput} for command's `response` shape.
90
+ * @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
91
+ *
92
+ * @throws {@link AccessDeniedException} (client fault)
93
+ * <p>You do not have sufficient access to perform this action.</p>
94
+ *
95
+ * @throws {@link ConflictException} (client fault)
96
+ * <p>The requested operation would cause a conflict with the current state of a service
97
+ * resource associated with the request. Resolve the conflict before retrying this request. See
98
+ * the accompanying error message for details.</p>
99
+ *
100
+ * @throws {@link InternalServerException} (server fault)
101
+ * <p>We couldn't process your request because of an issue with the server. Try again
102
+ * later.</p>
103
+ *
104
+ * @throws {@link ResourceNotFoundException} (client fault)
105
+ * <p>We couldn't find the requested resource. Check that your resources exists and were created
106
+ * in the same Amazon Web Services Region as your request, and try your request again.</p>
107
+ *
108
+ * @throws {@link ServiceQuotaExceededException} (client fault)
109
+ * <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
110
+ * Administrator Guide</i>.</p>
111
+ *
112
+ * @throws {@link ThrottlingException} (client fault)
113
+ * <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
114
+ *
115
+ * @throws {@link ValidationException} (client fault)
116
+ * <p>The request isn't valid. Check the syntax and try again.</p>
117
+ *
118
+ * @throws {@link ConnectCasesServiceException}
119
+ * <p>Base exception class for all service exceptions from ConnectCases service.</p>
120
+ *
121
+ * @public
122
+ */
123
+ export declare class CreateCaseRuleCommand extends CreateCaseRuleCommand_base {
124
+ /** @internal type navigation helper, not in runtime. */
125
+ protected static __types: {
126
+ api: {
127
+ input: CreateCaseRuleRequest;
128
+ output: CreateCaseRuleResponse;
129
+ };
130
+ sdk: {
131
+ input: CreateCaseRuleCommandInput;
132
+ output: CreateCaseRuleCommandOutput;
133
+ };
134
+ };
135
+ }
@@ -42,8 +42,10 @@ declare const CreateRelatedItemCommand_base: {
42
42
  * <p>If you provide a value for <code>performedBy.userArn</code> you must also have
43
43
  * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeUser.html">DescribeUser</a> permission on the ARN of the user that you provide.</p>
44
44
  * </li>
45
+ * <li>
46
+ * <p>The <code>type</code> field is reserved for internal use only.</p>
47
+ * </li>
45
48
  * </ul>
46
- *
47
49
  * </note>
48
50
  * @example
49
51
  * Use a bare-bones client and the command you need to make an API call.
@@ -33,6 +33,29 @@ declare const CreateTemplateCommand_base: {
33
33
  * IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A
34
34
  * template can be either Active or Inactive, as indicated by its status. Inactive templates
35
35
  * cannot be used to create cases.</p>
36
+ * <p> Other template APIs are: </p>
37
+ * <ul>
38
+ * <li>
39
+ * <p>
40
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a>
41
+ * </p>
42
+ * </li>
43
+ * <li>
44
+ * <p>
45
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html">GetTemplate</a>
46
+ * </p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_ListTemplates.html">ListTemplates</a>
51
+ * </p>
52
+ * </li>
53
+ * <li>
54
+ * <p>
55
+ * <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html">UpdateTemplate</a>
56
+ * </p>
57
+ * </li>
58
+ * </ul>
36
59
  * @example
37
60
  * Use a bare-bones client and the command you need to make an API call.
38
61
  * ```javascript
@@ -52,6 +75,12 @@ declare const CreateTemplateCommand_base: {
52
75
  * },
53
76
  * ],
54
77
  * status: "STRING_VALUE",
78
+ * rules: [ // TemplateCaseRuleList
79
+ * { // TemplateRule
80
+ * caseRuleId: "STRING_VALUE", // required
81
+ * fieldId: "STRING_VALUE", // required
82
+ * },
83
+ * ],
55
84
  * };
56
85
  * const command = new CreateTemplateCommand(input);
57
86
  * const response = await client.send(command);
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
+ import { DeleteCaseRuleRequest, DeleteCaseRuleResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteCaseRuleCommand}.
14
+ */
15
+ export interface DeleteCaseRuleCommandInput extends DeleteCaseRuleRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteCaseRuleCommand}.
21
+ */
22
+ export interface DeleteCaseRuleCommandOutput extends DeleteCaseRuleResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteCaseRuleCommand_base: {
25
+ new (input: DeleteCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: DeleteCaseRuleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes a case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more
31
+ * information about case field conditions, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html">Add case field conditions to a
32
+ * case template</a>.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { ConnectCasesClient, DeleteCaseRuleCommand } from "@aws-sdk/client-connectcases"; // ES Modules import
37
+ * // const { ConnectCasesClient, DeleteCaseRuleCommand } = require("@aws-sdk/client-connectcases"); // CommonJS import
38
+ * const client = new ConnectCasesClient(config);
39
+ * const input = { // DeleteCaseRuleRequest
40
+ * domainId: "STRING_VALUE", // required
41
+ * caseRuleId: "STRING_VALUE", // required
42
+ * };
43
+ * const command = new DeleteCaseRuleCommand(input);
44
+ * const response = await client.send(command);
45
+ * // {};
46
+ *
47
+ * ```
48
+ *
49
+ * @param DeleteCaseRuleCommandInput - {@link DeleteCaseRuleCommandInput}
50
+ * @returns {@link DeleteCaseRuleCommandOutput}
51
+ * @see {@link DeleteCaseRuleCommandInput} for command's `input` shape.
52
+ * @see {@link DeleteCaseRuleCommandOutput} for command's `response` shape.
53
+ * @see {@link ConnectCasesClientResolvedConfig | config} for ConnectCasesClient's `config` shape.
54
+ *
55
+ * @throws {@link AccessDeniedException} (client fault)
56
+ * <p>You do not have sufficient access to perform this action.</p>
57
+ *
58
+ * @throws {@link ConflictException} (client fault)
59
+ * <p>The requested operation would cause a conflict with the current state of a service
60
+ * resource associated with the request. Resolve the conflict before retrying this request. See
61
+ * the accompanying error message for details.</p>
62
+ *
63
+ * @throws {@link InternalServerException} (server fault)
64
+ * <p>We couldn't process your request because of an issue with the server. Try again
65
+ * later.</p>
66
+ *
67
+ * @throws {@link ResourceNotFoundException} (client fault)
68
+ * <p>We couldn't find the requested resource. Check that your resources exists and were created
69
+ * in the same Amazon Web Services Region as your request, and try your request again.</p>
70
+ *
71
+ * @throws {@link ThrottlingException} (client fault)
72
+ * <p>The rate has been exceeded for this API. Please try again after a few minutes.</p>
73
+ *
74
+ * @throws {@link ConnectCasesServiceException}
75
+ * <p>Base exception class for all service exceptions from ConnectCases service.</p>
76
+ *
77
+ * @public
78
+ */
79
+ export declare class DeleteCaseRuleCommand extends DeleteCaseRuleCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: DeleteCaseRuleRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: DeleteCaseRuleCommandInput;
88
+ output: DeleteCaseRuleCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -29,7 +29,6 @@ declare const DeleteDomainCommand_base: {
29
29
  /**
30
30
  * <p>Deletes a Cases domain.</p>
31
31
  *
32
- *
33
32
  * <note>
34
33
  * <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this
35
34
  * Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p>