@aws-sdk/client-repostspace 3.840.0 → 3.845.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/README.md +48 -0
- package/dist-cjs/index.js +644 -14
- package/dist-es/Repostspace.js +12 -0
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +22 -0
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +22 -0
- package/dist-es/commands/CreateChannelCommand.js +23 -0
- package/dist-es/commands/GetChannelCommand.js +23 -0
- package/dist-es/commands/ListChannelsCommand.js +23 -0
- package/dist-es/commands/UpdateChannelCommand.js +23 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/models_0.js +73 -6
- package/dist-es/pagination/ListChannelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +203 -0
- package/dist-es/waiters/index.js +4 -0
- package/dist-es/waiters/waitForChannelCreated.js +49 -0
- package/dist-es/waiters/waitForChannelDeleted.js +52 -0
- package/dist-es/waiters/waitForSpaceCreated.js +49 -0
- package/dist-es/waiters/waitForSpaceDeleted.js +52 -0
- package/dist-types/Repostspace.d.ts +42 -0
- package/dist-types/RepostspaceClient.d.ts +8 -2
- package/dist-types/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +124 -0
- package/dist-types/commands/BatchAddRoleCommand.d.ts +23 -1
- package/dist-types/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +124 -0
- package/dist-types/commands/BatchRemoveRoleCommand.d.ts +23 -1
- package/dist-types/commands/CreateChannelCommand.d.ts +112 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/GetChannelCommand.d.ts +125 -0
- package/dist-types/commands/GetSpaceCommand.d.ts +8 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +135 -0
- package/dist-types/commands/ListSpacesCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateChannelCommand.d.ts +107 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +464 -33
- package/dist-types/pagination/ListChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/Repostspace.d.ts +108 -0
- package/dist-types/ts3.4/RepostspaceClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchAddChannelRoleToAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchRemoveChannelRoleFromAccessorsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +148 -17
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSpaceCreated.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForSpaceDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +4 -0
- package/dist-types/waiters/waitForChannelCreated.d.ts +14 -0
- package/dist-types/waiters/waitForChannelDeleted.d.ts +14 -0
- package/dist-types/waiters/waitForSpaceCreated.d.ts +14 -0
- package/dist-types/waiters/waitForSpaceDeleted.d.ts +14 -0
- package/package.json +15 -14
|
@@ -1,26 +1,44 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
2
|
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
+
import { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "../commands/BatchAddChannelRoleToAccessorsCommand";
|
|
3
4
|
import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "../commands/BatchAddRoleCommand";
|
|
5
|
+
import { BatchRemoveChannelRoleFromAccessorsCommandInput, BatchRemoveChannelRoleFromAccessorsCommandOutput } from "../commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
4
6
|
import { BatchRemoveRoleCommandInput, BatchRemoveRoleCommandOutput } from "../commands/BatchRemoveRoleCommand";
|
|
7
|
+
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "../commands/CreateChannelCommand";
|
|
5
8
|
import { CreateSpaceCommandInput, CreateSpaceCommandOutput } from "../commands/CreateSpaceCommand";
|
|
6
9
|
import { DeleteSpaceCommandInput, DeleteSpaceCommandOutput } from "../commands/DeleteSpaceCommand";
|
|
7
10
|
import { DeregisterAdminCommandInput, DeregisterAdminCommandOutput } from "../commands/DeregisterAdminCommand";
|
|
11
|
+
import { GetChannelCommandInput, GetChannelCommandOutput } from "../commands/GetChannelCommand";
|
|
8
12
|
import { GetSpaceCommandInput, GetSpaceCommandOutput } from "../commands/GetSpaceCommand";
|
|
13
|
+
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "../commands/ListChannelsCommand";
|
|
9
14
|
import { ListSpacesCommandInput, ListSpacesCommandOutput } from "../commands/ListSpacesCommand";
|
|
10
15
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
11
16
|
import { RegisterAdminCommandInput, RegisterAdminCommandOutput } from "../commands/RegisterAdminCommand";
|
|
12
17
|
import { SendInvitesCommandInput, SendInvitesCommandOutput } from "../commands/SendInvitesCommand";
|
|
13
18
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
14
19
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
20
|
+
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "../commands/UpdateChannelCommand";
|
|
15
21
|
import { UpdateSpaceCommandInput, UpdateSpaceCommandOutput } from "../commands/UpdateSpaceCommand";
|
|
22
|
+
/**
|
|
23
|
+
* serializeAws_restJson1BatchAddChannelRoleToAccessorsCommand
|
|
24
|
+
*/
|
|
25
|
+
export declare const se_BatchAddChannelRoleToAccessorsCommand: (input: BatchAddChannelRoleToAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
16
26
|
/**
|
|
17
27
|
* serializeAws_restJson1BatchAddRoleCommand
|
|
18
28
|
*/
|
|
19
29
|
export declare const se_BatchAddRoleCommand: (input: BatchAddRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_restJson1BatchRemoveChannelRoleFromAccessorsCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_BatchRemoveChannelRoleFromAccessorsCommand: (input: BatchRemoveChannelRoleFromAccessorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
20
34
|
/**
|
|
21
35
|
* serializeAws_restJson1BatchRemoveRoleCommand
|
|
22
36
|
*/
|
|
23
37
|
export declare const se_BatchRemoveRoleCommand: (input: BatchRemoveRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1CreateChannelCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateChannelCommand: (input: CreateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
42
|
/**
|
|
25
43
|
* serializeAws_restJson1CreateSpaceCommand
|
|
26
44
|
*/
|
|
@@ -33,10 +51,18 @@ export declare const se_DeleteSpaceCommand: (input: DeleteSpaceCommandInput, con
|
|
|
33
51
|
* serializeAws_restJson1DeregisterAdminCommand
|
|
34
52
|
*/
|
|
35
53
|
export declare const se_DeregisterAdminCommand: (input: DeregisterAdminCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1GetChannelCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_GetChannelCommand: (input: GetChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
58
|
/**
|
|
37
59
|
* serializeAws_restJson1GetSpaceCommand
|
|
38
60
|
*/
|
|
39
61
|
export declare const se_GetSpaceCommand: (input: GetSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1ListChannelsCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_ListChannelsCommand: (input: ListChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
66
|
/**
|
|
41
67
|
* serializeAws_restJson1ListSpacesCommand
|
|
42
68
|
*/
|
|
@@ -61,18 +87,34 @@ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, con
|
|
|
61
87
|
* serializeAws_restJson1UntagResourceCommand
|
|
62
88
|
*/
|
|
63
89
|
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1UpdateChannelCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_UpdateChannelCommand: (input: UpdateChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
94
|
/**
|
|
65
95
|
* serializeAws_restJson1UpdateSpaceCommand
|
|
66
96
|
*/
|
|
67
97
|
export declare const se_UpdateSpaceCommand: (input: UpdateSpaceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* deserializeAws_restJson1BatchAddChannelRoleToAccessorsCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const de_BatchAddChannelRoleToAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAddChannelRoleToAccessorsCommandOutput>;
|
|
68
102
|
/**
|
|
69
103
|
* deserializeAws_restJson1BatchAddRoleCommand
|
|
70
104
|
*/
|
|
71
105
|
export declare const de_BatchAddRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAddRoleCommandOutput>;
|
|
106
|
+
/**
|
|
107
|
+
* deserializeAws_restJson1BatchRemoveChannelRoleFromAccessorsCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const de_BatchRemoveChannelRoleFromAccessorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRemoveChannelRoleFromAccessorsCommandOutput>;
|
|
72
110
|
/**
|
|
73
111
|
* deserializeAws_restJson1BatchRemoveRoleCommand
|
|
74
112
|
*/
|
|
75
113
|
export declare const de_BatchRemoveRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchRemoveRoleCommandOutput>;
|
|
114
|
+
/**
|
|
115
|
+
* deserializeAws_restJson1CreateChannelCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const de_CreateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateChannelCommandOutput>;
|
|
76
118
|
/**
|
|
77
119
|
* deserializeAws_restJson1CreateSpaceCommand
|
|
78
120
|
*/
|
|
@@ -85,10 +127,18 @@ export declare const de_DeleteSpaceCommand: (output: __HttpResponse, context: __
|
|
|
85
127
|
* deserializeAws_restJson1DeregisterAdminCommand
|
|
86
128
|
*/
|
|
87
129
|
export declare const de_DeregisterAdminCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAdminCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_restJson1GetChannelCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_GetChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChannelCommandOutput>;
|
|
88
134
|
/**
|
|
89
135
|
* deserializeAws_restJson1GetSpaceCommand
|
|
90
136
|
*/
|
|
91
137
|
export declare const de_GetSpaceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSpaceCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_restJson1ListChannelsCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_ListChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListChannelsCommandOutput>;
|
|
92
142
|
/**
|
|
93
143
|
* deserializeAws_restJson1ListSpacesCommand
|
|
94
144
|
*/
|
|
@@ -113,6 +163,10 @@ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __
|
|
|
113
163
|
* deserializeAws_restJson1UntagResourceCommand
|
|
114
164
|
*/
|
|
115
165
|
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_restJson1UpdateChannelCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_UpdateChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateChannelCommandOutput>;
|
|
116
170
|
/**
|
|
117
171
|
* deserializeAws_restJson1UpdateSpaceCommand
|
|
118
172
|
*/
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
BatchAddChannelRoleToAccessorsCommandInput,
|
|
4
|
+
BatchAddChannelRoleToAccessorsCommandOutput,
|
|
5
|
+
} from "./commands/BatchAddChannelRoleToAccessorsCommand";
|
|
2
6
|
import {
|
|
3
7
|
BatchAddRoleCommandInput,
|
|
4
8
|
BatchAddRoleCommandOutput,
|
|
5
9
|
} from "./commands/BatchAddRoleCommand";
|
|
10
|
+
import {
|
|
11
|
+
BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
12
|
+
BatchRemoveChannelRoleFromAccessorsCommandOutput,
|
|
13
|
+
} from "./commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
6
14
|
import {
|
|
7
15
|
BatchRemoveRoleCommandInput,
|
|
8
16
|
BatchRemoveRoleCommandOutput,
|
|
9
17
|
} from "./commands/BatchRemoveRoleCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateChannelCommandInput,
|
|
20
|
+
CreateChannelCommandOutput,
|
|
21
|
+
} from "./commands/CreateChannelCommand";
|
|
10
22
|
import {
|
|
11
23
|
CreateSpaceCommandInput,
|
|
12
24
|
CreateSpaceCommandOutput,
|
|
@@ -19,10 +31,18 @@ import {
|
|
|
19
31
|
DeregisterAdminCommandInput,
|
|
20
32
|
DeregisterAdminCommandOutput,
|
|
21
33
|
} from "./commands/DeregisterAdminCommand";
|
|
34
|
+
import {
|
|
35
|
+
GetChannelCommandInput,
|
|
36
|
+
GetChannelCommandOutput,
|
|
37
|
+
} from "./commands/GetChannelCommand";
|
|
22
38
|
import {
|
|
23
39
|
GetSpaceCommandInput,
|
|
24
40
|
GetSpaceCommandOutput,
|
|
25
41
|
} from "./commands/GetSpaceCommand";
|
|
42
|
+
import {
|
|
43
|
+
ListChannelsCommandInput,
|
|
44
|
+
ListChannelsCommandOutput,
|
|
45
|
+
} from "./commands/ListChannelsCommand";
|
|
26
46
|
import {
|
|
27
47
|
ListSpacesCommandInput,
|
|
28
48
|
ListSpacesCommandOutput,
|
|
@@ -47,12 +67,29 @@ import {
|
|
|
47
67
|
UntagResourceCommandInput,
|
|
48
68
|
UntagResourceCommandOutput,
|
|
49
69
|
} from "./commands/UntagResourceCommand";
|
|
70
|
+
import {
|
|
71
|
+
UpdateChannelCommandInput,
|
|
72
|
+
UpdateChannelCommandOutput,
|
|
73
|
+
} from "./commands/UpdateChannelCommand";
|
|
50
74
|
import {
|
|
51
75
|
UpdateSpaceCommandInput,
|
|
52
76
|
UpdateSpaceCommandOutput,
|
|
53
77
|
} from "./commands/UpdateSpaceCommand";
|
|
54
78
|
import { RepostspaceClient } from "./RepostspaceClient";
|
|
55
79
|
export interface Repostspace {
|
|
80
|
+
batchAddChannelRoleToAccessors(
|
|
81
|
+
args: BatchAddChannelRoleToAccessorsCommandInput,
|
|
82
|
+
options?: __HttpHandlerOptions
|
|
83
|
+
): Promise<BatchAddChannelRoleToAccessorsCommandOutput>;
|
|
84
|
+
batchAddChannelRoleToAccessors(
|
|
85
|
+
args: BatchAddChannelRoleToAccessorsCommandInput,
|
|
86
|
+
cb: (err: any, data?: BatchAddChannelRoleToAccessorsCommandOutput) => void
|
|
87
|
+
): void;
|
|
88
|
+
batchAddChannelRoleToAccessors(
|
|
89
|
+
args: BatchAddChannelRoleToAccessorsCommandInput,
|
|
90
|
+
options: __HttpHandlerOptions,
|
|
91
|
+
cb: (err: any, data?: BatchAddChannelRoleToAccessorsCommandOutput) => void
|
|
92
|
+
): void;
|
|
56
93
|
batchAddRole(
|
|
57
94
|
args: BatchAddRoleCommandInput,
|
|
58
95
|
options?: __HttpHandlerOptions
|
|
@@ -66,6 +103,25 @@ export interface Repostspace {
|
|
|
66
103
|
options: __HttpHandlerOptions,
|
|
67
104
|
cb: (err: any, data?: BatchAddRoleCommandOutput) => void
|
|
68
105
|
): void;
|
|
106
|
+
batchRemoveChannelRoleFromAccessors(
|
|
107
|
+
args: BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
108
|
+
options?: __HttpHandlerOptions
|
|
109
|
+
): Promise<BatchRemoveChannelRoleFromAccessorsCommandOutput>;
|
|
110
|
+
batchRemoveChannelRoleFromAccessors(
|
|
111
|
+
args: BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
112
|
+
cb: (
|
|
113
|
+
err: any,
|
|
114
|
+
data?: BatchRemoveChannelRoleFromAccessorsCommandOutput
|
|
115
|
+
) => void
|
|
116
|
+
): void;
|
|
117
|
+
batchRemoveChannelRoleFromAccessors(
|
|
118
|
+
args: BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
119
|
+
options: __HttpHandlerOptions,
|
|
120
|
+
cb: (
|
|
121
|
+
err: any,
|
|
122
|
+
data?: BatchRemoveChannelRoleFromAccessorsCommandOutput
|
|
123
|
+
) => void
|
|
124
|
+
): void;
|
|
69
125
|
batchRemoveRole(
|
|
70
126
|
args: BatchRemoveRoleCommandInput,
|
|
71
127
|
options?: __HttpHandlerOptions
|
|
@@ -79,6 +135,19 @@ export interface Repostspace {
|
|
|
79
135
|
options: __HttpHandlerOptions,
|
|
80
136
|
cb: (err: any, data?: BatchRemoveRoleCommandOutput) => void
|
|
81
137
|
): void;
|
|
138
|
+
createChannel(
|
|
139
|
+
args: CreateChannelCommandInput,
|
|
140
|
+
options?: __HttpHandlerOptions
|
|
141
|
+
): Promise<CreateChannelCommandOutput>;
|
|
142
|
+
createChannel(
|
|
143
|
+
args: CreateChannelCommandInput,
|
|
144
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
145
|
+
): void;
|
|
146
|
+
createChannel(
|
|
147
|
+
args: CreateChannelCommandInput,
|
|
148
|
+
options: __HttpHandlerOptions,
|
|
149
|
+
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
150
|
+
): void;
|
|
82
151
|
createSpace(
|
|
83
152
|
args: CreateSpaceCommandInput,
|
|
84
153
|
options?: __HttpHandlerOptions
|
|
@@ -118,6 +187,19 @@ export interface Repostspace {
|
|
|
118
187
|
options: __HttpHandlerOptions,
|
|
119
188
|
cb: (err: any, data?: DeregisterAdminCommandOutput) => void
|
|
120
189
|
): void;
|
|
190
|
+
getChannel(
|
|
191
|
+
args: GetChannelCommandInput,
|
|
192
|
+
options?: __HttpHandlerOptions
|
|
193
|
+
): Promise<GetChannelCommandOutput>;
|
|
194
|
+
getChannel(
|
|
195
|
+
args: GetChannelCommandInput,
|
|
196
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
197
|
+
): void;
|
|
198
|
+
getChannel(
|
|
199
|
+
args: GetChannelCommandInput,
|
|
200
|
+
options: __HttpHandlerOptions,
|
|
201
|
+
cb: (err: any, data?: GetChannelCommandOutput) => void
|
|
202
|
+
): void;
|
|
121
203
|
getSpace(
|
|
122
204
|
args: GetSpaceCommandInput,
|
|
123
205
|
options?: __HttpHandlerOptions
|
|
@@ -131,6 +213,19 @@ export interface Repostspace {
|
|
|
131
213
|
options: __HttpHandlerOptions,
|
|
132
214
|
cb: (err: any, data?: GetSpaceCommandOutput) => void
|
|
133
215
|
): void;
|
|
216
|
+
listChannels(
|
|
217
|
+
args: ListChannelsCommandInput,
|
|
218
|
+
options?: __HttpHandlerOptions
|
|
219
|
+
): Promise<ListChannelsCommandOutput>;
|
|
220
|
+
listChannels(
|
|
221
|
+
args: ListChannelsCommandInput,
|
|
222
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
223
|
+
): void;
|
|
224
|
+
listChannels(
|
|
225
|
+
args: ListChannelsCommandInput,
|
|
226
|
+
options: __HttpHandlerOptions,
|
|
227
|
+
cb: (err: any, data?: ListChannelsCommandOutput) => void
|
|
228
|
+
): void;
|
|
134
229
|
listSpaces(): Promise<ListSpacesCommandOutput>;
|
|
135
230
|
listSpaces(
|
|
136
231
|
args: ListSpacesCommandInput,
|
|
@@ -210,6 +305,19 @@ export interface Repostspace {
|
|
|
210
305
|
options: __HttpHandlerOptions,
|
|
211
306
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
212
307
|
): void;
|
|
308
|
+
updateChannel(
|
|
309
|
+
args: UpdateChannelCommandInput,
|
|
310
|
+
options?: __HttpHandlerOptions
|
|
311
|
+
): Promise<UpdateChannelCommandOutput>;
|
|
312
|
+
updateChannel(
|
|
313
|
+
args: UpdateChannelCommandInput,
|
|
314
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
315
|
+
): void;
|
|
316
|
+
updateChannel(
|
|
317
|
+
args: UpdateChannelCommandInput,
|
|
318
|
+
options: __HttpHandlerOptions,
|
|
319
|
+
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
320
|
+
): void;
|
|
213
321
|
updateSpace(
|
|
214
322
|
args: UpdateSpaceCommandInput,
|
|
215
323
|
options?: __HttpHandlerOptions
|
|
@@ -45,14 +45,26 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
BatchAddChannelRoleToAccessorsCommandInput,
|
|
50
|
+
BatchAddChannelRoleToAccessorsCommandOutput,
|
|
51
|
+
} from "./commands/BatchAddChannelRoleToAccessorsCommand";
|
|
48
52
|
import {
|
|
49
53
|
BatchAddRoleCommandInput,
|
|
50
54
|
BatchAddRoleCommandOutput,
|
|
51
55
|
} from "./commands/BatchAddRoleCommand";
|
|
56
|
+
import {
|
|
57
|
+
BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
58
|
+
BatchRemoveChannelRoleFromAccessorsCommandOutput,
|
|
59
|
+
} from "./commands/BatchRemoveChannelRoleFromAccessorsCommand";
|
|
52
60
|
import {
|
|
53
61
|
BatchRemoveRoleCommandInput,
|
|
54
62
|
BatchRemoveRoleCommandOutput,
|
|
55
63
|
} from "./commands/BatchRemoveRoleCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateChannelCommandInput,
|
|
66
|
+
CreateChannelCommandOutput,
|
|
67
|
+
} from "./commands/CreateChannelCommand";
|
|
56
68
|
import {
|
|
57
69
|
CreateSpaceCommandInput,
|
|
58
70
|
CreateSpaceCommandOutput,
|
|
@@ -65,10 +77,18 @@ import {
|
|
|
65
77
|
DeregisterAdminCommandInput,
|
|
66
78
|
DeregisterAdminCommandOutput,
|
|
67
79
|
} from "./commands/DeregisterAdminCommand";
|
|
80
|
+
import {
|
|
81
|
+
GetChannelCommandInput,
|
|
82
|
+
GetChannelCommandOutput,
|
|
83
|
+
} from "./commands/GetChannelCommand";
|
|
68
84
|
import {
|
|
69
85
|
GetSpaceCommandInput,
|
|
70
86
|
GetSpaceCommandOutput,
|
|
71
87
|
} from "./commands/GetSpaceCommand";
|
|
88
|
+
import {
|
|
89
|
+
ListChannelsCommandInput,
|
|
90
|
+
ListChannelsCommandOutput,
|
|
91
|
+
} from "./commands/ListChannelsCommand";
|
|
72
92
|
import {
|
|
73
93
|
ListSpacesCommandInput,
|
|
74
94
|
ListSpacesCommandOutput,
|
|
@@ -93,6 +113,10 @@ import {
|
|
|
93
113
|
UntagResourceCommandInput,
|
|
94
114
|
UntagResourceCommandOutput,
|
|
95
115
|
} from "./commands/UntagResourceCommand";
|
|
116
|
+
import {
|
|
117
|
+
UpdateChannelCommandInput,
|
|
118
|
+
UpdateChannelCommandOutput,
|
|
119
|
+
} from "./commands/UpdateChannelCommand";
|
|
96
120
|
import {
|
|
97
121
|
UpdateSpaceCommandInput,
|
|
98
122
|
UpdateSpaceCommandOutput,
|
|
@@ -105,32 +129,44 @@ import {
|
|
|
105
129
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
106
130
|
export { __Client };
|
|
107
131
|
export type ServiceInputTypes =
|
|
132
|
+
| BatchAddChannelRoleToAccessorsCommandInput
|
|
108
133
|
| BatchAddRoleCommandInput
|
|
134
|
+
| BatchRemoveChannelRoleFromAccessorsCommandInput
|
|
109
135
|
| BatchRemoveRoleCommandInput
|
|
136
|
+
| CreateChannelCommandInput
|
|
110
137
|
| CreateSpaceCommandInput
|
|
111
138
|
| DeleteSpaceCommandInput
|
|
112
139
|
| DeregisterAdminCommandInput
|
|
140
|
+
| GetChannelCommandInput
|
|
113
141
|
| GetSpaceCommandInput
|
|
142
|
+
| ListChannelsCommandInput
|
|
114
143
|
| ListSpacesCommandInput
|
|
115
144
|
| ListTagsForResourceCommandInput
|
|
116
145
|
| RegisterAdminCommandInput
|
|
117
146
|
| SendInvitesCommandInput
|
|
118
147
|
| TagResourceCommandInput
|
|
119
148
|
| UntagResourceCommandInput
|
|
149
|
+
| UpdateChannelCommandInput
|
|
120
150
|
| UpdateSpaceCommandInput;
|
|
121
151
|
export type ServiceOutputTypes =
|
|
152
|
+
| BatchAddChannelRoleToAccessorsCommandOutput
|
|
122
153
|
| BatchAddRoleCommandOutput
|
|
154
|
+
| BatchRemoveChannelRoleFromAccessorsCommandOutput
|
|
123
155
|
| BatchRemoveRoleCommandOutput
|
|
156
|
+
| CreateChannelCommandOutput
|
|
124
157
|
| CreateSpaceCommandOutput
|
|
125
158
|
| DeleteSpaceCommandOutput
|
|
126
159
|
| DeregisterAdminCommandOutput
|
|
160
|
+
| GetChannelCommandOutput
|
|
127
161
|
| GetSpaceCommandOutput
|
|
162
|
+
| ListChannelsCommandOutput
|
|
128
163
|
| ListSpacesCommandOutput
|
|
129
164
|
| ListTagsForResourceCommandOutput
|
|
130
165
|
| RegisterAdminCommandOutput
|
|
131
166
|
| SendInvitesCommandOutput
|
|
132
167
|
| TagResourceCommandOutput
|
|
133
168
|
| UntagResourceCommandOutput
|
|
169
|
+
| UpdateChannelCommandOutput
|
|
134
170
|
| UpdateSpaceCommandOutput;
|
|
135
171
|
export interface ClientDefaults
|
|
136
172
|
extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchAddChannelRoleToAccessorsInput,
|
|
5
|
+
BatchAddChannelRoleToAccessorsOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
RepostspaceClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../RepostspaceClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchAddChannelRoleToAccessorsCommandInput
|
|
15
|
+
extends BatchAddChannelRoleToAccessorsInput {}
|
|
16
|
+
export interface BatchAddChannelRoleToAccessorsCommandOutput
|
|
17
|
+
extends BatchAddChannelRoleToAccessorsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchAddChannelRoleToAccessorsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchAddChannelRoleToAccessorsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchAddChannelRoleToAccessorsCommandInput,
|
|
24
|
+
BatchAddChannelRoleToAccessorsCommandOutput,
|
|
25
|
+
RepostspaceClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchAddChannelRoleToAccessorsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchAddChannelRoleToAccessorsCommandInput,
|
|
33
|
+
BatchAddChannelRoleToAccessorsCommandOutput,
|
|
34
|
+
RepostspaceClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchAddChannelRoleToAccessorsCommand extends BatchAddChannelRoleToAccessorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchAddChannelRoleToAccessorsInput;
|
|
44
|
+
output: BatchAddChannelRoleToAccessorsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchAddChannelRoleToAccessorsCommandInput;
|
|
48
|
+
output: BatchAddChannelRoleToAccessorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
BatchRemoveChannelRoleFromAccessorsInput,
|
|
5
|
+
BatchRemoveChannelRoleFromAccessorsOutput,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
RepostspaceClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../RepostspaceClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchRemoveChannelRoleFromAccessorsCommandInput
|
|
15
|
+
extends BatchRemoveChannelRoleFromAccessorsInput {}
|
|
16
|
+
export interface BatchRemoveChannelRoleFromAccessorsCommandOutput
|
|
17
|
+
extends BatchRemoveChannelRoleFromAccessorsOutput,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchRemoveChannelRoleFromAccessorsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchRemoveChannelRoleFromAccessorsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
24
|
+
BatchRemoveChannelRoleFromAccessorsCommandOutput,
|
|
25
|
+
RepostspaceClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchRemoveChannelRoleFromAccessorsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
BatchRemoveChannelRoleFromAccessorsCommandInput,
|
|
33
|
+
BatchRemoveChannelRoleFromAccessorsCommandOutput,
|
|
34
|
+
RepostspaceClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class BatchRemoveChannelRoleFromAccessorsCommand extends BatchRemoveChannelRoleFromAccessorsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: BatchRemoveChannelRoleFromAccessorsInput;
|
|
44
|
+
output: BatchRemoveChannelRoleFromAccessorsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: BatchRemoveChannelRoleFromAccessorsCommandInput;
|
|
48
|
+
output: BatchRemoveChannelRoleFromAccessorsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CreateChannelInput, CreateChannelOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
RepostspaceClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../RepostspaceClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CreateChannelCommandInput extends CreateChannelInput {}
|
|
12
|
+
export interface CreateChannelCommandOutput
|
|
13
|
+
extends CreateChannelOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const CreateChannelCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CreateChannelCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CreateChannelCommandInput,
|
|
20
|
+
CreateChannelCommandOutput,
|
|
21
|
+
RepostspaceClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: CreateChannelCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CreateChannelCommandInput,
|
|
29
|
+
CreateChannelCommandOutput,
|
|
30
|
+
RepostspaceClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CreateChannelCommand extends CreateChannelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateChannelInput;
|
|
40
|
+
output: CreateChannelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateChannelCommandInput;
|
|
44
|
+
output: CreateChannelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { GetChannelInput, GetChannelOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
RepostspaceClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../RepostspaceClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface GetChannelCommandInput extends GetChannelInput {}
|
|
12
|
+
export interface GetChannelCommandOutput
|
|
13
|
+
extends GetChannelOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const GetChannelCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: GetChannelCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
GetChannelCommandInput,
|
|
20
|
+
GetChannelCommandOutput,
|
|
21
|
+
RepostspaceClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: GetChannelCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
GetChannelCommandInput,
|
|
29
|
+
GetChannelCommandOutput,
|
|
30
|
+
RepostspaceClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class GetChannelCommand extends GetChannelCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: GetChannelInput;
|
|
40
|
+
output: GetChannelOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: GetChannelCommandInput;
|
|
44
|
+
output: GetChannelCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { ListChannelsInput, ListChannelsOutput } from "../models/models_0";
|
|
4
|
+
import {
|
|
5
|
+
RepostspaceClientResolvedConfig,
|
|
6
|
+
ServiceInputTypes,
|
|
7
|
+
ServiceOutputTypes,
|
|
8
|
+
} from "../RepostspaceClient";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface ListChannelsCommandInput extends ListChannelsInput {}
|
|
12
|
+
export interface ListChannelsCommandOutput
|
|
13
|
+
extends ListChannelsOutput,
|
|
14
|
+
__MetadataBearer {}
|
|
15
|
+
declare const ListChannelsCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: ListChannelsCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
ListChannelsCommandInput,
|
|
20
|
+
ListChannelsCommandOutput,
|
|
21
|
+
RepostspaceClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: ListChannelsCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
ListChannelsCommandInput,
|
|
29
|
+
ListChannelsCommandOutput,
|
|
30
|
+
RepostspaceClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class ListChannelsCommand extends ListChannelsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: ListChannelsInput;
|
|
40
|
+
output: ListChannelsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: ListChannelsCommandInput;
|
|
44
|
+
output: ListChannelsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|