@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { CreateTeamsChannelConfigurationRequest, CreateTeamsChannelConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateMicrosoftTeamsChannelConfigurationCommandInput extends Cr
|
|
|
22
19
|
export interface CreateMicrosoftTeamsChannelConfigurationCommandOutput extends CreateTeamsChannelConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an AWS Chatbot configuration for Microsoft Teams.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { CreateSlackChannelConfigurationRequest, CreateSlackChannelConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface CreateSlackChannelConfigurationCommandInput extends CreateSlack
|
|
|
22
19
|
export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlackChannelConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateSlackChannelConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates an AWS Chatbot confugration for Slack.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteChimeWebhookConfigurationRequest, DeleteChimeWebhookConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteChimeWebhookConfigurationCommandInput extends DeleteChime
|
|
|
22
19
|
export interface DeleteChimeWebhookConfigurationCommandOutput extends DeleteChimeWebhookConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteChimeWebhookConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Amazon Chime webhook configuration for AWS Chatbot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteCustomActionRequest, DeleteCustomActionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteCustomActionCommandInput extends DeleteCustomActionReques
|
|
|
22
19
|
export interface DeleteCustomActionCommandOutput extends DeleteCustomActionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteCustomActionCommand_base: {
|
|
25
|
-
new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a custom action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteTeamsChannelConfigurationRequest, DeleteTeamsChannelConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMicrosoftTeamsChannelConfigurationCommandInput extends De
|
|
|
22
19
|
export interface DeleteMicrosoftTeamsChannelConfigurationCommandOutput extends DeleteTeamsChannelConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Microsoft Teams channel configuration for AWS Chatbot</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteTeamsConfiguredTeamRequest, DeleteTeamsConfiguredTeamResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMicrosoftTeamsConfiguredTeamCommandInput extends DeleteTe
|
|
|
22
19
|
export interface DeleteMicrosoftTeamsConfiguredTeamCommandOutput extends DeleteTeamsConfiguredTeamResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMicrosoftTeamsConfiguredTeamCommand_base: {
|
|
25
|
-
new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteMicrosoftTeamsUserIdentityRequest, DeleteMicrosoftTeamsUserIdentityResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteMicrosoftTeamsUserIdentityCommandInput extends DeleteMicr
|
|
|
22
19
|
export interface DeleteMicrosoftTeamsUserIdentityCommandOutput extends DeleteMicrosoftTeamsUserIdentityResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteMicrosoftTeamsUserIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Identifes a user level permission for a channel configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteSlackChannelConfigurationRequest, DeleteSlackChannelConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSlackChannelConfigurationCommandInput extends DeleteSlack
|
|
|
22
19
|
export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlackChannelConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSlackChannelConfigurationCommand_base: {
|
|
25
|
-
new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a Slack channel configuration for AWS Chatbot</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteSlackUserIdentityRequest, DeleteSlackUserIdentityResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSlackUserIdentityCommandInput extends DeleteSlackUserIden
|
|
|
22
19
|
export interface DeleteSlackUserIdentityCommandOutput extends DeleteSlackUserIdentityResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSlackUserIdentityCommand_base: {
|
|
25
|
-
new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes a user level permission for a Slack channel configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DeleteSlackWorkspaceAuthorizationRequest, DeleteSlackWorkspaceAuthorizationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DeleteSlackWorkspaceAuthorizationCommandInput extends DeleteSla
|
|
|
22
19
|
export interface DeleteSlackWorkspaceAuthorizationCommandOutput extends DeleteSlackWorkspaceAuthorizationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DeleteSlackWorkspaceAuthorizationCommand_base: {
|
|
25
|
-
new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DescribeChimeWebhookConfigurationsRequest, DescribeChimeWebhookConfigurationsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeChimeWebhookConfigurationsCommandInput extends Describe
|
|
|
22
19
|
export interface DescribeChimeWebhookConfigurationsCommandOutput extends DescribeChimeWebhookConfigurationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeChimeWebhookConfigurationsCommand_base: {
|
|
25
|
-
new (input: DescribeChimeWebhookConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeChimeWebhookConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeChimeWebhookConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeChimeWebhookConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DescribeSlackChannelConfigurationsRequest, DescribeSlackChannelConfigurationsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSlackChannelConfigurationsCommandInput extends Describe
|
|
|
22
19
|
export interface DescribeSlackChannelConfigurationsCommandOutput extends DescribeSlackChannelConfigurationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSlackChannelConfigurationsCommand_base: {
|
|
25
|
-
new (input: DescribeSlackChannelConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSlackChannelConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSlackChannelConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSlackChannelConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists Slack channel configurations optionally filtered by ChatConfigurationArn</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DescribeSlackUserIdentitiesRequest, DescribeSlackUserIdentitiesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSlackUserIdentitiesCommandInput extends DescribeSlackUs
|
|
|
22
19
|
export interface DescribeSlackUserIdentitiesCommandOutput extends DescribeSlackUserIdentitiesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSlackUserIdentitiesCommand_base: {
|
|
25
|
-
new (input: DescribeSlackUserIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSlackUserIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSlackUserIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSlackUserIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists all Slack user identities with a mapped role.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DescribeSlackWorkspacesRequest, DescribeSlackWorkspacesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeSlackWorkspacesCommandInput extends DescribeSlackWorksp
|
|
|
22
19
|
export interface DescribeSlackWorkspacesCommandOutput extends DescribeSlackWorkspacesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeSlackWorkspacesCommand_base: {
|
|
25
|
-
new (input: DescribeSlackWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeSlackWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeSlackWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeSlackWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { DisassociateFromConfigurationRequest, DisassociateFromConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DisassociateFromConfigurationCommandInput extends DisassociateF
|
|
|
22
19
|
export interface DisassociateFromConfigurationCommandOutput extends DisassociateFromConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DisassociateFromConfigurationCommand_base: {
|
|
25
|
-
new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Unlink a resource, for example a custom action, from a channel configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { GetAccountPreferencesRequest, GetAccountPreferencesResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetAccountPreferencesCommandInput extends GetAccountPreferences
|
|
|
22
19
|
export interface GetAccountPreferencesCommandOutput extends GetAccountPreferencesResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetAccountPreferencesCommand_base: {
|
|
25
|
-
new (input: GetAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [GetAccountPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [GetAccountPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns AWS Chatbot account preferences.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { GetCustomActionRequest, GetCustomActionResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetCustomActionCommandInput extends GetCustomActionRequest {
|
|
|
22
19
|
export interface GetCustomActionCommandOutput extends GetCustomActionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetCustomActionCommand_base: {
|
|
25
|
-
new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a custom action.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { GetTeamsChannelConfigurationRequest, GetTeamsChannelConfigurationResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface GetMicrosoftTeamsChannelConfigurationCommandInput extends GetTe
|
|
|
22
19
|
export interface GetMicrosoftTeamsChannelConfigurationCommandOutput extends GetTeamsChannelConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const GetMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
25
|
-
new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a Microsoft Teams channel configuration in an AWS account.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { ListAssociationsRequest, ListAssociationsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListAssociationsCommandInput extends ListAssociationsRequest {
|
|
|
22
19
|
export interface ListAssociationsCommandOutput extends ListAssociationsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListAssociationsCommand_base: {
|
|
25
|
-
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists resources associated with a channel configuration.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
|
|
4
2
|
import type { ListCustomActionsRequest, ListCustomActionsResult } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface ListCustomActionsCommandInput extends ListCustomActionsRequest
|
|
|
22
19
|
export interface ListCustomActionsCommandOutput extends ListCustomActionsResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const ListCustomActionsCommand_base: {
|
|
25
|
-
new (input: ListCustomActionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [ListCustomActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: ListCustomActionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [ListCustomActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Lists custom actions defined in this account.</p>
|