@aws-sdk/client-connectcases 3.529.1 → 3.535.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 (75) hide show
  1. package/dist-types/ConnectCases.d.ts +2 -1
  2. package/dist-types/ConnectCasesClient.d.ts +1 -1
  3. package/dist-types/commands/BatchGetFieldCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCaseCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateFieldCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLayoutCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateRelatedItemCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  12. package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +2 -1
  13. package/dist-types/commands/GetCaseCommand.d.ts +2 -1
  14. package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/GetDomainCommand.d.ts +2 -1
  16. package/dist-types/commands/GetLayoutCommand.d.ts +2 -1
  17. package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
  18. package/dist-types/commands/ListCasesForContactCommand.d.ts +2 -1
  19. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  20. package/dist-types/commands/ListFieldOptionsCommand.d.ts +2 -1
  21. package/dist-types/commands/ListFieldsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListLayoutsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
  25. package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/SearchCasesCommand.d.ts +2 -1
  27. package/dist-types/commands/SearchRelatedItemsCommand.d.ts +2 -1
  28. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateCaseCommand.d.ts +2 -1
  31. package/dist-types/commands/UpdateFieldCommand.d.ts +2 -1
  32. package/dist-types/commands/UpdateLayoutCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
  34. package/dist-types/models/models_0.d.ts +325 -325
  35. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  36. package/dist-types/runtimeConfig.d.ts +2 -2
  37. package/dist-types/runtimeConfig.native.d.ts +2 -2
  38. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  39. package/dist-types/ts3.4/ConnectCases.d.ts +1 -0
  40. package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -0
  51. package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  75. package/package.json +40 -40
@@ -131,6 +131,7 @@ export interface ConnectCases {
131
131
  /**
132
132
  * @see {@link ListDomainsCommand}
133
133
  */
134
+ listDomains(): Promise<ListDomainsCommandOutput>;
134
135
  listDomains(args: ListDomainsCommandInput, options?: __HttpHandlerOptions): Promise<ListDomainsCommandOutput>;
135
136
  listDomains(args: ListDomainsCommandInput, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
136
137
  listDomains(args: ListDomainsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDomainsCommandOutput) => void): void;
@@ -220,12 +221,12 @@ export interface ConnectCases {
220
221
  updateTemplate(args: UpdateTemplateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTemplateCommandOutput) => void): void;
221
222
  }
222
223
  /**
223
- * @public
224
224
  * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
225
225
  * multiple interactions, follow-up tasks, and teams in your contact center. A case represents a
226
226
  * customer issue. It records the issue, the steps and interactions taken to resolve the issue,
227
227
  * and the outcome. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/cases.html">Amazon Connect Cases</a> in the
228
228
  * <i>Amazon Connect Administrator Guide</i>.</p>
229
+ * @public
229
230
  */
230
231
  export declare class ConnectCases extends ConnectCasesClient implements ConnectCases {
231
232
  }
@@ -182,12 +182,12 @@ export type ConnectCasesClientResolvedConfigType = __SmithyResolvedConfiguration
182
182
  export interface ConnectCasesClientResolvedConfig extends ConnectCasesClientResolvedConfigType {
183
183
  }
184
184
  /**
185
- * @public
186
185
  * <p>With Amazon Connect Cases, your agents can track and manage customer issues that require
187
186
  * multiple interactions, follow-up tasks, and teams in your contact center. A case represents a
188
187
  * customer issue. It records the issue, the steps and interactions taken to resolve the issue,
189
188
  * and the outcome. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/cases.html">Amazon Connect Cases</a> in the
190
189
  * <i>Amazon Connect Administrator Guide</i>.</p>
190
+ * @public
191
191
  */
192
192
  export declare class ConnectCasesClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ConnectCasesClientResolvedConfig> {
193
193
  /**
@@ -22,10 +22,10 @@ export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __Met
22
22
  }
23
23
  declare const BatchGetFieldCommand_base: {
24
24
  new (input: BatchGetFieldCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchGetFieldCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFieldCommandInput, BatchGetFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the description for the list of fields in the request parameters. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -94,6 +94,7 @@ declare const BatchGetFieldCommand_base: {
94
94
  * @throws {@link ConnectCasesServiceException}
95
95
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface BatchPutFieldOptionsCommandOutput extends BatchPutFieldOptionsR
22
22
  }
23
23
  declare const BatchPutFieldOptionsCommand_base: {
24
24
  new (input: BatchPutFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchPutFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchPutFieldOptionsCommandInput, BatchPutFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates and updates a set of field options for a single select field in a Cases
30
30
  * domain.</p>
31
31
  * @example
@@ -89,6 +89,7 @@ declare const BatchPutFieldOptionsCommand_base: {
89
89
  * @throws {@link ConnectCasesServiceException}
90
90
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
91
91
  *
92
+ * @public
92
93
  */
93
94
  export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
94
95
  }
