@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,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMicrosoftTeamsUserIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMicrosoftTeamsUserIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsUserIdentity", {})
|
|
13
|
-
.n("ChatbotClient", "DeleteMicrosoftTeamsUserIdentityCommand")
|
|
14
|
-
.sc(DeleteMicrosoftTeamsUserIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMicrosoftTeamsUserIdentityCommand extends command(_ep0, _mw0, "DeleteMicrosoftTeamsUserIdentity", DeleteMicrosoftTeamsUserIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSlackChannelConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSlackChannelConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackChannelConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "DeleteSlackChannelConfigurationCommand")
|
|
14
|
-
.sc(DeleteSlackChannelConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSlackChannelConfigurationCommand extends command(_ep0, _mw0, "DeleteSlackChannelConfiguration", DeleteSlackChannelConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSlackUserIdentity$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSlackUserIdentityCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackUserIdentity", {})
|
|
13
|
-
.n("ChatbotClient", "DeleteSlackUserIdentityCommand")
|
|
14
|
-
.sc(DeleteSlackUserIdentity$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSlackUserIdentityCommand extends command(_ep0, _mw0, "DeleteSlackUserIdentity", DeleteSlackUserIdentity$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSlackWorkspaceAuthorization$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSlackWorkspaceAuthorizationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DeleteSlackWorkspaceAuthorization", {})
|
|
13
|
-
.n("ChatbotClient", "DeleteSlackWorkspaceAuthorizationCommand")
|
|
14
|
-
.sc(DeleteSlackWorkspaceAuthorization$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSlackWorkspaceAuthorizationCommand extends command(_ep0, _mw0, "DeleteSlackWorkspaceAuthorization", DeleteSlackWorkspaceAuthorization$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChimeWebhookConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChimeWebhookConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DescribeChimeWebhookConfigurations", {})
|
|
13
|
-
.n("ChatbotClient", "DescribeChimeWebhookConfigurationsCommand")
|
|
14
|
-
.sc(DescribeChimeWebhookConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChimeWebhookConfigurationsCommand extends command(_ep0, _mw0, "DescribeChimeWebhookConfigurations", DescribeChimeWebhookConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSlackChannelConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSlackChannelConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackChannelConfigurations", {})
|
|
13
|
-
.n("ChatbotClient", "DescribeSlackChannelConfigurationsCommand")
|
|
14
|
-
.sc(DescribeSlackChannelConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSlackChannelConfigurationsCommand extends command(_ep0, _mw0, "DescribeSlackChannelConfigurations", DescribeSlackChannelConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSlackUserIdentities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSlackUserIdentitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackUserIdentities", {})
|
|
13
|
-
.n("ChatbotClient", "DescribeSlackUserIdentitiesCommand")
|
|
14
|
-
.sc(DescribeSlackUserIdentities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSlackUserIdentitiesCommand extends command(_ep0, _mw0, "DescribeSlackUserIdentities", DescribeSlackUserIdentities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeSlackWorkspaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeSlackWorkspacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DescribeSlackWorkspaces", {})
|
|
13
|
-
.n("ChatbotClient", "DescribeSlackWorkspacesCommand")
|
|
14
|
-
.sc(DescribeSlackWorkspaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeSlackWorkspacesCommand extends command(_ep0, _mw0, "DescribeSlackWorkspaces", DescribeSlackWorkspaces$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateFromConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateFromConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "DisassociateFromConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "DisassociateFromConfigurationCommand")
|
|
14
|
-
.sc(DisassociateFromConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateFromConfigurationCommand extends command(_ep0, _mw0, "DisassociateFromConfiguration", DisassociateFromConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetAccountPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccountPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "GetAccountPreferences", {})
|
|
13
|
-
.n("ChatbotClient", "GetAccountPreferencesCommand")
|
|
14
|
-
.sc(GetAccountPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccountPreferencesCommand extends command(_ep0, _mw0, "GetAccountPreferences", GetAccountPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetCustomAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetCustomActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "GetCustomAction", {})
|
|
13
|
-
.n("ChatbotClient", "GetCustomActionCommand")
|
|
14
|
-
.sc(GetCustomAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetCustomActionCommand extends command(_ep0, _mw0, "GetCustomAction", GetCustomAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMicrosoftTeamsChannelConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMicrosoftTeamsChannelConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "GetMicrosoftTeamsChannelConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "GetMicrosoftTeamsChannelConfigurationCommand")
|
|
14
|
-
.sc(GetMicrosoftTeamsChannelConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "GetMicrosoftTeamsChannelConfiguration", GetMicrosoftTeamsChannelConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListAssociations", {})
|
|
13
|
-
.n("ChatbotClient", "ListAssociationsCommand")
|
|
14
|
-
.sc(ListAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAssociationsCommand extends command(_ep0, _mw0, "ListAssociations", ListAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListCustomActions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListCustomActionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListCustomActions", {})
|
|
13
|
-
.n("ChatbotClient", "ListCustomActionsCommand")
|
|
14
|
-
.sc(ListCustomActions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListCustomActionsCommand extends command(_ep0, _mw0, "ListCustomActions", ListCustomActions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMicrosoftTeamsChannelConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMicrosoftTeamsChannelConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsChannelConfigurations", {})
|
|
13
|
-
.n("ChatbotClient", "ListMicrosoftTeamsChannelConfigurationsCommand")
|
|
14
|
-
.sc(ListMicrosoftTeamsChannelConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMicrosoftTeamsChannelConfigurationsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsChannelConfigurations", ListMicrosoftTeamsChannelConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMicrosoftTeamsConfiguredTeams$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMicrosoftTeamsConfiguredTeamsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsConfiguredTeams", {})
|
|
13
|
-
.n("ChatbotClient", "ListMicrosoftTeamsConfiguredTeamsCommand")
|
|
14
|
-
.sc(ListMicrosoftTeamsConfiguredTeams$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMicrosoftTeamsConfiguredTeamsCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsConfiguredTeams", ListMicrosoftTeamsConfiguredTeams$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListMicrosoftTeamsUserIdentities$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMicrosoftTeamsUserIdentitiesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListMicrosoftTeamsUserIdentities", {})
|
|
13
|
-
.n("ChatbotClient", "ListMicrosoftTeamsUserIdentitiesCommand")
|
|
14
|
-
.sc(ListMicrosoftTeamsUserIdentities$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMicrosoftTeamsUserIdentitiesCommand extends command(_ep0, _mw0, "ListMicrosoftTeamsUserIdentities", ListMicrosoftTeamsUserIdentities$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "ListTagsForResource", {})
|
|
13
|
-
.n("ChatbotClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "TagResource", {})
|
|
13
|
-
.n("ChatbotClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UntagResource", {})
|
|
13
|
-
.n("ChatbotClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateAccountPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateAccountPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UpdateAccountPreferences", {})
|
|
13
|
-
.n("ChatbotClient", "UpdateAccountPreferencesCommand")
|
|
14
|
-
.sc(UpdateAccountPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateAccountPreferencesCommand extends command(_ep0, _mw0, "UpdateAccountPreferences", UpdateAccountPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateChimeWebhookConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateChimeWebhookConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UpdateChimeWebhookConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "UpdateChimeWebhookConfigurationCommand")
|
|
14
|
-
.sc(UpdateChimeWebhookConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateChimeWebhookConfigurationCommand extends command(_ep0, _mw0, "UpdateChimeWebhookConfiguration", UpdateChimeWebhookConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateCustomAction$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateCustomActionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UpdateCustomAction", {})
|
|
13
|
-
.n("ChatbotClient", "UpdateCustomActionCommand")
|
|
14
|
-
.sc(UpdateCustomAction$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateCustomActionCommand extends command(_ep0, _mw0, "UpdateCustomAction", UpdateCustomAction$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateMicrosoftTeamsChannelConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateMicrosoftTeamsChannelConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UpdateMicrosoftTeamsChannelConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "UpdateMicrosoftTeamsChannelConfigurationCommand")
|
|
14
|
-
.sc(UpdateMicrosoftTeamsChannelConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateMicrosoftTeamsChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateMicrosoftTeamsChannelConfiguration", UpdateMicrosoftTeamsChannelConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { UpdateSlackChannelConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateSlackChannelConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("WheatleyOrchestration_20171011", "UpdateSlackChannelConfiguration", {})
|
|
13
|
-
.n("ChatbotClient", "UpdateSlackChannelConfigurationCommand")
|
|
14
|
-
.sc(UpdateSlackChannelConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateSlackChannelConfigurationCommand extends command(_ep0, _mw0, "UpdateSlackChannelConfiguration", UpdateSlackChannelConfiguration$) {
|
|
16
4
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ChatbotClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -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 { AssociateToConfigurationRequest, AssociateToConfigurationResult } 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 AssociateToConfigurationCommandInput extends AssociateToConfigu
|
|
|
22
19
|
export interface AssociateToConfigurationCommandOutput extends AssociateToConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AssociateToConfigurationCommand_base: {
|
|
25
|
-
new (input: AssociateToConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AssociateToConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AssociateToConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AssociateToConfigurationCommandInput): import("@smithy/core/client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Links a resource (for example, a custom action) to 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 { CreateChimeWebhookConfigurationRequest, CreateChimeWebhookConfigurationResult } 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 CreateChimeWebhookConfigurationCommandInput extends CreateChime
|
|
|
22
19
|
export interface CreateChimeWebhookConfigurationCommandOutput extends CreateChimeWebhookConfigurationResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateChimeWebhookConfigurationCommand_base: {
|
|
25
|
-
new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, 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 Amazon Chime.</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 { CreateCustomActionRequest, CreateCustomActionResult } 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 CreateCustomActionCommandInput extends CreateCustomActionReques
|
|
|
22
19
|
export interface CreateCustomActionCommandOutput extends CreateCustomActionResult, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const CreateCustomActionCommand_base: {
|
|
25
|
-
new (input: CreateCustomActionCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: CreateCustomActionCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: CreateCustomActionCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: CreateCustomActionCommandInput): import("@smithy/core/client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, import("..").ChatbotClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Creates a custom action that can be invoked as an alias or as a button on a notification.</p>
|