@aws-sdk/client-connectcases 3.1077.0 → 3.1079.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 (137) hide show
  1. package/dist-cjs/index.js +51 -433
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -14
  4. package/dist-es/commands/BatchGetFieldCommand.js +2 -14
  5. package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -14
  6. package/dist-es/commands/CreateCaseCommand.js +2 -14
  7. package/dist-es/commands/CreateCaseRuleCommand.js +2 -14
  8. package/dist-es/commands/CreateDomainCommand.js +2 -14
  9. package/dist-es/commands/CreateFieldCommand.js +2 -14
  10. package/dist-es/commands/CreateLayoutCommand.js +2 -14
  11. package/dist-es/commands/CreateRelatedItemCommand.js +2 -14
  12. package/dist-es/commands/CreateTemplateCommand.js +2 -14
  13. package/dist-es/commands/DeleteCaseCommand.js +2 -14
  14. package/dist-es/commands/DeleteCaseRuleCommand.js +2 -14
  15. package/dist-es/commands/DeleteDomainCommand.js +2 -14
  16. package/dist-es/commands/DeleteFieldCommand.js +2 -14
  17. package/dist-es/commands/DeleteLayoutCommand.js +2 -14
  18. package/dist-es/commands/DeleteRelatedItemCommand.js +2 -14
  19. package/dist-es/commands/DeleteTemplateCommand.js +2 -14
  20. package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -14
  21. package/dist-es/commands/GetCaseCommand.js +2 -14
  22. package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -14
  23. package/dist-es/commands/GetDomainCommand.js +2 -14
  24. package/dist-es/commands/GetLayoutCommand.js +2 -14
  25. package/dist-es/commands/GetTemplateCommand.js +2 -14
  26. package/dist-es/commands/ListCaseRulesCommand.js +2 -14
  27. package/dist-es/commands/ListCasesForContactCommand.js +2 -14
  28. package/dist-es/commands/ListDomainsCommand.js +2 -14
  29. package/dist-es/commands/ListFieldOptionsCommand.js +2 -14
  30. package/dist-es/commands/ListFieldsCommand.js +2 -14
  31. package/dist-es/commands/ListLayoutsCommand.js +2 -14
  32. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  33. package/dist-es/commands/ListTemplatesCommand.js +2 -14
  34. package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -14
  35. package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -14
  36. package/dist-es/commands/SearchCasesCommand.js +2 -14
  37. package/dist-es/commands/SearchRelatedItemsCommand.js +2 -14
  38. package/dist-es/commands/TagResourceCommand.js +2 -14
  39. package/dist-es/commands/UntagResourceCommand.js +2 -14
  40. package/dist-es/commands/UpdateCaseCommand.js +2 -14
  41. package/dist-es/commands/UpdateCaseRuleCommand.js +2 -14
  42. package/dist-es/commands/UpdateFieldCommand.js +2 -14
  43. package/dist-es/commands/UpdateLayoutCommand.js +2 -14
  44. package/dist-es/commands/UpdateRelatedItemCommand.js +2 -14
  45. package/dist-es/commands/UpdateTemplateCommand.js +2 -14
  46. package/dist-es/index.js +1 -0
  47. package/dist-types/commandBuilder.d.ts +18 -0
  48. package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +3 -8
  49. package/dist-types/commands/BatchGetFieldCommand.d.ts +3 -8
  50. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateCaseRuleCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
  54. package/dist-types/commands/CreateFieldCommand.d.ts +3 -8
  55. package/dist-types/commands/CreateLayoutCommand.d.ts +3 -8
  56. package/dist-types/commands/CreateRelatedItemCommand.d.ts +3 -8
  57. package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteCaseCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteCaseRuleCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteFieldCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteLayoutCommand.d.ts +3 -8
  63. package/dist-types/commands/DeleteRelatedItemCommand.d.ts +3 -8
  64. package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
  65. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetCaseCommand.d.ts +3 -8
  67. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +3 -8
  68. package/dist-types/commands/GetDomainCommand.d.ts +3 -8
  69. package/dist-types/commands/GetLayoutCommand.d.ts +3 -8
  70. package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
  71. package/dist-types/commands/ListCaseRulesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListCasesForContactCommand.d.ts +3 -8
  73. package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
  74. package/dist-types/commands/ListFieldOptionsCommand.d.ts +3 -8
  75. package/dist-types/commands/ListFieldsCommand.d.ts +3 -8
  76. package/dist-types/commands/ListLayoutsCommand.d.ts +3 -8
  77. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  78. package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
  79. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +3 -8
  80. package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +3 -8
  81. package/dist-types/commands/SearchCasesCommand.d.ts +3 -8
  82. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +3 -8
  83. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateCaseCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateCaseRuleCommand.d.ts +3 -8
  87. package/dist-types/commands/UpdateFieldCommand.d.ts +3 -8
  88. package/dist-types/commands/UpdateLayoutCommand.d.ts +3 -8
  89. package/dist-types/commands/UpdateRelatedItemCommand.d.ts +3 -8
  90. package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
  91. package/dist-types/index.d.ts +1 -0
  92. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  93. package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/index.d.ts +1 -0
  137. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "TagResource", {})
