@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,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 { SearchRelatedItemsRequest, SearchRelatedItemsResponse } 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 SearchRelatedItemsCommandInput extends SearchRelatedItemsReques
22
19
  export interface SearchRelatedItemsCommandOutput extends SearchRelatedItemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchRelatedItemsCommand_base: {
25
- new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchRelatedItemsCommandInput): import("@smithy/core/client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Searches for related items that are associated with a case.</p> <note> <p>If no filters are provided, this returns all related items associated with a case.</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 { TagResourceRequest } 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 TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds tags to a resource.</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 { UntagResourceRequest } 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 UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Untags a resource.</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 { UpdateCaseRequest, UpdateCaseResponse } 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 UpdateCaseCommandInput extends UpdateCaseRequest {
22
19
  export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCaseCommand_base: {
25
- new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCaseCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, 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>Updates the values of fields on a case. Fields to be updated are received as an array of id/value pairs identical to the <code>CreateCase</code> input .</p> <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</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 { UpdateCaseRuleRequest, UpdateCaseRuleResponse } 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 UpdateCaseRuleCommandInput extends UpdateCaseRuleRequest {
22
19
  export interface UpdateCaseRuleCommandOutput extends UpdateCaseRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateCaseRuleCommand_base: {
25
- new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateCaseRuleCommandInput): import("@smithy/core/client").CommandImpl<UpdateCaseRuleCommandInput, UpdateCaseRuleCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates 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 { UpdateFieldRequest, UpdateFieldResponse } 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 UpdateFieldCommandInput extends UpdateFieldRequest {
22
19
  export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateFieldCommand_base: {
25
- new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateFieldCommandInput): import("@smithy/core/client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the properties of an existing field. </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 { UpdateLayoutRequest, UpdateLayoutResponse } 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 UpdateLayoutCommandInput extends UpdateLayoutRequest {
22
19
  export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateLayoutCommand_base: {
25
- new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateLayoutCommandInput): import("@smithy/core/client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the attributes of an existing layout.</p> <p>If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.</p> <p>A <code>ValidationException</code> is returned when you add non-existent <code>fieldIds</code> to a layout.</p> <note> <p>Title and Status fields cannot be part of layouts because 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 { UpdateRelatedItemRequest, UpdateRelatedItemResponse } 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 UpdateRelatedItemCommandInput extends UpdateRelatedItemRequest
22
19
  export interface UpdateRelatedItemCommandOutput extends UpdateRelatedItemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateRelatedItemCommand_base: {
25
- new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateRelatedItemCommandInput): import("@smithy/core/client").CommandImpl<UpdateRelatedItemCommandInput, UpdateRelatedItemCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the content of a related item associated with a case. The following related item types are supported:</p> <ul> <li> <p> <b>Comment</b> - Update the text content of an existing comment</p> </li> <li> <p> <b>Custom</b> - Update the fields of a custom related item. You can add, modify, and remove fields from a custom related item. 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> </li> </ul> <p> <b>Important things to know</b> </p> <ul> <li> <p>When updating a Custom related item, all existing and new fields, and their associated values should be included in the request. Fields not included as part of this request will be removed.</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> <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html#system-case-fields">System case fields</a> cannot be used in a custom related item.</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 { UpdateTemplateRequest, UpdateTemplateResponse } 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 UpdateTemplateCommandInput extends UpdateTemplateRequest {
22
19
  export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UpdateTemplateCommand_base: {
25
- new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UpdateTemplateCommandInput): import("@smithy/core/client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, import("..").ConnectCasesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Updates the attributes of an existing template. The template attributes that can be modified include <code>name</code>, <code>description</code>, <code>layoutConfiguration</code>, <code>requiredFields</code>, and <code>status</code>. At least one of these attributes must not be null. If a null value is provided for a given attribute, that attribute is ignored and its current value is preserved.</p> <p>Other template APIs are:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-cases_CreateTemplate.html">CreateTemplate</a> </p> </li> <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> </ul>
@@ -9,6 +9,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { ConnectCasesExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export { Command as $Command } from "@smithy/core/client";
12
13
  export * from "./schemas/schemas_0";
13
14
  export * from "./pagination";
14
15
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ConnectCasesClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ConnectCasesClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ConnectCasesClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ConnectCasesClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import {
9
3
  BatchGetCaseRuleRequest,
10
4
  BatchGetCaseRuleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {}
15
8
  export interface BatchGetCaseRuleCommandOutput
16
9
  extends BatchGetCaseRuleResponse,
@@ -21,22 +14,20 @@ declare const BatchGetCaseRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BatchGetCaseRuleCommandInput,
23
16
  BatchGetCaseRuleCommandOutput,
24
- ConnectCasesClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ConnectCasesClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BatchGetCaseRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BatchGetCaseRuleCommandInput,
32
25
  BatchGetCaseRuleCommandOutput,
33
- ConnectCasesClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ConnectCasesClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class BatchGetCaseRuleCommand extends BatchGetCaseRuleCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import {
9
3
  BatchGetFieldRequest,
10
4
  BatchGetFieldResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {}
15
8
  export interface BatchGetFieldCommandOutput
16
9
  extends BatchGetFieldResponse,
@@ -21,22 +14,20 @@ declare const BatchGetFieldCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BatchGetFieldCommandInput,
23
16
  BatchGetFieldCommandOutput,
24
- ConnectCasesClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ConnectCasesClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BatchGetFieldCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BatchGetFieldCommandInput,
32
25
  BatchGetFieldCommandOutput,
33
- ConnectCasesClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ConnectCasesClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import {
9
3
  BatchPutFieldOptionsRequest,
10
4
  BatchPutFieldOptionsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchPutFieldOptionsCommandInput
15
8
  extends BatchPutFieldOptionsRequest {}
16
9
  export interface BatchPutFieldOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const BatchPutFieldOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchPutFieldOptionsCommandInput,
24
17
  BatchPutFieldOptionsCommandOutput,
25
- ConnectCasesClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ConnectCasesClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchPutFieldOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchPutFieldOptionsCommandInput,
33
26
  BatchPutFieldOptionsCommandOutput,
34
- ConnectCasesClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ConnectCasesClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateCaseCommandInput extends CreateCaseRequest {}
12
5
  export interface CreateCaseCommandOutput
13
6
  extends CreateCaseResponse,
@@ -18,22 +11,20 @@ declare const CreateCaseCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateCaseCommandInput,
20
13
  CreateCaseCommandOutput,
21
- ConnectCasesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectCasesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateCaseCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateCaseCommandInput,
29
22
  CreateCaseCommandOutput,
30
- ConnectCasesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectCasesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateCaseCommand extends CreateCaseCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import {
9
3
  CreateCaseRuleRequest,
10
4
  CreateCaseRuleResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {}
15
8
  export interface CreateCaseRuleCommandOutput
16
9
  extends CreateCaseRuleResponse,
@@ -21,22 +14,20 @@ declare const CreateCaseRuleCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateCaseRuleCommandInput,
23
16
  CreateCaseRuleCommandOutput,
24
- ConnectCasesClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ConnectCasesClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateCaseRuleCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateCaseRuleCommandInput,
32
25
  CreateCaseRuleCommandOutput,
33
- ConnectCasesClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ConnectCasesClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class CreateCaseRuleCommand extends CreateCaseRuleCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateDomainCommandInput extends CreateDomainRequest {}
12
5
  export interface CreateDomainCommandOutput
13
6
  extends CreateDomainResponse,
@@ -18,22 +11,20 @@ declare const CreateDomainCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateDomainCommandInput,
20
13
  CreateDomainCommandOutput,
21
- ConnectCasesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectCasesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateDomainCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateDomainCommandInput,
29
22
  CreateDomainCommandOutput,
30
- ConnectCasesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectCasesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
39
30
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ConnectCasesClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ConnectCasesClient";
8
2
  import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface CreateFieldCommandInput extends CreateFieldRequest {}
12
5
  export interface CreateFieldCommandOutput
13
6
  extends CreateFieldResponse,
@@ -18,22 +11,20 @@ declare const CreateFieldCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  CreateFieldCommandInput,
20
13
  CreateFieldCommandOutput,
21
- ConnectCasesClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ConnectCasesClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: CreateFieldCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  CreateFieldCommandInput,
29
22
  CreateFieldCommandOutput,
30
- ConnectCasesClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ConnectCasesClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class CreateFieldCommand extends CreateFieldCommand_base {
39
30
  protected static __types: {