@aws-sdk/client-chatbot 3.927.0 → 3.929.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 +1477 -1944
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/ChatbotClient.js +2 -0
- package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateCustomActionCommand.js +3 -9
- package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
- package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
- package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
- package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
- package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
- package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
- package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
- package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
- package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
- package/dist-es/commands/GetCustomActionCommand.js +3 -9
- package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/ListAssociationsCommand.js +3 -9
- package/dist-es/commands/ListCustomActionsCommand.js +3 -9
- package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
- package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
- package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
- package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
- package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
- package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
- package/dist-es/models/models_0.js +0 -101
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1317 -0
- package/dist-types/ChatbotClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -76
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +173 -0
- package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -57
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
- package/package.json +5 -6
- package/dist-es/protocols/Aws_restJson1.js +0 -1492
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -413
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const core_1 = require("@aws-sdk/core");
|
|
5
|
+
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
5
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
7
8
|
const util_base64_1 = require("@smithy/util-base64");
|
|
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
|
|
|
25
26
|
},
|
|
26
27
|
],
|
|
27
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
+
protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.chatbot" }),
|
|
28
30
|
serviceId: config?.serviceId ?? "chatbot",
|
|
29
31
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
30
32
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
package/dist-es/ChatbotClient.js
CHANGED
|
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
|
|
|
4
4
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
5
5
|
import { resolveRegionConfig } from "@smithy/config-resolver";
|
|
6
6
|
import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
|
|
7
|
+
import { getSchemaSerdePlugin } from "@smithy/core/schema";
|
|
7
8
|
import { getContentLengthPlugin } from "@smithy/middleware-content-length";
|
|
8
9
|
import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
|
|
9
10
|
import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
|
|
@@ -28,6 +29,7 @@ export class ChatbotClient extends __Client {
|
|
|
28
29
|
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
29
30
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
30
31
|
this.config = _config_8;
|
|
32
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
31
33
|
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
32
34
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
33
35
|
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { AssociateToConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class AssociateToConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "AssociateToConfiguration", {})
|
|
17
13
|
.n("ChatbotClient", "AssociateToConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_AssociateToConfigurationCommand)
|
|
20
|
-
.de(de_AssociateToConfigurationCommand)
|
|
14
|
+
.sc(AssociateToConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateChimeWebhookConfigurationCommand, se_CreateChimeWebhookConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateChimeWebhookConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateChimeWebhookConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "CreateChimeWebhookConfiguration", {})
|
|
18
13
|
.n("ChatbotClient", "CreateChimeWebhookConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateChimeWebhookConfigurationCommand)
|
|
21
|
-
.de(de_CreateChimeWebhookConfigurationCommand)
|
|
14
|
+
.sc(CreateChimeWebhookConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { CreateCustomAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class CreateCustomActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "CreateCustomAction", {})
|
|
17
13
|
.n("ChatbotClient", "CreateCustomActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_CreateCustomActionCommand)
|
|
20
|
-
.de(de_CreateCustomActionCommand)
|
|
14
|
+
.sc(CreateCustomAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateMicrosoftTeamsChannelConfigurationCommand, se_CreateMicrosoftTeamsChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateMicrosoftTeamsChannelConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateMicrosoftTeamsChannelConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "CreateMicrosoftTeamsChannelConfiguration", {})
|
|
18
13
|
.n("ChatbotClient", "CreateMicrosoftTeamsChannelConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateMicrosoftTeamsChannelConfigurationCommand)
|
|
21
|
-
.de(de_CreateMicrosoftTeamsChannelConfigurationCommand)
|
|
14
|
+
.sc(CreateMicrosoftTeamsChannelConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_CreateSlackChannelConfigurationCommand, se_CreateSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { CreateSlackChannelConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class CreateSlackChannelConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "CreateSlackChannelConfiguration", {})
|
|
18
13
|
.n("ChatbotClient", "CreateSlackChannelConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_CreateSlackChannelConfigurationCommand)
|
|
21
|
-
.de(de_CreateSlackChannelConfigurationCommand)
|
|
14
|
+
.sc(CreateSlackChannelConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteChimeWebhookConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteChimeWebhookConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteChimeWebhookConfiguration", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteChimeWebhookConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteChimeWebhookConfigurationCommand)
|
|
20
|
-
.de(de_DeleteChimeWebhookConfigurationCommand)
|
|
14
|
+
.sc(DeleteChimeWebhookConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteCustomAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteCustomActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteCustomAction", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteCustomActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteCustomActionCommand)
|
|
20
|
-
.de(de_DeleteCustomActionCommand)
|
|
14
|
+
.sc(DeleteCustomAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteMicrosoftTeamsChannelConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteMicrosoftTeamsChannelConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsChannelConfiguration", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteMicrosoftTeamsChannelConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteMicrosoftTeamsChannelConfigurationCommand)
|
|
20
|
-
.de(de_DeleteMicrosoftTeamsChannelConfigurationCommand)
|
|
14
|
+
.sc(DeleteMicrosoftTeamsChannelConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteMicrosoftTeamsConfiguredTeam } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteMicrosoftTeamsConfiguredTeamCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsConfiguredTeam", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteMicrosoftTeamsConfiguredTeamCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteMicrosoftTeamsConfiguredTeamCommand)
|
|
20
|
-
.de(de_DeleteMicrosoftTeamsConfiguredTeamCommand)
|
|
14
|
+
.sc(DeleteMicrosoftTeamsConfiguredTeam)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteMicrosoftTeamsUserIdentity } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteMicrosoftTeamsUserIdentityCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteMicrosoftTeamsUserIdentity", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteMicrosoftTeamsUserIdentityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteMicrosoftTeamsUserIdentityCommand)
|
|
20
|
-
.de(de_DeleteMicrosoftTeamsUserIdentityCommand)
|
|
14
|
+
.sc(DeleteMicrosoftTeamsUserIdentity)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSlackChannelConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSlackChannelConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteSlackChannelConfiguration", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteSlackChannelConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSlackChannelConfigurationCommand)
|
|
20
|
-
.de(de_DeleteSlackChannelConfigurationCommand)
|
|
14
|
+
.sc(DeleteSlackChannelConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSlackUserIdentity } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSlackUserIdentityCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteSlackUserIdentity", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteSlackUserIdentityCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSlackUserIdentityCommand)
|
|
20
|
-
.de(de_DeleteSlackUserIdentityCommand)
|
|
14
|
+
.sc(DeleteSlackUserIdentity)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DeleteSlackWorkspaceAuthorization } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DeleteSlackWorkspaceAuthorizationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DeleteSlackWorkspaceAuthorization", {})
|
|
17
13
|
.n("ChatbotClient", "DeleteSlackWorkspaceAuthorizationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DeleteSlackWorkspaceAuthorizationCommand)
|
|
20
|
-
.de(de_DeleteSlackWorkspaceAuthorizationCommand)
|
|
14
|
+
.sc(DeleteSlackWorkspaceAuthorization)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeChimeWebhookConfigurationsCommand, se_DescribeChimeWebhookConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeChimeWebhookConfigurations } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeChimeWebhookConfigurationsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "DescribeChimeWebhookConfigurations", {})
|
|
18
13
|
.n("ChatbotClient", "DescribeChimeWebhookConfigurationsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeChimeWebhookConfigurationsCommand)
|
|
21
|
-
.de(de_DescribeChimeWebhookConfigurationsCommand)
|
|
14
|
+
.sc(DescribeChimeWebhookConfigurations)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_DescribeSlackChannelConfigurationsCommand, se_DescribeSlackChannelConfigurationsCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { DescribeSlackChannelConfigurations } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class DescribeSlackChannelConfigurationsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "DescribeSlackChannelConfigurations", {})
|
|
18
13
|
.n("ChatbotClient", "DescribeSlackChannelConfigurationsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_DescribeSlackChannelConfigurationsCommand)
|
|
21
|
-
.de(de_DescribeSlackChannelConfigurationsCommand)
|
|
14
|
+
.sc(DescribeSlackChannelConfigurations)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeSlackUserIdentities } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeSlackUserIdentitiesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DescribeSlackUserIdentities", {})
|
|
17
13
|
.n("ChatbotClient", "DescribeSlackUserIdentitiesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeSlackUserIdentitiesCommand)
|
|
20
|
-
.de(de_DescribeSlackUserIdentitiesCommand)
|
|
14
|
+
.sc(DescribeSlackUserIdentities)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DescribeSlackWorkspaces } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DescribeSlackWorkspacesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DescribeSlackWorkspaces", {})
|
|
17
13
|
.n("ChatbotClient", "DescribeSlackWorkspacesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DescribeSlackWorkspacesCommand)
|
|
20
|
-
.de(de_DescribeSlackWorkspacesCommand)
|
|
14
|
+
.sc(DescribeSlackWorkspaces)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { DisassociateFromConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class DisassociateFromConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "DisassociateFromConfiguration", {})
|
|
17
13
|
.n("ChatbotClient", "DisassociateFromConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_DisassociateFromConfigurationCommand)
|
|
20
|
-
.de(de_DisassociateFromConfigurationCommand)
|
|
14
|
+
.sc(DisassociateFromConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetAccountPreferences } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetAccountPreferencesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "GetAccountPreferences", {})
|
|
17
13
|
.n("ChatbotClient", "GetAccountPreferencesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetAccountPreferencesCommand)
|
|
20
|
-
.de(de_GetAccountPreferencesCommand)
|
|
14
|
+
.sc(GetAccountPreferences)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetCustomAction } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetCustomActionCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "GetCustomAction", {})
|
|
17
13
|
.n("ChatbotClient", "GetCustomActionCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetCustomActionCommand)
|
|
20
|
-
.de(de_GetCustomActionCommand)
|
|
14
|
+
.sc(GetCustomAction)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetMicrosoftTeamsChannelConfigurationCommand, se_GetMicrosoftTeamsChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
|
|
4
|
+
import { GetMicrosoftTeamsChannelConfiguration } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetMicrosoftTeamsChannelConfigurationCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("WheatleyOrchestration_20171011", "GetMicrosoftTeamsChannelConfiguration", {})
|
|
18
13
|
.n("ChatbotClient", "GetMicrosoftTeamsChannelConfigurationCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetMicrosoftTeamsChannelConfigurationCommand)
|
|
21
|
-
.de(de_GetMicrosoftTeamsChannelConfigurationCommand)
|
|
14
|
+
.sc(GetMicrosoftTeamsChannelConfiguration)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListAssociations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListAssociationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("WheatleyOrchestration_20171011", "ListAssociations", {})
|
|
17
13
|
.n("ChatbotClient", "ListAssociationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListAssociationsCommand)
|
|
20
|
-
.de(de_ListAssociationsCommand)
|
|
14
|
+
.sc(ListAssociations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|