@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.
- package/dist-types/ConnectCases.d.ts +2 -1
- package/dist-types/ConnectCasesClient.d.ts +1 -1
- package/dist-types/commands/BatchGetFieldCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +2 -1
- package/dist-types/commands/CreateCaseCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
- package/dist-types/commands/CreateFieldCommand.d.ts +2 -1
- package/dist-types/commands/CreateLayoutCommand.d.ts +2 -1
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +2 -1
- package/dist-types/commands/CreateTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
- package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +2 -1
- package/dist-types/commands/GetCaseCommand.d.ts +2 -1
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetDomainCommand.d.ts +2 -1
- package/dist-types/commands/GetLayoutCommand.d.ts +2 -1
- package/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/dist-types/commands/ListCasesForContactCommand.d.ts +2 -1
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +2 -1
- package/dist-types/commands/ListFieldsCommand.d.ts +2 -1
- package/dist-types/commands/ListLayoutsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListTemplatesCommand.d.ts +2 -1
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SearchCasesCommand.d.ts +2 -1
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCaseCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFieldCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLayoutCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTemplateCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +325 -325
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ConnectCases.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
|
@@ -22,10 +22,10 @@ export interface UpdateFieldCommandOutput extends UpdateFieldResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateFieldCommand_base: {
|
|
24
24
|
new (input: UpdateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateFieldCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateFieldCommandInput, UpdateFieldCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the properties of an existing field. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const UpdateFieldCommand_base: {
|
|
|
76
76
|
* @throws {@link ConnectCasesServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class UpdateFieldCommand extends UpdateFieldCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateLayoutCommandOutput extends UpdateLayoutResponse, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateLayoutCommand_base: {
|
|
24
24
|
new (input: UpdateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateLayoutCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLayoutCommandInput, UpdateLayoutCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the attributes of an existing layout.</p>
|
|
30
30
|
* <p>If the action is successful, the service sends back an HTTP 200 response with an empty
|
|
31
31
|
* HTTP body.</p>
|
|
@@ -119,6 +119,7 @@ declare const UpdateLayoutCommand_base: {
|
|
|
119
119
|
* @throws {@link ConnectCasesServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
121
121
|
*
|
|
122
|
+
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class UpdateLayoutCommand extends UpdateLayoutCommand_base {
|
|
124
125
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateTemplateCommandOutput extends UpdateTemplateResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateTemplateCommand_base: {
|
|
24
24
|
new (input: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTemplateCommandInput, UpdateTemplateCommandOutput, ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the attributes of an existing template. The template attributes that can be
|
|
30
30
|
* modified include <code>name</code>, <code>description</code>,
|
|
31
31
|
* <code>layoutConfiguration</code>, <code>requiredFields</code>, and <code>status</code>. At
|
|
@@ -89,6 +89,7 @@ declare const UpdateTemplateCommand_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 UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
|
94
95
|
}
|