@aws-sdk/client-connectcases 3.1087.0 → 3.1088.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-cjs/index.js +1 -1
- package/dist-types/ts3.4/ConnectCases.d.ts +157 -210
- package/dist-types/ts3.4/ConnectCasesClient.d.ts +21 -76
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/GetCasePaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListFieldsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListLayoutsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/SearchCasesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/package.json +38 -38
|
@@ -11,10 +11,7 @@ import {
|
|
|
11
11
|
Client as __Client,
|
|
12
12
|
} from "@smithy/core/client";
|
|
13
13
|
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
|
|
14
|
-
import {
|
|
15
|
-
EndpointInputConfig,
|
|
16
|
-
EndpointResolvedConfig,
|
|
17
|
-
} from "@smithy/core/endpoints";
|
|
14
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
18
15
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
19
16
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
|
|
20
17
|
import {
|
|
@@ -48,10 +45,7 @@ import {
|
|
|
48
45
|
BatchPutFieldOptionsCommandInput,
|
|
49
46
|
BatchPutFieldOptionsCommandOutput,
|
|
50
47
|
} from "./commands/BatchPutFieldOptionsCommand";
|
|
51
|
-
import {
|
|
52
|
-
CreateCaseCommandInput,
|
|
53
|
-
CreateCaseCommandOutput,
|
|
54
|
-
} from "./commands/CreateCaseCommand";
|
|
48
|
+
import { CreateCaseCommandInput, CreateCaseCommandOutput } from "./commands/CreateCaseCommand";
|
|
55
49
|
import {
|
|
56
50
|
CreateCaseRuleCommandInput,
|
|
57
51
|
CreateCaseRuleCommandOutput,
|
|
@@ -60,10 +54,7 @@ import {
|
|
|
60
54
|
CreateDomainCommandInput,
|
|
61
55
|
CreateDomainCommandOutput,
|
|
62
56
|
} from "./commands/CreateDomainCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateFieldCommandInput,
|
|
65
|
-
CreateFieldCommandOutput,
|
|
66
|
-
} from "./commands/CreateFieldCommand";
|
|
57
|
+
import { CreateFieldCommandInput, CreateFieldCommandOutput } from "./commands/CreateFieldCommand";
|
|
67
58
|
import {
|
|
68
59
|
CreateLayoutCommandInput,
|
|
69
60
|
CreateLayoutCommandOutput,
|
|
@@ -76,10 +67,7 @@ import {
|
|
|
76
67
|
CreateTemplateCommandInput,
|
|
77
68
|
CreateTemplateCommandOutput,
|
|
78
69
|
} from "./commands/CreateTemplateCommand";
|
|
79
|
-
import {
|
|
80
|
-
DeleteCaseCommandInput,
|
|
81
|
-
DeleteCaseCommandOutput,
|
|
82
|
-
} from "./commands/DeleteCaseCommand";
|
|
70
|
+
import { DeleteCaseCommandInput, DeleteCaseCommandOutput } from "./commands/DeleteCaseCommand";
|
|
83
71
|
import {
|
|
84
72
|
DeleteCaseRuleCommandInput,
|
|
85
73
|
DeleteCaseRuleCommandOutput,
|
|
@@ -88,10 +76,7 @@ import {
|
|
|
88
76
|
DeleteDomainCommandInput,
|
|
89
77
|
DeleteDomainCommandOutput,
|
|
90
78
|
} from "./commands/DeleteDomainCommand";
|
|
91
|
-
import {
|
|
92
|
-
DeleteFieldCommandInput,
|
|
93
|
-
DeleteFieldCommandOutput,
|
|
94
|
-
} from "./commands/DeleteFieldCommand";
|
|
79
|
+
import { DeleteFieldCommandInput, DeleteFieldCommandOutput } from "./commands/DeleteFieldCommand";
|
|
95
80
|
import {
|
|
96
81
|
DeleteLayoutCommandInput,
|
|
97
82
|
DeleteLayoutCommandOutput,
|
|
@@ -108,26 +93,14 @@ import {
|
|
|
108
93
|
GetCaseAuditEventsCommandInput,
|
|
109
94
|
GetCaseAuditEventsCommandOutput,
|
|
110
95
|
} from "./commands/GetCaseAuditEventsCommand";
|
|
111
|
-
import {
|
|
112
|
-
GetCaseCommandInput,
|
|
113
|
-
GetCaseCommandOutput,
|
|
114
|
-
} from "./commands/GetCaseCommand";
|
|
96
|
+
import { GetCaseCommandInput, GetCaseCommandOutput } from "./commands/GetCaseCommand";
|
|
115
97
|
import {
|
|
116
98
|
GetCaseEventConfigurationCommandInput,
|
|
117
99
|
GetCaseEventConfigurationCommandOutput,
|
|
118
100
|
} from "./commands/GetCaseEventConfigurationCommand";
|
|
119
|
-
import {
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
} from "./commands/GetDomainCommand";
|
|
123
|
-
import {
|
|
124
|
-
GetLayoutCommandInput,
|
|
125
|
-
GetLayoutCommandOutput,
|
|
126
|
-
} from "./commands/GetLayoutCommand";
|
|
127
|
-
import {
|
|
128
|
-
GetTemplateCommandInput,
|
|
129
|
-
GetTemplateCommandOutput,
|
|
130
|
-
} from "./commands/GetTemplateCommand";
|
|
101
|
+
import { GetDomainCommandInput, GetDomainCommandOutput } from "./commands/GetDomainCommand";
|
|
102
|
+
import { GetLayoutCommandInput, GetLayoutCommandOutput } from "./commands/GetLayoutCommand";
|
|
103
|
+
import { GetTemplateCommandInput, GetTemplateCommandOutput } from "./commands/GetTemplateCommand";
|
|
131
104
|
import {
|
|
132
105
|
ListCaseRulesCommandInput,
|
|
133
106
|
ListCaseRulesCommandOutput,
|
|
@@ -136,22 +109,13 @@ import {
|
|
|
136
109
|
ListCasesForContactCommandInput,
|
|
137
110
|
ListCasesForContactCommandOutput,
|
|
138
111
|
} from "./commands/ListCasesForContactCommand";
|
|
139
|
-
import {
|
|
140
|
-
ListDomainsCommandInput,
|
|
141
|
-
ListDomainsCommandOutput,
|
|
142
|
-
} from "./commands/ListDomainsCommand";
|
|
112
|
+
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "./commands/ListDomainsCommand";
|
|
143
113
|
import {
|
|
144
114
|
ListFieldOptionsCommandInput,
|
|
145
115
|
ListFieldOptionsCommandOutput,
|
|
146
116
|
} from "./commands/ListFieldOptionsCommand";
|
|
147
|
-
import {
|
|
148
|
-
|
|
149
|
-
ListFieldsCommandOutput,
|
|
150
|
-
} from "./commands/ListFieldsCommand";
|
|
151
|
-
import {
|
|
152
|
-
ListLayoutsCommandInput,
|
|
153
|
-
ListLayoutsCommandOutput,
|
|
154
|
-
} from "./commands/ListLayoutsCommand";
|
|
117
|
+
import { ListFieldsCommandInput, ListFieldsCommandOutput } from "./commands/ListFieldsCommand";
|
|
118
|
+
import { ListLayoutsCommandInput, ListLayoutsCommandOutput } from "./commands/ListLayoutsCommand";
|
|
155
119
|
import {
|
|
156
120
|
ListTagsForResourceCommandInput,
|
|
157
121
|
ListTagsForResourceCommandOutput,
|
|
@@ -168,34 +132,22 @@ import {
|
|
|
168
132
|
SearchAllRelatedItemsCommandInput,
|
|
169
133
|
SearchAllRelatedItemsCommandOutput,
|
|
170
134
|
} from "./commands/SearchAllRelatedItemsCommand";
|
|
171
|
-
import {
|
|
172
|
-
SearchCasesCommandInput,
|
|
173
|
-
SearchCasesCommandOutput,
|
|
174
|
-
} from "./commands/SearchCasesCommand";
|
|
135
|
+
import { SearchCasesCommandInput, SearchCasesCommandOutput } from "./commands/SearchCasesCommand";
|
|
175
136
|
import {
|
|
176
137
|
SearchRelatedItemsCommandInput,
|
|
177
138
|
SearchRelatedItemsCommandOutput,
|
|
178
139
|
} from "./commands/SearchRelatedItemsCommand";
|
|
179
|
-
import {
|
|
180
|
-
TagResourceCommandInput,
|
|
181
|
-
TagResourceCommandOutput,
|
|
182
|
-
} from "./commands/TagResourceCommand";
|
|
140
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
183
141
|
import {
|
|
184
142
|
UntagResourceCommandInput,
|
|
185
143
|
UntagResourceCommandOutput,
|
|
186
144
|
} from "./commands/UntagResourceCommand";
|
|
187
|
-
import {
|
|
188
|
-
UpdateCaseCommandInput,
|
|
189
|
-
UpdateCaseCommandOutput,
|
|
190
|
-
} from "./commands/UpdateCaseCommand";
|
|
145
|
+
import { UpdateCaseCommandInput, UpdateCaseCommandOutput } from "./commands/UpdateCaseCommand";
|
|
191
146
|
import {
|
|
192
147
|
UpdateCaseRuleCommandInput,
|
|
193
148
|
UpdateCaseRuleCommandOutput,
|
|
194
149
|
} from "./commands/UpdateCaseRuleCommand";
|
|
195
|
-
import {
|
|
196
|
-
UpdateFieldCommandInput,
|
|
197
|
-
UpdateFieldCommandOutput,
|
|
198
|
-
} from "./commands/UpdateFieldCommand";
|
|
150
|
+
import { UpdateFieldCommandInput, UpdateFieldCommandOutput } from "./commands/UpdateFieldCommand";
|
|
199
151
|
import {
|
|
200
152
|
UpdateLayoutCommandInput,
|
|
201
153
|
UpdateLayoutCommandOutput,
|
|
@@ -303,8 +255,7 @@ export type ServiceOutputTypes =
|
|
|
303
255
|
| UpdateLayoutCommandOutput
|
|
304
256
|
| UpdateRelatedItemCommandOutput
|
|
305
257
|
| UpdateTemplateCommandOutput;
|
|
306
|
-
export interface ClientDefaults
|
|
307
|
-
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
258
|
+
export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
308
259
|
requestHandler?: __HttpHandlerUserInput;
|
|
309
260
|
sha256?: __ChecksumConstructor | __HashConstructor;
|
|
310
261
|
urlParser?: __UrlParser;
|
|
@@ -329,9 +280,7 @@ export interface ClientDefaults
|
|
|
329
280
|
extensions?: RuntimeExtension[];
|
|
330
281
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
331
282
|
}
|
|
332
|
-
export type ConnectCasesClientConfigType = Partial<
|
|
333
|
-
__SmithyConfiguration<__HttpHandlerOptions>
|
|
334
|
-
> &
|
|
283
|
+
export type ConnectCasesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
335
284
|
ClientDefaults &
|
|
336
285
|
UserAgentInputConfig &
|
|
337
286
|
RetryInputConfig &
|
|
@@ -340,8 +289,7 @@ export type ConnectCasesClientConfigType = Partial<
|
|
|
340
289
|
EndpointInputConfig<EndpointParameters> &
|
|
341
290
|
HttpAuthSchemeInputConfig &
|
|
342
291
|
ClientInputEndpointParameters;
|
|
343
|
-
export interface ConnectCasesClientConfig
|
|
344
|
-
extends ConnectCasesClientConfigType {}
|
|
292
|
+
export interface ConnectCasesClientConfig extends ConnectCasesClientConfigType {}
|
|
345
293
|
export type ConnectCasesClientResolvedConfigType =
|
|
346
294
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
347
295
|
Required<ClientDefaults> &
|
|
@@ -353,8 +301,7 @@ export type ConnectCasesClientResolvedConfigType =
|
|
|
353
301
|
EndpointResolvedConfig<EndpointParameters> &
|
|
354
302
|
HttpAuthSchemeResolvedConfig &
|
|
355
303
|
ClientResolvedEndpointParameters;
|
|
356
|
-
export interface ConnectCasesClientResolvedConfig
|
|
357
|
-
extends ConnectCasesClientResolvedConfigType {}
|
|
304
|
+
export interface ConnectCasesClientResolvedConfig extends ConnectCasesClientResolvedConfigType {}
|
|
358
305
|
export declare class ConnectCasesClient extends __Client<
|
|
359
306
|
__HttpHandlerOptions,
|
|
360
307
|
ServiceInputTypes,
|
|
@@ -362,8 +309,6 @@ export declare class ConnectCasesClient extends __Client<
|
|
|
362
309
|
ConnectCasesClientResolvedConfig
|
|
363
310
|
> {
|
|
364
311
|
readonly config: ConnectCasesClientResolvedConfig;
|
|
365
|
-
constructor(
|
|
366
|
-
...[configuration]: __CheckOptionalClientConfig<ConnectCasesClientConfig>
|
|
367
|
-
);
|
|
312
|
+
constructor(...[configuration]: __CheckOptionalClientConfig<ConnectCasesClientConfig>);
|
|
368
313
|
destroy(): void;
|
|
369
314
|
}
|
|
@@ -7,17 +7,10 @@ import { ConnectCasesHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
8
8
|
setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
|
|
9
9
|
httpAuthSchemes(): HttpAuthScheme[];
|
|
10
|
-
setHttpAuthSchemeProvider(
|
|
11
|
-
httpAuthSchemeProvider: ConnectCasesHttpAuthSchemeProvider
|
|
12
|
-
): void;
|
|
10
|
+
setHttpAuthSchemeProvider(httpAuthSchemeProvider: ConnectCasesHttpAuthSchemeProvider): void;
|
|
13
11
|
httpAuthSchemeProvider(): ConnectCasesHttpAuthSchemeProvider;
|
|
14
|
-
setCredentials(
|
|
15
|
-
|
|
16
|
-
): void;
|
|
17
|
-
credentials():
|
|
18
|
-
| AwsCredentialIdentity
|
|
19
|
-
| AwsCredentialIdentityProvider
|
|
20
|
-
| undefined;
|
|
12
|
+
setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
|
|
13
|
+
credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
|
|
21
14
|
}
|
|
22
15
|
export type HttpAuthRuntimeConfig = Partial<{
|
|
23
16
|
httpAuthSchemes: HttpAuthScheme[];
|
|
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
|
|
|
25
18
|
credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
|
|
26
19
|
}>;
|
|
27
20
|
export declare const getHttpAuthExtensionConfiguration: (
|
|
28
|
-
runtimeConfig: HttpAuthRuntimeConfig
|
|
21
|
+
runtimeConfig: HttpAuthRuntimeConfig,
|
|
29
22
|
) => HttpAuthExtensionConfiguration;
|
|
30
23
|
export declare const resolveHttpAuthRuntimeConfig: (
|
|
31
|
-
config: HttpAuthExtensionConfiguration
|
|
24
|
+
config: HttpAuthExtensionConfiguration,
|
|
32
25
|
) => HttpAuthRuntimeConfig;
|
|
@@ -12,36 +12,32 @@ import {
|
|
|
12
12
|
Provider,
|
|
13
13
|
} from "@smithy/types";
|
|
14
14
|
import { ConnectCasesClientResolvedConfig } from "../ConnectCasesClient";
|
|
15
|
-
export interface ConnectCasesHttpAuthSchemeParameters
|
|
16
|
-
extends HttpAuthSchemeParameters {
|
|
15
|
+
export interface ConnectCasesHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
|
|
17
16
|
region?: string;
|
|
18
17
|
}
|
|
19
|
-
export interface ConnectCasesHttpAuthSchemeParametersProvider
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
> {}
|
|
18
|
+
export interface ConnectCasesHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
|
|
19
|
+
ConnectCasesClientResolvedConfig,
|
|
20
|
+
HandlerExecutionContext,
|
|
21
|
+
ConnectCasesHttpAuthSchemeParameters,
|
|
22
|
+
object
|
|
23
|
+
> {}
|
|
26
24
|
export declare const defaultConnectCasesHttpAuthSchemeParametersProvider: (
|
|
27
25
|
config: ConnectCasesClientResolvedConfig,
|
|
28
26
|
context: HandlerExecutionContext,
|
|
29
|
-
input: object
|
|
27
|
+
input: object,
|
|
30
28
|
) => Promise<ConnectCasesHttpAuthSchemeParameters>;
|
|
31
|
-
export interface ConnectCasesHttpAuthSchemeProvider
|
|
32
|
-
extends HttpAuthSchemeProvider<ConnectCasesHttpAuthSchemeParameters> {}
|
|
29
|
+
export interface ConnectCasesHttpAuthSchemeProvider extends HttpAuthSchemeProvider<ConnectCasesHttpAuthSchemeParameters> {}
|
|
33
30
|
export declare const defaultConnectCasesHttpAuthSchemeProvider: ConnectCasesHttpAuthSchemeProvider;
|
|
34
31
|
export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
|
|
35
32
|
authSchemePreference?: string[] | Provider<string[]>;
|
|
36
33
|
httpAuthSchemes?: HttpAuthScheme[];
|
|
37
34
|
httpAuthSchemeProvider?: ConnectCasesHttpAuthSchemeProvider;
|
|
38
35
|
}
|
|
39
|
-
export interface HttpAuthSchemeResolvedConfig
|
|
40
|
-
extends AwsSdkSigV4AuthResolvedConfig {
|
|
36
|
+
export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
|
|
41
37
|
readonly authSchemePreference: Provider<string[]>;
|
|
42
38
|
readonly httpAuthSchemes: HttpAuthScheme[];
|
|
43
39
|
readonly httpAuthSchemeProvider: ConnectCasesHttpAuthSchemeProvider;
|
|
44
40
|
}
|
|
45
41
|
export declare const resolveHttpAuthSchemeConfig: <T>(
|
|
46
|
-
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
|
|
42
|
+
config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
|
|
47
43
|
) => T & HttpAuthSchemeResolvedConfig;
|
|
@@ -4,22 +4,21 @@ import {
|
|
|
4
4
|
ServiceInputTypes,
|
|
5
5
|
ServiceOutputTypes,
|
|
6
6
|
} from "./ConnectCasesClient";
|
|
7
|
-
export declare const command: <
|
|
8
|
-
I extends ServiceInputTypes,
|
|
9
|
-
O extends ServiceOutputTypes
|
|
10
|
-
>(
|
|
7
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
|
|
11
8
|
added: EndpointParameterInstructions,
|
|
12
9
|
plugins: (
|
|
13
10
|
CommandCtor: any,
|
|
14
11
|
clientStack: any,
|
|
15
12
|
config: any,
|
|
16
|
-
options: any
|
|
13
|
+
options: any,
|
|
17
14
|
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
15
|
op: string,
|
|
19
16
|
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
-
smithyContext?: Record<string, unknown
|
|
17
|
+
smithyContext?: Record<string, unknown>,
|
|
21
18
|
) => {
|
|
22
|
-
new (
|
|
19
|
+
new (
|
|
20
|
+
input: I,
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
22
|
I,
|
|
24
23
|
O,
|
|
25
24
|
ConnectCasesClientResolvedConfig,
|
|
@@ -38,9 +37,4 @@ export declare const command: <
|
|
|
38
37
|
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
38
|
};
|
|
40
39
|
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
-
export declare const _mw0: (
|
|
42
|
-
Command: any,
|
|
43
|
-
cs: any,
|
|
44
|
-
config: any,
|
|
45
|
-
o: any
|
|
46
|
-
) => never[];
|
|
40
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetCaseRuleRequest,
|
|
4
|
-
BatchGetCaseRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetCaseRuleRequest, BatchGetCaseRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchGetCaseRuleCommandInput extends BatchGetCaseRuleRequest {}
|
|
8
|
-
export interface BatchGetCaseRuleCommandOutput
|
|
9
|
-
extends BatchGetCaseRuleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetCaseRuleCommandOutput extends BatchGetCaseRuleResponse, __MetadataBearer {}
|
|
11
6
|
declare const BatchGetCaseRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchGetCaseRuleCommandInput
|
|
8
|
+
input: BatchGetCaseRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchGetCaseRuleCommandInput,
|
|
16
11
|
BatchGetCaseRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchGetCaseRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchGetCaseRuleCommandInput
|
|
17
|
+
input: BatchGetCaseRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchGetCaseRuleCommandInput,
|
|
25
20
|
BatchGetCaseRuleCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchGetFieldRequest,
|
|
4
|
-
BatchGetFieldResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface BatchGetFieldCommandInput extends BatchGetFieldRequest {}
|
|
8
|
-
export interface BatchGetFieldCommandOutput
|
|
9
|
-
extends BatchGetFieldResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface BatchGetFieldCommandOutput extends BatchGetFieldResponse, __MetadataBearer {}
|
|
11
6
|
declare const BatchGetFieldCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: BatchGetFieldCommandInput
|
|
8
|
+
input: BatchGetFieldCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
BatchGetFieldCommandInput,
|
|
16
11
|
BatchGetFieldCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const BatchGetFieldCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: BatchGetFieldCommandInput
|
|
17
|
+
input: BatchGetFieldCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
BatchGetFieldCommandInput,
|
|
25
20
|
BatchGetFieldCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
BatchPutFieldOptionsRequest,
|
|
4
|
-
BatchPutFieldOptionsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { BatchPutFieldOptionsRequest, BatchPutFieldOptionsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface BatchPutFieldOptionsCommandInput
|
|
8
|
-
extends BatchPutFieldOptionsRequest {}
|
|
4
|
+
export interface BatchPutFieldOptionsCommandInput extends BatchPutFieldOptionsRequest {}
|
|
9
5
|
export interface BatchPutFieldOptionsCommandOutput
|
|
10
|
-
extends BatchPutFieldOptionsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends BatchPutFieldOptionsResponse, __MetadataBearer {}
|
|
12
7
|
declare const BatchPutFieldOptionsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: BatchPutFieldOptionsCommandInput
|
|
9
|
+
input: BatchPutFieldOptionsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
BatchPutFieldOptionsCommandInput,
|
|
17
12
|
BatchPutFieldOptionsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const BatchPutFieldOptionsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: BatchPutFieldOptionsCommandInput
|
|
18
|
+
input: BatchPutFieldOptionsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
BatchPutFieldOptionsCommandInput,
|
|
26
21
|
BatchPutFieldOptionsCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateCaseCommandInput extends CreateCaseRequest {}
|
|
5
|
-
export interface CreateCaseCommandOutput
|
|
6
|
-
extends CreateCaseResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateCaseCommandOutput extends CreateCaseResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateCaseCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateCaseCommandInput
|
|
8
|
+
input: CreateCaseCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateCaseCommandInput,
|
|
13
11
|
CreateCaseCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateCaseCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateCaseCommandInput
|
|
17
|
+
input: CreateCaseCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateCaseCommandInput,
|
|
22
20
|
CreateCaseCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateCaseRuleRequest,
|
|
4
|
-
CreateCaseRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateCaseRuleRequest, CreateCaseRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateCaseRuleCommandInput extends CreateCaseRuleRequest {}
|
|
8
|
-
export interface CreateCaseRuleCommandOutput
|
|
9
|
-
extends CreateCaseRuleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateCaseRuleCommandOutput extends CreateCaseRuleResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateCaseRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateCaseRuleCommandInput
|
|
8
|
+
input: CreateCaseRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateCaseRuleCommandInput,
|
|
16
11
|
CreateCaseRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateCaseRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateCaseRuleCommandInput
|
|
17
|
+
input: CreateCaseRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateCaseRuleCommandInput,
|
|
25
20
|
CreateCaseRuleCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateDomainCommandInput extends CreateDomainRequest {}
|
|
5
|
-
export interface CreateDomainCommandOutput
|
|
6
|
-
extends CreateDomainResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateDomainCommandOutput extends CreateDomainResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateDomainCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateDomainCommandInput
|
|
8
|
+
input: CreateDomainCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateDomainCommandInput,
|
|
13
11
|
CreateDomainCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateDomainCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateDomainCommandInput
|
|
17
|
+
input: CreateDomainCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateDomainCommandInput,
|
|
22
20
|
CreateDomainCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateFieldCommandInput extends CreateFieldRequest {}
|
|
5
|
-
export interface CreateFieldCommandOutput
|
|
6
|
-
extends CreateFieldResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateFieldCommandOutput extends CreateFieldResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateFieldCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateFieldCommandInput
|
|
8
|
+
input: CreateFieldCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateFieldCommandInput,
|
|
13
11
|
CreateFieldCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateFieldCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateFieldCommandInput
|
|
17
|
+
input: CreateFieldCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateFieldCommandInput,
|
|
22
20
|
CreateFieldCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface CreateLayoutCommandInput extends CreateLayoutRequest {}
|
|
5
|
-
export interface CreateLayoutCommandOutput
|
|
6
|
-
extends CreateLayoutResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateLayoutCommandOutput extends CreateLayoutResponse, __MetadataBearer {}
|
|
8
6
|
declare const CreateLayoutCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: CreateLayoutCommandInput
|
|
8
|
+
input: CreateLayoutCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
CreateLayoutCommandInput,
|
|
13
11
|
CreateLayoutCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const CreateLayoutCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: CreateLayoutCommandInput
|
|
17
|
+
input: CreateLayoutCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
CreateLayoutCommandInput,
|
|
22
20
|
CreateLayoutCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateRelatedItemRequest,
|
|
4
|
-
CreateRelatedItemResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateRelatedItemRequest, CreateRelatedItemResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface CreateRelatedItemCommandInput
|
|
8
|
-
extends CreateRelatedItemRequest {}
|
|
4
|
+
export interface CreateRelatedItemCommandInput extends CreateRelatedItemRequest {}
|
|
9
5
|
export interface CreateRelatedItemCommandOutput
|
|
10
|
-
extends CreateRelatedItemResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends CreateRelatedItemResponse, __MetadataBearer {}
|
|
12
7
|
declare const CreateRelatedItemCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: CreateRelatedItemCommandInput
|
|
9
|
+
input: CreateRelatedItemCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
CreateRelatedItemCommandInput,
|
|
17
12
|
CreateRelatedItemCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const CreateRelatedItemCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: CreateRelatedItemCommandInput
|
|
18
|
+
input: CreateRelatedItemCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
CreateRelatedItemCommandInput,
|
|
26
21
|
CreateRelatedItemCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
CreateTemplateRequest,
|
|
4
|
-
CreateTemplateResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface CreateTemplateCommandInput extends CreateTemplateRequest {}
|
|
8
|
-
export interface CreateTemplateCommandOutput
|
|
9
|
-
extends CreateTemplateResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface CreateTemplateCommandOutput extends CreateTemplateResponse, __MetadataBearer {}
|
|
11
6
|
declare const CreateTemplateCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: CreateTemplateCommandInput
|
|
8
|
+
input: CreateTemplateCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
CreateTemplateCommandInput,
|
|
16
11
|
CreateTemplateCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const CreateTemplateCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: CreateTemplateCommandInput
|
|
17
|
+
input: CreateTemplateCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
CreateTemplateCommandInput,
|
|
25
20
|
CreateTemplateCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { DeleteCaseRequest, DeleteCaseResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface DeleteCaseCommandInput extends DeleteCaseRequest {}
|
|
5
|
-
export interface DeleteCaseCommandOutput
|
|
6
|
-
extends DeleteCaseResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteCaseCommandOutput extends DeleteCaseResponse, __MetadataBearer {}
|
|
8
6
|
declare const DeleteCaseCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DeleteCaseCommandInput
|
|
8
|
+
input: DeleteCaseCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DeleteCaseCommandInput,
|
|
13
11
|
DeleteCaseCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DeleteCaseCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DeleteCaseCommandInput
|
|
17
|
+
input: DeleteCaseCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DeleteCaseCommandInput,
|
|
22
20
|
DeleteCaseCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DeleteCaseRuleRequest,
|
|
4
|
-
DeleteCaseRuleResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DeleteCaseRuleRequest, DeleteCaseRuleResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface DeleteCaseRuleCommandInput extends DeleteCaseRuleRequest {}
|
|
8
|
-
export interface DeleteCaseRuleCommandOutput
|
|
9
|
-
extends DeleteCaseRuleResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface DeleteCaseRuleCommandOutput extends DeleteCaseRuleResponse, __MetadataBearer {}
|
|
11
6
|
declare const DeleteCaseRuleCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: DeleteCaseRuleCommandInput
|
|
8
|
+
input: DeleteCaseRuleCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
DeleteCaseRuleCommandInput,
|
|
16
11
|
DeleteCaseRuleCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const DeleteCaseRuleCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: DeleteCaseRuleCommandInput
|
|
17
|
+
input: DeleteCaseRuleCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
DeleteCaseRuleCommandInput,
|
|
25
20
|
DeleteCaseRuleCommandOutput,
|