@aws-sdk/client-chime-sdk-messaging 3.1077.0 → 3.1079.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 +159 -613
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/ChannelFlowCallbackCommand.js +2 -14
- package/dist-es/commands/CreateChannelBanCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateChannelFlowCommand.js +2 -14
- package/dist-es/commands/CreateChannelMembershipCommand.js +2 -14
- package/dist-es/commands/CreateChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteChannelBanCommand.js +2 -14
- package/dist-es/commands/DeleteChannelCommand.js +2 -14
- package/dist-es/commands/DeleteChannelFlowCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DeleteChannelMessageCommand.js +2 -14
- package/dist-es/commands/DeleteChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DeleteMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeChannelBanCommand.js +2 -14
- package/dist-es/commands/DescribeChannelCommand.js +2 -14
- package/dist-es/commands/DescribeChannelFlowCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipCommand.js +2 -14
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/DescribeChannelModeratorCommand.js +2 -14
- package/dist-es/commands/DisassociateChannelFlowCommand.js +2 -14
- package/dist-es/commands/GetChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageCommand.js +2 -14
- package/dist-es/commands/GetChannelMessageStatusCommand.js +2 -14
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +2 -14
- package/dist-es/commands/GetMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListChannelBansCommand.js +2 -14
- package/dist-es/commands/ListChannelFlowsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsCommand.js +2 -14
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListChannelMessagesCommand.js +2 -14
- package/dist-es/commands/ListChannelModeratorsCommand.js +2 -14
- package/dist-es/commands/ListChannelsAssociatedWithChannelFlowCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +2 -14
- package/dist-es/commands/ListSubChannelsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutChannelExpirationSettingsCommand.js +2 -14
- package/dist-es/commands/PutChannelMembershipPreferencesCommand.js +2 -14
- package/dist-es/commands/PutMessagingStreamingConfigurationsCommand.js +2 -14
- package/dist-es/commands/RedactChannelMessageCommand.js +2 -14
- package/dist-es/commands/SearchChannelsCommand.js +2 -14
- package/dist-es/commands/SendChannelMessageCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateChannelCommand.js +2 -14
- package/dist-es/commands/UpdateChannelFlowCommand.js +2 -14
- package/dist-es/commands/UpdateChannelMessageCommand.js +2 -14
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/ChannelFlowCallbackCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelMessageStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +3 -8
- package/dist-types/commands/GetMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelBansCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelFlowsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +3 -8
- package/dist-types/commands/ListSubChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelExpirationSettingsCommand.d.ts +3 -8
- package/dist-types/commands/PutChannelMembershipPreferencesCommand.d.ts +3 -8
- package/dist-types/commands/PutMessagingStreamingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/SearchChannelsCommand.d.ts +3 -8
- package/dist-types/commands/SendChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ChannelFlowCallbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelMessageStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelFlowsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsAssociatedWithChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelExpirationSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutChannelMembershipPreferencesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutMessagingStreamingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "ChimeMessagingService", "ChimeSDKMessagingClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AssociateChannelFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateChannelFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "AssociateChannelFlow", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "AssociateChannelFlowCommand")
|
|
14
|
-
.sc(AssociateChannelFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateChannelFlowCommand extends command(_ep0, _mw0, "AssociateChannelFlow", AssociateChannelFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchCreateChannelMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchCreateChannelMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "BatchCreateChannelMembership", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "BatchCreateChannelMembershipCommand")
|
|
14
|
-
.sc(BatchCreateChannelMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchCreateChannelMembershipCommand extends command(_ep0, _mw0, "BatchCreateChannelMembership", BatchCreateChannelMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ChannelFlowCallback$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ChannelFlowCallbackCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "ChannelFlowCallback", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "ChannelFlowCallbackCommand")
|
|
14
|
-
.sc(ChannelFlowCallback$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ChannelFlowCallbackCommand extends command(_ep0, _mw0, "ChannelFlowCallback", ChannelFlowCallback$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannelBan$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelBanCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "CreateChannelBan", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "CreateChannelBanCommand")
|
|
14
|
-
.sc(CreateChannelBan$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelBanCommand extends command(_ep0, _mw0, "CreateChannelBan", CreateChannelBan$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "CreateChannel", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "CreateChannelCommand")
|
|
14
|
-
.sc(CreateChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannelFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "CreateChannelFlow", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "CreateChannelFlowCommand")
|
|
14
|
-
.sc(CreateChannelFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelFlowCommand extends command(_ep0, _mw0, "CreateChannelFlow", CreateChannelFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannelMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "CreateChannelMembership", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "CreateChannelMembershipCommand")
|
|
14
|
-
.sc(CreateChannelMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelMembershipCommand extends command(_ep0, _mw0, "CreateChannelMembership", CreateChannelMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateChannelModerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateChannelModeratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "CreateChannelModerator", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "CreateChannelModeratorCommand")
|
|
14
|
-
.sc(CreateChannelModerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateChannelModeratorCommand extends command(_ep0, _mw0, "CreateChannelModerator", CreateChannelModerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannelBan$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelBanCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannelBan", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelBanCommand")
|
|
14
|
-
.sc(DeleteChannelBan$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelBanCommand extends command(_ep0, _mw0, "DeleteChannelBan", DeleteChannelBan$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannel", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelCommand")
|
|
14
|
-
.sc(DeleteChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannelFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannelFlow", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelFlowCommand")
|
|
14
|
-
.sc(DeleteChannelFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelFlowCommand extends command(_ep0, _mw0, "DeleteChannelFlow", DeleteChannelFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannelMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannelMembership", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelMembershipCommand")
|
|
14
|
-
.sc(DeleteChannelMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelMembershipCommand extends command(_ep0, _mw0, "DeleteChannelMembership", DeleteChannelMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannelMessage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelMessageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannelMessage", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelMessageCommand")
|
|
14
|
-
.sc(DeleteChannelMessage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelMessageCommand extends command(_ep0, _mw0, "DeleteChannelMessage", DeleteChannelMessage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteChannelModerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteChannelModeratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteChannelModerator", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteChannelModeratorCommand")
|
|
14
|
-
.sc(DeleteChannelModerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteChannelModeratorCommand extends command(_ep0, _mw0, "DeleteChannelModerator", DeleteChannelModerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteMessagingStreamingConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMessagingStreamingConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DeleteMessagingStreamingConfigurations", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DeleteMessagingStreamingConfigurationsCommand")
|
|
14
|
-
.sc(DeleteMessagingStreamingConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "DeleteMessagingStreamingConfigurations", DeleteMessagingStreamingConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelBan$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelBanCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelBan", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelBanCommand")
|
|
14
|
-
.sc(DescribeChannelBan$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelBanCommand extends command(_ep0, _mw0, "DescribeChannelBan", DescribeChannelBan$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannel", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelCommand")
|
|
14
|
-
.sc(DescribeChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelCommand extends command(_ep0, _mw0, "DescribeChannel", DescribeChannel$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelFlow", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelFlowCommand")
|
|
14
|
-
.sc(DescribeChannelFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelFlowCommand extends command(_ep0, _mw0, "DescribeChannelFlow", DescribeChannelFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelMembership$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelMembershipCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelMembership", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipCommand")
|
|
14
|
-
.sc(DescribeChannelMembership$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelMembershipCommand extends command(_ep0, _mw0, "DescribeChannelMembership", DescribeChannelMembership$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelMembershipForAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelMembershipForAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelMembershipForAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelMembershipForAppInstanceUserCommand")
|
|
14
|
-
.sc(DescribeChannelMembershipForAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelMembershipForAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelMembershipForAppInstanceUser", DescribeChannelMembershipForAppInstanceUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelModeratedByAppInstanceUser$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelModeratedByAppInstanceUserCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelModeratedByAppInstanceUser", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratedByAppInstanceUserCommand")
|
|
14
|
-
.sc(DescribeChannelModeratedByAppInstanceUser$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelModeratedByAppInstanceUserCommand extends command(_ep0, _mw0, "DescribeChannelModeratedByAppInstanceUser", DescribeChannelModeratedByAppInstanceUser$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeChannelModerator$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeChannelModeratorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DescribeChannelModerator", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DescribeChannelModeratorCommand")
|
|
14
|
-
.sc(DescribeChannelModerator$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeChannelModeratorCommand extends command(_ep0, _mw0, "DescribeChannelModerator", DescribeChannelModerator$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DisassociateChannelFlow$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DisassociateChannelFlowCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "DisassociateChannelFlow", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "DisassociateChannelFlowCommand")
|
|
14
|
-
.sc(DisassociateChannelFlow$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DisassociateChannelFlowCommand extends command(_ep0, _mw0, "DisassociateChannelFlow", DisassociateChannelFlow$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetChannelMembershipPreferences$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetChannelMembershipPreferencesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "GetChannelMembershipPreferences", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "GetChannelMembershipPreferencesCommand")
|
|
14
|
-
.sc(GetChannelMembershipPreferences$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetChannelMembershipPreferencesCommand extends command(_ep0, _mw0, "GetChannelMembershipPreferences", GetChannelMembershipPreferences$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetChannelMessage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetChannelMessageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "GetChannelMessage", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageCommand")
|
|
14
|
-
.sc(GetChannelMessage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetChannelMessageCommand extends command(_ep0, _mw0, "GetChannelMessage", GetChannelMessage$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetChannelMessageStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetChannelMessageStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "GetChannelMessageStatus", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "GetChannelMessageStatusCommand")
|
|
14
|
-
.sc(GetChannelMessageStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetChannelMessageStatusCommand extends command(_ep0, _mw0, "GetChannelMessageStatus", GetChannelMessageStatus$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMessagingSessionEndpoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMessagingSessionEndpointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "GetMessagingSessionEndpoint", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "GetMessagingSessionEndpointCommand")
|
|
14
|
-
.sc(GetMessagingSessionEndpoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMessagingSessionEndpointCommand extends command(_ep0, _mw0, "GetMessagingSessionEndpoint", GetMessagingSessionEndpoint$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMessagingStreamingConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMessagingStreamingConfigurationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "GetMessagingStreamingConfigurations", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "GetMessagingStreamingConfigurationsCommand")
|
|
14
|
-
.sc(GetMessagingStreamingConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMessagingStreamingConfigurationsCommand extends command(_ep0, _mw0, "GetMessagingStreamingConfigurations", GetMessagingStreamingConfigurations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChannelBans$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelBansCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "ListChannelBans", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "ListChannelBansCommand")
|
|
14
|
-
.sc(ListChannelBans$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelBansCommand extends command(_ep0, _mw0, "ListChannelBans", ListChannelBans$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChannelFlows$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelFlowsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "ListChannelFlows", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "ListChannelFlowsCommand")
|
|
14
|
-
.sc(ListChannelFlows$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelFlowsCommand extends command(_ep0, _mw0, "ListChannelFlows", ListChannelFlows$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListChannelMemberships$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelMembershipsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ChimeMessagingService", "ListChannelMemberships", {})
|
|
13
|
-
.n("ChimeSDKMessagingClient", "ListChannelMembershipsCommand")
|
|
14
|
-
.sc(ListChannelMemberships$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelMembershipsCommand extends command(_ep0, _mw0, "ListChannelMemberships", ListChannelMemberships$) {
|
|
16
4
|
}
|