@aws-sdk/client-chatbot 3.1077.0 → 3.1079.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 +42 -343
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateToConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateCustomActionCommand.js +2 -14
- package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteCustomActionCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +2 -14
- package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteSlackUserIdentityCommand.js +2 -14
- package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +2 -14
- package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +2 -14
- package/dist-es/commands/DescribeSlackWorkspacesCommand.js +2 -14
- package/dist-es/commands/DisassociateFromConfigurationCommand.js +2 -14
- package/dist-es/commands/GetAccountPreferencesCommand.js +2 -14
- package/dist-es/commands/GetCustomActionCommand.js +2 -14
- package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAssociationsCommand.js +2 -14
- package/dist-es/commands/ListCustomActionsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +2 -14
- package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAccountPreferencesCommand.js +2 -14
- package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateCustomActionCommand.js +2 -14
- package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateToConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackUserIdentityCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeSlackWorkspacesCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateFromConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListCustomActionsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -8
- package/dist-types/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.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/UpdateAccountPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChimeWebhookConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCustomActionCommand.d.ts +3 -8
- package/dist-types/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.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/UpdateAccountPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
GetCustomActionRequest,
|
|
10
4
|
GetCustomActionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetCustomActionCommandInput extends GetCustomActionRequest {}
|
|
15
8
|
export interface GetCustomActionCommandOutput
|
|
16
9
|
extends GetCustomActionResult,
|
|
@@ -21,22 +14,20 @@ declare const GetCustomActionCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
GetCustomActionCommandInput,
|
|
23
16
|
GetCustomActionCommandOutput,
|
|
24
|
-
ChatbotClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ChatbotClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: GetCustomActionCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
GetCustomActionCommandInput,
|
|
32
25
|
GetCustomActionCommandOutput,
|
|
33
|
-
ChatbotClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 GetCustomActionCommand extends GetCustomActionCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
GetTeamsChannelConfigurationRequest,
|
|
10
4
|
GetTeamsChannelConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface GetMicrosoftTeamsChannelConfigurationCommandInput
|
|
15
8
|
extends GetTeamsChannelConfigurationRequest {}
|
|
16
9
|
export interface GetMicrosoftTeamsChannelConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const GetMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
24
17
|
GetMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: GetMicrosoftTeamsChannelConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
33
26
|
GetMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 GetMicrosoftTeamsChannelConfigurationCommand extends GetMicrosoftTeamsChannelConfigurationCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
ListAssociationsRequest,
|
|
10
4
|
ListAssociationsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListAssociationsCommandInput extends ListAssociationsRequest {}
|
|
15
8
|
export interface ListAssociationsCommandOutput
|
|
16
9
|
extends ListAssociationsResult,
|
|
@@ -21,22 +14,20 @@ declare const ListAssociationsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
ListAssociationsCommandInput,
|
|
23
16
|
ListAssociationsCommandOutput,
|
|
24
|
-
ChatbotClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ChatbotClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: ListAssociationsCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
ListAssociationsCommandInput,
|
|
32
25
|
ListAssociationsCommandOutput,
|
|
33
|
-
ChatbotClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 ListAssociationsCommand extends ListAssociationsCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
ListCustomActionsRequest,
|
|
10
4
|
ListCustomActionsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListCustomActionsCommandInput
|
|
15
8
|
extends ListCustomActionsRequest {}
|
|
16
9
|
export interface ListCustomActionsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListCustomActionsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListCustomActionsCommandInput,
|
|
24
17
|
ListCustomActionsCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListCustomActionsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListCustomActionsCommandInput,
|
|
33
26
|
ListCustomActionsCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 ListCustomActionsCommand extends ListCustomActionsCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
ListTeamsChannelConfigurationsRequest,
|
|
10
4
|
ListTeamsChannelConfigurationsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMicrosoftTeamsChannelConfigurationsCommandInput
|
|
15
8
|
extends ListTeamsChannelConfigurationsRequest {}
|
|
16
9
|
export interface ListMicrosoftTeamsChannelConfigurationsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMicrosoftTeamsChannelConfigurationsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
24
17
|
ListMicrosoftTeamsChannelConfigurationsCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListMicrosoftTeamsChannelConfigurationsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
33
26
|
ListMicrosoftTeamsChannelConfigurationsCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 ListMicrosoftTeamsChannelConfigurationsCommand extends ListMicrosoftTeamsChannelConfigurationsCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
ListMicrosoftTeamsConfiguredTeamsRequest,
|
|
10
4
|
ListMicrosoftTeamsConfiguredTeamsResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMicrosoftTeamsConfiguredTeamsCommandInput
|
|
15
8
|
extends ListMicrosoftTeamsConfiguredTeamsRequest {}
|
|
16
9
|
export interface ListMicrosoftTeamsConfiguredTeamsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMicrosoftTeamsConfiguredTeamsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
24
17
|
ListMicrosoftTeamsConfiguredTeamsCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListMicrosoftTeamsConfiguredTeamsCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
33
26
|
ListMicrosoftTeamsConfiguredTeamsCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 ListMicrosoftTeamsConfiguredTeamsCommand extends ListMicrosoftTeamsConfiguredTeamsCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
ListMicrosoftTeamsUserIdentitiesRequest,
|
|
10
4
|
ListMicrosoftTeamsUserIdentitiesResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface ListMicrosoftTeamsUserIdentitiesCommandInput
|
|
15
8
|
extends ListMicrosoftTeamsUserIdentitiesRequest {}
|
|
16
9
|
export interface ListMicrosoftTeamsUserIdentitiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const ListMicrosoftTeamsUserIdentitiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
24
17
|
ListMicrosoftTeamsUserIdentitiesCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [ListMicrosoftTeamsUserIdentitiesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
33
26
|
ListMicrosoftTeamsUserIdentitiesCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 ListMicrosoftTeamsUserIdentitiesCommand extends ListMicrosoftTeamsUserIdentitiesCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
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
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
12
5
|
export interface TagResourceCommandOutput
|
|
13
6
|
extends TagResourceResponse,
|
|
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
TagResourceCommandInput,
|
|
20
13
|
TagResourceCommandOutput,
|
|
21
|
-
ChatbotClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").ChatbotClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
input: TagResourceCommandInput
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
TagResourceCommandInput,
|
|
29
22
|
TagResourceCommandOutput,
|
|
30
|
-
ChatbotClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 TagResourceCommand extends TagResourceCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
UntagResourceRequest,
|
|
10
4
|
UntagResourceResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
15
8
|
export interface UntagResourceCommandOutput
|
|
16
9
|
extends UntagResourceResponse,
|
|
@@ -21,22 +14,20 @@ declare const UntagResourceCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
UntagResourceCommandInput,
|
|
23
16
|
UntagResourceCommandOutput,
|
|
24
|
-
ChatbotClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").ChatbotClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
input: UntagResourceCommandInput
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
UntagResourceCommandInput,
|
|
32
25
|
UntagResourceCommandOutput,
|
|
33
|
-
ChatbotClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 UntagResourceCommand extends UntagResourceCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateAccountPreferencesRequest,
|
|
10
4
|
UpdateAccountPreferencesResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateAccountPreferencesCommandInput
|
|
15
8
|
extends UpdateAccountPreferencesRequest {}
|
|
16
9
|
export interface UpdateAccountPreferencesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateAccountPreferencesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateAccountPreferencesCommandInput,
|
|
24
17
|
UpdateAccountPreferencesCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [UpdateAccountPreferencesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateAccountPreferencesCommandInput,
|
|
33
26
|
UpdateAccountPreferencesCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 UpdateAccountPreferencesCommand extends UpdateAccountPreferencesCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateChimeWebhookConfigurationRequest,
|
|
10
4
|
UpdateChimeWebhookConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateChimeWebhookConfigurationCommandInput
|
|
15
8
|
extends UpdateChimeWebhookConfigurationRequest {}
|
|
16
9
|
export interface UpdateChimeWebhookConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateChimeWebhookConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateChimeWebhookConfigurationCommandInput,
|
|
24
17
|
UpdateChimeWebhookConfigurationCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateChimeWebhookConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateChimeWebhookConfigurationCommandInput,
|
|
33
26
|
UpdateChimeWebhookConfigurationCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 UpdateChimeWebhookConfigurationCommand extends UpdateChimeWebhookConfigurationCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateCustomActionRequest,
|
|
10
4
|
UpdateCustomActionResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateCustomActionCommandInput
|
|
15
8
|
extends UpdateCustomActionRequest {}
|
|
16
9
|
export interface UpdateCustomActionCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateCustomActionCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateCustomActionCommandInput,
|
|
24
17
|
UpdateCustomActionCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateCustomActionCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateCustomActionCommandInput,
|
|
33
26
|
UpdateCustomActionCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 UpdateCustomActionCommand extends UpdateCustomActionCommand_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
|
-
ChatbotClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../ChatbotClient";
|
|
8
2
|
import {
|
|
9
3
|
UpdateTeamsChannelConfigurationRequest,
|
|
10
4
|
UpdateTeamsChannelConfigurationResult,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface UpdateMicrosoftTeamsChannelConfigurationCommandInput
|
|
15
8
|
extends UpdateTeamsChannelConfigurationRequest {}
|
|
16
9
|
export interface UpdateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const UpdateMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
24
17
|
UpdateMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
25
|
-
ChatbotClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").ChatbotClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: UpdateMicrosoftTeamsChannelConfigurationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
33
26
|
UpdateMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
34
|
-
ChatbotClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").ChatbotClientResolvedConfig,
|
|
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 UpdateMicrosoftTeamsChannelConfigurationCommand extends UpdateMicrosoftTeamsChannelConfigurationCommand_base {
|
|
43
34
|
protected static __types: {
|