@aws-sdk/client-chatbot 3.1045.0 → 3.1047.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 (137) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +84 -85
  5. package/dist-cjs/models/ChatbotServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Chatbot.js +1 -1
  10. package/dist-es/ChatbotClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AssociateToConfigurationCommand.js +2 -2
  13. package/dist-es/commands/CreateChimeWebhookConfigurationCommand.js +2 -2
  14. package/dist-es/commands/CreateCustomActionCommand.js +2 -2
  15. package/dist-es/commands/CreateMicrosoftTeamsChannelConfigurationCommand.js +2 -2
  16. package/dist-es/commands/CreateSlackChannelConfigurationCommand.js +2 -2
  17. package/dist-es/commands/DeleteChimeWebhookConfigurationCommand.js +2 -2
  18. package/dist-es/commands/DeleteCustomActionCommand.js +2 -2
  19. package/dist-es/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.js +2 -2
  20. package/dist-es/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.js +2 -2
  21. package/dist-es/commands/DeleteMicrosoftTeamsUserIdentityCommand.js +2 -2
  22. package/dist-es/commands/DeleteSlackChannelConfigurationCommand.js +2 -2
  23. package/dist-es/commands/DeleteSlackUserIdentityCommand.js +2 -2
  24. package/dist-es/commands/DeleteSlackWorkspaceAuthorizationCommand.js +2 -2
  25. package/dist-es/commands/DescribeChimeWebhookConfigurationsCommand.js +2 -2
  26. package/dist-es/commands/DescribeSlackChannelConfigurationsCommand.js +2 -2
  27. package/dist-es/commands/DescribeSlackUserIdentitiesCommand.js +2 -2
  28. package/dist-es/commands/DescribeSlackWorkspacesCommand.js +2 -2
  29. package/dist-es/commands/DisassociateFromConfigurationCommand.js +2 -2
  30. package/dist-es/commands/GetAccountPreferencesCommand.js +2 -2
  31. package/dist-es/commands/GetCustomActionCommand.js +2 -2
  32. package/dist-es/commands/GetMicrosoftTeamsChannelConfigurationCommand.js +2 -2
  33. package/dist-es/commands/ListAssociationsCommand.js +2 -2
  34. package/dist-es/commands/ListCustomActionsCommand.js +2 -2
  35. package/dist-es/commands/ListMicrosoftTeamsChannelConfigurationsCommand.js +2 -2
  36. package/dist-es/commands/ListMicrosoftTeamsConfiguredTeamsCommand.js +2 -2
  37. package/dist-es/commands/ListMicrosoftTeamsUserIdentitiesCommand.js +2 -2
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-es/commands/TagResourceCommand.js +2 -2
  40. package/dist-es/commands/UntagResourceCommand.js +2 -2
  41. package/dist-es/commands/UpdateAccountPreferencesCommand.js +2 -2
  42. package/dist-es/commands/UpdateChimeWebhookConfigurationCommand.js +2 -2
  43. package/dist-es/commands/UpdateCustomActionCommand.js +2 -2
  44. package/dist-es/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.js +2 -2
  45. package/dist-es/commands/UpdateSlackChannelConfigurationCommand.js +2 -2
  46. package/dist-es/endpoint/bdd.js +1 -1
  47. package/dist-es/endpoint/endpointResolver.js +1 -1
  48. package/dist-es/models/ChatbotServiceException.js +1 -1
  49. package/dist-es/runtimeConfig.browser.js +4 -6
  50. package/dist-es/runtimeConfig.js +4 -8
  51. package/dist-es/runtimeConfig.shared.js +3 -4
  52. package/dist-es/runtimeExtensions.js +2 -2
  53. package/dist-types/ChatbotClient.d.ts +5 -5
  54. package/dist-types/commands/AssociateToConfigurationCommand.d.ts +6 -4
  55. package/dist-types/commands/CreateChimeWebhookConfigurationCommand.d.ts +6 -4
  56. package/dist-types/commands/CreateCustomActionCommand.d.ts +6 -4
  57. package/dist-types/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  58. package/dist-types/commands/CreateSlackChannelConfigurationCommand.d.ts +6 -4
  59. package/dist-types/commands/DeleteChimeWebhookConfigurationCommand.d.ts +6 -4
  60. package/dist-types/commands/DeleteCustomActionCommand.d.ts +6 -4
  61. package/dist-types/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteSlackChannelConfigurationCommand.d.ts +6 -4
  65. package/dist-types/commands/DeleteSlackUserIdentityCommand.d.ts +6 -4
  66. package/dist-types/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeSlackChannelConfigurationsCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeSlackUserIdentitiesCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeSlackWorkspacesCommand.d.ts +6 -4
  71. package/dist-types/commands/DisassociateFromConfigurationCommand.d.ts +6 -4
  72. package/dist-types/commands/GetAccountPreferencesCommand.d.ts +6 -4
  73. package/dist-types/commands/GetCustomActionCommand.d.ts +6 -4
  74. package/dist-types/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  75. package/dist-types/commands/ListAssociationsCommand.d.ts +6 -4
  76. package/dist-types/commands/ListCustomActionsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  81. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  82. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  83. package/dist-types/commands/UpdateAccountPreferencesCommand.d.ts +6 -4
  84. package/dist-types/commands/UpdateChimeWebhookConfigurationCommand.d.ts +6 -4
  85. package/dist-types/commands/UpdateCustomActionCommand.d.ts +6 -4
  86. package/dist-types/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  87. package/dist-types/commands/UpdateSlackChannelConfigurationCommand.d.ts +6 -4
  88. package/dist-types/endpoint/bdd.d.ts +1 -1
  89. package/dist-types/extensionConfiguration.d.ts +1 -1
  90. package/dist-types/models/ChatbotServiceException.d.ts +1 -1
  91. package/dist-types/models/errors.d.ts +1 -1
  92. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/runtimeConfig.d.ts +2 -2
  94. package/dist-types/runtimeConfig.native.d.ts +2 -2
  95. package/dist-types/ts3.4/ChatbotClient.d.ts +8 -14
  96. package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +6 -4
  97. package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +6 -4
  98. package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +6 -4
  99. package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  100. package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +6 -4
  101. package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +6 -4
  102. package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/UpdateAccountPreferencesCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  131. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  132. package/dist-types/ts3.4/models/ChatbotServiceException.d.ts +1 -1
  133. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  134. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  135. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  136. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  137. package/package.json +13 -34
