@aws-sdk/client-chatbot 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Chatbot.d.ts +112 -175
- package/dist-types/ts3.4/ChatbotClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +31 -129
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeSlackWorkspacesRequest,
|
|
4
|
-
DescribeSlackWorkspacesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeSlackWorkspacesRequest, DescribeSlackWorkspacesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeSlackWorkspacesCommandInput
|
|
8
|
-
extends DescribeSlackWorkspacesRequest {}
|
|
4
|
+
export interface DescribeSlackWorkspacesCommandInput extends DescribeSlackWorkspacesRequest {}
|
|
9
5
|
export interface DescribeSlackWorkspacesCommandOutput
|
|
10
|
-
extends DescribeSlackWorkspacesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeSlackWorkspacesResult, __MetadataBearer {}
|
|
12
7
|
declare const DescribeSlackWorkspacesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeSlackWorkspacesCommandInput
|
|
9
|
+
input: DescribeSlackWorkspacesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeSlackWorkspacesCommandInput,
|
|
17
12
|
DescribeSlackWorkspacesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DisassociateFromConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DisassociateFromConfigurationCommandInput
|
|
8
|
-
extends DisassociateFromConfigurationRequest {}
|
|
7
|
+
export interface DisassociateFromConfigurationCommandInput extends DisassociateFromConfigurationRequest {}
|
|
9
8
|
export interface DisassociateFromConfigurationCommandOutput
|
|
10
|
-
extends DisassociateFromConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DisassociateFromConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const DisassociateFromConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DisassociateFromConfigurationCommandInput
|
|
12
|
+
input: DisassociateFromConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DisassociateFromConfigurationCommandInput,
|
|
17
15
|
DisassociateFromConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DisassociateFromConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DisassociateFromConfigurationCommandInput
|
|
21
|
+
input: DisassociateFromConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DisassociateFromConfigurationCommandInput,
|
|
26
24
|
DisassociateFromConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetAccountPreferencesRequest,
|
|
4
|
-
GetAccountPreferencesResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetAccountPreferencesRequest, GetAccountPreferencesResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetAccountPreferencesCommandInput
|
|
8
|
-
extends GetAccountPreferencesRequest {}
|
|
4
|
+
export interface GetAccountPreferencesCommandInput extends GetAccountPreferencesRequest {}
|
|
9
5
|
export interface GetAccountPreferencesCommandOutput
|
|
10
|
-
extends GetAccountPreferencesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetAccountPreferencesResult, __MetadataBearer {}
|
|
12
7
|
declare const GetAccountPreferencesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetAccountPreferencesCommandInput
|
|
9
|
+
input: GetAccountPreferencesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetAccountPreferencesCommandInput,
|
|
17
12
|
GetAccountPreferencesCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetCustomActionRequest,
|
|
4
|
-
GetCustomActionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetCustomActionRequest, GetCustomActionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface GetCustomActionCommandInput extends GetCustomActionRequest {}
|
|
8
|
-
export interface GetCustomActionCommandOutput
|
|
9
|
-
extends GetCustomActionResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface GetCustomActionCommandOutput extends GetCustomActionResult, __MetadataBearer {}
|
|
11
6
|
declare const GetCustomActionCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: GetCustomActionCommandInput
|
|
8
|
+
input: GetCustomActionCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
GetCustomActionCommandInput,
|
|
16
11
|
GetCustomActionCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const GetCustomActionCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: GetCustomActionCommandInput
|
|
17
|
+
input: GetCustomActionCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
GetCustomActionCommandInput,
|
|
25
20
|
GetCustomActionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetTeamsChannelConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMicrosoftTeamsChannelConfigurationCommandInput
|
|
8
|
-
extends GetTeamsChannelConfigurationRequest {}
|
|
7
|
+
export interface GetMicrosoftTeamsChannelConfigurationCommandInput extends GetTeamsChannelConfigurationRequest {}
|
|
9
8
|
export interface GetMicrosoftTeamsChannelConfigurationCommandOutput
|
|
10
|
-
extends GetTeamsChannelConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetTeamsChannelConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const GetMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMicrosoftTeamsChannelConfigurationCommandInput
|
|
12
|
+
input: GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
17
15
|
GetMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetMicrosoftTeamsChannelConfigurationCommandInput
|
|
21
|
+
input: GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetMicrosoftTeamsChannelConfigurationCommandInput,
|
|
26
24
|
GetMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListAssociationsRequest,
|
|
4
|
-
ListAssociationsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListAssociationsRequest, ListAssociationsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListAssociationsCommandInput extends ListAssociationsRequest {}
|
|
8
|
-
export interface ListAssociationsCommandOutput
|
|
9
|
-
extends ListAssociationsResult,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListAssociationsCommandOutput extends ListAssociationsResult, __MetadataBearer {}
|
|
11
6
|
declare const ListAssociationsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListAssociationsCommandInput
|
|
8
|
+
input: ListAssociationsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListAssociationsCommandInput,
|
|
16
11
|
ListAssociationsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListAssociationsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListAssociationsCommandInput
|
|
17
|
+
input: ListAssociationsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListAssociationsCommandInput,
|
|
25
20
|
ListAssociationsCommandOutput,
|
|
@@ -1,17 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListCustomActionsRequest,
|
|
4
|
-
ListCustomActionsResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListCustomActionsRequest, ListCustomActionsResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListCustomActionsCommandInput
|
|
8
|
-
|
|
9
|
-
export interface ListCustomActionsCommandOutput
|
|
10
|
-
extends ListCustomActionsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
4
|
+
export interface ListCustomActionsCommandInput extends ListCustomActionsRequest {}
|
|
5
|
+
export interface ListCustomActionsCommandOutput extends ListCustomActionsResult, __MetadataBearer {}
|
|
12
6
|
declare const ListCustomActionsCommand_base: {
|
|
13
7
|
new (
|
|
14
|
-
input: ListCustomActionsCommandInput
|
|
8
|
+
input: ListCustomActionsCommandInput,
|
|
15
9
|
): import("@smithy/core/client").CommandImpl<
|
|
16
10
|
ListCustomActionsCommandInput,
|
|
17
11
|
ListCustomActionsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListTeamsChannelConfigurationsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMicrosoftTeamsChannelConfigurationsCommandInput
|
|
8
|
-
extends ListTeamsChannelConfigurationsRequest {}
|
|
7
|
+
export interface ListMicrosoftTeamsChannelConfigurationsCommandInput extends ListTeamsChannelConfigurationsRequest {}
|
|
9
8
|
export interface ListMicrosoftTeamsChannelConfigurationsCommandOutput
|
|
10
|
-
extends ListTeamsChannelConfigurationsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListTeamsChannelConfigurationsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListMicrosoftTeamsChannelConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListMicrosoftTeamsChannelConfigurationsCommandInput
|
|
12
|
+
input: ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListMicrosoftTeamsChannelConfigurationsCommandInput,
|
|
17
15
|
ListMicrosoftTeamsChannelConfigurationsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListMicrosoftTeamsConfiguredTeamsResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMicrosoftTeamsConfiguredTeamsCommandInput
|
|
8
|
-
extends ListMicrosoftTeamsConfiguredTeamsRequest {}
|
|
7
|
+
export interface ListMicrosoftTeamsConfiguredTeamsCommandInput extends ListMicrosoftTeamsConfiguredTeamsRequest {}
|
|
9
8
|
export interface ListMicrosoftTeamsConfiguredTeamsCommandOutput
|
|
10
|
-
extends ListMicrosoftTeamsConfiguredTeamsResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListMicrosoftTeamsConfiguredTeamsResult, __MetadataBearer {}
|
|
12
10
|
declare const ListMicrosoftTeamsConfiguredTeamsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListMicrosoftTeamsConfiguredTeamsCommandInput
|
|
12
|
+
input: ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListMicrosoftTeamsConfiguredTeamsCommandInput,
|
|
17
15
|
ListMicrosoftTeamsConfiguredTeamsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListMicrosoftTeamsUserIdentitiesResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListMicrosoftTeamsUserIdentitiesCommandInput
|
|
8
|
-
extends ListMicrosoftTeamsUserIdentitiesRequest {}
|
|
7
|
+
export interface ListMicrosoftTeamsUserIdentitiesCommandInput extends ListMicrosoftTeamsUserIdentitiesRequest {}
|
|
9
8
|
export interface ListMicrosoftTeamsUserIdentitiesCommandOutput
|
|
10
|
-
extends ListMicrosoftTeamsUserIdentitiesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListMicrosoftTeamsUserIdentitiesResult, __MetadataBearer {}
|
|
12
10
|
declare const ListMicrosoftTeamsUserIdentitiesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListMicrosoftTeamsUserIdentitiesCommandInput
|
|
12
|
+
input: ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListMicrosoftTeamsUserIdentitiesCommandInput,
|
|
17
15
|
ListMicrosoftTeamsUserIdentitiesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListTagsForResourceRequest,
|
|
4
|
-
ListTagsForResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListTagsForResourceCommandInput
|
|
8
|
-
extends ListTagsForResourceRequest {}
|
|
4
|
+
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
|
|
9
5
|
export interface ListTagsForResourceCommandOutput
|
|
10
|
-
extends ListTagsForResourceResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListTagsForResourceResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListTagsForResourceCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListTagsForResourceCommandInput
|
|
9
|
+
input: ListTagsForResourceCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListTagsForResourceCommandInput,
|
|
17
12
|
ListTagsForResourceCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListTagsForResourceCommandInput
|
|
18
|
+
input: ListTagsForResourceCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListTagsForResourceCommandInput,
|
|
26
21
|
ListTagsForResourceCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
5
|
-
export interface TagResourceCommandOutput
|
|
6
|
-
extends TagResourceResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
|
|
8
6
|
declare const TagResourceCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: TagResourceCommandInput
|
|
8
|
+
input: TagResourceCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
TagResourceCommandInput,
|
|
13
11
|
TagResourceCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: TagResourceCommandInput
|
|
17
|
+
input: TagResourceCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
TagResourceCommandInput,
|
|
22
20
|
TagResourceCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UntagResourceRequest,
|
|
4
|
-
UntagResourceResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
8
|
-
export interface UntagResourceCommandOutput
|
|
9
|
-
extends UntagResourceResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
|
|
11
6
|
declare const UntagResourceCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: UntagResourceCommandInput
|
|
8
|
+
input: UntagResourceCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
UntagResourceCommandInput,
|
|
16
11
|
UntagResourceCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: UntagResourceCommandInput
|
|
17
|
+
input: UntagResourceCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
UntagResourceCommandInput,
|
|
25
20
|
UntagResourceCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateAccountPreferencesResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateAccountPreferencesCommandInput
|
|
8
|
-
extends UpdateAccountPreferencesRequest {}
|
|
7
|
+
export interface UpdateAccountPreferencesCommandInput extends UpdateAccountPreferencesRequest {}
|
|
9
8
|
export interface UpdateAccountPreferencesCommandOutput
|
|
10
|
-
extends UpdateAccountPreferencesResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateAccountPreferencesResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateAccountPreferencesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateAccountPreferencesCommandInput
|
|
12
|
+
input: UpdateAccountPreferencesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateAccountPreferencesCommandInput,
|
|
17
15
|
UpdateAccountPreferencesCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateChimeWebhookConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateChimeWebhookConfigurationCommandInput
|
|
8
|
-
extends UpdateChimeWebhookConfigurationRequest {}
|
|
7
|
+
export interface UpdateChimeWebhookConfigurationCommandInput extends UpdateChimeWebhookConfigurationRequest {}
|
|
9
8
|
export interface UpdateChimeWebhookConfigurationCommandOutput
|
|
10
|
-
extends UpdateChimeWebhookConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateChimeWebhookConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateChimeWebhookConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateChimeWebhookConfigurationCommandInput
|
|
12
|
+
input: UpdateChimeWebhookConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateChimeWebhookConfigurationCommandInput,
|
|
17
15
|
UpdateChimeWebhookConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateChimeWebhookConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateChimeWebhookConfigurationCommandInput
|
|
21
|
+
input: UpdateChimeWebhookConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateChimeWebhookConfigurationCommandInput,
|
|
26
24
|
UpdateChimeWebhookConfigurationCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
UpdateCustomActionRequest,
|
|
4
|
-
UpdateCustomActionResult,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { UpdateCustomActionRequest, UpdateCustomActionResult } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateCustomActionCommandInput
|
|
8
|
-
extends UpdateCustomActionRequest {}
|
|
4
|
+
export interface UpdateCustomActionCommandInput extends UpdateCustomActionRequest {}
|
|
9
5
|
export interface UpdateCustomActionCommandOutput
|
|
10
|
-
extends UpdateCustomActionResult,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends UpdateCustomActionResult, __MetadataBearer {}
|
|
12
7
|
declare const UpdateCustomActionCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: UpdateCustomActionCommandInput
|
|
9
|
+
input: UpdateCustomActionCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
UpdateCustomActionCommandInput,
|
|
17
12
|
UpdateCustomActionCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const UpdateCustomActionCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: UpdateCustomActionCommandInput
|
|
18
|
+
input: UpdateCustomActionCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
UpdateCustomActionCommandInput,
|
|
26
21
|
UpdateCustomActionCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateTeamsChannelConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateMicrosoftTeamsChannelConfigurationCommandInput
|
|
8
|
-
extends UpdateTeamsChannelConfigurationRequest {}
|
|
7
|
+
export interface UpdateMicrosoftTeamsChannelConfigurationCommandInput extends UpdateTeamsChannelConfigurationRequest {}
|
|
9
8
|
export interface UpdateMicrosoftTeamsChannelConfigurationCommandOutput
|
|
10
|
-
extends UpdateTeamsChannelConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateTeamsChannelConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateMicrosoftTeamsChannelConfigurationCommandInput
|
|
12
|
+
input: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
17
15
|
UpdateMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateMicrosoftTeamsChannelConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateMicrosoftTeamsChannelConfigurationCommandInput
|
|
21
|
+
input: UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateMicrosoftTeamsChannelConfigurationCommandInput,
|
|
26
24
|
UpdateMicrosoftTeamsChannelConfigurationCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
UpdateSlackChannelConfigurationResult,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface UpdateSlackChannelConfigurationCommandInput
|
|
8
|
-
extends UpdateSlackChannelConfigurationRequest {}
|
|
7
|
+
export interface UpdateSlackChannelConfigurationCommandInput extends UpdateSlackChannelConfigurationRequest {}
|
|
9
8
|
export interface UpdateSlackChannelConfigurationCommandOutput
|
|
10
|
-
extends UpdateSlackChannelConfigurationResult,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends UpdateSlackChannelConfigurationResult, __MetadataBearer {}
|
|
12
10
|
declare const UpdateSlackChannelConfigurationCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: UpdateSlackChannelConfigurationCommandInput
|
|
12
|
+
input: UpdateSlackChannelConfigurationCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
UpdateSlackChannelConfigurationCommandInput,
|
|
17
15
|
UpdateSlackChannelConfigurationCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const UpdateSlackChannelConfigurationCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: UpdateSlackChannelConfigurationCommandInput
|
|
21
|
+
input: UpdateSlackChannelConfigurationCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
UpdateSlackChannelConfigurationCommandInput,
|
|
26
24
|
UpdateSlackChannelConfigurationCommandOutput,
|
|
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
|
|
|
23
23
|
defaultSigningName: string;
|
|
24
24
|
};
|
|
25
25
|
export declare const resolveClientEndpointParameters: <T>(
|
|
26
|
-
options: T & ClientInputEndpointParameters
|
|
26
|
+
options: T & ClientInputEndpointParameters,
|
|
27
27
|
) => T & ClientResolvedEndpointParameters;
|
|
28
28
|
export declare const commonParams: {
|
|
29
29
|
readonly UseFIPS: {
|
|
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ChatbotExtensionConfiguration
|
|
6
|
-
extends
|
|
6
|
+
extends
|
|
7
|
+
HttpHandlerExtensionConfiguration,
|
|
7
8
|
DefaultExtensionConfiguration,
|
|
8
9
|
AwsRegionExtensionConfiguration,
|
|
9
10
|
HttpAuthExtensionConfiguration {}
|