@aws-sdk/client-chime-sdk-messaging 3.1087.0 → 3.1089.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/ChimeSDKMessaging.d.ts +165 -216
- package/dist-types/ts3.4/ChimeSDKMessagingClient.d.ts +6 -19
- 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/AssociateChannelFlowCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.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/enums.d.ts +11 -22
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
DescribeChannelFlowRequest,
|
|
4
|
-
DescribeChannelFlowResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { DescribeChannelFlowRequest, DescribeChannelFlowResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeChannelFlowCommandInput
|
|
8
|
-
extends DescribeChannelFlowRequest {}
|
|
4
|
+
export interface DescribeChannelFlowCommandInput extends DescribeChannelFlowRequest {}
|
|
9
5
|
export interface DescribeChannelFlowCommandOutput
|
|
10
|
-
extends DescribeChannelFlowResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends DescribeChannelFlowResponse, __MetadataBearer {}
|
|
12
7
|
declare const DescribeChannelFlowCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: DescribeChannelFlowCommandInput
|
|
9
|
+
input: DescribeChannelFlowCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
DescribeChannelFlowCommandInput,
|
|
17
12
|
DescribeChannelFlowCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const DescribeChannelFlowCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: DescribeChannelFlowCommandInput
|
|
18
|
+
input: DescribeChannelFlowCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
DescribeChannelFlowCommandInput,
|
|
26
21
|
DescribeChannelFlowCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeChannelMembershipResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeChannelMembershipCommandInput
|
|
8
|
-
extends DescribeChannelMembershipRequest {}
|
|
7
|
+
export interface DescribeChannelMembershipCommandInput extends DescribeChannelMembershipRequest {}
|
|
9
8
|
export interface DescribeChannelMembershipCommandOutput
|
|
10
|
-
extends DescribeChannelMembershipResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeChannelMembershipResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeChannelMembershipCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeChannelMembershipCommandInput
|
|
12
|
+
input: DescribeChannelMembershipCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeChannelMembershipCommandInput,
|
|
17
15
|
DescribeChannelMembershipCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeChannelMembershipCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeChannelMembershipCommandInput
|
|
21
|
+
input: DescribeChannelMembershipCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeChannelMembershipCommandInput,
|
|
26
24
|
DescribeChannelMembershipCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeChannelMembershipForAppInstanceUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeChannelMembershipForAppInstanceUserCommandInput
|
|
8
|
-
extends DescribeChannelMembershipForAppInstanceUserRequest {}
|
|
7
|
+
export interface DescribeChannelMembershipForAppInstanceUserCommandInput extends DescribeChannelMembershipForAppInstanceUserRequest {}
|
|
9
8
|
export interface DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
10
|
-
extends DescribeChannelMembershipForAppInstanceUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeChannelMembershipForAppInstanceUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeChannelMembershipForAppInstanceUserCommandInput
|
|
12
|
+
input: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
17
15
|
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeChannelMembershipForAppInstanceUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeChannelMembershipForAppInstanceUserCommandInput
|
|
21
|
+
input: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
26
24
|
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeChannelModeratedByAppInstanceUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeChannelModeratedByAppInstanceUserCommandInput
|
|
8
|
-
extends DescribeChannelModeratedByAppInstanceUserRequest {}
|
|
7
|
+
export interface DescribeChannelModeratedByAppInstanceUserCommandInput extends DescribeChannelModeratedByAppInstanceUserRequest {}
|
|
9
8
|
export interface DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
10
|
-
extends DescribeChannelModeratedByAppInstanceUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeChannelModeratedByAppInstanceUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeChannelModeratedByAppInstanceUserCommandInput
|
|
12
|
+
input: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
17
15
|
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeChannelModeratedByAppInstanceUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeChannelModeratedByAppInstanceUserCommandInput
|
|
21
|
+
input: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
26
24
|
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
DescribeChannelModeratorResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface DescribeChannelModeratorCommandInput
|
|
8
|
-
extends DescribeChannelModeratorRequest {}
|
|
7
|
+
export interface DescribeChannelModeratorCommandInput extends DescribeChannelModeratorRequest {}
|
|
9
8
|
export interface DescribeChannelModeratorCommandOutput
|
|
10
|
-
extends DescribeChannelModeratorResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends DescribeChannelModeratorResponse, __MetadataBearer {}
|
|
12
10
|
declare const DescribeChannelModeratorCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: DescribeChannelModeratorCommandInput
|
|
12
|
+
input: DescribeChannelModeratorCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
DescribeChannelModeratorCommandInput,
|
|
17
15
|
DescribeChannelModeratorCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const DescribeChannelModeratorCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: DescribeChannelModeratorCommandInput
|
|
21
|
+
input: DescribeChannelModeratorCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
DescribeChannelModeratorCommandInput,
|
|
26
24
|
DescribeChannelModeratorCommandOutput,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
2
|
import { DisassociateChannelFlowRequest } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
|
-
export interface DisassociateChannelFlowCommandInput
|
|
5
|
-
|
|
6
|
-
export interface DisassociateChannelFlowCommandOutput
|
|
7
|
-
extends __MetadataBearer {}
|
|
4
|
+
export interface DisassociateChannelFlowCommandInput extends DisassociateChannelFlowRequest {}
|
|
5
|
+
export interface DisassociateChannelFlowCommandOutput extends __MetadataBearer {}
|
|
8
6
|
declare const DisassociateChannelFlowCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: DisassociateChannelFlowCommandInput
|
|
8
|
+
input: DisassociateChannelFlowCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
DisassociateChannelFlowCommandInput,
|
|
13
11
|
DisassociateChannelFlowCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const DisassociateChannelFlowCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: DisassociateChannelFlowCommandInput
|
|
17
|
+
input: DisassociateChannelFlowCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
DisassociateChannelFlowCommandInput,
|
|
22
20
|
DisassociateChannelFlowCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetChannelMembershipPreferencesResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetChannelMembershipPreferencesCommandInput
|
|
8
|
-
extends GetChannelMembershipPreferencesRequest {}
|
|
7
|
+
export interface GetChannelMembershipPreferencesCommandInput extends GetChannelMembershipPreferencesRequest {}
|
|
9
8
|
export interface GetChannelMembershipPreferencesCommandOutput
|
|
10
|
-
extends GetChannelMembershipPreferencesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetChannelMembershipPreferencesResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetChannelMembershipPreferencesCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetChannelMembershipPreferencesCommandInput
|
|
12
|
+
input: GetChannelMembershipPreferencesCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetChannelMembershipPreferencesCommandInput,
|
|
17
15
|
GetChannelMembershipPreferencesCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetChannelMembershipPreferencesCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetChannelMembershipPreferencesCommandInput
|
|
21
|
+
input: GetChannelMembershipPreferencesCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetChannelMembershipPreferencesCommandInput,
|
|
26
24
|
GetChannelMembershipPreferencesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
GetChannelMessageRequest,
|
|
4
|
-
GetChannelMessageResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { GetChannelMessageRequest, GetChannelMessageResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetChannelMessageCommandInput
|
|
8
|
-
extends GetChannelMessageRequest {}
|
|
4
|
+
export interface GetChannelMessageCommandInput extends GetChannelMessageRequest {}
|
|
9
5
|
export interface GetChannelMessageCommandOutput
|
|
10
|
-
extends GetChannelMessageResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends GetChannelMessageResponse, __MetadataBearer {}
|
|
12
7
|
declare const GetChannelMessageCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: GetChannelMessageCommandInput
|
|
9
|
+
input: GetChannelMessageCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
GetChannelMessageCommandInput,
|
|
17
12
|
GetChannelMessageCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const GetChannelMessageCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: GetChannelMessageCommandInput
|
|
18
|
+
input: GetChannelMessageCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
GetChannelMessageCommandInput,
|
|
26
21
|
GetChannelMessageCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetChannelMessageStatusResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetChannelMessageStatusCommandInput
|
|
8
|
-
extends GetChannelMessageStatusRequest {}
|
|
7
|
+
export interface GetChannelMessageStatusCommandInput extends GetChannelMessageStatusRequest {}
|
|
9
8
|
export interface GetChannelMessageStatusCommandOutput
|
|
10
|
-
extends GetChannelMessageStatusResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetChannelMessageStatusResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetChannelMessageStatusCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetChannelMessageStatusCommandInput
|
|
12
|
+
input: GetChannelMessageStatusCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetChannelMessageStatusCommandInput,
|
|
17
15
|
GetChannelMessageStatusCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetChannelMessageStatusCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetChannelMessageStatusCommandInput
|
|
21
|
+
input: GetChannelMessageStatusCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetChannelMessageStatusCommandInput,
|
|
26
24
|
GetChannelMessageStatusCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetMessagingSessionEndpointResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMessagingSessionEndpointCommandInput
|
|
8
|
-
extends GetMessagingSessionEndpointRequest {}
|
|
7
|
+
export interface GetMessagingSessionEndpointCommandInput extends GetMessagingSessionEndpointRequest {}
|
|
9
8
|
export interface GetMessagingSessionEndpointCommandOutput
|
|
10
|
-
extends GetMessagingSessionEndpointResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetMessagingSessionEndpointResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetMessagingSessionEndpointCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMessagingSessionEndpointCommandInput
|
|
12
|
+
input: GetMessagingSessionEndpointCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMessagingSessionEndpointCommandInput,
|
|
17
15
|
GetMessagingSessionEndpointCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
GetMessagingStreamingConfigurationsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface GetMessagingStreamingConfigurationsCommandInput
|
|
8
|
-
extends GetMessagingStreamingConfigurationsRequest {}
|
|
7
|
+
export interface GetMessagingStreamingConfigurationsCommandInput extends GetMessagingStreamingConfigurationsRequest {}
|
|
9
8
|
export interface GetMessagingStreamingConfigurationsCommandOutput
|
|
10
|
-
extends GetMessagingStreamingConfigurationsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends GetMessagingStreamingConfigurationsResponse, __MetadataBearer {}
|
|
12
10
|
declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: GetMessagingStreamingConfigurationsCommandInput
|
|
12
|
+
input: GetMessagingStreamingConfigurationsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
GetMessagingStreamingConfigurationsCommandInput,
|
|
17
15
|
GetMessagingStreamingConfigurationsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const GetMessagingStreamingConfigurationsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: GetMessagingStreamingConfigurationsCommandInput
|
|
21
|
+
input: GetMessagingStreamingConfigurationsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
GetMessagingStreamingConfigurationsCommandInput,
|
|
26
24
|
GetMessagingStreamingConfigurationsCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelBansRequest,
|
|
4
|
-
ListChannelBansResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelBansRequest, ListChannelBansResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListChannelBansCommandInput extends ListChannelBansRequest {}
|
|
8
|
-
export interface ListChannelBansCommandOutput
|
|
9
|
-
extends ListChannelBansResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChannelBansCommandOutput extends ListChannelBansResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListChannelBansCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListChannelBansCommandInput
|
|
8
|
+
input: ListChannelBansCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListChannelBansCommandInput,
|
|
16
11
|
ListChannelBansCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListChannelBansCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListChannelBansCommandInput
|
|
17
|
+
input: ListChannelBansCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListChannelBansCommandInput,
|
|
25
20
|
ListChannelBansCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelFlowsRequest,
|
|
4
|
-
ListChannelFlowsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelFlowsRequest, ListChannelFlowsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListChannelFlowsCommandInput extends ListChannelFlowsRequest {}
|
|
8
|
-
export interface ListChannelFlowsCommandOutput
|
|
9
|
-
extends ListChannelFlowsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChannelFlowsCommandOutput extends ListChannelFlowsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListChannelFlowsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListChannelFlowsCommandInput
|
|
8
|
+
input: ListChannelFlowsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListChannelFlowsCommandInput,
|
|
16
11
|
ListChannelFlowsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListChannelFlowsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListChannelFlowsCommandInput
|
|
17
|
+
input: ListChannelFlowsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListChannelFlowsCommandInput,
|
|
25
20
|
ListChannelFlowsCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelMembershipsRequest,
|
|
4
|
-
ListChannelMembershipsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelMembershipsRequest, ListChannelMembershipsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelMembershipsCommandInput
|
|
8
|
-
extends ListChannelMembershipsRequest {}
|
|
4
|
+
export interface ListChannelMembershipsCommandInput extends ListChannelMembershipsRequest {}
|
|
9
5
|
export interface ListChannelMembershipsCommandOutput
|
|
10
|
-
extends ListChannelMembershipsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListChannelMembershipsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListChannelMembershipsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListChannelMembershipsCommandInput
|
|
9
|
+
input: ListChannelMembershipsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListChannelMembershipsCommandInput,
|
|
17
12
|
ListChannelMembershipsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListChannelMembershipsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListChannelMembershipsCommandInput
|
|
18
|
+
input: ListChannelMembershipsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListChannelMembershipsCommandInput,
|
|
26
21
|
ListChannelMembershipsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListChannelMembershipsForAppInstanceUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelMembershipsForAppInstanceUserCommandInput
|
|
8
|
-
extends ListChannelMembershipsForAppInstanceUserRequest {}
|
|
7
|
+
export interface ListChannelMembershipsForAppInstanceUserCommandInput extends ListChannelMembershipsForAppInstanceUserRequest {}
|
|
9
8
|
export interface ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
10
|
-
extends ListChannelMembershipsForAppInstanceUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListChannelMembershipsForAppInstanceUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListChannelMembershipsForAppInstanceUserCommandInput
|
|
12
|
+
input: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
17
15
|
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListChannelMembershipsForAppInstanceUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListChannelMembershipsForAppInstanceUserCommandInput
|
|
21
|
+
input: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
26
24
|
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelMessagesRequest,
|
|
4
|
-
ListChannelMessagesResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelMessagesRequest, ListChannelMessagesResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelMessagesCommandInput
|
|
8
|
-
extends ListChannelMessagesRequest {}
|
|
4
|
+
export interface ListChannelMessagesCommandInput extends ListChannelMessagesRequest {}
|
|
9
5
|
export interface ListChannelMessagesCommandOutput
|
|
10
|
-
extends ListChannelMessagesResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListChannelMessagesResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListChannelMessagesCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListChannelMessagesCommandInput
|
|
9
|
+
input: ListChannelMessagesCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListChannelMessagesCommandInput,
|
|
17
12
|
ListChannelMessagesCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListChannelMessagesCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListChannelMessagesCommandInput
|
|
18
|
+
input: ListChannelMessagesCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListChannelMessagesCommandInput,
|
|
26
21
|
ListChannelMessagesCommandOutput,
|
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListChannelModeratorsRequest,
|
|
4
|
-
ListChannelModeratorsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListChannelModeratorsRequest, ListChannelModeratorsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelModeratorsCommandInput
|
|
8
|
-
extends ListChannelModeratorsRequest {}
|
|
4
|
+
export interface ListChannelModeratorsCommandInput extends ListChannelModeratorsRequest {}
|
|
9
5
|
export interface ListChannelModeratorsCommandOutput
|
|
10
|
-
extends ListChannelModeratorsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
6
|
+
extends ListChannelModeratorsResponse, __MetadataBearer {}
|
|
12
7
|
declare const ListChannelModeratorsCommand_base: {
|
|
13
8
|
new (
|
|
14
|
-
input: ListChannelModeratorsCommandInput
|
|
9
|
+
input: ListChannelModeratorsCommandInput,
|
|
15
10
|
): import("@smithy/core/client").CommandImpl<
|
|
16
11
|
ListChannelModeratorsCommandInput,
|
|
17
12
|
ListChannelModeratorsCommandOutput,
|
|
@@ -20,7 +15,7 @@ declare const ListChannelModeratorsCommand_base: {
|
|
|
20
15
|
import("..").ServiceOutputTypes
|
|
21
16
|
>;
|
|
22
17
|
new (
|
|
23
|
-
input: ListChannelModeratorsCommandInput
|
|
18
|
+
input: ListChannelModeratorsCommandInput,
|
|
24
19
|
): import("@smithy/core/client").CommandImpl<
|
|
25
20
|
ListChannelModeratorsCommandInput,
|
|
26
21
|
ListChannelModeratorsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListChannelsAssociatedWithChannelFlowResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelsAssociatedWithChannelFlowCommandInput
|
|
8
|
-
extends ListChannelsAssociatedWithChannelFlowRequest {}
|
|
7
|
+
export interface ListChannelsAssociatedWithChannelFlowCommandInput extends ListChannelsAssociatedWithChannelFlowRequest {}
|
|
9
8
|
export interface ListChannelsAssociatedWithChannelFlowCommandOutput
|
|
10
|
-
extends ListChannelsAssociatedWithChannelFlowResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListChannelsAssociatedWithChannelFlowResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListChannelsAssociatedWithChannelFlowCommandInput
|
|
12
|
+
input: ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
17
15
|
ListChannelsAssociatedWithChannelFlowCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListChannelsAssociatedWithChannelFlowCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListChannelsAssociatedWithChannelFlowCommandInput
|
|
21
|
+
input: ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListChannelsAssociatedWithChannelFlowCommandInput,
|
|
26
24
|
ListChannelsAssociatedWithChannelFlowCommandOutput,
|
|
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
2
2
|
import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0";
|
|
3
3
|
export { __MetadataBearer };
|
|
4
4
|
export interface ListChannelsCommandInput extends ListChannelsRequest {}
|
|
5
|
-
export interface ListChannelsCommandOutput
|
|
6
|
-
extends ListChannelsResponse,
|
|
7
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListChannelsCommandOutput extends ListChannelsResponse, __MetadataBearer {}
|
|
8
6
|
declare const ListChannelsCommand_base: {
|
|
9
7
|
new (
|
|
10
|
-
input: ListChannelsCommandInput
|
|
8
|
+
input: ListChannelsCommandInput,
|
|
11
9
|
): import("@smithy/core/client").CommandImpl<
|
|
12
10
|
ListChannelsCommandInput,
|
|
13
11
|
ListChannelsCommandOutput,
|
|
@@ -16,7 +14,7 @@ declare const ListChannelsCommand_base: {
|
|
|
16
14
|
import("..").ServiceOutputTypes
|
|
17
15
|
>;
|
|
18
16
|
new (
|
|
19
|
-
input: ListChannelsCommandInput
|
|
17
|
+
input: ListChannelsCommandInput,
|
|
20
18
|
): import("@smithy/core/client").CommandImpl<
|
|
21
19
|
ListChannelsCommandInput,
|
|
22
20
|
ListChannelsCommandOutput,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
ListChannelsModeratedByAppInstanceUserResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface ListChannelsModeratedByAppInstanceUserCommandInput
|
|
8
|
-
extends ListChannelsModeratedByAppInstanceUserRequest {}
|
|
7
|
+
export interface ListChannelsModeratedByAppInstanceUserCommandInput extends ListChannelsModeratedByAppInstanceUserRequest {}
|
|
9
8
|
export interface ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
10
|
-
extends ListChannelsModeratedByAppInstanceUserResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends ListChannelsModeratedByAppInstanceUserResponse, __MetadataBearer {}
|
|
12
10
|
declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: ListChannelsModeratedByAppInstanceUserCommandInput
|
|
12
|
+
input: ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
17
15
|
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const ListChannelsModeratedByAppInstanceUserCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: ListChannelsModeratedByAppInstanceUserCommandInput
|
|
21
|
+
input: ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
26
24
|
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
-
import {
|
|
3
|
-
ListSubChannelsRequest,
|
|
4
|
-
ListSubChannelsResponse,
|
|
5
|
-
} from "../models/models_0";
|
|
2
|
+
import { ListSubChannelsRequest, ListSubChannelsResponse } from "../models/models_0";
|
|
6
3
|
export { __MetadataBearer };
|
|
7
4
|
export interface ListSubChannelsCommandInput extends ListSubChannelsRequest {}
|
|
8
|
-
export interface ListSubChannelsCommandOutput
|
|
9
|
-
extends ListSubChannelsResponse,
|
|
10
|
-
__MetadataBearer {}
|
|
5
|
+
export interface ListSubChannelsCommandOutput extends ListSubChannelsResponse, __MetadataBearer {}
|
|
11
6
|
declare const ListSubChannelsCommand_base: {
|
|
12
7
|
new (
|
|
13
|
-
input: ListSubChannelsCommandInput
|
|
8
|
+
input: ListSubChannelsCommandInput,
|
|
14
9
|
): import("@smithy/core/client").CommandImpl<
|
|
15
10
|
ListSubChannelsCommandInput,
|
|
16
11
|
ListSubChannelsCommandOutput,
|
|
@@ -19,7 +14,7 @@ declare const ListSubChannelsCommand_base: {
|
|
|
19
14
|
import("..").ServiceOutputTypes
|
|
20
15
|
>;
|
|
21
16
|
new (
|
|
22
|
-
input: ListSubChannelsCommandInput
|
|
17
|
+
input: ListSubChannelsCommandInput,
|
|
23
18
|
): import("@smithy/core/client").CommandImpl<
|
|
24
19
|
ListSubChannelsCommandInput,
|
|
25
20
|
ListSubChannelsCommandOutput,
|
|
@@ -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,
|
|
@@ -4,14 +4,12 @@ import {
|
|
|
4
4
|
PutChannelExpirationSettingsResponse,
|
|
5
5
|
} from "../models/models_0";
|
|
6
6
|
export { __MetadataBearer };
|
|
7
|
-
export interface PutChannelExpirationSettingsCommandInput
|
|
8
|
-
extends PutChannelExpirationSettingsRequest {}
|
|
7
|
+
export interface PutChannelExpirationSettingsCommandInput extends PutChannelExpirationSettingsRequest {}
|
|
9
8
|
export interface PutChannelExpirationSettingsCommandOutput
|
|
10
|
-
extends PutChannelExpirationSettingsResponse,
|
|
11
|
-
__MetadataBearer {}
|
|
9
|
+
extends PutChannelExpirationSettingsResponse, __MetadataBearer {}
|
|
12
10
|
declare const PutChannelExpirationSettingsCommand_base: {
|
|
13
11
|
new (
|
|
14
|
-
input: PutChannelExpirationSettingsCommandInput
|
|
12
|
+
input: PutChannelExpirationSettingsCommandInput,
|
|
15
13
|
): import("@smithy/core/client").CommandImpl<
|
|
16
14
|
PutChannelExpirationSettingsCommandInput,
|
|
17
15
|
PutChannelExpirationSettingsCommandOutput,
|
|
@@ -20,7 +18,7 @@ declare const PutChannelExpirationSettingsCommand_base: {
|
|
|
20
18
|
import("..").ServiceOutputTypes
|
|
21
19
|
>;
|
|
22
20
|
new (
|
|
23
|
-
input: PutChannelExpirationSettingsCommandInput
|
|
21
|
+
input: PutChannelExpirationSettingsCommandInput,
|
|
24
22
|
): import("@smithy/core/client").CommandImpl<
|
|
25
23
|
PutChannelExpirationSettingsCommandInput,
|
|
26
24
|
PutChannelExpirationSettingsCommandOutput,
|