@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.
Files changed (58) hide show
  1. package/dist-cjs/index.js +1477 -1944
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChatbotClient.js +2 -0
  4. package/dist-es/commands/AssociateToConfigurationCommand.js +3 -9
  5. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +3 -10
  6. package/dist-es/commands/CreateCustomActionCommand.js +3 -9
  7. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  8. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +3 -10
  9. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +3 -9
  10. package/dist-es/commands/DeleteCustomActionCommand.js +3 -9
  11. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +3 -9
  12. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +3 -9
  13. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +3 -9
  14. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +3 -9
  16. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +3 -9
  17. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +3 -10
  18. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +3 -10
  19. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +3 -9
  20. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +3 -9
  21. package/dist-es/commands/DisassociateFromConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountPreferencesCommand.js +3 -9
  23. package/dist-es/commands/GetCustomActionCommand.js +3 -9
  24. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  25. package/dist-es/commands/ListAssociationsCommand.js +3 -9
  26. package/dist-es/commands/ListCustomActionsCommand.js +3 -9
  27. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +3 -10
  28. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +3 -9
  29. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +3 -9
  30. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  31. package/dist-es/commands/TagResourceCommand.js +3 -9
  32. package/dist-es/commands/UntagResourceCommand.js +3 -9
  33. package/dist-es/commands/UpdateAccountPreferencesCommand.js +3 -9
  34. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +3 -10
  35. package/dist-es/commands/UpdateCustomActionCommand.js +3 -9
  36. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +3 -10
  37. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +3 -10
  38. package/dist-es/models/models_0.js +0 -101
  39. package/dist-es/runtimeConfig.shared.js +2 -0
  40. package/dist-es/schemas/schemas_0.js +1317 -0
  41. package/dist-types/ChatbotClient.d.ts +10 -1
  42. package/dist-types/models/models_0.d.ts +0 -76
  43. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  44. package/dist-types/runtimeConfig.d.ts +1 -0
  45. package/dist-types/runtimeConfig.native.d.ts +1 -0
  46. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  47. package/dist-types/schemas/schemas_0.d.ts +173 -0
  48. package/dist-types/ts3.4/ChatbotClient.d.ts +4 -0
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -57
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +179 -0
  55. package/package.json +5 -6
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1492
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -308
  58. 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,
@@ -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 { de_AssociateToConfigurationCommand, se_AssociateToConfigurationCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { CreateChimeWebhookConfigurationRequestFilterSensitiveLog, CreateChimeWebhookConfigurationResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(CreateChimeWebhookConfigurationRequestFilterSensitiveLog, CreateChimeWebhookConfigurationResultFilterSensitiveLog)
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 { de_CreateCustomActionCommand, se_CreateCustomActionCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { CreateTeamsChannelConfigurationRequestFilterSensitiveLog, CreateTeamsChannelConfigurationResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(CreateTeamsChannelConfigurationRequestFilterSensitiveLog, CreateTeamsChannelConfigurationResultFilterSensitiveLog)
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 { CreateSlackChannelConfigurationRequestFilterSensitiveLog, CreateSlackChannelConfigurationResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(CreateSlackChannelConfigurationRequestFilterSensitiveLog, CreateSlackChannelConfigurationResultFilterSensitiveLog)
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 { de_DeleteChimeWebhookConfigurationCommand, se_DeleteChimeWebhookConfigurationCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteCustomActionCommand, se_DeleteCustomActionCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteMicrosoftTeamsChannelConfigurationCommand, se_DeleteMicrosoftTeamsChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteMicrosoftTeamsConfiguredTeamCommand, se_DeleteMicrosoftTeamsConfiguredTeamCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteMicrosoftTeamsUserIdentityCommand, se_DeleteMicrosoftTeamsUserIdentityCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteSlackChannelConfigurationCommand, se_DeleteSlackChannelConfigurationCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteSlackUserIdentityCommand, se_DeleteSlackUserIdentityCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DeleteSlackWorkspaceAuthorizationCommand, se_DeleteSlackWorkspaceAuthorizationCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { DescribeChimeWebhookConfigurationsResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(void 0, DescribeChimeWebhookConfigurationsResultFilterSensitiveLog)
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 { DescribeSlackChannelConfigurationsResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(void 0, DescribeSlackChannelConfigurationsResultFilterSensitiveLog)
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 { de_DescribeSlackUserIdentitiesCommand, se_DescribeSlackUserIdentitiesCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DescribeSlackWorkspacesCommand, se_DescribeSlackWorkspacesCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_DisassociateFromConfigurationCommand, se_DisassociateFromConfigurationCommand, } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_GetAccountPreferencesCommand, se_GetAccountPreferencesCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { de_GetCustomActionCommand, se_GetCustomActionCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
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 { GetTeamsChannelConfigurationResultFilterSensitiveLog, } from "../models/models_0";
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
- .f(void 0, GetTeamsChannelConfigurationResultFilterSensitiveLog)
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 { de_ListAssociationsCommand, se_ListAssociationsCommand } from "../protocols/Aws_restJson1";
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
- .f(void 0, void 0)
19
- .ser(se_ListAssociationsCommand)
20
- .de(de_ListAssociationsCommand)
14
+ .sc(ListAssociations)
21
15
  .build() {
22
16
  }