@aws-sdk/client-repostspace 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +137 -157
- package/dist-cjs/models/RepostspaceServiceException.js +4 -8
- package/dist-cjs/models/errors.js +15 -25
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +134 -91
- package/package.json +8 -8
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BatchAddRole$ = exports.BatchAddChannelRoleToAccessors$ = exports.ValidationExceptionField$ = exports.UpdateSpaceInput$ = exports.UpdateChannelOutput$ = exports.UpdateChannelInput$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.SupportedEmailDomainsStatus$ = exports.SupportedEmailDomainsParameters$ = exports.SpaceData$ = exports.SendInvitesInput$ = exports.RegisterAdminInput$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListSpacesOutput$ = exports.ListSpacesInput$ = exports.ListChannelsOutput$ = exports.ListChannelsInput$ = exports.GetSpaceOutput$ = exports.GetSpaceInput$ = exports.GetChannelOutput$ = exports.GetChannelInput$ = exports.DeregisterAdminInput$ = exports.DeleteSpaceInput$ = exports.CreateSpaceOutput$ = exports.CreateSpaceInput$ = exports.CreateChannelOutput$ = exports.CreateChannelInput$ = exports.ChannelData$ = exports.BatchRemoveRoleOutput$ = exports.BatchRemoveRoleInput$ = exports.BatchRemoveChannelRoleFromAccessorsOutput$ = exports.BatchRemoveChannelRoleFromAccessorsInput$ = exports.BatchError$ = exports.BatchAddRoleOutput$ = exports.BatchAddRoleInput$ = exports.BatchAddChannelRoleToAccessorsOutput$ = exports.BatchAddChannelRoleToAccessorsInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceNotFoundException$ = exports.InternalServerException$ = exports.ConflictException$ = exports.AccessDeniedException$ = exports.RepostspaceServiceException$ = void 0;
|
|
4
|
-
exports.UpdateSpace$ = exports.UpdateChannel$ = exports.UntagResource$ = exports.TagResource$ = exports.SendInvites$ = exports.RegisterAdmin$ = exports.ListTagsForResource$ = exports.ListSpaces$ = exports.ListChannels$ = exports.GetSpace$ = exports.GetChannel$ = exports.DeregisterAdmin$ = exports.DeleteSpace$ = exports.CreateSpace$ = exports.CreateChannel$ = exports.BatchRemoveRole$ = exports.BatchRemoveChannelRoleFromAccessors$ = void 0;
|
|
5
1
|
const _ADE = "AccessDeniedException";
|
|
6
2
|
const _ADL = "AllowedDomainsList";
|
|
7
3
|
const _BACRTA = "BatchAddChannelRoleToAccessors";
|
|
@@ -151,55 +147,63 @@ const _uKMSK = "userKMSKey";
|
|
|
151
147
|
const _vD = "vanityDomain";
|
|
152
148
|
const _vDS = "vanityDomainStatus";
|
|
153
149
|
const n0 = "com.amazonaws.repostspace";
|
|
154
|
-
const
|
|
155
|
-
const
|
|
156
|
-
const
|
|
157
|
-
const _s_registry =
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
150
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
151
|
+
const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException } = require("../models/errors");
|
|
152
|
+
const { RepostspaceServiceException } = require("../models/RepostspaceServiceException");
|
|
153
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
154
|
+
const RepostspaceServiceException$ = [-3, _s, "RepostspaceServiceException", 0, [], []];
|
|
155
|
+
exports.RepostspaceServiceException$ = RepostspaceServiceException$;
|
|
156
|
+
_s_registry.registerError(RepostspaceServiceException$, RepostspaceServiceException);
|
|
157
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
158
|
+
const AccessDeniedException$ = [-3, n0, _ADE,
|
|
162
159
|
{ [_e]: _c, [_hE]: 403 },
|
|
163
160
|
[_m],
|
|
164
161
|
[0], 1
|
|
165
162
|
];
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
164
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
165
|
+
const ConflictException$ = [-3, n0, _CE,
|
|
168
166
|
{ [_e]: _c, [_hE]: 409 },
|
|
169
167
|
[_m, _rI, _rT],
|
|
170
168
|
[0, 0, 0], 3
|
|
171
169
|
];
|
|
172
|
-
|
|
173
|
-
|
|
170
|
+
exports.ConflictException$ = ConflictException$;
|
|
171
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
172
|
+
const InternalServerException$ = [-3, n0, _ISE,
|
|
174
173
|
{ [_e]: _se, [_hE]: 500 },
|
|
175
174
|
[_m, _rAS],
|
|
176
175
|
[0, [1, { [_hH]: _RA }]], 1
|
|
177
176
|
];
|
|
178
|
-
|
|
179
|
-
|
|
177
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
178
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
179
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
180
180
|
{ [_e]: _c, [_hE]: 404 },
|
|
181
181
|
[_m, _rI, _rT],
|
|
182
182
|
[0, 0, 0], 3
|
|
183
183
|
];
|
|
184
|
-
|
|
185
|
-
|
|
184
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
185
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
186
|
+
const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
186
187
|
{ [_e]: _c, [_hE]: 402 },
|
|
187
188
|
[_m, _rI, _rT, _sC, _qC],
|
|
188
189
|
[0, 0, 0, 0, 0], 5
|
|
189
190
|
];
|
|
190
|
-
|
|
191
|
-
|
|
191
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
192
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
193
|
+
const ThrottlingException$ = [-3, n0, _TE,
|
|
192
194
|
{ [_e]: _c, [_hE]: 429 },
|
|
193
195
|
[_m, _sC, _qC, _rAS],
|
|
194
196
|
[0, 0, 0, [1, { [_hH]: _RA }]], 1
|
|
195
197
|
];
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
199
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
200
|
+
const ValidationException$ = [-3, n0, _VE,
|
|
198
201
|
{ [_e]: _c, [_hE]: 400 },
|
|
199
202
|
[_m, _r, _fL],
|
|
200
203
|
[0, 0, () => ValidationExceptionFieldList], 2
|
|
201
204
|
];
|
|
202
|
-
|
|
205
|
+
exports.ValidationException$ = ValidationException$;
|
|
206
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
203
207
|
exports.errorTypeRegistries = [
|
|
204
208
|
_s_registry,
|
|
205
209
|
n0_registry,
|
|
@@ -211,201 +215,240 @@ var InviteBody = [0, n0, _IB, 8, 0];
|
|
|
211
215
|
var InviteTitle = [0, n0, _IT, 8, 0];
|
|
212
216
|
var SpaceDescription = [0, n0, _SD, 8, 0];
|
|
213
217
|
var SpaceName = [0, n0, _SN, 8, 0];
|
|
214
|
-
|
|
218
|
+
const BatchAddChannelRoleToAccessorsInput$ = [3, n0, _BACRTAI,
|
|
215
219
|
0,
|
|
216
220
|
[_sI, _cI, _aI, _cR],
|
|
217
221
|
[[0, 1], [0, 1], 64 | 0, 0], 4
|
|
218
222
|
];
|
|
219
|
-
exports.
|
|
223
|
+
exports.BatchAddChannelRoleToAccessorsInput$ = BatchAddChannelRoleToAccessorsInput$;
|
|
224
|
+
const BatchAddChannelRoleToAccessorsOutput$ = [3, n0, _BACRTAO,
|
|
220
225
|
0,
|
|
221
226
|
[_aAI, _er],
|
|
222
227
|
[64 | 0, () => BatchErrorList], 2
|
|
223
228
|
];
|
|
224
|
-
exports.
|
|
229
|
+
exports.BatchAddChannelRoleToAccessorsOutput$ = BatchAddChannelRoleToAccessorsOutput$;
|
|
230
|
+
const BatchAddRoleInput$ = [3, n0, _BARI,
|
|
225
231
|
0,
|
|
226
232
|
[_sI, _aI, _ro],
|
|
227
233
|
[[0, 1], 64 | 0, 0], 3
|
|
228
234
|
];
|
|
229
|
-
exports.
|
|
235
|
+
exports.BatchAddRoleInput$ = BatchAddRoleInput$;
|
|
236
|
+
const BatchAddRoleOutput$ = [3, n0, _BARO,
|
|
230
237
|
0,
|
|
231
238
|
[_aAI, _er],
|
|
232
239
|
[64 | 0, () => BatchErrorList], 2
|
|
233
240
|
];
|
|
234
|
-
exports.
|
|
241
|
+
exports.BatchAddRoleOutput$ = BatchAddRoleOutput$;
|
|
242
|
+
const BatchError$ = [3, n0, _BE,
|
|
235
243
|
0,
|
|
236
244
|
[_aIc, _e, _m],
|
|
237
245
|
[0, 1, 0], 3
|
|
238
246
|
];
|
|
239
|
-
exports.
|
|
247
|
+
exports.BatchError$ = BatchError$;
|
|
248
|
+
const BatchRemoveChannelRoleFromAccessorsInput$ = [3, n0, _BRCRFAI,
|
|
240
249
|
0,
|
|
241
250
|
[_sI, _cI, _aI, _cR],
|
|
242
251
|
[[0, 1], [0, 1], 64 | 0, 0], 4
|
|
243
252
|
];
|
|
244
|
-
exports.
|
|
253
|
+
exports.BatchRemoveChannelRoleFromAccessorsInput$ = BatchRemoveChannelRoleFromAccessorsInput$;
|
|
254
|
+
const BatchRemoveChannelRoleFromAccessorsOutput$ = [3, n0, _BRCRFAO,
|
|
245
255
|
0,
|
|
246
256
|
[_rAI, _er],
|
|
247
257
|
[64 | 0, () => BatchErrorList], 2
|
|
248
258
|
];
|
|
249
|
-
exports.
|
|
259
|
+
exports.BatchRemoveChannelRoleFromAccessorsOutput$ = BatchRemoveChannelRoleFromAccessorsOutput$;
|
|
260
|
+
const BatchRemoveRoleInput$ = [3, n0, _BRRI,
|
|
250
261
|
0,
|
|
251
262
|
[_sI, _aI, _ro],
|
|
252
263
|
[[0, 1], 64 | 0, 0], 3
|
|
253
264
|
];
|
|
254
|
-
exports.
|
|
265
|
+
exports.BatchRemoveRoleInput$ = BatchRemoveRoleInput$;
|
|
266
|
+
const BatchRemoveRoleOutput$ = [3, n0, _BRRO,
|
|
255
267
|
0,
|
|
256
268
|
[_rAI, _er],
|
|
257
269
|
[64 | 0, () => BatchErrorList], 2
|
|
258
270
|
];
|
|
259
|
-
exports.
|
|
271
|
+
exports.BatchRemoveRoleOutput$ = BatchRemoveRoleOutput$;
|
|
272
|
+
const ChannelData$ = [3, n0, _CDh,
|
|
260
273
|
0,
|
|
261
274
|
[_sI, _cI, _cN, _cDT, _cS, _uC, _gC, _cD, _dDT],
|
|
262
275
|
[0, 0, [() => ChannelName, 0], 5, 0, 1, 1, [() => ChannelDescription, 0], 5], 7
|
|
263
276
|
];
|
|
264
|
-
exports.
|
|
277
|
+
exports.ChannelData$ = ChannelData$;
|
|
278
|
+
const CreateChannelInput$ = [3, n0, _CCI,
|
|
265
279
|
0,
|
|
266
280
|
[_sI, _cN, _cD],
|
|
267
281
|
[[0, 1], [() => ChannelName, 0], [() => ChannelDescription, 0]], 2
|
|
268
282
|
];
|
|
269
|
-
exports.
|
|
283
|
+
exports.CreateChannelInput$ = CreateChannelInput$;
|
|
284
|
+
const CreateChannelOutput$ = [3, n0, _CCO,
|
|
270
285
|
0,
|
|
271
286
|
[_cI],
|
|
272
287
|
[0], 1
|
|
273
288
|
];
|
|
274
|
-
exports.
|
|
289
|
+
exports.CreateChannelOutput$ = CreateChannelOutput$;
|
|
290
|
+
const CreateSpaceInput$ = [3, n0, _CSI,
|
|
275
291
|
0,
|
|
276
292
|
[_n, _su, _t, _d, _uKMSK, _ta, _rA, _sED],
|
|
277
|
-
[[() => SpaceName, 0], 0, 0, [() => SpaceDescription, 0], 0, [() => Tags, 0], 0, [() =>
|
|
293
|
+
[[() => SpaceName, 0], 0, 0, [() => SpaceDescription, 0], 0, [() => Tags, 0], 0, [() => SupportedEmailDomainsParameters$, 0]], 3
|
|
278
294
|
];
|
|
279
|
-
exports.
|
|
295
|
+
exports.CreateSpaceInput$ = CreateSpaceInput$;
|
|
296
|
+
const CreateSpaceOutput$ = [3, n0, _CSO,
|
|
280
297
|
0,
|
|
281
298
|
[_sI],
|
|
282
299
|
[0], 1
|
|
283
300
|
];
|
|
284
|
-
exports.
|
|
301
|
+
exports.CreateSpaceOutput$ = CreateSpaceOutput$;
|
|
302
|
+
const DeleteSpaceInput$ = [3, n0, _DSI,
|
|
285
303
|
0,
|
|
286
304
|
[_sI],
|
|
287
305
|
[[0, 1]], 1
|
|
288
306
|
];
|
|
289
|
-
exports.
|
|
307
|
+
exports.DeleteSpaceInput$ = DeleteSpaceInput$;
|
|
308
|
+
const DeregisterAdminInput$ = [3, n0, _DAI,
|
|
290
309
|
0,
|
|
291
310
|
[_sI, _aId],
|
|
292
311
|
[[0, 1], [0, 1]], 2
|
|
293
312
|
];
|
|
294
|
-
exports.
|
|
313
|
+
exports.DeregisterAdminInput$ = DeregisterAdminInput$;
|
|
314
|
+
const GetChannelInput$ = [3, n0, _GCI,
|
|
295
315
|
0,
|
|
296
316
|
[_sI, _cI],
|
|
297
317
|
[[0, 1], [0, 1]], 2
|
|
298
318
|
];
|
|
299
|
-
exports.
|
|
319
|
+
exports.GetChannelInput$ = GetChannelInput$;
|
|
320
|
+
const GetChannelOutput$ = [3, n0, _GCO,
|
|
300
321
|
0,
|
|
301
322
|
[_sI, _cI, _cN, _cDT, _cS, _cD, _dDT, _cRh],
|
|
302
323
|
[0, 0, [() => ChannelName, 0], 5, 0, [() => ChannelDescription, 0], 5, [2, n0, _CR, 0, 0, 64 | 0]], 5
|
|
303
324
|
];
|
|
304
|
-
exports.
|
|
325
|
+
exports.GetChannelOutput$ = GetChannelOutput$;
|
|
326
|
+
const GetSpaceInput$ = [3, n0, _GSI,
|
|
305
327
|
0,
|
|
306
328
|
[_sI],
|
|
307
329
|
[[0, 1]], 1
|
|
308
330
|
];
|
|
309
|
-
exports.
|
|
331
|
+
exports.GetSpaceInput$ = GetSpaceInput$;
|
|
332
|
+
const GetSpaceOutput$ = [3, n0, _GSO,
|
|
310
333
|
0,
|
|
311
334
|
[_sI, _a, _n, _st, _cSo, _cIl, _vDS, _vD, _rD, _cDT, _t, _sL, _iSI, _aA, _d, _cRA, _dDT, _uA, _gA, _rol, _uKMSK, _uC, _cSon, _sED],
|
|
312
|
-
[0, 0, [() => SpaceName, 0], 0, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, [() => SpaceDescription, 0], 0, 5, 64 | 0, 64 | 0, [2, n0, _R, 0, 0, 64 | 0], 0, 1, 1, [() =>
|
|
335
|
+
[0, 0, [() => SpaceName, 0], 0, 0, 0, 0, 0, 0, 5, 0, 1, 0, 0, [() => SpaceDescription, 0], 0, 5, 64 | 0, 64 | 0, [2, n0, _R, 0, 0, 64 | 0], 0, 1, 1, [() => SupportedEmailDomainsStatus$, 0]], 12
|
|
313
336
|
];
|
|
314
|
-
exports.
|
|
337
|
+
exports.GetSpaceOutput$ = GetSpaceOutput$;
|
|
338
|
+
const ListChannelsInput$ = [3, n0, _LCI,
|
|
315
339
|
0,
|
|
316
340
|
[_sI, _nT, _mR],
|
|
317
341
|
[[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
|
|
318
342
|
];
|
|
319
|
-
exports.
|
|
343
|
+
exports.ListChannelsInput$ = ListChannelsInput$;
|
|
344
|
+
const ListChannelsOutput$ = [3, n0, _LCO,
|
|
320
345
|
0,
|
|
321
346
|
[_ch, _nT],
|
|
322
347
|
[[() => ChannelsList, 0], 0], 1
|
|
323
348
|
];
|
|
324
|
-
exports.
|
|
349
|
+
exports.ListChannelsOutput$ = ListChannelsOutput$;
|
|
350
|
+
const ListSpacesInput$ = [3, n0, _LSI,
|
|
325
351
|
0,
|
|
326
352
|
[_nT, _mR],
|
|
327
353
|
[[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
|
|
328
354
|
];
|
|
329
|
-
exports.
|
|
355
|
+
exports.ListSpacesInput$ = ListSpacesInput$;
|
|
356
|
+
const ListSpacesOutput$ = [3, n0, _LSO,
|
|
330
357
|
0,
|
|
331
358
|
[_sp, _nT],
|
|
332
359
|
[[() => SpacesList, 0], 0], 1
|
|
333
360
|
];
|
|
334
|
-
exports.
|
|
361
|
+
exports.ListSpacesOutput$ = ListSpacesOutput$;
|
|
362
|
+
const ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
335
363
|
0,
|
|
336
364
|
[_rAe],
|
|
337
365
|
[[0, 1]], 1
|
|
338
366
|
];
|
|
339
|
-
exports.
|
|
367
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
368
|
+
const ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
340
369
|
0,
|
|
341
370
|
[_ta],
|
|
342
371
|
[[() => Tags, 0]]
|
|
343
372
|
];
|
|
344
|
-
exports.
|
|
373
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
374
|
+
const RegisterAdminInput$ = [3, n0, _RAI,
|
|
345
375
|
0,
|
|
346
376
|
[_sI, _aId],
|
|
347
377
|
[[0, 1], [0, 1]], 2
|
|
348
378
|
];
|
|
349
|
-
exports.
|
|
379
|
+
exports.RegisterAdminInput$ = RegisterAdminInput$;
|
|
380
|
+
const SendInvitesInput$ = [3, n0, _SII,
|
|
350
381
|
0,
|
|
351
382
|
[_sI, _aI, _ti, _b],
|
|
352
383
|
[[0, 1], 64 | 0, [() => InviteTitle, 0], [() => InviteBody, 0]], 4
|
|
353
384
|
];
|
|
354
|
-
exports.
|
|
385
|
+
exports.SendInvitesInput$ = SendInvitesInput$;
|
|
386
|
+
const SpaceData$ = [3, n0, _SDp,
|
|
355
387
|
0,
|
|
356
388
|
[_sI, _a, _n, _st, _cSo, _vDS, _vD, _rD, _t, _sL, _cDT, _d, _dDT, _uKMSK, _uC, _cSon, _sED],
|
|
357
|
-
[0, 0, [() => SpaceName, 0], 0, 0, 0, 0, 0, 0, 1, 5, [() => SpaceDescription, 0], 5, 0, 1, 1, [() =>
|
|
389
|
+
[0, 0, [() => SpaceName, 0], 0, 0, 0, 0, 0, 0, 1, 5, [() => SpaceDescription, 0], 5, 0, 1, 1, [() => SupportedEmailDomainsStatus$, 0]], 11
|
|
358
390
|
];
|
|
359
|
-
exports.
|
|
391
|
+
exports.SpaceData$ = SpaceData$;
|
|
392
|
+
const SupportedEmailDomainsParameters$ = [3, n0, _SEDP,
|
|
360
393
|
0,
|
|
361
394
|
[_en, _aD],
|
|
362
395
|
[0, [() => AllowedDomainsList, 0]]
|
|
363
396
|
];
|
|
364
|
-
exports.
|
|
397
|
+
exports.SupportedEmailDomainsParameters$ = SupportedEmailDomainsParameters$;
|
|
398
|
+
const SupportedEmailDomainsStatus$ = [3, n0, _SEDS,
|
|
365
399
|
0,
|
|
366
400
|
[_en, _aD],
|
|
367
401
|
[0, [() => AllowedDomainsList, 0]]
|
|
368
402
|
];
|
|
369
|
-
exports.
|
|
403
|
+
exports.SupportedEmailDomainsStatus$ = SupportedEmailDomainsStatus$;
|
|
404
|
+
const TagResourceRequest$ = [3, n0, _TRR,
|
|
370
405
|
0,
|
|
371
406
|
[_rAe, _ta],
|
|
372
407
|
[[0, 1], [() => Tags, 0]], 2
|
|
373
408
|
];
|
|
374
|
-
exports.
|
|
409
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
410
|
+
const TagResourceResponse$ = [3, n0, _TRRa,
|
|
375
411
|
0,
|
|
376
412
|
[],
|
|
377
413
|
[]
|
|
378
414
|
];
|
|
379
|
-
exports.
|
|
415
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
416
|
+
const UntagResourceRequest$ = [3, n0, _URR,
|
|
380
417
|
0,
|
|
381
418
|
[_rAe, _tK],
|
|
382
419
|
[[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
|
|
383
420
|
];
|
|
384
|
-
exports.
|
|
421
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
422
|
+
const UntagResourceResponse$ = [3, n0, _URRn,
|
|
385
423
|
0,
|
|
386
424
|
[],
|
|
387
425
|
[]
|
|
388
426
|
];
|
|
389
|
-
exports.
|
|
427
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
428
|
+
const UpdateChannelInput$ = [3, n0, _UCI,
|
|
390
429
|
0,
|
|
391
430
|
[_sI, _cI, _cN, _cD],
|
|
392
431
|
[[0, 1], [0, 1], [() => ChannelName, 0], [() => ChannelDescription, 0]], 3
|
|
393
432
|
];
|
|
394
|
-
exports.
|
|
433
|
+
exports.UpdateChannelInput$ = UpdateChannelInput$;
|
|
434
|
+
const UpdateChannelOutput$ = [3, n0, _UCO,
|
|
395
435
|
0,
|
|
396
436
|
[],
|
|
397
437
|
[]
|
|
398
438
|
];
|
|
399
|
-
exports.
|
|
439
|
+
exports.UpdateChannelOutput$ = UpdateChannelOutput$;
|
|
440
|
+
const UpdateSpaceInput$ = [3, n0, _USI,
|
|
400
441
|
0,
|
|
401
442
|
[_sI, _d, _t, _rA, _sED],
|
|
402
|
-
[[0, 1], [() => SpaceDescription, 0], 0, 0, [() =>
|
|
443
|
+
[[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters$, 0]], 1
|
|
403
444
|
];
|
|
404
|
-
exports.
|
|
445
|
+
exports.UpdateSpaceInput$ = UpdateSpaceInput$;
|
|
446
|
+
const ValidationExceptionField$ = [3, n0, _VEF,
|
|
405
447
|
0,
|
|
406
448
|
[_n, _m],
|
|
407
449
|
[0, 0], 2
|
|
408
450
|
];
|
|
451
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
409
452
|
var __Unit = "unit";
|
|
410
453
|
var AccessorIdList = 64 | 0;
|
|
411
454
|
var AllowedDomainsList = [1, n0, _ADL,
|
|
@@ -413,23 +456,23 @@ var AllowedDomainsList = [1, n0, _ADL,
|
|
|
413
456
|
0]
|
|
414
457
|
];
|
|
415
458
|
var BatchErrorList = [1, n0, _BEL,
|
|
416
|
-
0, () =>
|
|
459
|
+
0, () => BatchError$
|
|
417
460
|
];
|
|
418
461
|
var ChannelRoleList = 64 | 0;
|
|
419
462
|
var ChannelsList = [1, n0, _CL,
|
|
420
|
-
0, [() =>
|
|
463
|
+
0, [() => ChannelData$,
|
|
421
464
|
0]
|
|
422
465
|
];
|
|
423
466
|
var GroupAdmins = 64 | 0;
|
|
424
467
|
var RoleList = 64 | 0;
|
|
425
468
|
var SpacesList = [1, n0, _SL,
|
|
426
|
-
0, [() =>
|
|
469
|
+
0, [() => SpaceData$,
|
|
427
470
|
0]
|
|
428
471
|
];
|
|
429
472
|
var TagKeyList = 64 | 0;
|
|
430
473
|
var UserAdmins = 64 | 0;
|
|
431
474
|
var ValidationExceptionFieldList = [1, n0, _VEFL,
|
|
432
|
-
0, () =>
|
|
475
|
+
0, () => ValidationExceptionField$
|
|
433
476
|
];
|
|
434
477
|
var ChannelRoles = [2, n0, _CR,
|
|
435
478
|
0, 0, 64 | 0
|
|
@@ -441,59 +484,59 @@ var Tags = [2, n0, _T,
|
|
|
441
484
|
8, 0, 0
|
|
442
485
|
];
|
|
443
486
|
exports.BatchAddChannelRoleToAccessors$ = [9, n0, _BACRTA,
|
|
444
|
-
{ [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () =>
|
|
487
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () => BatchAddChannelRoleToAccessorsInput$, () => BatchAddChannelRoleToAccessorsOutput$
|
|
445
488
|
];
|
|
446
489
|
exports.BatchAddRole$ = [9, n0, _BAR,
|
|
447
|
-
{ [_h]: ["POST", "/spaces/{spaceId}/roles", 200] }, () =>
|
|
490
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/roles", 200] }, () => BatchAddRoleInput$, () => BatchAddRoleOutput$
|
|
448
491
|
];
|
|
449
492
|
exports.BatchRemoveChannelRoleFromAccessors$ = [9, n0, _BRCRFA,
|
|
450
|
-
{ [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () =>
|
|
493
|
+
{ [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () => BatchRemoveChannelRoleFromAccessorsInput$, () => BatchRemoveChannelRoleFromAccessorsOutput$
|
|
451
494
|
];
|
|
452
495
|
exports.BatchRemoveRole$ = [9, n0, _BRR,
|
|
453
|
-
{ [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] }, () =>
|
|
496
|
+
{ [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] }, () => BatchRemoveRoleInput$, () => BatchRemoveRoleOutput$
|
|
454
497
|
];
|
|
455
498
|
exports.CreateChannel$ = [9, n0, _CC,
|
|
456
|
-
{ [_h]: ["POST", "/spaces/{spaceId}/channels", 200] }, () =>
|
|
499
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/channels", 200] }, () => CreateChannelInput$, () => CreateChannelOutput$
|
|
457
500
|
];
|
|
458
501
|
exports.CreateSpace$ = [9, n0, _CS,
|
|
459
|
-
{ [_h]: ["POST", "/spaces", 200] }, () =>
|
|
502
|
+
{ [_h]: ["POST", "/spaces", 200] }, () => CreateSpaceInput$, () => CreateSpaceOutput$
|
|
460
503
|
];
|
|
461
504
|
exports.DeleteSpace$ = [9, n0, _DS,
|
|
462
|
-
{ [_h]: ["DELETE", "/spaces/{spaceId}", 200] }, () =>
|
|
505
|
+
{ [_h]: ["DELETE", "/spaces/{spaceId}", 200] }, () => DeleteSpaceInput$, () => __Unit
|
|
463
506
|
];
|
|
464
507
|
exports.DeregisterAdmin$ = [9, n0, _DA,
|
|
465
|
-
{ [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] }, () =>
|
|
508
|
+
{ [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] }, () => DeregisterAdminInput$, () => __Unit
|
|
466
509
|
];
|
|
467
510
|
exports.GetChannel$ = [9, n0, _GC,
|
|
468
|
-
{ [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] }, () =>
|
|
511
|
+
{ [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] }, () => GetChannelInput$, () => GetChannelOutput$
|
|
469
512
|
];
|
|
470
513
|
exports.GetSpace$ = [9, n0, _GS,
|
|
471
|
-
{ [_h]: ["GET", "/spaces/{spaceId}", 200] }, () =>
|
|
514
|
+
{ [_h]: ["GET", "/spaces/{spaceId}", 200] }, () => GetSpaceInput$, () => GetSpaceOutput$
|
|
472
515
|
];
|
|
473
516
|
exports.ListChannels$ = [9, n0, _LC,
|
|
474
|
-
{ [_h]: ["GET", "/spaces/{spaceId}/channels", 200] }, () =>
|
|
517
|
+
{ [_h]: ["GET", "/spaces/{spaceId}/channels", 200] }, () => ListChannelsInput$, () => ListChannelsOutput$
|
|
475
518
|
];
|
|
476
519
|
exports.ListSpaces$ = [9, n0, _LS,
|
|
477
|
-
{ [_h]: ["GET", "/spaces", 200] }, () =>
|
|
520
|
+
{ [_h]: ["GET", "/spaces", 200] }, () => ListSpacesInput$, () => ListSpacesOutput$
|
|
478
521
|
];
|
|
479
522
|
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
480
|
-
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () =>
|
|
523
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
|
|
481
524
|
];
|
|
482
525
|
exports.RegisterAdmin$ = [9, n0, _RAe,
|
|
483
|
-
{ [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] }, () =>
|
|
526
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] }, () => RegisterAdminInput$, () => __Unit
|
|
484
527
|
];
|
|
485
528
|
exports.SendInvites$ = [9, n0, _SI,
|
|
486
|
-
{ [_h]: ["POST", "/spaces/{spaceId}/invite", 200] }, () =>
|
|
529
|
+
{ [_h]: ["POST", "/spaces/{spaceId}/invite", 200] }, () => SendInvitesInput$, () => __Unit
|
|
487
530
|
];
|
|
488
531
|
exports.TagResource$ = [9, n0, _TR,
|
|
489
|
-
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () =>
|
|
532
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
|
|
490
533
|
];
|
|
491
534
|
exports.UntagResource$ = [9, n0, _UR,
|
|
492
|
-
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () =>
|
|
535
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
|
|
493
536
|
];
|
|
494
537
|
exports.UpdateChannel$ = [9, n0, _UC,
|
|
495
|
-
{ [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] }, () =>
|
|
538
|
+
{ [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] }, () => UpdateChannelInput$, () => UpdateChannelOutput$
|
|
496
539
|
];
|
|
497
540
|
exports.UpdateSpace$ = [9, n0, _US,
|
|
498
|
-
{ [_h]: ["PUT", "/spaces/{spaceId}", 200] }, () =>
|
|
541
|
+
{ [_h]: ["PUT", "/spaces/{spaceId}", 200] }, () => UpdateSpaceInput$, () => __Unit
|
|
499
542
|
];
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-repostspace",
|
|
3
3
|
"description": "AWS SDK for JavaScript Repostspace Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1070.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
|
-
"build:es": "tsc -p tsconfig.es.json",
|
|
8
|
+
"build:es": "premove dist-es && tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
|
-
"build:types": "tsc -p tsconfig.types.json",
|
|
10
|
+
"build:types": "premove dist-types && tsc -p tsconfig.types.json",
|
|
11
11
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
-
"clean": "premove dist-cjs dist-es dist-types
|
|
12
|
+
"clean": "premove dist-cjs dist-es dist-types",
|
|
13
13
|
"extract:docs": "api-extractor run --local",
|
|
14
|
-
"generate:client": "node ../../scripts/generate-clients/single-service
|
|
14
|
+
"generate:client": "node ../../scripts/generate-clients/single-service",
|
|
15
15
|
"test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
|
|
16
16
|
},
|
|
17
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
24
|
+
"@aws-sdk/core": "^3.974.21",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.56",
|
|
26
|
+
"@aws-sdk/types": "^3.973.13",
|
|
27
27
|
"@smithy/core": "^3.24.6",
|
|
28
28
|
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
29
|
"@smithy/node-http-handler": "^4.7.6",
|