@aws-sdk/client-repostspace 3.952.0 → 3.953.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.
Files changed (39) hide show
  1. package/dist-cjs/index.js +224 -158
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +2 -2
  4. package/dist-es/commands/BatchAddRoleCommand.js +2 -2
  5. package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +2 -2
  6. package/dist-es/commands/BatchRemoveRoleCommand.js +2 -2
  7. package/dist-es/commands/CreateChannelCommand.js +2 -2
  8. package/dist-es/commands/CreateSpaceCommand.js +2 -2
  9. package/dist-es/commands/DeleteSpaceCommand.js +2 -2
  10. package/dist-es/commands/DeregisterAdminCommand.js +2 -2
  11. package/dist-es/commands/GetChannelCommand.js +2 -2
  12. package/dist-es/commands/GetSpaceCommand.js +2 -2
  13. package/dist-es/commands/ListChannelsCommand.js +2 -2
  14. package/dist-es/commands/ListSpacesCommand.js +2 -2
  15. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-es/commands/RegisterAdminCommand.js +2 -2
  17. package/dist-es/commands/SendInvitesCommand.js +2 -2
  18. package/dist-es/commands/TagResourceCommand.js +2 -2
  19. package/dist-es/commands/UntagResourceCommand.js +2 -2
  20. package/dist-es/commands/UpdateChannelCommand.js +2 -2
  21. package/dist-es/commands/UpdateSpaceCommand.js +2 -2
  22. package/dist-es/index.js +1 -0
  23. package/dist-es/runtimeConfig.shared.js +6 -1
  24. package/dist-es/schemas/schemas_0.js +135 -135
  25. package/dist-types/RepostspaceClient.d.ts +1 -10
  26. package/dist-types/index.d.ts +1 -0
  27. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  28. package/dist-types/runtimeConfig.d.ts +6 -2
  29. package/dist-types/runtimeConfig.native.d.ts +6 -2
  30. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  31. package/dist-types/schemas/schemas_0.d.ts +67 -89
  32. package/dist-types/ts3.4/RepostspaceClient.d.ts +0 -4
  33. package/dist-types/ts3.4/index.d.ts +1 -0
  34. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  35. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  36. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  37. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  38. package/dist-types/ts3.4/schemas/schemas_0.d.ts +66 -91
  39. package/package.json +35 -35
@@ -148,18 +148,18 @@ const _vD = "vanityDomain";
148
148
  const _vDS = "vanityDomainStatus";
149
149
  const n0 = "com.amazonaws.repostspace";
150
150
  import { TypeRegistry } from "@smithy/core/schema";