@@ -22,10 +22,10 @@ export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataB
22
22
  }
23
23
  declare const CreateCaseCommand_base: {
24
24
  new (input: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCaseCommandInput, CreateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <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>
31
31
  * </note>
@@ -114,6 +114,7 @@ declare const CreateCaseCommand_base: {
114
114
  * @throws {@link ConnectCasesServiceException}
115
115
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class CreateCaseCommand extends CreateCaseCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
22
22
  }
23
23
  declare const CreateDomainCommand_base: {
24
24
  new (input: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateDomainCommandInput): import("@smithy/smithy-client").CommandImpl<CreateDomainCommandInput, CreateDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a domain, which is a container for all case data, such as cases, fields, templates
30
30
  * and layouts. Each Amazon Connect instance can be associated with only one Cases
31
31
  * domain.</p>
@@ -87,6 +87,7 @@ declare const CreateDomainCommand_base: {
87
87
  * @throws {@link ConnectCasesServiceException}
88
88
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreateDomainCommand extends CreateDomainCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateFieldCommandOutput extends CreateFieldResponse, __Metadat
22
22
  }
23
23
  declare const CreateFieldCommand_base: {
24
24
  new (input: CreateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFieldCommandInput, CreateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a field in the Cases domain. This field is used to define the case object
30
30
  * model (that is, defines what data can be captured on cases) in a Cases domain. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const CreateFieldCommand_base: {
84
84
  * @throws {@link ConnectCasesServiceException}
85
85
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateFieldCommand extends CreateFieldCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __Metad
22
22
  }
23
23
  declare const CreateLayoutCommand_base: {
24
24
  new (input: CreateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLayoutCommandInput, CreateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a layout in the Cases domain. Layouts define the following configuration in
30
30
  * the top section and More Info tab of the Cases user interface:</p>
31
31
  * <ul>
@@ -126,6 +126,7 @@ declare const CreateLayoutCommand_base: {
126
126
  * @throws {@link ConnectCasesServiceException}
127
127
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
128
128
  *
129
+ * @public
129
130
  */
130
131
  export declare class CreateLayoutCommand extends CreateLayoutCommand_base {
131
132
  }
@@ -22,10 +22,10 @@ export interface CreateRelatedItemCommandOutput extends CreateRelatedItemRespons
22
22
  }
23
23
  declare const CreateRelatedItemCommand_base: {
24
24
  new (input: CreateRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRelatedItemCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRelatedItemCommandInput, CreateRelatedItemCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a related item (comments, tasks, and contacts) and associates it with a
30
30
  * case.</p>
31
31
  * <note>
@@ -106,6 +106,7 @@ declare const CreateRelatedItemCommand_base: {
106
106
  * @throws {@link ConnectCasesServiceException}
107
107
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class CreateRelatedItemCommand extends CreateRelatedItemCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __M
22
22
  }
23
23
  declare const CreateTemplateCommand_base: {
24
24
  new (input: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateCommandInput, CreateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a template in the Cases domain. This template is used to define the case object
30
30
  * model (that is, to define what data can be captured on cases) in a Cases domain. A template
31
31
  * must have a unique name within a domain, and it must reference existing field IDs and layout
@@ -96,6 +96,7 @@ declare const CreateTemplateCommand_base: {
96
96
  * @throws {@link ConnectCasesServiceException}
97
97
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DeleteDomainCommandOutput extends DeleteDomainResponse, __Metad
22
22
  }
23
23
  declare const DeleteDomainCommand_base: {
24
24
  new (input: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteDomainCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDomainCommandInput, DeleteDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a Cases domain.</p>
30
30
  *
31
31
  *
@@ -79,6 +79,7 @@ declare const DeleteDomainCommand_base: {
79
79
  * @throws {@link ConnectCasesServiceException}
80
80
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetCaseAuditEventsCommandOutput extends GetCaseAuditEventsRespo
22
22
  }
23
23
  declare const GetCaseAuditEventsCommand_base: {
24
24
  new (input: GetCaseAuditEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCaseAuditEventsCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseAuditEventsCommandInput, GetCaseAuditEventsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the audit history about a specific case if it exists.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -106,6 +106,7 @@ declare const GetCaseAuditEventsCommand_base: {
106
106
  * @throws {@link ConnectCasesServiceException}
107
107
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
108
108
  *
109
+ * @public
109
110
  */
110
111
  export declare class GetCaseAuditEventsCommand extends GetCaseAuditEventsCommand_base {
111
112
  }
@@ -22,10 +22,10 @@ export interface GetCaseCommandOutput extends GetCaseResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetCaseCommand_base: {
24
24
  new (input: GetCaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCaseCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseCommandInput, GetCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specific case if it exists. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -93,6 +93,7 @@ declare const GetCaseCommand_base: {
93
93
  * @throws {@link ConnectCasesServiceException}
94
94
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetCaseCommand extends GetCaseCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetCaseEventConfigurationCommandOutput extends GetCaseEventConf
22
22
  }
23
23
  declare const GetCaseEventConfigurationCommand_base: {
24
24
  new (input: GetCaseEventConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetCaseEventConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetCaseEventConfigurationCommandInput, GetCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the case event publishing configuration.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const GetCaseEventConfigurationCommand_base: {
84
84
  * @throws {@link ConnectCasesServiceException}
85
85
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class GetCaseEventConfigurationCommand extends GetCaseEventConfigurationCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface GetDomainCommandOutput extends GetDomainResponse, __MetadataBea
22
22
  }
23
23
  declare const GetDomainCommand_base: {
24
24
  new (input: GetDomainCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetDomainCommandInput): import("@smithy/smithy-client").CommandImpl<GetDomainCommandInput, GetDomainCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about a specific domain if it exists. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -77,6 +77,7 @@ declare const GetDomainCommand_base: {
77
77
  * @throws {@link ConnectCasesServiceException}
78
78
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetDomainCommand extends GetDomainCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetLayoutCommandOutput extends GetLayoutResponse, __MetadataBea
22
22
  }
23
23
  declare const GetLayoutCommand_base: {
24
24
  new (input: GetLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayoutCommandInput, GetLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<GetLayoutCommandInput, GetLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the details for the requested layout.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -108,6 +108,7 @@ declare const GetLayoutCommand_base: {
108
108
  * @throws {@link ConnectCasesServiceException}
109
109
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class GetLayoutCommand extends GetLayoutCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface GetTemplateCommandOutput extends GetTemplateResponse, __Metadat
22
22
  }
23
23
  declare const GetTemplateCommand_base: {
24
24
  new (input: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetTemplateCommandInput, GetTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the details for the requested template. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -86,6 +86,7 @@ declare const GetTemplateCommand_base: {
86
86
  * @throws {@link ConnectCasesServiceException}
87
87
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetTemplateCommand extends GetTemplateCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface ListCasesForContactCommandOutput extends ListCasesForContactRes
22
22
  }
23
23
  declare const ListCasesForContactCommand_base: {
24
24
  new (input: ListCasesForContactCommandInput): import("@smithy/smithy-client").CommandImpl<ListCasesForContactCommandInput, ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListCasesForContactCommandInput): import("@smithy/smithy-client").CommandImpl<ListCasesForContactCommandInput, ListCasesForContactCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists cases for a given contact.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -79,6 +79,7 @@ declare const ListCasesForContactCommand_base: {
79
79
  * @throws {@link ConnectCasesServiceException}
80
80
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class ListCasesForContactCommand extends ListCasesForContactCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface ListDomainsCommandOutput extends ListDomainsResponse, __Metadat
22
22
  }
23
23
  declare const ListDomainsCommand_base: {
24
24
  new (input: ListDomainsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDomainsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDomainsCommandInput, ListDomainsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all cases domains in the Amazon Web Services account. Each list item is a condensed
30
30
  * summary object of the domain.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const ListDomainsCommand_base: {
75
75
  * @throws {@link ConnectCasesServiceException}
76
76
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListDomainsCommand extends ListDomainsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListFieldOptionsCommandOutput extends ListFieldOptionsResponse,
22
22
  }
23
23
  declare const ListFieldOptionsCommand_base: {
24
24
  new (input: ListFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFieldOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFieldOptionsCommandInput, ListFieldOptionsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of the field options for a field identifier in the domain. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -83,6 +83,7 @@ declare const ListFieldOptionsCommand_base: {
83
83
  * @throws {@link ConnectCasesServiceException}
84
84
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class ListFieldOptionsCommand extends ListFieldOptionsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface ListFieldsCommandOutput extends ListFieldsResponse, __MetadataB
22
22
  }
23
23
  declare const ListFieldsCommand_base: {
24
24
  new (input: ListFieldsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFieldsCommandInput, ListFieldsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListFieldsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFieldsCommandInput, ListFieldsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all fields in a Cases domain.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -81,6 +81,7 @@ declare const ListFieldsCommand_base: {
81
81
  * @throws {@link ConnectCasesServiceException}
82
82
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class ListFieldsCommand extends ListFieldsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface ListLayoutsCommandOutput extends ListLayoutsResponse, __Metadat
22
22
  }
23
23
  declare const ListLayoutsCommand_base: {
24
24
  new (input: ListLayoutsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLayoutsCommandInput, ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLayoutsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLayoutsCommandInput, ListLayoutsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all layouts in the given cases domain. Each list item is a condensed summary object
30
30
  * of the layout.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const ListLayoutsCommand_base: {
80
80
  * @throws {@link ConnectCasesServiceException}
81
81
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class ListLayoutsCommand extends ListLayoutsCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists tags for a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link ConnectCasesServiceException}
73
73
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListTemplatesCommandOutput extends ListTemplatesResponse, __Met
22
22
  }
23
23
  declare const ListTemplatesCommand_base: {
24
24
  new (input: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplatesCommandInput, ListTemplatesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all of the templates in a Cases domain. Each list item is a condensed summary
30
30
  * object of the template. </p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const ListTemplatesCommand_base: {
84
84
  * @throws {@link ConnectCasesServiceException}
85
85
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface PutCaseEventConfigurationCommandOutput extends PutCaseEventConf
22
22
  }
23
23
  declare const PutCaseEventConfigurationCommand_base: {
24
24
  new (input: PutCaseEventConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutCaseEventConfigurationCommandInput, PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutCaseEventConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutCaseEventConfigurationCommandInput, PutCaseEventConfigurationCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds case event publishing configuration. For a complete list of fields you can add to the
30
30
  * event message, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/case-fields.html">Create case fields</a> in the
31
31
  * <i>Amazon Connect Administrator Guide</i>
@@ -86,6 +86,7 @@ declare const PutCaseEventConfigurationCommand_base: {
86
86
  * @throws {@link ConnectCasesServiceException}
87
87
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class PutCaseEventConfigurationCommand extends PutCaseEventConfigurationCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface SearchCasesCommandOutput extends SearchCasesResponse, __Metadat
22
22
  }
23
23
  declare const SearchCasesCommand_base: {
24
24
  new (input: SearchCasesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchCasesCommandInput, SearchCasesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchCasesCommandInput): import("@smithy/smithy-client").CommandImpl<SearchCasesCommandInput, SearchCasesCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches for cases within their associated Cases domain. Search results are returned
30
30
  * as a paginated list of abridged case documents.</p>
31
31
  * <note>
@@ -189,6 +189,7 @@ declare const SearchCasesCommand_base: {
189
189
  * @throws {@link ConnectCasesServiceException}
190
190
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
191
191
  *
192
+ * @public
192
193
  */
193
194
  export declare class SearchCasesCommand extends SearchCasesCommand_base {
194
195
  }
@@ -22,10 +22,10 @@ export interface SearchRelatedItemsCommandOutput extends SearchRelatedItemsRespo
22
22
  }
23
23
  declare const SearchRelatedItemsCommand_base: {
24
24
  new (input: SearchRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SearchRelatedItemsCommandInput): import("@smithy/smithy-client").CommandImpl<SearchRelatedItemsCommandInput, SearchRelatedItemsCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Searches for related items that are associated with a case.</p>
30
30
  * <note>
31
31
  * <p>If no filters are provided, this returns all related items associated with a
@@ -112,6 +112,7 @@ declare const SearchRelatedItemsCommand_base: {
112
112
  * @throws {@link ConnectCasesServiceException}
113
113
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class SearchRelatedItemsCommand extends SearchRelatedItemsCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds tags to a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const TagResourceCommand_base: {
71
71
  * @throws {@link ConnectCasesServiceException}
72
72
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Untags a resource.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const UntagResourceCommand_base: {
71
71
  * @throws {@link ConnectCasesServiceException}
72
72
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface UpdateCaseCommandOutput extends UpdateCaseResponse, __MetadataB
22
22
  }
23
23
  declare const UpdateCaseCommand_base: {
24
24
  new (input: UpdateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateCaseCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateCaseCommandInput, UpdateCaseCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <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>
31
31
  * </note>
@@ -91,6 +91,7 @@ declare const UpdateCaseCommand_base: {
91
91
  * @throws {@link ConnectCasesServiceException}
92
92
  * <p>Base exception class for all service exceptions from ConnectCases service.</p>
93
93
  *
94
+ * @public
94
95
  */
95
96
  export declare class UpdateCaseCommand extends UpdateCaseCommand_base {
96
97
  }