13
- .n("ConnectCasesClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UntagResource", {})
13
- .n("ConnectCasesClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCase$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCaseCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateCase", {})
13
- .n("ConnectCasesClient", "UpdateCaseCommand")
14
- .sc(UpdateCase$)
15
- .build() {
3
+ export class UpdateCaseCommand extends command(_ep0, _mw0, "UpdateCase", UpdateCase$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateCaseRule$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateCaseRuleCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateCaseRule", {})
13
- .n("ConnectCasesClient", "UpdateCaseRuleCommand")
14
- .sc(UpdateCaseRule$)
15
- .build() {
3
+ export class UpdateCaseRuleCommand extends command(_ep0, _mw0, "UpdateCaseRule", UpdateCaseRule$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateField$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateFieldCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateField", {})
13
- .n("ConnectCasesClient", "UpdateFieldCommand")
14
- .sc(UpdateField$)
15
- .build() {
3
+ export class UpdateFieldCommand extends command(_ep0, _mw0, "UpdateField", UpdateField$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateLayout$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateLayoutCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateLayout", {})
13
- .n("ConnectCasesClient", "UpdateLayoutCommand")
14
- .sc(UpdateLayout$)
15
- .build() {
3
+ export class UpdateLayoutCommand extends command(_ep0, _mw0, "UpdateLayout", UpdateLayout$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateRelatedItem$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateRelatedItemCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateRelatedItem", {})
13
- .n("ConnectCasesClient", "UpdateRelatedItemCommand")
14
- .sc(UpdateRelatedItem$)
15
- .build() {
3
+ export class UpdateRelatedItemCommand extends command(_ep0, _mw0, "UpdateRelatedItem", UpdateRelatedItem$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateTemplate$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateTemplateCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonConnectCases", "UpdateTemplate", {})
13
- .n("ConnectCasesClient", "UpdateTemplateCommand")
14
- .sc(UpdateTemplate$)
15
- .build() {
3
+ export class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ConnectCasesClient";
2
2
  export * from "./ConnectCases";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ConnectCasesClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { BatchGetCaseRuleRequest, BatchGetCaseRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {
22
19
  export interface BatchGetCaseRuleCommandOutput extends BatchGetCaseRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetCaseRuleCommand_base: {
25
- new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCaseRuleCommandInput, BatchGetCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <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 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 case template</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {
22
19
  export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchGetFieldCommand_base: {
25
- new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchGetFieldCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the description for the list of fields in the request parameters. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { BatchPutFieldOptionsRequest, BatchPutFieldOptionsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface BatchPutFieldOptionsCommandInput extends BatchPutFieldOptionsRe
22
19
  export interface BatchPutFieldOptionsCommandOutput extends BatchPutFieldOptionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchPutFieldOptionsCommand_base: {
25
- new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchPutFieldOptionsCommandInput): import("@smithy/core/client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates and updates a set of field options for a single select field in a Cases domain.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCaseCommandInput extends CreateCaseRequest {
22
19
  export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCaseCommand_base: {
25
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCaseCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <note> <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> </note> <p>Creates a case in the specified Cases domain. Case system and custom fields are taken as an array id/value pairs with a declared data types.</p> <p>When creating a case from a template that has tag propagation configurations, the specified tags are automatically applied to the case.</p> <p>The following fields are required when creating a case:</p> <ul> <li> <p> <code>customer_id</code> - You must provide the full customer profile ARN in this format: <code>arn:aws:profile:your_AWS_Region:your_AWS_account ID:domains/your_profiles_domain_name/profiles/profile_ID</code> </p> </li> <li> <p> <code>title</code> </p> </li> </ul>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateCaseRuleRequest, CreateCaseRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {
22
19
  export interface CreateCaseRuleCommandOutput extends CreateCaseRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCaseRuleCommand_base: {
25
- new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateCaseRuleCommandInput, CreateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more 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 case template</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDomainCommandInput extends CreateDomainRequest {
22
19
  export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDomainCommand_base: {
25
- new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam">Onboard to Cases</a>.</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFieldCommandInput extends CreateFieldRequest {
22
19
  export interface CreateFieldCommandOutput extends CreateFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFieldCommand_base: {
25
- new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFieldCommandInput): import("@smithy/core/client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a field in the Cases domain. This field is used to define the case object model (that is, defines what data can be captured on cases) in a Cases domain. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLayoutCommandInput extends CreateLayoutRequest {
22
19
  export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLayoutCommand_base: {
25
- new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLayoutCommandInput): import("@smithy/core/client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a layout in the Cases domain. Layouts define the following configuration in the top section and More Info tab of the Cases user interface:</p> <ul> <li> <p>Fields to display to the users</p> </li> <li> <p>Field ordering</p> </li> </ul> <note> <p>Title and Status fields cannot be part of layouts since they are not configurable.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateRelatedItemRequest, CreateRelatedItemResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateRelatedItemCommandInput extends CreateRelatedItemRequest
22
19
  export interface CreateRelatedItemCommandOutput extends CreateRelatedItemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRelatedItemCommand_base: {
25
- new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a related item (comments, tasks, and contacts) and associates it with a case.</p> <p>There's a quota for the number of fields allowed in a Custom type related item. See <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#cases-quotas">Amazon Connect Cases quotas</a>.</p> <p> <b>Use cases</b> </p> <p>Following are examples of related items that you may want to associate with a case:</p> <ul> <li> <p>Related contacts, such as calls, chats, emails tasks</p> </li> <li> <p>Comments, for agent notes</p> </li> <li> <p>SLAs, to capture target resolution goals</p> </li> <li> <p>Cases, to capture related Amazon Connect Cases</p> </li> <li> <p>Files, such as policy documentation or customer-provided attachments</p> </li> <li> <p>Custom related items, which provide flexibility for you to define related items that such as bookings, orders, products, notices, and more</p> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>If you are associating a contact to a case by passing in <code>Contact</code> for a <code>type</code>, you must have <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DescribeContact.html">DescribeContact</a> permission on the ARN of the contact that you provide in <code>content.contact.contactArn</code>.</p> </li> <li> <p>A Related Item is a resource that is associated with a case. It may or may not have an external identifier linking it to an external resource (for example, a <code>contactArn</code>). All Related Items have their own internal identifier, the <code>relatedItemArn</code>. Examples of related items include <code>comments</code> and <code>contacts</code>.</p> </li> <li> <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">DescribeUser</a> permission on the ARN of the user that you provide.</p> </li> <li> <p>The <code>type</code> field is reserved for internal use only.</p> </li> </ul> <p> <b>Endpoints</b>: See <a href="https://docs.aws.amazon.com/general/latest/gr/connect_region.html">Amazon Connect endpoints and quotas</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateTemplateCommandInput extends CreateTemplateRequest {
22
19
  export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateTemplateCommand_base: {
25
- new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a template in the Cases domain. This template is used to define the case object model (that is, to define what data can be captured on cases) in a Cases domain. A template must have a unique name within a domain, and it must reference existing field IDs and layout IDs. Additionally, multiple fields with same IDs are not allowed within the same Template. A template can be either Active or Inactive, as indicated by its status. Inactive templates cannot be used to create cases.</p> <p> Other template APIs are: </p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_DeleteTemplate.html">DeleteTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_GetTemplate.html">GetTemplate</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_ListTemplates.html">ListTemplates</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_UpdateTemplate.html">UpdateTemplate</a> </p> </li> </ul>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { DeleteCaseRequest, DeleteCaseResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCaseCommandInput extends DeleteCaseRequest {
22
19
  export interface DeleteCaseCommandOutput extends DeleteCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCaseCommand_base: {
25
- new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCaseCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseCommandInput, DeleteCaseCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> The DeleteCase API permanently deletes a case and all its associated resources from the cases data store. After a successful deletion, you cannot:</p> <ul> <li> <p>Retrieve related items</p> </li> <li> <p>Access audit history</p> </li> <li> <p>Perform any operations that require the CaseID</p> </li> </ul> <important> <p>This action is irreversible. After you delete a case, you cannot recover its data.</p> </important>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { DeleteCaseRuleRequest, DeleteCaseRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteCaseRuleCommandInput extends DeleteCaseRuleRequest {
22
19
  export interface DeleteCaseRuleCommandOutput extends DeleteCaseRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteCaseRuleCommand_base: {
25
- new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<DeleteCaseRuleCommandInput, DeleteCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a case rule. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more 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 case template</a>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteDomainCommandInput extends DeleteDomainRequest {
22
19
  export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteDomainCommand_base: {
25
- new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a Cases domain.</p> <note> <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 Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectCasesClient";
4
2
  import type { DeleteFieldRequest, DeleteFieldResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFieldCommandInput extends DeleteFieldRequest {
22
19
  export interface DeleteFieldCommandOutput extends DeleteFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFieldCommand_base: {
25
- new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFieldCommandInput): import("@smithy/core/client").CommandImpl<DeleteFieldCommandInput, DeleteFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a field from a cases template.</p> <p>After a field is deleted:</p> <ul> <li> <p>You can still retrieve the field by calling <code>BatchGetField</code>.</p> </li> <li> <p>You cannot update a deleted field by calling <code>UpdateField</code>; it throws a <code>ValidationException</code>.</p> </li> <li> <p>Deleted fields are not included in the <code>ListFields</code> response.</p> </li> <li> <p>Calling <code>CreateCase</code> with a deleted field throws a <code>ValidationException</code> denoting which field identifiers in the request have been deleted.</p> </li> <li> <p>Calling <code>GetCase</code> with a deleted field identifier returns the deleted field's value if one exists.</p> </li> <li> <p>Calling <code>UpdateCase</code> with a deleted field ID throws a <code>ValidationException</code> if the case does not already contain a value for the deleted field. Otherwise it succeeds, allowing you to update or remove (using <code>emptyValue: \{\}</code>) the field's value from the case.</p> </li> <li> <p> <code>GetTemplate</code> does not return field IDs for deleted fields.</p> </li> <li> <p> <code>GetLayout</code> does not return field IDs for deleted fields.</p> </li> <li> <p>Calling <code>SearchCases</code> with the deleted field ID as a filter returns any cases that have a value for the deleted field that matches the filter criteria.</p> </li> <li> <p>Calling <code>SearchCases</code> with a <code>searchTerm</code> value that matches a deleted field's value on a case returns the case in the response.</p> </li> <li> <p>Calling <code>BatchPutFieldOptions</code> with a deleted field ID throw a <code>ValidationException</code>.</p> </li> <li> <p>Calling <code>GetCaseEventConfiguration</code> does not return field IDs for deleted fields.</p> </li> </ul>