151
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
152
- import { RepostspaceServiceException as __RepostspaceServiceException } from "../models/RepostspaceServiceException";
153
- export var ChannelDescription = [0, n0, _CD, 8, 0];
154
- export var ChannelName = [0, n0, _CN, 8, 0];
155
- export var EmailDomain = [0, n0, _ED, 8, 0];
156
- export var InviteBody = [0, n0, _IB, 8, 0];
157
- export var InviteTitle = [0, n0, _IT, 8, 0];
158
- export var SpaceDescription = [0, n0, _SD, 8, 0];
159
- export var SpaceName = [0, n0, _SN, 8, 0];
160
- export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
161
- TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
162
- export var BatchAddChannelRoleToAccessorsInput = [
151
+ import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
152
+ import { RepostspaceServiceException } from "../models/RepostspaceServiceException";
153
+ var ChannelDescription = [0, n0, _CD, 8, 0];
154
+ var ChannelName = [0, n0, _CN, 8, 0];
155
+ var EmailDomain = [0, n0, _ED, 8, 0];
156
+ var InviteBody = [0, n0, _IB, 8, 0];
157
+ var InviteTitle = [0, n0, _IT, 8, 0];
158
+ var SpaceDescription = [0, n0, _SD, 8, 0];
159
+ var SpaceName = [0, n0, _SN, 8, 0];
160
+ export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
161
+ TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
162
+ export var BatchAddChannelRoleToAccessorsInput$ = [
163
163
  3,
164
164
  n0,
165
165
  _BACRTAI,
@@ -167,7 +167,7 @@ export var BatchAddChannelRoleToAccessorsInput = [
167
167
  [_sI, _cI, _aI, _cR],
168
168
  [[0, 1], [0, 1], 64 | 0, 0],
169
169
  ];
170
- export var BatchAddChannelRoleToAccessorsOutput = [
170
+ export var BatchAddChannelRoleToAccessorsOutput$ = [
171
171
  3,
172
172
  n0,
173
173
  _BACRTAO,
@@ -175,10 +175,10 @@ export var BatchAddChannelRoleToAccessorsOutput = [
175
175
  [_aAI, _er],
176
176
  [64 | 0, () => BatchErrorList],
177
177
  ];
178
- export var BatchAddRoleInput = [3, n0, _BARI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
179
- export var BatchAddRoleOutput = [3, n0, _BARO, 0, [_aAI, _er], [64 | 0, () => BatchErrorList]];
180
- export var BatchError = [3, n0, _BE, 0, [_aIc, _e, _m], [0, 1, 0]];
181
- export var BatchRemoveChannelRoleFromAccessorsInput = [
178
+ export var BatchAddRoleInput$ = [3, n0, _BARI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
179
+ export var BatchAddRoleOutput$ = [3, n0, _BARO, 0, [_aAI, _er], [64 | 0, () => BatchErrorList]];
180
+ export var BatchError$ = [3, n0, _BE, 0, [_aIc, _e, _m], [0, 1, 0]];
181
+ export var BatchRemoveChannelRoleFromAccessorsInput$ = [
182
182
  3,
183
183
  n0,
184
184
  _BRCRFAI,
@@ -186,7 +186,7 @@ export var BatchRemoveChannelRoleFromAccessorsInput = [
186
186
  [_sI, _cI, _aI, _cR],
187
187
  [[0, 1], [0, 1], 64 | 0, 0],
188
188
  ];
189
- export var BatchRemoveChannelRoleFromAccessorsOutput = [
189
+ export var BatchRemoveChannelRoleFromAccessorsOutput$ = [
190
190
  3,
191
191
  n0,
192
192
  _BRCRFAO,
@@ -194,8 +194,8 @@ export var BatchRemoveChannelRoleFromAccessorsOutput = [
194
194
  [_rAI, _er],
195
195
  [64 | 0, () => BatchErrorList],
196
196
  ];
197
- export var BatchRemoveRoleInput = [3, n0, _BRRI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
198
- export var BatchRemoveRoleOutput = [
197
+ export var BatchRemoveRoleInput$ = [3, n0, _BRRI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
198
+ export var BatchRemoveRoleOutput$ = [
199
199
  3,
200
200
  n0,
201
201
  _BRRO,
@@ -203,7 +203,7 @@ export var BatchRemoveRoleOutput = [
203
203
  [_rAI, _er],
204
204
  [64 | 0, () => BatchErrorList],
205
205
  ];
206
- export var ChannelData = [
206
+ export var ChannelData$ = [
207
207
  3,
208
208
  n0,
209
209
  _CDh,
@@ -211,9 +211,9 @@ export var ChannelData = [
211
211
  [_sI, _cI, _cN, _cD, _cDT, _dDT, _cS, _uC, _gC],
212
212
  [0, 0, [() => ChannelName, 0], [() => ChannelDescription, 0], 5, 5, 0, 1, 1],
213
213
  ];
214
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
215
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
216
- export var CreateChannelInput = [
214
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
215
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
216
+ export var CreateChannelInput$ = [
217
217
  3,
218
218
  n0,
219
219
  _CCI,
@@ -225,8 +225,8 @@ export var CreateChannelInput = [
225
225
  [() => ChannelDescription, 0],
226
226
  ],
227
227
  ];
228
- export var CreateChannelOutput = [3, n0, _CCO, 0, [_cI], [0]];
229
- export var CreateSpaceInput = [
228
+ export var CreateChannelOutput$ = [3, n0, _CCO, 0, [_cI], [0]];
229
+ export var CreateSpaceInput$ = [
230
230
  3,
231
231
  n0,
232
232
  _CSI,
@@ -240,12 +240,12 @@ export var CreateSpaceInput = [
240
240
  0,
241
241
  [() => Tags, 0],
242
242
  0,
243
- [() => SupportedEmailDomainsParameters, 0],
243
+ [() => SupportedEmailDomainsParameters$, 0],
244
244
  ],
245
245
  ];
246
- export var CreateSpaceOutput = [3, n0, _CSO, 0, [_sI], [0]];
247
- export var DeleteSpaceInput = [3, n0, _DSI, 0, [_sI], [[0, 1]]];
248
- export var DeregisterAdminInput = [
246
+ export var CreateSpaceOutput$ = [3, n0, _CSO, 0, [_sI], [0]];
247
+ export var DeleteSpaceInput$ = [3, n0, _DSI, 0, [_sI], [[0, 1]]];
248
+ export var DeregisterAdminInput$ = [
249
249
  3,
250
250
  n0,
251
251
  _DAI,
@@ -256,7 +256,7 @@ export var DeregisterAdminInput = [
256
256
  [0, 1],
257
257
  ],
258
258
  ];
259
- export var GetChannelInput = [
259
+ export var GetChannelInput$ = [
260
260
  3,
261
261
  n0,
262
262
  _GCI,
@@ -267,7 +267,7 @@ export var GetChannelInput = [
267
267
  [0, 1],
268
268
  ],
269
269
  ];
270
- export var GetChannelOutput = [
270
+ export var GetChannelOutput$ = [
271
271
  3,
272
272
  n0,
273
273
  _GCO,
@@ -275,8 +275,8 @@ export var GetChannelOutput = [
275
275
  [_sI, _cI, _cN, _cD, _cDT, _dDT, _cRh, _cS],
276
276
  [0, 0, [() => ChannelName, 0], [() => ChannelDescription, 0], 5, 5, [2, n0, _CR, 0, 0, 64 | 0], 0],
277
277
  ];
278
- export var GetSpaceInput = [3, n0, _GSI, 0, [_sI], [[0, 1]]];
279
- export var GetSpaceOutput = [
278
+ export var GetSpaceInput$ = [3, n0, _GSI, 0, [_sI], [[0, 1]]];
279
+ export var GetSpaceOutput$ = [
280
280
  3,
281
281
  n0,
282
282
  _GSO,
@@ -331,10 +331,10 @@ export var GetSpaceOutput = [
331
331
  0,
332
332
  1,
333
333
  1,
334
- [() => SupportedEmailDomainsStatus, 0],
334
+ [() => SupportedEmailDomainsStatus$, 0],
335
335
  ],
336
336
  ];
337
- export var InternalServerException = [
337
+ export var InternalServerException$ = [
338
338
  -3,
339
339
  n0,
340
340
  _ISE,
@@ -342,8 +342,8 @@ export var InternalServerException = [
342
342
  [_m, _rAS],
343
343
  [0, [1, { [_hH]: _RA }]],
344
344
  ];
345
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
346
- export var ListChannelsInput = [
345
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
346
+ export var ListChannelsInput$ = [
347
347
  3,
348
348
  n0,
349
349
  _LCI,
@@ -355,8 +355,8 @@ export var ListChannelsInput = [
355
355
  [1, { [_hQ]: _mR }],
356
356
  ],
357
357
  ];
358
- export var ListChannelsOutput = [3, n0, _LCO, 0, [_ch, _nT], [[() => ChannelsList, 0], 0]];
359
- export var ListSpacesInput = [
358
+ export var ListChannelsOutput$ = [3, n0, _LCO, 0, [_ch, _nT], [[() => ChannelsList, 0], 0]];
359
+ export var ListSpacesInput$ = [
360
360
  3,
361
361
  n0,
362
362
  _LSI,
@@ -367,10 +367,10 @@ export var ListSpacesInput = [
367
367
  [1, { [_hQ]: _mR }],
368
368
  ],
369
369
  ];
370
- export var ListSpacesOutput = [3, n0, _LSO, 0, [_sp, _nT], [[() => SpacesList, 0], 0]];
371
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
372
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [[() => Tags, 0]]];
373
- export var RegisterAdminInput = [
370
+ export var ListSpacesOutput$ = [3, n0, _LSO, 0, [_sp, _nT], [[() => SpacesList, 0], 0]];
371
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
372
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [[() => Tags, 0]]];
373
+ export var RegisterAdminInput$ = [
374
374
  3,
375
375
  n0,
376
376
  _RAI,
@@ -381,7 +381,7 @@ export var RegisterAdminInput = [
381
381
  [0, 1],
382
382
  ],
383
383
  ];
384
- export var ResourceNotFoundException = [
384
+ export var ResourceNotFoundException$ = [
385
385
  -3,
386
386
  n0,
387
387
  _RNFE,
@@ -389,8 +389,8 @@ export var ResourceNotFoundException = [
389
389
  [_m, _rI, _rT],
390
390
  [0, 0, 0],
391
391
  ];
392
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
393
- export var SendInvitesInput = [
392
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
393
+ export var SendInvitesInput$ = [
394
394
  3,
395
395
  n0,
396
396
  _SII,
@@ -398,7 +398,7 @@ export var SendInvitesInput = [
398
398
  [_sI, _aI, _ti, _b],
399
399
  [[0, 1], 64 | 0, [() => InviteTitle, 0], [() => InviteBody, 0]],
400
400
  ];
401
- export var ServiceQuotaExceededException = [
401
+ export var ServiceQuotaExceededException$ = [
402
402
  -3,
403
403
  n0,
404
404
  _SQEE,
@@ -406,8 +406,8 @@ export var ServiceQuotaExceededException = [
406
406
  [_m, _rI, _rT, _sC, _qC],
407
407
  [0, 0, 0, 0, 0],
408
408
  ];
409
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
410
- export var SpaceData = [
409
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
410
+ export var SpaceData$ = [
411
411
  3,
412
412
  n0,
413
413
  _SDp,
@@ -430,10 +430,10 @@ export var SpaceData = [
430
430
  0,
431
431
  1,
432
432
  1,
433
- [() => SupportedEmailDomainsStatus, 0],
433
+ [() => SupportedEmailDomainsStatus$, 0],
434
434
  ],
435
435
  ];
436
- export var SupportedEmailDomainsParameters = [
436
+ export var SupportedEmailDomainsParameters$ = [
437
437
  3,
438
438
  n0,
439
439
  _SEDP,
@@ -441,7 +441,7 @@ export var SupportedEmailDomainsParameters = [
441
441
  [_en, _aD],
442
442
  [0, [() => AllowedDomainsList, 0]],
443
443
  ];
444
- export var SupportedEmailDomainsStatus = [
444
+ export var SupportedEmailDomainsStatus$ = [
445
445
  3,
446
446
  n0,
447
447
  _SEDS,
@@ -449,7 +449,7 @@ export var SupportedEmailDomainsStatus = [
449
449
  [_en, _aD],
450
450
  [0, [() => AllowedDomainsList, 0]],
451
451
  ];
452
- export var TagResourceRequest = [
452
+ export var TagResourceRequest$ = [
453
453
  3,
454
454
  n0,
455
455
  _TRR,
@@ -460,8 +460,8 @@ export var TagResourceRequest = [
460
460
  [() => Tags, 0],
461
461
  ],
462
462
  ];
463
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
464
- export var ThrottlingException = [
463
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
464
+ export var ThrottlingException$ = [
465
465
  -3,
466
466
  n0,
467
467
  _TE,
@@ -469,8 +469,8 @@ export var ThrottlingException = [
469
469
  [_m, _sC, _qC, _rAS],
470
470
  [0, 0, 0, [1, { [_hH]: _RA }]],
471
471
  ];
472
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
473
- export var UntagResourceRequest = [
472
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
473
+ export var UntagResourceRequest$ = [
474
474
  3,
475
475
  n0,
476
476
  _URR,
@@ -481,8 +481,8 @@ export var UntagResourceRequest = [
481
481
  [64 | 0, { [_hQ]: _tK }],
482
482
  ],
483
483
  ];
484
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
485
- export var UpdateChannelInput = [
484
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
485
+ export var UpdateChannelInput$ = [
486
486
  3,
487
487
  n0,
488
488
  _UCI,
@@ -495,16 +495,16 @@ export var UpdateChannelInput = [
495
495
  [() => ChannelDescription, 0],
496
496
  ],
497
497
  ];
498
- export var UpdateChannelOutput = [3, n0, _UCO, 0, [], []];
499
- export var UpdateSpaceInput = [
498
+ export var UpdateChannelOutput$ = [3, n0, _UCO, 0, [], []];
499
+ export var UpdateSpaceInput$ = [
500
500
  3,
501
501
  n0,
502
502
  _USI,
503
503
  0,
504
504
  [_sI, _d, _t, _rA, _sED],
505
- [[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters, 0]],
505
+ [[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters$, 0]],
506
506
  ];
507
- export var ValidationException = [
507
+ export var ValidationException$ = [
508
508
  -3,
509
509
  n0,
510
510
  _VE,
@@ -512,174 +512,174 @@ export var ValidationException = [
512
512
  [_m, _re, _fL],
513
513
  [0, 0, () => ValidationExceptionFieldList],
514
514
  ];
515
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
516
- export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
517
- export var __Unit = "unit";
518
- export var RepostspaceServiceException = [-3, _sm, "RepostspaceServiceException", 0, [], []];
519
- TypeRegistry.for(_sm).registerError(RepostspaceServiceException, __RepostspaceServiceException);
520
- export var AccessorIdList = 64 | 0;
521
- export var AllowedDomainsList = [1, n0, _ADL, 0, [() => EmailDomain, 0]];
522
- export var BatchErrorList = [1, n0, _BEL, 0, () => BatchError];
523
- export var ChannelRoleList = 64 | 0;
524
- export var ChannelsList = [1, n0, _CL, 0, [() => ChannelData, 0]];
525
- export var GroupAdmins = 64 | 0;
526
- export var RoleList = 64 | 0;
527
- export var SpacesList = [1, n0, _SL, 0, [() => SpaceData, 0]];
528
- export var TagKeyList = 64 | 0;
529
- export var UserAdmins = 64 | 0;
530
- export var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
531
- export var ChannelRoles = [2, n0, _CR, 0, 0, 64 | 0];
532
- export var Roles = [2, n0, _R, 0, 0, 64 | 0];
533
- export var Tags = [2, n0, _T, 8, 0, 0];
534
- export var BatchAddChannelRoleToAccessors = [
515
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
516
+ export var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
517
+ var __Unit = "unit";
518
+ export var RepostspaceServiceException$ = [-3, _sm, "RepostspaceServiceException", 0, [], []];
519
+ TypeRegistry.for(_sm).registerError(RepostspaceServiceException$, RepostspaceServiceException);
520
+ var AccessorIdList = 64 | 0;
521
+ var AllowedDomainsList = [1, n0, _ADL, 0, [() => EmailDomain, 0]];
522
+ var BatchErrorList = [1, n0, _BEL, 0, () => BatchError$];
523
+ var ChannelRoleList = 64 | 0;
524
+ var ChannelsList = [1, n0, _CL, 0, [() => ChannelData$, 0]];
525
+ var GroupAdmins = 64 | 0;
526
+ var RoleList = 64 | 0;
527
+ var SpacesList = [1, n0, _SL, 0, [() => SpaceData$, 0]];
528
+ var TagKeyList = 64 | 0;
529
+ var UserAdmins = 64 | 0;
530
+ var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
531
+ var ChannelRoles = [2, n0, _CR, 0, 0, 64 | 0];
532
+ var Roles = [2, n0, _R, 0, 0, 64 | 0];
533
+ var Tags = [2, n0, _T, 8, 0, 0];
534
+ export var BatchAddChannelRoleToAccessors$ = [
535
535
  9,
536
536
  n0,
537
537
  _BACRTA,
538
538
  { [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
539
- () => BatchAddChannelRoleToAccessorsInput,
540
- () => BatchAddChannelRoleToAccessorsOutput,
539
+ () => BatchAddChannelRoleToAccessorsInput$,
540
+ () => BatchAddChannelRoleToAccessorsOutput$,
541
541
  ];
542
- export var BatchAddRole = [
542
+ export var BatchAddRole$ = [
543
543
  9,
544
544
  n0,
545
545
  _BAR,
546
546
  { [_h]: ["POST", "/spaces/{spaceId}/roles", 200] },
547
- () => BatchAddRoleInput,
548
- () => BatchAddRoleOutput,
547
+ () => BatchAddRoleInput$,
548
+ () => BatchAddRoleOutput$,
549
549
  ];
550
- export var BatchRemoveChannelRoleFromAccessors = [
550
+ export var BatchRemoveChannelRoleFromAccessors$ = [
551
551
  9,
552
552
  n0,
553
553
  _BRCRFA,
554
554
  { [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
555
- () => BatchRemoveChannelRoleFromAccessorsInput,
556
- () => BatchRemoveChannelRoleFromAccessorsOutput,
555
+ () => BatchRemoveChannelRoleFromAccessorsInput$,
556
+ () => BatchRemoveChannelRoleFromAccessorsOutput$,
557
557
  ];
558
- export var BatchRemoveRole = [
558
+ export var BatchRemoveRole$ = [
559
559
  9,
560
560
  n0,
561
561
  _BRR,
562
562
  { [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] },
563
- () => BatchRemoveRoleInput,
564
- () => BatchRemoveRoleOutput,
563
+ () => BatchRemoveRoleInput$,
564
+ () => BatchRemoveRoleOutput$,
565
565
  ];
566
- export var CreateChannel = [
566
+ export var CreateChannel$ = [
567
567
  9,
568
568
  n0,
569
569
  _CC,
570
570
  { [_h]: ["POST", "/spaces/{spaceId}/channels", 200] },
571
- () => CreateChannelInput,
572
- () => CreateChannelOutput,
571
+ () => CreateChannelInput$,
572
+ () => CreateChannelOutput$,
573
573
  ];
574
- export var CreateSpace = [
574
+ export var CreateSpace$ = [
575
575
  9,
576
576
  n0,
577
577
  _CS,
578
578
  { [_h]: ["POST", "/spaces", 200] },
579
- () => CreateSpaceInput,
580
- () => CreateSpaceOutput,
579
+ () => CreateSpaceInput$,
580
+ () => CreateSpaceOutput$,
581
581
  ];
582
- export var DeleteSpace = [
582
+ export var DeleteSpace$ = [
583
583
  9,
584
584
  n0,
585
585
  _DS,
586
586
  { [_h]: ["DELETE", "/spaces/{spaceId}", 200] },
587
- () => DeleteSpaceInput,
587
+ () => DeleteSpaceInput$,
588
588
  () => __Unit,
589
589
  ];
590
- export var DeregisterAdmin = [
590
+ export var DeregisterAdmin$ = [
591
591
  9,
592
592
  n0,
593
593
  _DA,
594
594
  { [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] },
595
- () => DeregisterAdminInput,
595
+ () => DeregisterAdminInput$,
596
596
  () => __Unit,
597
597
  ];
598
- export var GetChannel = [
598
+ export var GetChannel$ = [
599
599
  9,
600
600
  n0,
601
601
  _GC,
602
602
  { [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] },
603
- () => GetChannelInput,
604
- () => GetChannelOutput,
603
+ () => GetChannelInput$,
604
+ () => GetChannelOutput$,
605
605
  ];
606
- export var GetSpace = [
606
+ export var GetSpace$ = [
607
607
  9,
608
608
  n0,
609
609
  _GS,
610
610
  { [_h]: ["GET", "/spaces/{spaceId}", 200] },
611
- () => GetSpaceInput,
612
- () => GetSpaceOutput,
611
+ () => GetSpaceInput$,
612
+ () => GetSpaceOutput$,
613
613
  ];
614
- export var ListChannels = [
614
+ export var ListChannels$ = [
615
615
  9,
616
616
  n0,
617
617
  _LC,
618
618
  { [_h]: ["GET", "/spaces/{spaceId}/channels", 200] },
619
- () => ListChannelsInput,
620
- () => ListChannelsOutput,
619
+ () => ListChannelsInput$,
620
+ () => ListChannelsOutput$,
621
621
  ];
622
- export var ListSpaces = [
622
+ export var ListSpaces$ = [
623
623
  9,
624
624
  n0,
625
625
  _LS,
626
626
  { [_h]: ["GET", "/spaces", 200] },
627
- () => ListSpacesInput,
628
- () => ListSpacesOutput,
627
+ () => ListSpacesInput$,
628
+ () => ListSpacesOutput$,
629
629
  ];
630
- export var ListTagsForResource = [
630
+ export var ListTagsForResource$ = [
631
631
  9,
632
632
  n0,
633
633
  _LTFR,
634
634
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
635
- () => ListTagsForResourceRequest,
636
- () => ListTagsForResourceResponse,
635
+ () => ListTagsForResourceRequest$,
636
+ () => ListTagsForResourceResponse$,
637
637
  ];
638
- export var RegisterAdmin = [
638
+ export var RegisterAdmin$ = [
639
639
  9,
640
640
  n0,
641
641
  _RAe,
642
642
  { [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] },
643
- () => RegisterAdminInput,
643
+ () => RegisterAdminInput$,
644
644
  () => __Unit,
645
645
  ];
646
- export var SendInvites = [
646
+ export var SendInvites$ = [
647
647
  9,
648
648
  n0,
649
649
  _SI,
650
650
  { [_h]: ["POST", "/spaces/{spaceId}/invite", 200] },
651
- () => SendInvitesInput,
651
+ () => SendInvitesInput$,
652
652
  () => __Unit,
653
653
  ];
654
- export var TagResource = [
654
+ export var TagResource$ = [
655
655
  9,
656
656
  n0,
657
657
  _TR,
658
658
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
659
- () => TagResourceRequest,
660
- () => TagResourceResponse,
659
+ () => TagResourceRequest$,
660
+ () => TagResourceResponse$,
661
661
  ];
662
- export var UntagResource = [
662
+ export var UntagResource$ = [
663
663
  9,
664
664
  n0,
665
665
  _UR,
666
666
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
667
- () => UntagResourceRequest,
668
- () => UntagResourceResponse,
667
+ () => UntagResourceRequest$,
668
+ () => UntagResourceResponse$,
669
669
  ];
670
- export var UpdateChannel = [
670
+ export var UpdateChannel$ = [
671
671
  9,
672
672
  n0,
673
673
  _UC,
674
674
  { [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] },
675
- () => UpdateChannelInput,
676
- () => UpdateChannelOutput,
675
+ () => UpdateChannelInput$,
676
+ () => UpdateChannelOutput$,
677
677
  ];
678
- export var UpdateSpace = [
678
+ export var UpdateSpace$ = [
679
679
  9,
680
680
  n0,
681
681
  _US,
682
682
  { [_h]: ["PUT", "/spaces/{spaceId}", 200] },
683
- () => UpdateSpaceInput,
683
+ () => UpdateSpaceInput$,
684
684
  () => __Unit,
685
685
  ];
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { BatchAddChannelRoleToAccessorsCommandInput, BatchAddChannelRoleToAccessorsCommandOutput } from "./commands/BatchAddChannelRoleToAccessorsCommand";
11
11
  import { BatchAddRoleCommandInput, BatchAddRoleCommandOutput } from "./commands/BatchAddRoleCommand";
@@ -160,15 +160,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
160
160
  * Optional extensions
161
161
  */
162
162
  extensions?: RuntimeExtension[];
163
- /**
164
- * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
165
- * may be overridden. A default will always be set by the client.
166
- * Available options depend on the service's supported protocols and will not be validated by
167
- * the client.
168
- * @alpha
169
- *
170
- */
171
- protocol?: ClientProtocol<HttpRequest, HttpResponse>;
172
163
  /**
173
164
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
174
165
  */
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
9
  export type { RuntimeExtension } from "./runtimeExtensions";
10
10
  export type { RepostspaceExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
+ export * from "./schemas/schemas_0";
12
13
  export * from "./pagination";
13
14
  export * from "./waiters";
14
15
  export * from "./models/enums";
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
17
17
  streamCollector: import("@smithy/types").StreamCollector;
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
- apiVersion: string;
21
20
  cacheMiddleware?: boolean | undefined;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocolSettings: {
23
+ defaultNamespace?: string;
24
+ [setting: string]: unknown;
25
+ };
26
+ apiVersion: string;
22
27
  urlParser: import("@smithy/types").UrlParser;
23
28
  base64Decoder: import("@smithy/types").Decoder;
24
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
29
34
  profile?: string;
30
35
  logger: import("@smithy/types").Logger;
31
36
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
33
37
  customUserAgent?: string | import("@smithy/types").UserAgent;
34
38
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
35
39
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
21
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
22
- apiVersion: string;
23
22
  cacheMiddleware?: boolean | undefined;
23
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
24
+ protocolSettings: {
25
+ defaultNamespace?: string;
26
+ [setting: string]: unknown;
27
+ };
28
+ apiVersion: string;
24
29
  urlParser: import("@smithy/types").UrlParser;
25
30
  base64Decoder: import("@smithy/types").Decoder;
26
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
31
36
  profile?: string;
32
37
  logger: import("@smithy/types").Logger;
33
38
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
35
39
  customUserAgent?: string | import("@smithy/types").UserAgent;
36
40
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
37
41
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
- apiVersion: string;
10
9
  cacheMiddleware?: boolean;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
11
+ protocolSettings: {
12
+ defaultNamespace?: string;
13
+ [setting: string]: unknown;
14
+ };
15
+ apiVersion: string;
11
16
  urlParser: import("@smithy/types").UrlParser;
12
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
13
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: RepostspaceClientConfig) => {
27
32
  retryMode: string | import("@smithy/types").Provider<string>;
28
33
  logger: import("@smithy/types").Logger;
29
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
- protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
31
35
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
32
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;