@aws-sdk/client-connectcases 3.1076.0 → 3.1078.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 +54 -435
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetCaseRuleCommand.js +2 -14
- package/dist-es/commands/BatchGetFieldCommand.js +2 -14
- package/dist-es/commands/BatchPutFieldOptionsCommand.js +2 -14
- package/dist-es/commands/CreateCaseCommand.js +2 -14
- package/dist-es/commands/CreateCaseRuleCommand.js +2 -14
- package/dist-es/commands/CreateDomainCommand.js +2 -14
- package/dist-es/commands/CreateFieldCommand.js +2 -14
- package/dist-es/commands/CreateLayoutCommand.js +2 -14
- package/dist-es/commands/CreateRelatedItemCommand.js +2 -14
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteCaseCommand.js +2 -14
- package/dist-es/commands/DeleteCaseRuleCommand.js +2 -14
- package/dist-es/commands/DeleteDomainCommand.js +2 -14
- package/dist-es/commands/DeleteFieldCommand.js +2 -14
- package/dist-es/commands/DeleteLayoutCommand.js +2 -14
- package/dist-es/commands/DeleteRelatedItemCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/GetCaseAuditEventsCommand.js +2 -14
- package/dist-es/commands/GetCaseCommand.js +2 -14
- package/dist-es/commands/GetCaseEventConfigurationCommand.js +2 -14
- package/dist-es/commands/GetDomainCommand.js +2 -14
- package/dist-es/commands/GetLayoutCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/ListCaseRulesCommand.js +2 -14
- package/dist-es/commands/ListCasesForContactCommand.js +2 -14
- package/dist-es/commands/ListDomainsCommand.js +2 -14
- package/dist-es/commands/ListFieldOptionsCommand.js +2 -14
- package/dist-es/commands/ListFieldsCommand.js +2 -14
- package/dist-es/commands/ListLayoutsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/PutCaseEventConfigurationCommand.js +2 -14
- package/dist-es/commands/SearchAllRelatedItemsCommand.js +2 -14
- package/dist-es/commands/SearchCasesCommand.js +2 -14
- package/dist-es/commands/SearchRelatedItemsCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateCaseCommand.js +2 -14
- package/dist-es/commands/UpdateCaseRuleCommand.js +2 -14
- package/dist-es/commands/UpdateFieldCommand.js +2 -14
- package/dist-es/commands/UpdateLayoutCommand.js +2 -14
- package/dist-es/commands/UpdateRelatedItemCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetCaseRuleCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFieldCommand.d.ts +3 -8
- package/dist-types/commands/BatchPutFieldOptionsCommand.d.ts +3 -8
- package/dist-types/commands/CreateCaseCommand.d.ts +3 -8
- package/dist-types/commands/CreateCaseRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateFieldCommand.d.ts +3 -8
- package/dist-types/commands/CreateLayoutCommand.d.ts +3 -8
- package/dist-types/commands/CreateRelatedItemCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCaseCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCaseRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDomainCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFieldCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLayoutCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRelatedItemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetCaseAuditEventsCommand.d.ts +3 -8
- package/dist-types/commands/GetCaseCommand.d.ts +3 -8
- package/dist-types/commands/GetCaseEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetDomainCommand.d.ts +3 -8
- package/dist-types/commands/GetLayoutCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/ListCaseRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListCasesForContactCommand.d.ts +3 -8
- package/dist-types/commands/ListDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListFieldOptionsCommand.d.ts +3 -8
- package/dist-types/commands/ListFieldsCommand.d.ts +3 -8
- package/dist-types/commands/ListLayoutsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/PutCaseEventConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/SearchAllRelatedItemsCommand.d.ts +3 -8
- package/dist-types/commands/SearchCasesCommand.d.ts +3 -8
- package/dist-types/commands/SearchRelatedItemsCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCaseCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCaseRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFieldCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLayoutCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRelatedItemCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/BatchGetCaseRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchPutFieldOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCaseRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLayoutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRelatedItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCaseRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLayoutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRelatedItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCaseAuditEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCaseEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLayoutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCaseRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCasesForContactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFieldOptionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFieldsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLayoutsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutCaseEventConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchAllRelatedItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchCasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchRelatedItemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCaseCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCaseRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFieldCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLayoutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRelatedItemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCaseAuditEventsRequest,
|
|
10
4
|
GetCaseAuditEventsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCaseAuditEventsCommandInput
|
|
15
8
|
extends GetCaseAuditEventsRequest {}
|
|
16
9
|
export interface GetCaseAuditEventsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCaseAuditEventsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCaseAuditEventsCommandInput,
|
|
24
17
|
GetCaseAuditEventsCommandOutput,
|
|
25
|
-
ConnectCasesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCaseAuditEventsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCaseAuditEventsCommandInput,
|
|
33
26
|
GetCaseAuditEventsCommandOutput,
|
|
34
|
-
ConnectCasesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetCaseAuditEventsCommand extends GetCaseAuditEventsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { GetCaseRequest, GetCaseResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetCaseCommandInput extends GetCaseRequest {}
|
|
12
5
|
export interface GetCaseCommandOutput
|
|
13
6
|
extends GetCaseResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetCaseCommand_base: {
|
|
|
16
9
|
new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetCaseCommandInput,
|
|
18
11
|
GetCaseCommandOutput,
|
|
19
|
-
ConnectCasesClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetCaseCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetCaseCommandInput,
|
|
25
18
|
GetCaseCommandOutput,
|
|
26
|
-
ConnectCasesClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetCaseCommand extends GetCaseCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCaseEventConfigurationRequest,
|
|
10
4
|
GetCaseEventConfigurationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCaseEventConfigurationCommandInput
|
|
15
8
|
extends GetCaseEventConfigurationRequest {}
|
|
16
9
|
export interface GetCaseEventConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetCaseEventConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetCaseEventConfigurationCommandInput,
|
|
24
17
|
GetCaseEventConfigurationCommandOutput,
|
|
25
|
-
ConnectCasesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetCaseEventConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetCaseEventConfigurationCommandInput,
|
|
33
26
|
GetCaseEventConfigurationCommandOutput,
|
|
34
|
-
ConnectCasesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class GetCaseEventConfigurationCommand extends GetCaseEventConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { GetDomainRequest, GetDomainResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetDomainCommandInput extends GetDomainRequest {}
|
|
12
5
|
export interface GetDomainCommandOutput
|
|
13
6
|
extends GetDomainResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetDomainCommand_base: {
|
|
|
16
9
|
new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetDomainCommandInput,
|
|
18
11
|
GetDomainCommandOutput,
|
|
19
|
-
ConnectCasesClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetDomainCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetDomainCommandInput,
|
|
25
18
|
GetDomainCommandOutput,
|
|
26
|
-
ConnectCasesClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetDomainCommand extends GetDomainCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { GetLayoutRequest, GetLayoutResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetLayoutCommandInput extends GetLayoutRequest {}
|
|
12
5
|
export interface GetLayoutCommandOutput
|
|
13
6
|
extends GetLayoutResponse,
|
|
@@ -16,20 +9,18 @@ declare const GetLayoutCommand_base: {
|
|
|
16
9
|
new (input: GetLayoutCommandInput): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
GetLayoutCommandInput,
|
|
18
11
|
GetLayoutCommandOutput,
|
|
19
|
-
ConnectCasesClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (input: GetLayoutCommandInput): import("@smithy/core/client").CommandImpl<
|
|
24
17
|
GetLayoutCommandInput,
|
|
25
18
|
GetLayoutCommandOutput,
|
|
26
|
-
ConnectCasesClientResolvedConfig,
|
|
27
|
-
ServiceInputTypes,
|
|
28
|
-
ServiceOutputTypes
|
|
19
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
20
|
+
import("..").ServiceInputTypes,
|
|
21
|
+
import("..").ServiceOutputTypes
|
|
29
22
|
>;
|
|
30
|
-
getEndpointParameterInstructions():
|
|
31
|
-
[x: string]: unknown;
|
|
32
|
-
};
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
33
24
|
};
|
|
34
25
|
export declare class GetLayoutCommand extends GetLayoutCommand_base {
|
|
35
26
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface GetTemplateCommandInput extends GetTemplateRequest {}
|
|
12
5
|
export interface GetTemplateCommandOutput
|
|
13
6
|
extends GetTemplateResponse,
|
|
@@ -18,22 +11,20 @@ declare const GetTemplateCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
GetTemplateCommandInput,
|
|
20
13
|
GetTemplateCommandOutput,
|
|
21
|
-
ConnectCasesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: GetTemplateCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
GetTemplateCommandInput,
|
|
29
22
|
GetTemplateCommandOutput,
|
|
30
|
-
ConnectCasesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCaseRulesRequest,
|
|
10
4
|
ListCaseRulesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCaseRulesCommandInput extends ListCaseRulesRequest {}
|
|
15
8
|
export interface ListCaseRulesCommandOutput
|
|
16
9
|
extends ListCaseRulesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListCaseRulesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListCaseRulesCommandInput,
|
|
23
16
|
ListCaseRulesCommandOutput,
|
|
24
|
-
ConnectCasesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListCaseRulesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListCaseRulesCommandInput,
|
|
32
25
|
ListCaseRulesCommandOutput,
|
|
33
|
-
ConnectCasesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListCaseRulesCommand extends ListCaseRulesCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCasesForContactRequest,
|
|
10
4
|
ListCasesForContactResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCasesForContactCommandInput
|
|
15
8
|
extends ListCasesForContactRequest {}
|
|
16
9
|
export interface ListCasesForContactCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCasesForContactCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCasesForContactCommandInput,
|
|
24
17
|
ListCasesForContactCommandOutput,
|
|
25
|
-
ConnectCasesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListCasesForContactCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCasesForContactCommandInput,
|
|
33
26
|
ListCasesForContactCommandOutput,
|
|
34
|
-
ConnectCasesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListCasesForContactCommand extends ListCasesForContactCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListDomainsCommandInput extends ListDomainsRequest {}
|
|
12
5
|
export interface ListDomainsCommandOutput
|
|
13
6
|
extends ListDomainsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListDomainsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListDomainsCommandInput,
|
|
20
13
|
ListDomainsCommandOutput,
|
|
21
|
-
ConnectCasesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [ListDomainsCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListDomainsCommandInput,
|
|
29
22
|
ListDomainsCommandOutput,
|
|
30
|
-
ConnectCasesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
ListFieldOptionsRequest,
|
|
10
4
|
ListFieldOptionsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListFieldOptionsCommandInput extends ListFieldOptionsRequest {}
|
|
15
8
|
export interface ListFieldOptionsCommandOutput
|
|
16
9
|
extends ListFieldOptionsResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListFieldOptionsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListFieldOptionsCommandInput,
|
|
23
16
|
ListFieldOptionsCommandOutput,
|
|
24
|
-
ConnectCasesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListFieldOptionsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListFieldOptionsCommandInput,
|
|
32
25
|
ListFieldOptionsCommandOutput,
|
|
33
|
-
ConnectCasesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListFieldOptionsCommand extends ListFieldOptionsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { ListFieldsRequest, ListFieldsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListFieldsCommandInput extends ListFieldsRequest {}
|
|
12
5
|
export interface ListFieldsCommandOutput
|
|
13
6
|
extends ListFieldsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListFieldsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListFieldsCommandInput,
|
|
20
13
|
ListFieldsCommandOutput,
|
|
21
|
-
ConnectCasesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListFieldsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListFieldsCommandInput,
|
|
29
22
|
ListFieldsCommandOutput,
|
|
30
|
-
ConnectCasesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListFieldsCommand extends ListFieldsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import { ListLayoutsRequest, ListLayoutsResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface ListLayoutsCommandInput extends ListLayoutsRequest {}
|
|
12
5
|
export interface ListLayoutsCommandOutput
|
|
13
6
|
extends ListLayoutsResponse,
|
|
@@ -18,22 +11,20 @@ declare const ListLayoutsCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
ListLayoutsCommandInput,
|
|
20
13
|
ListLayoutsCommandOutput,
|
|
21
|
-
ConnectCasesClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: ListLayoutsCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
ListLayoutsCommandInput,
|
|
29
22
|
ListLayoutsCommandOutput,
|
|
30
|
-
ConnectCasesClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class ListLayoutsCommand extends ListLayoutsCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTagsForResourceRequest,
|
|
10
4
|
ListTagsForResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTagsForResourceCommandInput
|
|
15
8
|
extends ListTagsForResourceRequest {}
|
|
16
9
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListTagsForResourceCommandInput,
|
|
24
17
|
ListTagsForResourceCommandOutput,
|
|
25
|
-
ConnectCasesClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: ListTagsForResourceCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListTagsForResourceCommandInput,
|
|
33
26
|
ListTagsForResourceCommandOutput,
|
|
34
|
-
ConnectCasesClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ConnectCasesClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ConnectCasesClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTemplatesRequest,
|
|
10
4
|
ListTemplatesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListTemplatesCommandInput extends ListTemplatesRequest {}
|
|
15
8
|
export interface ListTemplatesCommandOutput
|
|
16
9
|
extends ListTemplatesResponse,
|
|
@@ -21,22 +14,20 @@ declare const ListTemplatesCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListTemplatesCommandInput,
|
|
23
16
|
ListTemplatesCommandOutput,
|
|
24
|
-
ConnectCasesClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListTemplatesCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListTemplatesCommandInput,
|
|
32
25
|
ListTemplatesCommandOutput,
|
|
33
|
-
ConnectCasesClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ConnectCasesClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class ListTemplatesCommand extends ListTemplatesCommand_base {
|
|
42
33
|
protected static __types: {
|