@@ -1,6 +1,6 @@
1
1
  import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
- import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
2
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
3
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
4
4
  import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
5
  export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
6
  const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
@@ -1,10 +1,10 @@
1
1
  import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
2
  import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
3
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
4
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
5
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
6
+ import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
7
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
8
8
  import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import type { AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput } from "./commands/AssociateToConfigurationCommand";
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { AssociateToConfigurationRequest, AssociateToConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface AssociateToConfigurationCommandInput extends AssociateToConfigu
22
22
  export interface AssociateToConfigurationCommandOutput extends AssociateToConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const AssociateToConfigurationCommand_base: {
25
- new (input: AssociateToConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AssociateToConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateToConfigurationCommandInput, AssociateToConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Links a resource (for example, a custom action) to a channel configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { CreateChimeWebhookConfigurationRequest, CreateChimeWebhookConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateChimeWebhookConfigurationCommandInput extends CreateChime
22
22
  export interface CreateChimeWebhookConfigurationCommandOutput extends CreateChimeWebhookConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateChimeWebhookConfigurationCommand_base: {
25
- new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateChimeWebhookConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateChimeWebhookConfigurationCommandInput, CreateChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an AWS Chatbot configuration for Amazon Chime.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { CreateCustomActionRequest, CreateCustomActionResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateCustomActionCommandInput extends CreateCustomActionReques
22
22
  export interface CreateCustomActionCommandOutput extends CreateCustomActionResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateCustomActionCommand_base: {
25
- new (input: CreateCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateCustomActionCommandInput, CreateCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a custom action that can be invoked as an alias or as a button on a notification.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { CreateTeamsChannelConfigurationRequest, CreateTeamsChannelConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateMicrosoftTeamsChannelConfigurationCommandInput extends Cr
22
22
  export interface CreateMicrosoftTeamsChannelConfigurationCommandOutput extends CreateTeamsChannelConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateMicrosoftTeamsChannelConfigurationCommand_base: {
25
- new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateMicrosoftTeamsChannelConfigurationCommandInput, CreateMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an AWS Chatbot configuration for Microsoft Teams.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { CreateSlackChannelConfigurationRequest, CreateSlackChannelConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateSlackChannelConfigurationCommandInput extends CreateSlack
22
22
  export interface CreateSlackChannelConfigurationCommandOutput extends CreateSlackChannelConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSlackChannelConfigurationCommand_base: {
25
- new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<CreateSlackChannelConfigurationCommandInput, CreateSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an AWS Chatbot confugration for Slack.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteChimeWebhookConfigurationRequest, DeleteChimeWebhookConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteChimeWebhookConfigurationCommandInput extends DeleteChime
22
22
  export interface DeleteChimeWebhookConfigurationCommandOutput extends DeleteChimeWebhookConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteChimeWebhookConfigurationCommand_base: {
25
- new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteChimeWebhookConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteChimeWebhookConfigurationCommandInput, DeleteChimeWebhookConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Amazon Chime webhook configuration for AWS Chatbot.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteCustomActionRequest, DeleteCustomActionResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteCustomActionCommandInput extends DeleteCustomActionReques
22
22
  export interface DeleteCustomActionCommandOutput extends DeleteCustomActionResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteCustomActionCommand_base: {
25
- new (input: DeleteCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteCustomActionCommandInput): import("@smithy/core/client").CommandImpl<DeleteCustomActionCommandInput, DeleteCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a custom action.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteTeamsChannelConfigurationRequest, DeleteTeamsChannelConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMicrosoftTeamsChannelConfigurationCommandInput extends De
22
22
  export interface DeleteMicrosoftTeamsChannelConfigurationCommandOutput extends DeleteTeamsChannelConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMicrosoftTeamsChannelConfigurationCommand_base: {
25
- new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsChannelConfigurationCommandInput, DeleteMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Microsoft Teams channel configuration for AWS Chatbot</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteTeamsConfiguredTeamRequest, DeleteTeamsConfiguredTeamResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMicrosoftTeamsConfiguredTeamCommandInput extends DeleteTe
22
22
  export interface DeleteMicrosoftTeamsConfiguredTeamCommandOutput extends DeleteTeamsConfiguredTeamResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMicrosoftTeamsConfiguredTeamCommand_base: {
25
- new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMicrosoftTeamsConfiguredTeamCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsConfiguredTeamCommandInput, DeleteMicrosoftTeamsConfiguredTeamCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team. Note that the Microsoft Teams team must have no channels configured to remove it.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteMicrosoftTeamsUserIdentityRequest, DeleteMicrosoftTeamsUserIdentityResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteMicrosoftTeamsUserIdentityCommandInput extends DeleteMicr
22
22
  export interface DeleteMicrosoftTeamsUserIdentityCommandOutput extends DeleteMicrosoftTeamsUserIdentityResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteMicrosoftTeamsUserIdentityCommand_base: {
25
- new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteMicrosoftTeamsUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteMicrosoftTeamsUserIdentityCommandInput, DeleteMicrosoftTeamsUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Identifes a user level permission for a channel configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteSlackChannelConfigurationRequest, DeleteSlackChannelConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSlackChannelConfigurationCommandInput extends DeleteSlack
22
22
  export interface DeleteSlackChannelConfigurationCommandOutput extends DeleteSlackChannelConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSlackChannelConfigurationCommand_base: {
25
- new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSlackChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackChannelConfigurationCommandInput, DeleteSlackChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a Slack channel configuration for AWS Chatbot</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteSlackUserIdentityRequest, DeleteSlackUserIdentityResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSlackUserIdentityCommandInput extends DeleteSlackUserIden
22
22
  export interface DeleteSlackUserIdentityCommandOutput extends DeleteSlackUserIdentityResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSlackUserIdentityCommand_base: {
25
- new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSlackUserIdentityCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackUserIdentityCommandInput, DeleteSlackUserIdentityCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a user level permission for a Slack channel configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DeleteSlackWorkspaceAuthorizationRequest, DeleteSlackWorkspaceAuthorizationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSlackWorkspaceAuthorizationCommandInput extends DeleteSla
22
22
  export interface DeleteSlackWorkspaceAuthorizationCommandOutput extends DeleteSlackWorkspaceAuthorizationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSlackWorkspaceAuthorizationCommand_base: {
25
- new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSlackWorkspaceAuthorizationCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlackWorkspaceAuthorizationCommandInput, DeleteSlackWorkspaceAuthorizationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the Slack workspace authorization that allows channels to be configured in that workspace. This requires all configured channels in the workspace to be deleted.
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DescribeChimeWebhookConfigurationsRequest, DescribeChimeWebhookConfigurationsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeChimeWebhookConfigurationsCommandInput extends Describe
22
22
  export interface DescribeChimeWebhookConfigurationsCommandOutput extends DescribeChimeWebhookConfigurationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeChimeWebhookConfigurationsCommand_base: {
25
- new (input: DescribeChimeWebhookConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeChimeWebhookConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeChimeWebhookConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeChimeWebhookConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeChimeWebhookConfigurationsCommandInput, DescribeChimeWebhookConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DescribeSlackChannelConfigurationsRequest, DescribeSlackChannelConfigurationsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSlackChannelConfigurationsCommandInput extends Describe
22
22
  export interface DescribeSlackChannelConfigurationsCommandOutput extends DescribeSlackChannelConfigurationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSlackChannelConfigurationsCommand_base: {
25
- new (input: DescribeSlackChannelConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSlackChannelConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSlackChannelConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeSlackChannelConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackChannelConfigurationsCommandInput, DescribeSlackChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists Slack channel configurations optionally filtered by ChatConfigurationArn</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DescribeSlackUserIdentitiesRequest, DescribeSlackUserIdentitiesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSlackUserIdentitiesCommandInput extends DescribeSlackUs
22
22
  export interface DescribeSlackUserIdentitiesCommandOutput extends DescribeSlackUserIdentitiesResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSlackUserIdentitiesCommand_base: {
25
- new (input: DescribeSlackUserIdentitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSlackUserIdentitiesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSlackUserIdentitiesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeSlackUserIdentitiesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackUserIdentitiesCommandInput, DescribeSlackUserIdentitiesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all Slack user identities with a mapped role.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DescribeSlackWorkspacesRequest, DescribeSlackWorkspacesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DescribeSlackWorkspacesCommandInput extends DescribeSlackWorksp
22
22
  export interface DescribeSlackWorkspacesCommandOutput extends DescribeSlackWorkspacesResult, __MetadataBearer {
23
23
  }
24
24
  declare const DescribeSlackWorkspacesCommand_base: {
25
- new (input: DescribeSlackWorkspacesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeSlackWorkspacesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DescribeSlackWorkspacesCommandInput): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DescribeSlackWorkspacesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeSlackWorkspacesCommandInput, DescribeSlackWorkspacesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { DisassociateFromConfigurationRequest, DisassociateFromConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DisassociateFromConfigurationCommandInput extends DisassociateF
22
22
  export interface DisassociateFromConfigurationCommandOutput extends DisassociateFromConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateFromConfigurationCommand_base: {
25
- new (input: DisassociateFromConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DisassociateFromConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateFromConfigurationCommandInput): import("@smithy/core/client").CommandImpl<DisassociateFromConfigurationCommandInput, DisassociateFromConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Unlink a resource, for example a custom action, from a channel configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { GetAccountPreferencesRequest, GetAccountPreferencesResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetAccountPreferencesCommandInput extends GetAccountPreferences
22
22
  export interface GetAccountPreferencesCommandOutput extends GetAccountPreferencesResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetAccountPreferencesCommand_base: {
25
- new (input: GetAccountPreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAccountPreferencesCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetAccountPreferencesCommandInput): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetAccountPreferencesCommandInput]): import("@smithy/core/client").CommandImpl<GetAccountPreferencesCommandInput, GetAccountPreferencesCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns AWS Chatbot account preferences.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { GetCustomActionRequest, GetCustomActionResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetCustomActionCommandInput extends GetCustomActionRequest {
22
22
  export interface GetCustomActionCommandOutput extends GetCustomActionResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetCustomActionCommand_base: {
25
- new (input: GetCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetCustomActionCommandInput): import("@smithy/smithy-client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetCustomActionCommandInput): import("@smithy/core/client").CommandImpl<GetCustomActionCommandInput, GetCustomActionCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a custom action.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { GetTeamsChannelConfigurationRequest, GetTeamsChannelConfigurationResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface GetMicrosoftTeamsChannelConfigurationCommandInput extends GetTe
22
22
  export interface GetMicrosoftTeamsChannelConfigurationCommandOutput extends GetTeamsChannelConfigurationResult, __MetadataBearer {
23
23
  }
24
24
  declare const GetMicrosoftTeamsChannelConfigurationCommand_base: {
25
- new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMicrosoftTeamsChannelConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetMicrosoftTeamsChannelConfigurationCommandInput, GetMicrosoftTeamsChannelConfigurationCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Returns a Microsoft Teams channel configuration in an AWS account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { ListAssociationsRequest, ListAssociationsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListAssociationsCommandInput extends ListAssociationsRequest {
22
22
  export interface ListAssociationsCommandOutput extends ListAssociationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListAssociationsCommand_base: {
25
- new (input: ListAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssociationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssociationsCommandInput, ListAssociationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists resources associated with a channel configuration.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { ListCustomActionsRequest, ListCustomActionsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListCustomActionsCommandInput extends ListCustomActionsRequest
22
22
  export interface ListCustomActionsCommandOutput extends ListCustomActionsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListCustomActionsCommand_base: {
25
- new (input: ListCustomActionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListCustomActionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListCustomActionsCommandInput): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListCustomActionsCommandInput]): import("@smithy/core/client").CommandImpl<ListCustomActionsCommandInput, ListCustomActionsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists custom actions defined in this account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChatbotClient";
4
4
  import type { ListTeamsChannelConfigurationsRequest, ListTeamsChannelConfigurationsResult } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListMicrosoftTeamsChannelConfigurationsCommandInput extends Lis
22
22
  export interface ListMicrosoftTeamsChannelConfigurationsCommandOutput extends ListTeamsChannelConfigurationsResult, __MetadataBearer {
23
23
  }
24
24
  declare const ListMicrosoftTeamsChannelConfigurationsCommand_base: {
25
- new (input: ListMicrosoftTeamsChannelConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMicrosoftTeamsChannelConfigurationsCommandInput, ListMicrosoftTeamsChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMicrosoftTeamsChannelConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListMicrosoftTeamsChannelConfigurationsCommandInput, ListMicrosoftTeamsChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListMicrosoftTeamsChannelConfigurationsCommandInput): import("@smithy/core/client").CommandImpl<ListMicrosoftTeamsChannelConfigurationsCommandInput, ListMicrosoftTeamsChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListMicrosoftTeamsChannelConfigurationsCommandInput]): import("@smithy/core/client").CommandImpl<ListMicrosoftTeamsChannelConfigurationsCommandInput, ListMicrosoftTeamsChannelConfigurationsCommandOutput, ChatbotClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.</p>