@aws-sdk/client-repostspace 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 +27 -193
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +2 -14
- package/dist-es/commands/BatchAddRoleCommand.js +2 -14
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +2 -14
- package/dist-es/commands/BatchRemoveRoleCommand.js +2 -14
- package/dist-es/commands/CreateChannelCommand.js +2 -14
- package/dist-es/commands/CreateSpaceCommand.js +2 -14
- package/dist-es/commands/DeleteSpaceCommand.js +2 -14
- package/dist-es/commands/DeregisterAdminCommand.js +2 -14
- package/dist-es/commands/GetChannelCommand.js +2 -14
- package/dist-es/commands/GetSpaceCommand.js +2 -14
- package/dist-es/commands/ListChannelsCommand.js +2 -14
- package/dist-es/commands/ListSpacesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RegisterAdminCommand.js +2 -14
- package/dist-es/commands/SendInvitesCommand.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/UpdateSpaceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +3 -8
- package/dist-types/commands/BatchAddRoleCommand.d.ts +3 -8
- package/dist-types/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +3 -8
- package/dist-types/commands/BatchRemoveRoleCommand.d.ts +3 -8
- package/dist-types/commands/CreateChannelCommand.d.ts +3 -8
- package/dist-types/commands/CreateSpaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSpaceCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterAdminCommand.d.ts +3 -8
- package/dist-types/commands/GetChannelCommand.d.ts +3 -8
- package/dist-types/commands/GetSpaceCommand.d.ts +3 -8
- package/dist-types/commands/ListChannelsCommand.d.ts +3 -8
- package/dist-types/commands/ListSpacesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RegisterAdminCommand.d.ts +3 -8
- package/dist-types/commands/SendInvitesCommand.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/UpdateSpaceCommand.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/BatchAddChannelRoleToAccessorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchAddRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchRemoveRoleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterAdminCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SendInvitesCommand.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/UpdateSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -881,232 +882,65 @@ class RepostspaceClient extends Client {
|
|
|
881
882
|
}
|
|
882
883
|
}
|
|
883
884
|
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
})
|
|
890
|
-
.s("RepostSpace", "BatchAddChannelRoleToAccessors", {})
|
|
891
|
-
.n("RepostspaceClient", "BatchAddChannelRoleToAccessorsCommand")
|
|
892
|
-
.sc(BatchAddChannelRoleToAccessors$)
|
|
893
|
-
.build() {
|
|
885
|
+
const command = makeBuilder(commonParams, "RepostSpace", "RepostspaceClient", getEndpointPlugin);
|
|
886
|
+
const _ep0 = {};
|
|
887
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
888
|
+
|
|
889
|
+
class BatchAddChannelRoleToAccessorsCommand extends command(_ep0, _mw0, "BatchAddChannelRoleToAccessors", BatchAddChannelRoleToAccessors$) {
|
|
894
890
|
}
|
|
895
891
|
|
|
896
|
-
class BatchAddRoleCommand extends
|
|
897
|
-
.classBuilder()
|
|
898
|
-
.ep(commonParams)
|
|
899
|
-
.m(function (Command, cs, config, o) {
|
|
900
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
901
|
-
})
|
|
902
|
-
.s("RepostSpace", "BatchAddRole", {})
|
|
903
|
-
.n("RepostspaceClient", "BatchAddRoleCommand")
|
|
904
|
-
.sc(BatchAddRole$)
|
|
905
|
-
.build() {
|
|
892
|
+
class BatchAddRoleCommand extends command(_ep0, _mw0, "BatchAddRole", BatchAddRole$) {
|
|
906
893
|
}
|
|
907
894
|
|
|
908
|
-
class BatchRemoveChannelRoleFromAccessorsCommand extends
|
|
909
|
-
.classBuilder()
|
|
910
|
-
.ep(commonParams)
|
|
911
|
-
.m(function (Command, cs, config, o) {
|
|
912
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
913
|
-
})
|
|
914
|
-
.s("RepostSpace", "BatchRemoveChannelRoleFromAccessors", {})
|
|
915
|
-
.n("RepostspaceClient", "BatchRemoveChannelRoleFromAccessorsCommand")
|
|
916
|
-
.sc(BatchRemoveChannelRoleFromAccessors$)
|
|
917
|
-
.build() {
|
|
895
|
+
class BatchRemoveChannelRoleFromAccessorsCommand extends command(_ep0, _mw0, "BatchRemoveChannelRoleFromAccessors", BatchRemoveChannelRoleFromAccessors$) {
|
|
918
896
|
}
|
|
919
897
|
|
|
920
|
-
class BatchRemoveRoleCommand extends
|
|
921
|
-
.classBuilder()
|
|
922
|
-
.ep(commonParams)
|
|
923
|
-
.m(function (Command, cs, config, o) {
|
|
924
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
925
|
-
})
|
|
926
|
-
.s("RepostSpace", "BatchRemoveRole", {})
|
|
927
|
-
.n("RepostspaceClient", "BatchRemoveRoleCommand")
|
|
928
|
-
.sc(BatchRemoveRole$)
|
|
929
|
-
.build() {
|
|
898
|
+
class BatchRemoveRoleCommand extends command(_ep0, _mw0, "BatchRemoveRole", BatchRemoveRole$) {
|
|
930
899
|
}
|
|
931
900
|
|
|
932
|
-
class CreateChannelCommand extends
|
|
933
|
-
.classBuilder()
|
|
934
|
-
.ep(commonParams)
|
|
935
|
-
.m(function (Command, cs, config, o) {
|
|
936
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
937
|
-
})
|
|
938
|
-
.s("RepostSpace", "CreateChannel", {})
|
|
939
|
-
.n("RepostspaceClient", "CreateChannelCommand")
|
|
940
|
-
.sc(CreateChannel$)
|
|
941
|
-
.build() {
|
|
901
|
+
class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
|
|
942
902
|
}
|
|
943
903
|
|
|
944
|
-
class CreateSpaceCommand extends
|
|
945
|
-
.classBuilder()
|
|
946
|
-
.ep(commonParams)
|
|
947
|
-
.m(function (Command, cs, config, o) {
|
|
948
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
949
|
-
})
|
|
950
|
-
.s("RepostSpace", "CreateSpace", {})
|
|
951
|
-
.n("RepostspaceClient", "CreateSpaceCommand")
|
|
952
|
-
.sc(CreateSpace$)
|
|
953
|
-
.build() {
|
|
904
|
+
class CreateSpaceCommand extends command(_ep0, _mw0, "CreateSpace", CreateSpace$) {
|
|
954
905
|
}
|
|
955
906
|
|
|
956
|
-
class DeleteSpaceCommand extends
|
|
957
|
-
.classBuilder()
|
|
958
|
-
.ep(commonParams)
|
|
959
|
-
.m(function (Command, cs, config, o) {
|
|
960
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
961
|
-
})
|
|
962
|
-
.s("RepostSpace", "DeleteSpace", {})
|
|
963
|
-
.n("RepostspaceClient", "DeleteSpaceCommand")
|
|
964
|
-
.sc(DeleteSpace$)
|
|
965
|
-
.build() {
|
|
907
|
+
class DeleteSpaceCommand extends command(_ep0, _mw0, "DeleteSpace", DeleteSpace$) {
|
|
966
908
|
}
|
|
967
909
|
|
|
968
|
-
class DeregisterAdminCommand extends
|
|
969
|
-
.classBuilder()
|
|
970
|
-
.ep(commonParams)
|
|
971
|
-
.m(function (Command, cs, config, o) {
|
|
972
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
973
|
-
})
|
|
974
|
-
.s("RepostSpace", "DeregisterAdmin", {})
|
|
975
|
-
.n("RepostspaceClient", "DeregisterAdminCommand")
|
|
976
|
-
.sc(DeregisterAdmin$)
|
|
977
|
-
.build() {
|
|
910
|
+
class DeregisterAdminCommand extends command(_ep0, _mw0, "DeregisterAdmin", DeregisterAdmin$) {
|
|
978
911
|
}
|
|
979
912
|
|
|
980
|
-
class GetChannelCommand extends
|
|
981
|
-
.classBuilder()
|
|
982
|
-
.ep(commonParams)
|
|
983
|
-
.m(function (Command, cs, config, o) {
|
|
984
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
985
|
-
})
|
|
986
|
-
.s("RepostSpace", "GetChannel", {})
|
|
987
|
-
.n("RepostspaceClient", "GetChannelCommand")
|
|
988
|
-
.sc(GetChannel$)
|
|
989
|
-
.build() {
|
|
913
|
+
class GetChannelCommand extends command(_ep0, _mw0, "GetChannel", GetChannel$) {
|
|
990
914
|
}
|
|
991
915
|
|
|
992
|
-
class GetSpaceCommand extends
|
|
993
|
-
.classBuilder()
|
|
994
|
-
.ep(commonParams)
|
|
995
|
-
.m(function (Command, cs, config, o) {
|
|
996
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
997
|
-
})
|
|
998
|
-
.s("RepostSpace", "GetSpace", {})
|
|
999
|
-
.n("RepostspaceClient", "GetSpaceCommand")
|
|
1000
|
-
.sc(GetSpace$)
|
|
1001
|
-
.build() {
|
|
916
|
+
class GetSpaceCommand extends command(_ep0, _mw0, "GetSpace", GetSpace$) {
|
|
1002
917
|
}
|
|
1003
918
|
|
|
1004
|
-
class ListChannelsCommand extends
|
|
1005
|
-
.classBuilder()
|
|
1006
|
-
.ep(commonParams)
|
|
1007
|
-
.m(function (Command, cs, config, o) {
|
|
1008
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1009
|
-
})
|
|
1010
|
-
.s("RepostSpace", "ListChannels", {})
|
|
1011
|
-
.n("RepostspaceClient", "ListChannelsCommand")
|
|
1012
|
-
.sc(ListChannels$)
|
|
1013
|
-
.build() {
|
|
919
|
+
class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
1014
920
|
}
|
|
1015
921
|
|
|
1016
|
-
class ListSpacesCommand extends
|
|
1017
|
-
.classBuilder()
|
|
1018
|
-
.ep(commonParams)
|
|
1019
|
-
.m(function (Command, cs, config, o) {
|
|
1020
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1021
|
-
})
|
|
1022
|
-
.s("RepostSpace", "ListSpaces", {})
|
|
1023
|
-
.n("RepostspaceClient", "ListSpacesCommand")
|
|
1024
|
-
.sc(ListSpaces$)
|
|
1025
|
-
.build() {
|
|
922
|
+
class ListSpacesCommand extends command(_ep0, _mw0, "ListSpaces", ListSpaces$) {
|
|
1026
923
|
}
|
|
1027
924
|
|
|
1028
|
-
class ListTagsForResourceCommand extends
|
|
1029
|
-
.classBuilder()
|
|
1030
|
-
.ep(commonParams)
|
|
1031
|
-
.m(function (Command, cs, config, o) {
|
|
1032
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1033
|
-
})
|
|
1034
|
-
.s("RepostSpace", "ListTagsForResource", {})
|
|
1035
|
-
.n("RepostspaceClient", "ListTagsForResourceCommand")
|
|
1036
|
-
.sc(ListTagsForResource$)
|
|
1037
|
-
.build() {
|
|
925
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1038
926
|
}
|
|
1039
927
|
|
|
1040
|
-
class RegisterAdminCommand extends
|
|
1041
|
-
.classBuilder()
|
|
1042
|
-
.ep(commonParams)
|
|
1043
|
-
.m(function (Command, cs, config, o) {
|
|
1044
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1045
|
-
})
|
|
1046
|
-
.s("RepostSpace", "RegisterAdmin", {})
|
|
1047
|
-
.n("RepostspaceClient", "RegisterAdminCommand")
|
|
1048
|
-
.sc(RegisterAdmin$)
|
|
1049
|
-
.build() {
|
|
928
|
+
class RegisterAdminCommand extends command(_ep0, _mw0, "RegisterAdmin", RegisterAdmin$) {
|
|
1050
929
|
}
|
|
1051
930
|
|
|
1052
|
-
class SendInvitesCommand extends
|
|
1053
|
-
.classBuilder()
|
|
1054
|
-
.ep(commonParams)
|
|
1055
|
-
.m(function (Command, cs, config, o) {
|
|
1056
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1057
|
-
})
|
|
1058
|
-
.s("RepostSpace", "SendInvites", {})
|
|
1059
|
-
.n("RepostspaceClient", "SendInvitesCommand")
|
|
1060
|
-
.sc(SendInvites$)
|
|
1061
|
-
.build() {
|
|
931
|
+
class SendInvitesCommand extends command(_ep0, _mw0, "SendInvites", SendInvites$) {
|
|
1062
932
|
}
|
|
1063
933
|
|
|
1064
|
-
class TagResourceCommand extends
|
|
1065
|
-
.classBuilder()
|
|
1066
|
-
.ep(commonParams)
|
|
1067
|
-
.m(function (Command, cs, config, o) {
|
|
1068
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1069
|
-
})
|
|
1070
|
-
.s("RepostSpace", "TagResource", {})
|
|
1071
|
-
.n("RepostspaceClient", "TagResourceCommand")
|
|
1072
|
-
.sc(TagResource$)
|
|
1073
|
-
.build() {
|
|
934
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1074
935
|
}
|
|
1075
936
|
|
|
1076
|
-
class UntagResourceCommand extends
|
|
1077
|
-
.classBuilder()
|
|
1078
|
-
.ep(commonParams)
|
|
1079
|
-
.m(function (Command, cs, config, o) {
|
|
1080
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1081
|
-
})
|
|
1082
|
-
.s("RepostSpace", "UntagResource", {})
|
|
1083
|
-
.n("RepostspaceClient", "UntagResourceCommand")
|
|
1084
|
-
.sc(UntagResource$)
|
|
1085
|
-
.build() {
|
|
937
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1086
938
|
}
|
|
1087
939
|
|
|
1088
|
-
class UpdateChannelCommand extends
|
|
1089
|
-
.classBuilder()
|
|
1090
|
-
.ep(commonParams)
|
|
1091
|
-
.m(function (Command, cs, config, o) {
|
|
1092
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1093
|
-
})
|
|
1094
|
-
.s("RepostSpace", "UpdateChannel", {})
|
|
1095
|
-
.n("RepostspaceClient", "UpdateChannelCommand")
|
|
1096
|
-
.sc(UpdateChannel$)
|
|
1097
|
-
.build() {
|
|
940
|
+
class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
|
|
1098
941
|
}
|
|
1099
942
|
|
|
1100
|
-
class UpdateSpaceCommand extends
|
|
1101
|
-
.classBuilder()
|
|
1102
|
-
.ep(commonParams)
|
|
1103
|
-
.m(function (Command, cs, config, o) {
|
|
1104
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1105
|
-
})
|
|
1106
|
-
.s("RepostSpace", "UpdateSpace", {})
|
|
1107
|
-
.n("RepostspaceClient", "UpdateSpaceCommand")
|
|
1108
|
-
.sc(UpdateSpace$)
|
|
1109
|
-
.build() {
|
|
943
|
+
class UpdateSpaceCommand extends command(_ep0, _mw0, "UpdateSpace", UpdateSpace$) {
|
|
1110
944
|
}
|
|
1111
945
|
|
|
1112
946
|
const paginateListChannels = createPaginator(RepostspaceClient, ListChannelsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -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, "RepostSpace", "RepostspaceClient", 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 { BatchAddChannelRoleToAccessors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchAddChannelRoleToAccessorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "BatchAddChannelRoleToAccessors", {})
|
|
13
|
-
.n("RepostspaceClient", "BatchAddChannelRoleToAccessorsCommand")
|
|
14
|
-
.sc(BatchAddChannelRoleToAccessors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchAddChannelRoleToAccessorsCommand extends command(_ep0, _mw0, "BatchAddChannelRoleToAccessors", BatchAddChannelRoleToAccessors$) {
|
|
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 { BatchAddRole$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchAddRoleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "BatchAddRole", {})
|
|
13
|
-
.n("RepostspaceClient", "BatchAddRoleCommand")
|
|
14
|
-
.sc(BatchAddRole$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchAddRoleCommand extends command(_ep0, _mw0, "BatchAddRole", BatchAddRole$) {
|
|
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 { BatchRemoveChannelRoleFromAccessors$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchRemoveChannelRoleFromAccessorsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "BatchRemoveChannelRoleFromAccessors", {})
|
|
13
|
-
.n("RepostspaceClient", "BatchRemoveChannelRoleFromAccessorsCommand")
|
|
14
|
-
.sc(BatchRemoveChannelRoleFromAccessors$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchRemoveChannelRoleFromAccessorsCommand extends command(_ep0, _mw0, "BatchRemoveChannelRoleFromAccessors", BatchRemoveChannelRoleFromAccessors$) {
|
|
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 { BatchRemoveRole$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchRemoveRoleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "BatchRemoveRole", {})
|
|
13
|
-
.n("RepostspaceClient", "BatchRemoveRoleCommand")
|
|
14
|
-
.sc(BatchRemoveRole$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchRemoveRoleCommand extends command(_ep0, _mw0, "BatchRemoveRole", BatchRemoveRole$) {
|
|
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("RepostSpace", "CreateChannel", {})
|
|
13
|
-
.n("RepostspaceClient", "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 { CreateSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "CreateSpace", {})
|
|
13
|
-
.n("RepostspaceClient", "CreateSpaceCommand")
|
|
14
|
-
.sc(CreateSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSpaceCommand extends command(_ep0, _mw0, "CreateSpace", CreateSpace$) {
|
|
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 { DeleteSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "DeleteSpace", {})
|
|
13
|
-
.n("RepostspaceClient", "DeleteSpaceCommand")
|
|
14
|
-
.sc(DeleteSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSpaceCommand extends command(_ep0, _mw0, "DeleteSpace", DeleteSpace$) {
|
|
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 { DeregisterAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeregisterAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "DeregisterAdmin", {})
|
|
13
|
-
.n("RepostspaceClient", "DeregisterAdminCommand")
|
|
14
|
-
.sc(DeregisterAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeregisterAdminCommand extends command(_ep0, _mw0, "DeregisterAdmin", DeregisterAdmin$) {
|
|
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 { GetChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "GetChannel", {})
|
|
13
|
-
.n("RepostspaceClient", "GetChannelCommand")
|
|
14
|
-
.sc(GetChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetChannelCommand extends command(_ep0, _mw0, "GetChannel", GetChannel$) {
|
|
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 { GetSpace$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSpaceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "GetSpace", {})
|
|
13
|
-
.n("RepostspaceClient", "GetSpaceCommand")
|
|
14
|
-
.sc(GetSpace$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSpaceCommand extends command(_ep0, _mw0, "GetSpace", GetSpace$) {
|
|
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 { ListChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "ListChannels", {})
|
|
13
|
-
.n("RepostspaceClient", "ListChannelsCommand")
|
|
14
|
-
.sc(ListChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
|
|
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 { ListSpaces$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListSpacesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "ListSpaces", {})
|
|
13
|
-
.n("RepostspaceClient", "ListSpacesCommand")
|
|
14
|
-
.sc(ListSpaces$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListSpacesCommand extends command(_ep0, _mw0, "ListSpaces", ListSpaces$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "ListTagsForResource", {})
|
|
13
|
-
.n("RepostspaceClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { RegisterAdmin$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class RegisterAdminCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "RegisterAdmin", {})
|
|
13
|
-
.n("RepostspaceClient", "RegisterAdminCommand")
|
|
14
|
-
.sc(RegisterAdmin$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class RegisterAdminCommand extends command(_ep0, _mw0, "RegisterAdmin", RegisterAdmin$) {
|
|
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 { SendInvites$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class SendInvitesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "SendInvites", {})
|
|
13
|
-
.n("RepostspaceClient", "SendInvitesCommand")
|
|
14
|
-
.sc(SendInvites$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class SendInvitesCommand extends command(_ep0, _mw0, "SendInvites", SendInvites$) {
|
|
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 { TagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class TagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "TagResource", {})
|
|
13
|
-
.n("RepostspaceClient", "TagResourceCommand")
|
|
14
|
-
.sc(TagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
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 { UntagResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UntagResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "UntagResource", {})
|
|
13
|
-
.n("RepostspaceClient", "UntagResourceCommand")
|
|
14
|
-
.sc(UntagResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
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 { UpdateChannel$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class UpdateChannelCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RepostSpace", "UpdateChannel", {})
|
|
13
|
-
.n("RepostspaceClient", "UpdateChannelCommand")
|
|
14
|
-
.sc(UpdateChannel$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
|
|
16
4
|
}
|