@aws-sdk/client-connectcases 3.775.0 → 3.782.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/commands/BatchGetCaseRuleCommand.d.ts +1 -0
- package/dist-types/commands/BatchGetFieldCommand.d.ts +1 -0
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +1 -0
- package/dist-types/commands/CreateCaseCommand.d.ts +1 -0
- package/dist-types/commands/CreateCaseRuleCommand.d.ts +1 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateFieldCommand.d.ts +1 -0
- package/dist-types/commands/CreateLayoutCommand.d.ts +1 -0
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +1 -0
- package/dist-types/commands/CreateTemplateCommand.d.ts +1 -0
- package/dist-types/commands/DeleteCaseRuleCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -0
- package/dist-types/commands/DeleteFieldCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLayoutCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTemplateCommand.d.ts +1 -0
- package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +1 -0
- package/dist-types/commands/GetCaseCommand.d.ts +1 -0
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetDomainCommand.d.ts +1 -0
- package/dist-types/commands/GetLayoutCommand.d.ts +1 -0
- package/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/dist-types/commands/ListCaseRulesCommand.d.ts +1 -0
- package/dist-types/commands/ListCasesForContactCommand.d.ts +1 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +1 -0
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +1 -0
- package/dist-types/commands/ListFieldsCommand.d.ts +1 -0
- package/dist-types/commands/ListLayoutsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/SearchCasesCommand.d.ts +1 -0
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCaseCommand.d.ts +1 -0
- package/dist-types/commands/UpdateCaseRuleCommand.d.ts +1 -0
- package/dist-types/commands/UpdateFieldCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLayoutCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTemplateCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -131,6 +131,7 @@ declare const BatchGetCaseRuleCommand_base: {
|
|
|
131
131
|
* @throws {@link ConnectCasesServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class BatchGetCaseRuleCommand extends BatchGetCaseRuleCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const BatchGetFieldCommand_base: {
|
|
|
98
98
|
* @throws {@link ConnectCasesServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class BatchGetFieldCommand extends BatchGetFieldCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const BatchPutFieldOptionsCommand_base: {
|
|
|
90
90
|
* @throws {@link ConnectCasesServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class BatchPutFieldOptionsCommand extends BatchPutFieldOptionsCommand_base {
|
|
@@ -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
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class CreateCaseCommand extends CreateCaseCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const CreateCaseRuleCommand_base: {
|
|
|
118
118
|
* @throws {@link ConnectCasesServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class CreateCaseRuleCommand extends CreateCaseRuleCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const CreateDomainCommand_base: {
|
|
|
88
88
|
* @throws {@link ConnectCasesServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class CreateDomainCommand extends CreateDomainCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateFieldCommand_base: {
|
|
|
85
85
|
* @throws {@link ConnectCasesServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateFieldCommand extends CreateFieldCommand_base {
|
|
@@ -127,6 +127,7 @@ declare const CreateLayoutCommand_base: {
|
|
|
127
127
|
* @throws {@link ConnectCasesServiceException}
|
|
128
128
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
129
129
|
*
|
|
130
|
+
*
|
|
130
131
|
* @public
|
|
131
132
|
*/
|
|
132
133
|
export declare class CreateLayoutCommand extends CreateLayoutCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const CreateRelatedItemCommand_base: {
|
|
|
112
112
|
* @throws {@link ConnectCasesServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class CreateRelatedItemCommand extends CreateRelatedItemCommand_base {
|
|
@@ -126,6 +126,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
126
126
|
* @throws {@link ConnectCasesServiceException}
|
|
127
127
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
128
128
|
*
|
|
129
|
+
*
|
|
129
130
|
* @public
|
|
130
131
|
*/
|
|
131
132
|
export declare class CreateTemplateCommand extends CreateTemplateCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DeleteCaseRuleCommand_base: {
|
|
|
74
74
|
* @throws {@link ConnectCasesServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteCaseRuleCommand extends DeleteCaseRuleCommand_base {
|
|
@@ -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
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteDomainCommand extends DeleteDomainCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const DeleteFieldCommand_base: {
|
|
|
131
131
|
* @throws {@link ConnectCasesServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class DeleteFieldCommand extends DeleteFieldCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DeleteLayoutCommand_base: {
|
|
|
90
90
|
* @throws {@link ConnectCasesServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DeleteLayoutCommand extends DeleteLayoutCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DeleteTemplateCommand_base: {
|
|
|
91
91
|
* @throws {@link ConnectCasesServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DeleteTemplateCommand extends DeleteTemplateCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const GetCaseAuditEventsCommand_base: {
|
|
|
107
107
|
* @throws {@link ConnectCasesServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class GetCaseAuditEventsCommand extends GetCaseAuditEventsCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const GetCaseCommand_base: {
|
|
|
94
94
|
* @throws {@link ConnectCasesServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class GetCaseCommand extends GetCaseCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const GetCaseEventConfigurationCommand_base: {
|
|
|
85
85
|
* @throws {@link ConnectCasesServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class GetCaseEventConfigurationCommand extends GetCaseEventConfigurationCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const GetDomainCommand_base: {
|
|
|
78
78
|
* @throws {@link ConnectCasesServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const GetLayoutCommand_base: {
|
|
|
112
112
|
* @throws {@link ConnectCasesServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class GetLayoutCommand extends GetLayoutCommand_base {
|
|
@@ -118,6 +118,7 @@ declare const GetTemplateCommand_base: {
|
|
|
118
118
|
* @throws {@link ConnectCasesServiceException}
|
|
119
119
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
120
120
|
*
|
|
121
|
+
*
|
|
121
122
|
* @public
|
|
122
123
|
*/
|
|
123
124
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListCaseRulesCommand_base: {
|
|
|
84
84
|
* @throws {@link ConnectCasesServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListCaseRulesCommand extends ListCaseRulesCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const ListCasesForContactCommand_base: {
|
|
|
80
80
|
* @throws {@link ConnectCasesServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class ListCasesForContactCommand extends ListCasesForContactCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const ListDomainsCommand_base: {
|
|
|
76
76
|
* @throws {@link ConnectCasesServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
@@ -84,6 +84,7 @@ declare const ListFieldOptionsCommand_base: {
|
|
|
84
84
|
* @throws {@link ConnectCasesServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
86
86
|
*
|
|
87
|
+
*
|
|
87
88
|
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListFieldOptionsCommand extends ListFieldOptionsCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const ListFieldsCommand_base: {
|
|
|
82
82
|
* @throws {@link ConnectCasesServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class ListFieldsCommand extends ListFieldsCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListLayoutsCommand_base: {
|
|
|
81
81
|
* @throws {@link ConnectCasesServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListLayoutsCommand extends ListLayoutsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link ConnectCasesServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -108,6 +108,7 @@ declare const ListTemplatesCommand_base: {
|
|
|
108
108
|
* @throws {@link ConnectCasesServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
110
110
|
*
|
|
111
|
+
*
|
|
111
112
|
* @public
|
|
112
113
|
*/
|
|
113
114
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
@@ -87,6 +87,7 @@ declare const PutCaseEventConfigurationCommand_base: {
|
|
|
87
87
|
* @throws {@link ConnectCasesServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
89
89
|
*
|
|
90
|
+
*
|
|
90
91
|
* @public
|
|
91
92
|
*/
|
|
92
93
|
export declare class PutCaseEventConfigurationCommand extends PutCaseEventConfigurationCommand_base {
|
|
@@ -190,6 +190,7 @@ declare const SearchCasesCommand_base: {
|
|
|
190
190
|
* @throws {@link ConnectCasesServiceException}
|
|
191
191
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
192
192
|
*
|
|
193
|
+
*
|
|
193
194
|
* @public
|
|
194
195
|
*/
|
|
195
196
|
export declare class SearchCasesCommand extends SearchCasesCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const SearchRelatedItemsCommand_base: {
|
|
|
119
119
|
* @throws {@link ConnectCasesServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class SearchRelatedItemsCommand extends SearchRelatedItemsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const TagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ConnectCasesServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const UntagResourceCommand_base: {
|
|
|
72
72
|
* @throws {@link ConnectCasesServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -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
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class UpdateCaseCommand extends UpdateCaseCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const UpdateCaseRuleCommand_base: {
|
|
|
112
112
|
* @throws {@link ConnectCasesServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class UpdateCaseRuleCommand extends UpdateCaseRuleCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const UpdateFieldCommand_base: {
|
|
|
77
77
|
* @throws {@link ConnectCasesServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateFieldCommand extends UpdateFieldCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const UpdateLayoutCommand_base: {
|
|
|
120
120
|
* @throws {@link ConnectCasesServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class UpdateLayoutCommand extends UpdateLayoutCommand_base {
|
|
@@ -119,6 +119,7 @@ declare const UpdateTemplateCommand_base: {
|
|
|
119
119
|
* @throws {@link ConnectCasesServiceException}
|
|
120
120
|
* <p>Base exception class for all service exceptions from ConnectCases service.</p>
|
|
121
121
|
*
|
|
122
|
+
*
|
|
122
123
|
* @public
|
|
123
124
|
*/
|
|
124
125
|
export declare class UpdateTemplateCommand extends UpdateTemplateCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connectcases",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connectcases",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|