@aws-sdk/client-repostspace 3.952.0 → 3.954.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +224 -158
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/BatchAddChannelRoleToAccessorsCommand.js +2 -2
- package/dist-es/commands/BatchAddRoleCommand.js +2 -2
- package/dist-es/commands/BatchRemoveChannelRoleFromAccessorsCommand.js +2 -2
- package/dist-es/commands/BatchRemoveRoleCommand.js +2 -2
- package/dist-es/commands/CreateChannelCommand.js +2 -2
- package/dist-es/commands/CreateSpaceCommand.js +2 -2
- package/dist-es/commands/DeleteSpaceCommand.js +2 -2
- package/dist-es/commands/DeregisterAdminCommand.js +2 -2
- package/dist-es/commands/GetChannelCommand.js +2 -2
- package/dist-es/commands/GetSpaceCommand.js +2 -2
- package/dist-es/commands/ListChannelsCommand.js +2 -2
- package/dist-es/commands/ListSpacesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/RegisterAdminCommand.js +2 -2
- package/dist-es/commands/SendInvitesCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateChannelCommand.js +2 -2
- package/dist-es/commands/UpdateSpaceCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +135 -135
- package/dist-types/RepostspaceClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +67 -89
- package/dist-types/ts3.4/RepostspaceClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +66 -91
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -111,14 +111,14 @@ class RepostspaceClient extends smithyClient.Client {
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
class RepostspaceServiceException extends smithyClient.ServiceException {
|
|
115
115
|
constructor(options) {
|
|
116
116
|
super(options);
|
|
117
117
|
Object.setPrototypeOf(this, RepostspaceServiceException.prototype);
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|
|
120
120
|
|
|
121
|
-
|
|
121
|
+
class AccessDeniedException extends RepostspaceServiceException {
|
|
122
122
|
name = "AccessDeniedException";
|
|
123
123
|
$fault = "client";
|
|
124
124
|
constructor(opts) {
|
|
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends RepostspaceSer
|
|
|
129
129
|
});
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class InternalServerException extends RepostspaceServiceException {
|
|
134
134
|
name = "InternalServerException";
|
|
135
135
|
$fault = "server";
|
|
136
136
|
$retryable = {};
|
|
@@ -144,8 +144,8 @@ let InternalServerException$1 = class InternalServerException extends Repostspac
|
|
|
144
144
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
145
145
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class ResourceNotFoundException extends RepostspaceServiceException {
|
|
149
149
|
name = "ResourceNotFoundException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
resourceId;
|
|
@@ -160,8 +160,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Repost
|
|
|
160
160
|
this.resourceId = opts.resourceId;
|
|
161
161
|
this.resourceType = opts.resourceType;
|
|
162
162
|
}
|
|
163
|
-
}
|
|
164
|
-
|
|
163
|
+
}
|
|
164
|
+
class ThrottlingException extends RepostspaceServiceException {
|
|
165
165
|
name = "ThrottlingException";
|
|
166
166
|
$fault = "client";
|
|
167
167
|
$retryable = {
|
|
@@ -181,8 +181,8 @@ let ThrottlingException$1 = class ThrottlingException extends RepostspaceService
|
|
|
181
181
|
this.quotaCode = opts.quotaCode;
|
|
182
182
|
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
183
183
|
}
|
|
184
|
-
}
|
|
185
|
-
|
|
184
|
+
}
|
|
185
|
+
class ValidationException extends RepostspaceServiceException {
|
|
186
186
|
name = "ValidationException";
|
|
187
187
|
$fault = "client";
|
|
188
188
|
reason;
|
|
@@ -197,8 +197,8 @@ let ValidationException$1 = class ValidationException extends RepostspaceService
|
|
|
197
197
|
this.reason = opts.reason;
|
|
198
198
|
this.fieldList = opts.fieldList;
|
|
199
199
|
}
|
|
200
|
-
}
|
|
201
|
-
|
|
200
|
+
}
|
|
201
|
+
class ConflictException extends RepostspaceServiceException {
|
|
202
202
|
name = "ConflictException";
|
|
203
203
|
$fault = "client";
|
|
204
204
|
resourceId;
|
|
@@ -213,8 +213,8 @@ let ConflictException$1 = class ConflictException extends RepostspaceServiceExce
|
|
|
213
213
|
this.resourceId = opts.resourceId;
|
|
214
214
|
this.resourceType = opts.resourceType;
|
|
215
215
|
}
|
|
216
|
-
}
|
|
217
|
-
|
|
216
|
+
}
|
|
217
|
+
class ServiceQuotaExceededException extends RepostspaceServiceException {
|
|
218
218
|
name = "ServiceQuotaExceededException";
|
|
219
219
|
$fault = "client";
|
|
220
220
|
resourceId;
|
|
@@ -233,7 +233,7 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
233
233
|
this.serviceCode = opts.serviceCode;
|
|
234
234
|
this.quotaCode = opts.quotaCode;
|
|
235
235
|
}
|
|
236
|
-
}
|
|
236
|
+
}
|
|
237
237
|
|
|
238
238
|
const _ADE = "AccessDeniedException";
|
|
239
239
|
const _ADL = "AllowedDomainsList";
|
|
@@ -391,9 +391,9 @@ var InviteBody = [0, n0, _IB, 8, 0];
|
|
|
391
391
|
var InviteTitle = [0, n0, _IT, 8, 0];
|
|
392
392
|
var SpaceDescription = [0, n0, _SD, 8, 0];
|
|
393
393
|
var SpaceName = [0, n0, _SN, 8, 0];
|
|
394
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
395
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
396
|
-
var BatchAddChannelRoleToAccessorsInput = [
|
|
394
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
395
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
396
|
+
var BatchAddChannelRoleToAccessorsInput$ = [
|
|
397
397
|
3,
|
|
398
398
|
n0,
|
|
399
399
|
_BACRTAI,
|
|
@@ -401,7 +401,7 @@ var BatchAddChannelRoleToAccessorsInput = [
|
|
|
401
401
|
[_sI, _cI, _aI, _cR],
|
|
402
402
|
[[0, 1], [0, 1], 64 | 0, 0],
|
|
403
403
|
];
|
|
404
|
-
var BatchAddChannelRoleToAccessorsOutput = [
|
|
404
|
+
var BatchAddChannelRoleToAccessorsOutput$ = [
|
|
405
405
|
3,
|
|
406
406
|
n0,
|
|
407
407
|
_BACRTAO,
|
|
@@ -409,10 +409,10 @@ var BatchAddChannelRoleToAccessorsOutput = [
|
|
|
409
409
|
[_aAI, _er],
|
|
410
410
|
[64 | 0, () => BatchErrorList],
|
|
411
411
|
];
|
|
412
|
-
var BatchAddRoleInput = [3, n0, _BARI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
|
|
413
|
-
var BatchAddRoleOutput = [3, n0, _BARO, 0, [_aAI, _er], [64 | 0, () => BatchErrorList]];
|
|
414
|
-
var BatchError = [3, n0, _BE, 0, [_aIc, _e, _m], [0, 1, 0]];
|
|
415
|
-
var BatchRemoveChannelRoleFromAccessorsInput = [
|
|
412
|
+
var BatchAddRoleInput$ = [3, n0, _BARI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
|
|
413
|
+
var BatchAddRoleOutput$ = [3, n0, _BARO, 0, [_aAI, _er], [64 | 0, () => BatchErrorList]];
|
|
414
|
+
var BatchError$ = [3, n0, _BE, 0, [_aIc, _e, _m], [0, 1, 0]];
|
|
415
|
+
var BatchRemoveChannelRoleFromAccessorsInput$ = [
|
|
416
416
|
3,
|
|
417
417
|
n0,
|
|
418
418
|
_BRCRFAI,
|
|
@@ -420,7 +420,7 @@ var BatchRemoveChannelRoleFromAccessorsInput = [
|
|
|
420
420
|
[_sI, _cI, _aI, _cR],
|
|
421
421
|
[[0, 1], [0, 1], 64 | 0, 0],
|
|
422
422
|
];
|
|
423
|
-
var BatchRemoveChannelRoleFromAccessorsOutput = [
|
|
423
|
+
var BatchRemoveChannelRoleFromAccessorsOutput$ = [
|
|
424
424
|
3,
|
|
425
425
|
n0,
|
|
426
426
|
_BRCRFAO,
|
|
@@ -428,8 +428,8 @@ var BatchRemoveChannelRoleFromAccessorsOutput = [
|
|
|
428
428
|
[_rAI, _er],
|
|
429
429
|
[64 | 0, () => BatchErrorList],
|
|
430
430
|
];
|
|
431
|
-
var BatchRemoveRoleInput = [3, n0, _BRRI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
|
|
432
|
-
var BatchRemoveRoleOutput = [
|
|
431
|
+
var BatchRemoveRoleInput$ = [3, n0, _BRRI, 0, [_sI, _aI, _r], [[0, 1], 64 | 0, 0]];
|
|
432
|
+
var BatchRemoveRoleOutput$ = [
|
|
433
433
|
3,
|
|
434
434
|
n0,
|
|
435
435
|
_BRRO,
|
|
@@ -437,7 +437,7 @@ var BatchRemoveRoleOutput = [
|
|
|
437
437
|
[_rAI, _er],
|
|
438
438
|
[64 | 0, () => BatchErrorList],
|
|
439
439
|
];
|
|
440
|
-
var ChannelData = [
|
|
440
|
+
var ChannelData$ = [
|
|
441
441
|
3,
|
|
442
442
|
n0,
|
|
443
443
|
_CDh,
|
|
@@ -445,9 +445,9 @@ var ChannelData = [
|
|
|
445
445
|
[_sI, _cI, _cN, _cD, _cDT, _dDT, _cS, _uC, _gC],
|
|
446
446
|
[0, 0, [() => ChannelName, 0], [() => ChannelDescription, 0], 5, 5, 0, 1, 1],
|
|
447
447
|
];
|
|
448
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
449
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
450
|
-
var CreateChannelInput = [
|
|
448
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
449
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
450
|
+
var CreateChannelInput$ = [
|
|
451
451
|
3,
|
|
452
452
|
n0,
|
|
453
453
|
_CCI,
|
|
@@ -459,8 +459,8 @@ var CreateChannelInput = [
|
|
|
459
459
|
[() => ChannelDescription, 0],
|
|
460
460
|
],
|
|
461
461
|
];
|
|
462
|
-
var CreateChannelOutput = [3, n0, _CCO, 0, [_cI], [0]];
|
|
463
|
-
var CreateSpaceInput = [
|
|
462
|
+
var CreateChannelOutput$ = [3, n0, _CCO, 0, [_cI], [0]];
|
|
463
|
+
var CreateSpaceInput$ = [
|
|
464
464
|
3,
|
|
465
465
|
n0,
|
|
466
466
|
_CSI,
|
|
@@ -474,12 +474,12 @@ var CreateSpaceInput = [
|
|
|
474
474
|
0,
|
|
475
475
|
[() => Tags, 0],
|
|
476
476
|
0,
|
|
477
|
-
[() => SupportedEmailDomainsParameters
|
|
477
|
+
[() => SupportedEmailDomainsParameters$, 0],
|
|
478
478
|
],
|
|
479
479
|
];
|
|
480
|
-
var CreateSpaceOutput = [3, n0, _CSO, 0, [_sI], [0]];
|
|
481
|
-
var DeleteSpaceInput = [3, n0, _DSI, 0, [_sI], [[0, 1]]];
|
|
482
|
-
var DeregisterAdminInput = [
|
|
480
|
+
var CreateSpaceOutput$ = [3, n0, _CSO, 0, [_sI], [0]];
|
|
481
|
+
var DeleteSpaceInput$ = [3, n0, _DSI, 0, [_sI], [[0, 1]]];
|
|
482
|
+
var DeregisterAdminInput$ = [
|
|
483
483
|
3,
|
|
484
484
|
n0,
|
|
485
485
|
_DAI,
|
|
@@ -490,7 +490,7 @@ var DeregisterAdminInput = [
|
|
|
490
490
|
[0, 1],
|
|
491
491
|
],
|
|
492
492
|
];
|
|
493
|
-
var GetChannelInput = [
|
|
493
|
+
var GetChannelInput$ = [
|
|
494
494
|
3,
|
|
495
495
|
n0,
|
|
496
496
|
_GCI,
|
|
@@ -501,7 +501,7 @@ var GetChannelInput = [
|
|
|
501
501
|
[0, 1],
|
|
502
502
|
],
|
|
503
503
|
];
|
|
504
|
-
var GetChannelOutput = [
|
|
504
|
+
var GetChannelOutput$ = [
|
|
505
505
|
3,
|
|
506
506
|
n0,
|
|
507
507
|
_GCO,
|
|
@@ -509,8 +509,8 @@ var GetChannelOutput = [
|
|
|
509
509
|
[_sI, _cI, _cN, _cD, _cDT, _dDT, _cRh, _cS],
|
|
510
510
|
[0, 0, [() => ChannelName, 0], [() => ChannelDescription, 0], 5, 5, [2, n0, _CR, 0, 0, 64 | 0], 0],
|
|
511
511
|
];
|
|
512
|
-
var GetSpaceInput = [3, n0, _GSI, 0, [_sI], [[0, 1]]];
|
|
513
|
-
var GetSpaceOutput = [
|
|
512
|
+
var GetSpaceInput$ = [3, n0, _GSI, 0, [_sI], [[0, 1]]];
|
|
513
|
+
var GetSpaceOutput$ = [
|
|
514
514
|
3,
|
|
515
515
|
n0,
|
|
516
516
|
_GSO,
|
|
@@ -565,10 +565,10 @@ var GetSpaceOutput = [
|
|
|
565
565
|
0,
|
|
566
566
|
1,
|
|
567
567
|
1,
|
|
568
|
-
[() => SupportedEmailDomainsStatus
|
|
568
|
+
[() => SupportedEmailDomainsStatus$, 0],
|
|
569
569
|
],
|
|
570
570
|
];
|
|
571
|
-
var InternalServerException = [
|
|
571
|
+
var InternalServerException$ = [
|
|
572
572
|
-3,
|
|
573
573
|
n0,
|
|
574
574
|
_ISE,
|
|
@@ -576,8 +576,8 @@ var InternalServerException = [
|
|
|
576
576
|
[_m, _rAS],
|
|
577
577
|
[0, [1, { [_hH]: _RA }]],
|
|
578
578
|
];
|
|
579
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerException
|
|
580
|
-
var ListChannelsInput = [
|
|
579
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
580
|
+
var ListChannelsInput$ = [
|
|
581
581
|
3,
|
|
582
582
|
n0,
|
|
583
583
|
_LCI,
|
|
@@ -589,8 +589,8 @@ var ListChannelsInput = [
|
|
|
589
589
|
[1, { [_hQ]: _mR }],
|
|
590
590
|
],
|
|
591
591
|
];
|
|
592
|
-
var ListChannelsOutput = [3, n0, _LCO, 0, [_ch, _nT], [[() => ChannelsList, 0], 0]];
|
|
593
|
-
var ListSpacesInput = [
|
|
592
|
+
var ListChannelsOutput$ = [3, n0, _LCO, 0, [_ch, _nT], [[() => ChannelsList, 0], 0]];
|
|
593
|
+
var ListSpacesInput$ = [
|
|
594
594
|
3,
|
|
595
595
|
n0,
|
|
596
596
|
_LSI,
|
|
@@ -601,10 +601,10 @@ var ListSpacesInput = [
|
|
|
601
601
|
[1, { [_hQ]: _mR }],
|
|
602
602
|
],
|
|
603
603
|
];
|
|
604
|
-
var ListSpacesOutput = [3, n0, _LSO, 0, [_sp, _nT], [[() => SpacesList, 0], 0]];
|
|
605
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
606
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [[() => Tags, 0]]];
|
|
607
|
-
var RegisterAdminInput = [
|
|
604
|
+
var ListSpacesOutput$ = [3, n0, _LSO, 0, [_sp, _nT], [[() => SpacesList, 0], 0]];
|
|
605
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rAe], [[0, 1]]];
|
|
606
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [[() => Tags, 0]]];
|
|
607
|
+
var RegisterAdminInput$ = [
|
|
608
608
|
3,
|
|
609
609
|
n0,
|
|
610
610
|
_RAI,
|
|
@@ -615,7 +615,7 @@ var RegisterAdminInput = [
|
|
|
615
615
|
[0, 1],
|
|
616
616
|
],
|
|
617
617
|
];
|
|
618
|
-
var ResourceNotFoundException = [
|
|
618
|
+
var ResourceNotFoundException$ = [
|
|
619
619
|
-3,
|
|
620
620
|
n0,
|
|
621
621
|
_RNFE,
|
|
@@ -623,8 +623,8 @@ var ResourceNotFoundException = [
|
|
|
623
623
|
[_m, _rI, _rT],
|
|
624
624
|
[0, 0, 0],
|
|
625
625
|
];
|
|
626
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
627
|
-
var SendInvitesInput = [
|
|
626
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
627
|
+
var SendInvitesInput$ = [
|
|
628
628
|
3,
|
|
629
629
|
n0,
|
|
630
630
|
_SII,
|
|
@@ -632,7 +632,7 @@ var SendInvitesInput = [
|
|
|
632
632
|
[_sI, _aI, _ti, _b],
|
|
633
633
|
[[0, 1], 64 | 0, [() => InviteTitle, 0], [() => InviteBody, 0]],
|
|
634
634
|
];
|
|
635
|
-
var ServiceQuotaExceededException = [
|
|
635
|
+
var ServiceQuotaExceededException$ = [
|
|
636
636
|
-3,
|
|
637
637
|
n0,
|
|
638
638
|
_SQEE,
|
|
@@ -640,8 +640,8 @@ var ServiceQuotaExceededException = [
|
|
|
640
640
|
[_m, _rI, _rT, _sC, _qC],
|
|
641
641
|
[0, 0, 0, 0, 0],
|
|
642
642
|
];
|
|
643
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
644
|
-
var SpaceData = [
|
|
643
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
644
|
+
var SpaceData$ = [
|
|
645
645
|
3,
|
|
646
646
|
n0,
|
|
647
647
|
_SDp,
|
|
@@ -664,10 +664,10 @@ var SpaceData = [
|
|
|
664
664
|
0,
|
|
665
665
|
1,
|
|
666
666
|
1,
|
|
667
|
-
[() => SupportedEmailDomainsStatus
|
|
667
|
+
[() => SupportedEmailDomainsStatus$, 0],
|
|
668
668
|
],
|
|
669
669
|
];
|
|
670
|
-
var SupportedEmailDomainsParameters = [
|
|
670
|
+
var SupportedEmailDomainsParameters$ = [
|
|
671
671
|
3,
|
|
672
672
|
n0,
|
|
673
673
|
_SEDP,
|
|
@@ -675,7 +675,7 @@ var SupportedEmailDomainsParameters = [
|
|
|
675
675
|
[_en, _aD],
|
|
676
676
|
[0, [() => AllowedDomainsList, 0]],
|
|
677
677
|
];
|
|
678
|
-
var SupportedEmailDomainsStatus = [
|
|
678
|
+
var SupportedEmailDomainsStatus$ = [
|
|
679
679
|
3,
|
|
680
680
|
n0,
|
|
681
681
|
_SEDS,
|
|
@@ -683,7 +683,7 @@ var SupportedEmailDomainsStatus = [
|
|
|
683
683
|
[_en, _aD],
|
|
684
684
|
[0, [() => AllowedDomainsList, 0]],
|
|
685
685
|
];
|
|
686
|
-
var TagResourceRequest = [
|
|
686
|
+
var TagResourceRequest$ = [
|
|
687
687
|
3,
|
|
688
688
|
n0,
|
|
689
689
|
_TRR,
|
|
@@ -694,8 +694,8 @@ var TagResourceRequest = [
|
|
|
694
694
|
[() => Tags, 0],
|
|
695
695
|
],
|
|
696
696
|
];
|
|
697
|
-
var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
698
|
-
var ThrottlingException = [
|
|
697
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
698
|
+
var ThrottlingException$ = [
|
|
699
699
|
-3,
|
|
700
700
|
n0,
|
|
701
701
|
_TE,
|
|
@@ -703,8 +703,8 @@ var ThrottlingException = [
|
|
|
703
703
|
[_m, _sC, _qC, _rAS],
|
|
704
704
|
[0, 0, 0, [1, { [_hH]: _RA }]],
|
|
705
705
|
];
|
|
706
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
707
|
-
var UntagResourceRequest = [
|
|
706
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
707
|
+
var UntagResourceRequest$ = [
|
|
708
708
|
3,
|
|
709
709
|
n0,
|
|
710
710
|
_URR,
|
|
@@ -715,8 +715,8 @@ var UntagResourceRequest = [
|
|
|
715
715
|
[64 | 0, { [_hQ]: _tK }],
|
|
716
716
|
],
|
|
717
717
|
];
|
|
718
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
719
|
-
var UpdateChannelInput = [
|
|
718
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
719
|
+
var UpdateChannelInput$ = [
|
|
720
720
|
3,
|
|
721
721
|
n0,
|
|
722
722
|
_UCI,
|
|
@@ -729,16 +729,16 @@ var UpdateChannelInput = [
|
|
|
729
729
|
[() => ChannelDescription, 0],
|
|
730
730
|
],
|
|
731
731
|
];
|
|
732
|
-
var UpdateChannelOutput = [3, n0, _UCO, 0, [], []];
|
|
733
|
-
var UpdateSpaceInput = [
|
|
732
|
+
var UpdateChannelOutput$ = [3, n0, _UCO, 0, [], []];
|
|
733
|
+
var UpdateSpaceInput$ = [
|
|
734
734
|
3,
|
|
735
735
|
n0,
|
|
736
736
|
_USI,
|
|
737
737
|
0,
|
|
738
738
|
[_sI, _d, _t, _rA, _sED],
|
|
739
|
-
[[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters
|
|
739
|
+
[[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters$, 0]],
|
|
740
740
|
];
|
|
741
|
-
var ValidationException = [
|
|
741
|
+
var ValidationException$ = [
|
|
742
742
|
-3,
|
|
743
743
|
n0,
|
|
744
744
|
_VE,
|
|
@@ -746,167 +746,167 @@ var ValidationException = [
|
|
|
746
746
|
[_m, _re, _fL],
|
|
747
747
|
[0, 0, () => ValidationExceptionFieldList],
|
|
748
748
|
];
|
|
749
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
750
|
-
var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
749
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
750
|
+
var ValidationExceptionField$ = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
751
751
|
var __Unit = "unit";
|
|
752
|
-
var RepostspaceServiceException = [-3, _sm, "RepostspaceServiceException", 0, [], []];
|
|
753
|
-
schema.TypeRegistry.for(_sm).registerError(RepostspaceServiceException
|
|
752
|
+
var RepostspaceServiceException$ = [-3, _sm, "RepostspaceServiceException", 0, [], []];
|
|
753
|
+
schema.TypeRegistry.for(_sm).registerError(RepostspaceServiceException$, RepostspaceServiceException);
|
|
754
754
|
var AllowedDomainsList = [1, n0, _ADL, 0, [() => EmailDomain, 0]];
|
|
755
|
-
var BatchErrorList = [1, n0, _BEL, 0, () => BatchError];
|
|
756
|
-
var ChannelsList = [1, n0, _CL, 0, [() => ChannelData
|
|
757
|
-
var SpacesList = [1, n0, _SL, 0, [() => SpaceData
|
|
758
|
-
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField];
|
|
755
|
+
var BatchErrorList = [1, n0, _BEL, 0, () => BatchError$];
|
|
756
|
+
var ChannelsList = [1, n0, _CL, 0, [() => ChannelData$, 0]];
|
|
757
|
+
var SpacesList = [1, n0, _SL, 0, [() => SpaceData$, 0]];
|
|
758
|
+
var ValidationExceptionFieldList = [1, n0, _VEFL, 0, () => ValidationExceptionField$];
|
|
759
759
|
var Tags = [2, n0, _T, 8, 0, 0];
|
|
760
|
-
var BatchAddChannelRoleToAccessors = [
|
|
760
|
+
var BatchAddChannelRoleToAccessors$ = [
|
|
761
761
|
9,
|
|
762
762
|
n0,
|
|
763
763
|
_BACRTA,
|
|
764
764
|
{ [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
|
|
765
|
-
() => BatchAddChannelRoleToAccessorsInput
|
|
766
|
-
() => BatchAddChannelRoleToAccessorsOutput
|
|
765
|
+
() => BatchAddChannelRoleToAccessorsInput$,
|
|
766
|
+
() => BatchAddChannelRoleToAccessorsOutput$,
|
|
767
767
|
];
|
|
768
|
-
var BatchAddRole = [
|
|
768
|
+
var BatchAddRole$ = [
|
|
769
769
|
9,
|
|
770
770
|
n0,
|
|
771
771
|
_BAR,
|
|
772
772
|
{ [_h]: ["POST", "/spaces/{spaceId}/roles", 200] },
|
|
773
|
-
() => BatchAddRoleInput
|
|
774
|
-
() => BatchAddRoleOutput
|
|
773
|
+
() => BatchAddRoleInput$,
|
|
774
|
+
() => BatchAddRoleOutput$,
|
|
775
775
|
];
|
|
776
|
-
var BatchRemoveChannelRoleFromAccessors = [
|
|
776
|
+
var BatchRemoveChannelRoleFromAccessors$ = [
|
|
777
777
|
9,
|
|
778
778
|
n0,
|
|
779
779
|
_BRCRFA,
|
|
780
780
|
{ [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] },
|
|
781
|
-
() => BatchRemoveChannelRoleFromAccessorsInput
|
|
782
|
-
() => BatchRemoveChannelRoleFromAccessorsOutput
|
|
781
|
+
() => BatchRemoveChannelRoleFromAccessorsInput$,
|
|
782
|
+
() => BatchRemoveChannelRoleFromAccessorsOutput$,
|
|
783
783
|
];
|
|
784
|
-
var BatchRemoveRole = [
|
|
784
|
+
var BatchRemoveRole$ = [
|
|
785
785
|
9,
|
|
786
786
|
n0,
|
|
787
787
|
_BRR,
|
|
788
788
|
{ [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] },
|
|
789
|
-
() => BatchRemoveRoleInput
|
|
790
|
-
() => BatchRemoveRoleOutput
|
|
789
|
+
() => BatchRemoveRoleInput$,
|
|
790
|
+
() => BatchRemoveRoleOutput$,
|
|
791
791
|
];
|
|
792
|
-
var CreateChannel = [
|
|
792
|
+
var CreateChannel$ = [
|
|
793
793
|
9,
|
|
794
794
|
n0,
|
|
795
795
|
_CC,
|
|
796
796
|
{ [_h]: ["POST", "/spaces/{spaceId}/channels", 200] },
|
|
797
|
-
() => CreateChannelInput
|
|
798
|
-
() => CreateChannelOutput
|
|
797
|
+
() => CreateChannelInput$,
|
|
798
|
+
() => CreateChannelOutput$,
|
|
799
799
|
];
|
|
800
|
-
var CreateSpace = [
|
|
800
|
+
var CreateSpace$ = [
|
|
801
801
|
9,
|
|
802
802
|
n0,
|
|
803
803
|
_CS,
|
|
804
804
|
{ [_h]: ["POST", "/spaces", 200] },
|
|
805
|
-
() => CreateSpaceInput
|
|
806
|
-
() => CreateSpaceOutput
|
|
805
|
+
() => CreateSpaceInput$,
|
|
806
|
+
() => CreateSpaceOutput$,
|
|
807
807
|
];
|
|
808
|
-
var DeleteSpace = [
|
|
808
|
+
var DeleteSpace$ = [
|
|
809
809
|
9,
|
|
810
810
|
n0,
|
|
811
811
|
_DS,
|
|
812
812
|
{ [_h]: ["DELETE", "/spaces/{spaceId}", 200] },
|
|
813
|
-
() => DeleteSpaceInput
|
|
813
|
+
() => DeleteSpaceInput$,
|
|
814
814
|
() => __Unit,
|
|
815
815
|
];
|
|
816
|
-
var DeregisterAdmin = [
|
|
816
|
+
var DeregisterAdmin$ = [
|
|
817
817
|
9,
|
|
818
818
|
n0,
|
|
819
819
|
_DA,
|
|
820
820
|
{ [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] },
|
|
821
|
-
() => DeregisterAdminInput
|
|
821
|
+
() => DeregisterAdminInput$,
|
|
822
822
|
() => __Unit,
|
|
823
823
|
];
|
|
824
|
-
var GetChannel = [
|
|
824
|
+
var GetChannel$ = [
|
|
825
825
|
9,
|
|
826
826
|
n0,
|
|
827
827
|
_GC,
|
|
828
828
|
{ [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] },
|
|
829
|
-
() => GetChannelInput
|
|
830
|
-
() => GetChannelOutput
|
|
829
|
+
() => GetChannelInput$,
|
|
830
|
+
() => GetChannelOutput$,
|
|
831
831
|
];
|
|
832
|
-
var GetSpace = [
|
|
832
|
+
var GetSpace$ = [
|
|
833
833
|
9,
|
|
834
834
|
n0,
|
|
835
835
|
_GS,
|
|
836
836
|
{ [_h]: ["GET", "/spaces/{spaceId}", 200] },
|
|
837
|
-
() => GetSpaceInput
|
|
838
|
-
() => GetSpaceOutput
|
|
837
|
+
() => GetSpaceInput$,
|
|
838
|
+
() => GetSpaceOutput$,
|
|
839
839
|
];
|
|
840
|
-
var ListChannels = [
|
|
840
|
+
var ListChannels$ = [
|
|
841
841
|
9,
|
|
842
842
|
n0,
|
|
843
843
|
_LC,
|
|
844
844
|
{ [_h]: ["GET", "/spaces/{spaceId}/channels", 200] },
|
|
845
|
-
() => ListChannelsInput
|
|
846
|
-
() => ListChannelsOutput
|
|
845
|
+
() => ListChannelsInput$,
|
|
846
|
+
() => ListChannelsOutput$,
|
|
847
847
|
];
|
|
848
|
-
var ListSpaces = [
|
|
848
|
+
var ListSpaces$ = [
|
|
849
849
|
9,
|
|
850
850
|
n0,
|
|
851
851
|
_LS,
|
|
852
852
|
{ [_h]: ["GET", "/spaces", 200] },
|
|
853
|
-
() => ListSpacesInput
|
|
854
|
-
() => ListSpacesOutput
|
|
853
|
+
() => ListSpacesInput$,
|
|
854
|
+
() => ListSpacesOutput$,
|
|
855
855
|
];
|
|
856
|
-
var ListTagsForResource = [
|
|
856
|
+
var ListTagsForResource$ = [
|
|
857
857
|
9,
|
|
858
858
|
n0,
|
|
859
859
|
_LTFR,
|
|
860
860
|
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
861
|
-
() => ListTagsForResourceRequest
|
|
862
|
-
() => ListTagsForResourceResponse
|
|
861
|
+
() => ListTagsForResourceRequest$,
|
|
862
|
+
() => ListTagsForResourceResponse$,
|
|
863
863
|
];
|
|
864
|
-
var RegisterAdmin = [
|
|
864
|
+
var RegisterAdmin$ = [
|
|
865
865
|
9,
|
|
866
866
|
n0,
|
|
867
867
|
_RAe,
|
|
868
868
|
{ [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] },
|
|
869
|
-
() => RegisterAdminInput
|
|
869
|
+
() => RegisterAdminInput$,
|
|
870
870
|
() => __Unit,
|
|
871
871
|
];
|
|
872
|
-
var SendInvites = [
|
|
872
|
+
var SendInvites$ = [
|
|
873
873
|
9,
|
|
874
874
|
n0,
|
|
875
875
|
_SI,
|
|
876
876
|
{ [_h]: ["POST", "/spaces/{spaceId}/invite", 200] },
|
|
877
|
-
() => SendInvitesInput
|
|
877
|
+
() => SendInvitesInput$,
|
|
878
878
|
() => __Unit,
|
|
879
879
|
];
|
|
880
|
-
var TagResource = [
|
|
880
|
+
var TagResource$ = [
|
|
881
881
|
9,
|
|
882
882
|
n0,
|
|
883
883
|
_TR,
|
|
884
884
|
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
885
|
-
() => TagResourceRequest
|
|
886
|
-
() => TagResourceResponse
|
|
885
|
+
() => TagResourceRequest$,
|
|
886
|
+
() => TagResourceResponse$,
|
|
887
887
|
];
|
|
888
|
-
var UntagResource = [
|
|
888
|
+
var UntagResource$ = [
|
|
889
889
|
9,
|
|
890
890
|
n0,
|
|
891
891
|
_UR,
|
|
892
892
|
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
893
|
-
() => UntagResourceRequest
|
|
894
|
-
() => UntagResourceResponse
|
|
893
|
+
() => UntagResourceRequest$,
|
|
894
|
+
() => UntagResourceResponse$,
|
|
895
895
|
];
|
|
896
|
-
var UpdateChannel = [
|
|
896
|
+
var UpdateChannel$ = [
|
|
897
897
|
9,
|
|
898
898
|
n0,
|
|
899
899
|
_UC,
|
|
900
900
|
{ [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] },
|
|
901
|
-
() => UpdateChannelInput
|
|
902
|
-
() => UpdateChannelOutput
|
|
901
|
+
() => UpdateChannelInput$,
|
|
902
|
+
() => UpdateChannelOutput$,
|
|
903
903
|
];
|
|
904
|
-
var UpdateSpace = [
|
|
904
|
+
var UpdateSpace$ = [
|
|
905
905
|
9,
|
|
906
906
|
n0,
|
|
907
907
|
_US,
|
|
908
908
|
{ [_h]: ["PUT", "/spaces/{spaceId}", 200] },
|
|
909
|
-
() => UpdateSpaceInput
|
|
909
|
+
() => UpdateSpaceInput$,
|
|
910
910
|
() => __Unit,
|
|
911
911
|
];
|
|
912
912
|
|
|
@@ -918,7 +918,7 @@ class BatchAddChannelRoleToAccessorsCommand extends smithyClient.Command
|
|
|
918
918
|
})
|
|
919
919
|
.s("RepostSpace", "BatchAddChannelRoleToAccessors", {})
|
|
920
920
|
.n("RepostspaceClient", "BatchAddChannelRoleToAccessorsCommand")
|
|
921
|
-
.sc(BatchAddChannelRoleToAccessors)
|
|
921
|
+
.sc(BatchAddChannelRoleToAccessors$)
|
|
922
922
|
.build() {
|
|
923
923
|
}
|
|
924
924
|
|
|
@@ -930,7 +930,7 @@ class BatchAddRoleCommand extends smithyClient.Command
|
|
|
930
930
|
})
|
|
931
931
|
.s("RepostSpace", "BatchAddRole", {})
|
|
932
932
|
.n("RepostspaceClient", "BatchAddRoleCommand")
|
|
933
|
-
.sc(BatchAddRole)
|
|
933
|
+
.sc(BatchAddRole$)
|
|
934
934
|
.build() {
|
|
935
935
|
}
|
|
936
936
|
|
|
@@ -942,7 +942,7 @@ class BatchRemoveChannelRoleFromAccessorsCommand extends smithyClient.Command
|
|
|
942
942
|
})
|
|
943
943
|
.s("RepostSpace", "BatchRemoveChannelRoleFromAccessors", {})
|
|
944
944
|
.n("RepostspaceClient", "BatchRemoveChannelRoleFromAccessorsCommand")
|
|
945
|
-
.sc(BatchRemoveChannelRoleFromAccessors)
|
|
945
|
+
.sc(BatchRemoveChannelRoleFromAccessors$)
|
|
946
946
|
.build() {
|
|
947
947
|
}
|
|
948
948
|
|
|
@@ -954,7 +954,7 @@ class BatchRemoveRoleCommand extends smithyClient.Command
|
|
|
954
954
|
})
|
|
955
955
|
.s("RepostSpace", "BatchRemoveRole", {})
|
|
956
956
|
.n("RepostspaceClient", "BatchRemoveRoleCommand")
|
|
957
|
-
.sc(BatchRemoveRole)
|
|
957
|
+
.sc(BatchRemoveRole$)
|
|
958
958
|
.build() {
|
|
959
959
|
}
|
|
960
960
|
|
|
@@ -966,7 +966,7 @@ class CreateChannelCommand extends smithyClient.Command
|
|
|
966
966
|
})
|
|
967
967
|
.s("RepostSpace", "CreateChannel", {})
|
|
968
968
|
.n("RepostspaceClient", "CreateChannelCommand")
|
|
969
|
-
.sc(CreateChannel)
|
|
969
|
+
.sc(CreateChannel$)
|
|
970
970
|
.build() {
|
|
971
971
|
}
|
|
972
972
|
|
|
@@ -978,7 +978,7 @@ class CreateSpaceCommand extends smithyClient.Command
|
|
|
978
978
|
})
|
|
979
979
|
.s("RepostSpace", "CreateSpace", {})
|
|
980
980
|
.n("RepostspaceClient", "CreateSpaceCommand")
|
|
981
|
-
.sc(CreateSpace)
|
|
981
|
+
.sc(CreateSpace$)
|
|
982
982
|
.build() {
|
|
983
983
|
}
|
|
984
984
|
|
|
@@ -990,7 +990,7 @@ class DeleteSpaceCommand extends smithyClient.Command
|
|
|
990
990
|
})
|
|
991
991
|
.s("RepostSpace", "DeleteSpace", {})
|
|
992
992
|
.n("RepostspaceClient", "DeleteSpaceCommand")
|
|
993
|
-
.sc(DeleteSpace)
|
|
993
|
+
.sc(DeleteSpace$)
|
|
994
994
|
.build() {
|
|
995
995
|
}
|
|
996
996
|
|
|
@@ -1002,7 +1002,7 @@ class DeregisterAdminCommand extends smithyClient.Command
|
|
|
1002
1002
|
})
|
|
1003
1003
|
.s("RepostSpace", "DeregisterAdmin", {})
|
|
1004
1004
|
.n("RepostspaceClient", "DeregisterAdminCommand")
|
|
1005
|
-
.sc(DeregisterAdmin)
|
|
1005
|
+
.sc(DeregisterAdmin$)
|
|
1006
1006
|
.build() {
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
@@ -1014,7 +1014,7 @@ class GetChannelCommand extends smithyClient.Command
|
|
|
1014
1014
|
})
|
|
1015
1015
|
.s("RepostSpace", "GetChannel", {})
|
|
1016
1016
|
.n("RepostspaceClient", "GetChannelCommand")
|
|
1017
|
-
.sc(GetChannel)
|
|
1017
|
+
.sc(GetChannel$)
|
|
1018
1018
|
.build() {
|
|
1019
1019
|
}
|
|
1020
1020
|
|
|
@@ -1026,7 +1026,7 @@ class GetSpaceCommand extends smithyClient.Command
|
|
|
1026
1026
|
})
|
|
1027
1027
|
.s("RepostSpace", "GetSpace", {})
|
|
1028
1028
|
.n("RepostspaceClient", "GetSpaceCommand")
|
|
1029
|
-
.sc(GetSpace)
|
|
1029
|
+
.sc(GetSpace$)
|
|
1030
1030
|
.build() {
|
|
1031
1031
|
}
|
|
1032
1032
|
|
|
@@ -1038,7 +1038,7 @@ class ListChannelsCommand extends smithyClient.Command
|
|
|
1038
1038
|
})
|
|
1039
1039
|
.s("RepostSpace", "ListChannels", {})
|
|
1040
1040
|
.n("RepostspaceClient", "ListChannelsCommand")
|
|
1041
|
-
.sc(ListChannels)
|
|
1041
|
+
.sc(ListChannels$)
|
|
1042
1042
|
.build() {
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
@@ -1050,7 +1050,7 @@ class ListSpacesCommand extends smithyClient.Command
|
|
|
1050
1050
|
})
|
|
1051
1051
|
.s("RepostSpace", "ListSpaces", {})
|
|
1052
1052
|
.n("RepostspaceClient", "ListSpacesCommand")
|
|
1053
|
-
.sc(ListSpaces)
|
|
1053
|
+
.sc(ListSpaces$)
|
|
1054
1054
|
.build() {
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
@@ -1062,7 +1062,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
1062
1062
|
})
|
|
1063
1063
|
.s("RepostSpace", "ListTagsForResource", {})
|
|
1064
1064
|
.n("RepostspaceClient", "ListTagsForResourceCommand")
|
|
1065
|
-
.sc(ListTagsForResource)
|
|
1065
|
+
.sc(ListTagsForResource$)
|
|
1066
1066
|
.build() {
|
|
1067
1067
|
}
|
|
1068
1068
|
|
|
@@ -1074,7 +1074,7 @@ class RegisterAdminCommand extends smithyClient.Command
|
|
|
1074
1074
|
})
|
|
1075
1075
|
.s("RepostSpace", "RegisterAdmin", {})
|
|
1076
1076
|
.n("RepostspaceClient", "RegisterAdminCommand")
|
|
1077
|
-
.sc(RegisterAdmin)
|
|
1077
|
+
.sc(RegisterAdmin$)
|
|
1078
1078
|
.build() {
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
@@ -1086,7 +1086,7 @@ class SendInvitesCommand extends smithyClient.Command
|
|
|
1086
1086
|
})
|
|
1087
1087
|
.s("RepostSpace", "SendInvites", {})
|
|
1088
1088
|
.n("RepostspaceClient", "SendInvitesCommand")
|
|
1089
|
-
.sc(SendInvites)
|
|
1089
|
+
.sc(SendInvites$)
|
|
1090
1090
|
.build() {
|
|
1091
1091
|
}
|
|
1092
1092
|
|
|
@@ -1098,7 +1098,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
1098
1098
|
})
|
|
1099
1099
|
.s("RepostSpace", "TagResource", {})
|
|
1100
1100
|
.n("RepostspaceClient", "TagResourceCommand")
|
|
1101
|
-
.sc(TagResource)
|
|
1101
|
+
.sc(TagResource$)
|
|
1102
1102
|
.build() {
|
|
1103
1103
|
}
|
|
1104
1104
|
|
|
@@ -1110,7 +1110,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
1110
1110
|
})
|
|
1111
1111
|
.s("RepostSpace", "UntagResource", {})
|
|
1112
1112
|
.n("RepostspaceClient", "UntagResourceCommand")
|
|
1113
|
-
.sc(UntagResource)
|
|
1113
|
+
.sc(UntagResource$)
|
|
1114
1114
|
.build() {
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
@@ -1122,7 +1122,7 @@ class UpdateChannelCommand extends smithyClient.Command
|
|
|
1122
1122
|
})
|
|
1123
1123
|
.s("RepostSpace", "UpdateChannel", {})
|
|
1124
1124
|
.n("RepostspaceClient", "UpdateChannelCommand")
|
|
1125
|
-
.sc(UpdateChannel)
|
|
1125
|
+
.sc(UpdateChannel$)
|
|
1126
1126
|
.build() {
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
@@ -1134,7 +1134,7 @@ class UpdateSpaceCommand extends smithyClient.Command
|
|
|
1134
1134
|
})
|
|
1135
1135
|
.s("RepostSpace", "UpdateSpace", {})
|
|
1136
1136
|
.n("RepostspaceClient", "UpdateSpaceCommand")
|
|
1137
|
-
.sc(UpdateSpace)
|
|
1137
|
+
.sc(UpdateSpace$)
|
|
1138
1138
|
.build() {
|
|
1139
1139
|
}
|
|
1140
1140
|
|
|
@@ -1422,42 +1422,108 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1422
1422
|
enumerable: true,
|
|
1423
1423
|
get: function () { return smithyClient.Client; }
|
|
1424
1424
|
});
|
|
1425
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1425
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1426
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1427
|
+
exports.BatchAddChannelRoleToAccessors$ = BatchAddChannelRoleToAccessors$;
|
|
1426
1428
|
exports.BatchAddChannelRoleToAccessorsCommand = BatchAddChannelRoleToAccessorsCommand;
|
|
1429
|
+
exports.BatchAddChannelRoleToAccessorsInput$ = BatchAddChannelRoleToAccessorsInput$;
|
|
1430
|
+
exports.BatchAddChannelRoleToAccessorsOutput$ = BatchAddChannelRoleToAccessorsOutput$;
|
|
1431
|
+
exports.BatchAddRole$ = BatchAddRole$;
|
|
1427
1432
|
exports.BatchAddRoleCommand = BatchAddRoleCommand;
|
|
1433
|
+
exports.BatchAddRoleInput$ = BatchAddRoleInput$;
|
|
1434
|
+
exports.BatchAddRoleOutput$ = BatchAddRoleOutput$;
|
|
1435
|
+
exports.BatchError$ = BatchError$;
|
|
1436
|
+
exports.BatchRemoveChannelRoleFromAccessors$ = BatchRemoveChannelRoleFromAccessors$;
|
|
1428
1437
|
exports.BatchRemoveChannelRoleFromAccessorsCommand = BatchRemoveChannelRoleFromAccessorsCommand;
|
|
1438
|
+
exports.BatchRemoveChannelRoleFromAccessorsInput$ = BatchRemoveChannelRoleFromAccessorsInput$;
|
|
1439
|
+
exports.BatchRemoveChannelRoleFromAccessorsOutput$ = BatchRemoveChannelRoleFromAccessorsOutput$;
|
|
1440
|
+
exports.BatchRemoveRole$ = BatchRemoveRole$;
|
|
1429
1441
|
exports.BatchRemoveRoleCommand = BatchRemoveRoleCommand;
|
|
1442
|
+
exports.BatchRemoveRoleInput$ = BatchRemoveRoleInput$;
|
|
1443
|
+
exports.BatchRemoveRoleOutput$ = BatchRemoveRoleOutput$;
|
|
1444
|
+
exports.ChannelData$ = ChannelData$;
|
|
1430
1445
|
exports.ChannelRole = ChannelRole;
|
|
1431
1446
|
exports.ChannelStatus = ChannelStatus;
|
|
1432
1447
|
exports.ConfigurationStatus = ConfigurationStatus;
|
|
1433
|
-
exports.ConflictException = ConflictException
|
|
1448
|
+
exports.ConflictException = ConflictException;
|
|
1449
|
+
exports.ConflictException$ = ConflictException$;
|
|
1450
|
+
exports.CreateChannel$ = CreateChannel$;
|
|
1434
1451
|
exports.CreateChannelCommand = CreateChannelCommand;
|
|
1452
|
+
exports.CreateChannelInput$ = CreateChannelInput$;
|
|
1453
|
+
exports.CreateChannelOutput$ = CreateChannelOutput$;
|
|
1454
|
+
exports.CreateSpace$ = CreateSpace$;
|
|
1435
1455
|
exports.CreateSpaceCommand = CreateSpaceCommand;
|
|
1456
|
+
exports.CreateSpaceInput$ = CreateSpaceInput$;
|
|
1457
|
+
exports.CreateSpaceOutput$ = CreateSpaceOutput$;
|
|
1458
|
+
exports.DeleteSpace$ = DeleteSpace$;
|
|
1436
1459
|
exports.DeleteSpaceCommand = DeleteSpaceCommand;
|
|
1460
|
+
exports.DeleteSpaceInput$ = DeleteSpaceInput$;
|
|
1461
|
+
exports.DeregisterAdmin$ = DeregisterAdmin$;
|
|
1437
1462
|
exports.DeregisterAdminCommand = DeregisterAdminCommand;
|
|
1463
|
+
exports.DeregisterAdminInput$ = DeregisterAdminInput$;
|
|
1438
1464
|
exports.FeatureEnableParameter = FeatureEnableParameter;
|
|
1439
1465
|
exports.FeatureEnableStatus = FeatureEnableStatus;
|
|
1466
|
+
exports.GetChannel$ = GetChannel$;
|
|
1440
1467
|
exports.GetChannelCommand = GetChannelCommand;
|
|
1468
|
+
exports.GetChannelInput$ = GetChannelInput$;
|
|
1469
|
+
exports.GetChannelOutput$ = GetChannelOutput$;
|
|
1470
|
+
exports.GetSpace$ = GetSpace$;
|
|
1441
1471
|
exports.GetSpaceCommand = GetSpaceCommand;
|
|
1442
|
-
exports.
|
|
1472
|
+
exports.GetSpaceInput$ = GetSpaceInput$;
|
|
1473
|
+
exports.GetSpaceOutput$ = GetSpaceOutput$;
|
|
1474
|
+
exports.InternalServerException = InternalServerException;
|
|
1475
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
1476
|
+
exports.ListChannels$ = ListChannels$;
|
|
1443
1477
|
exports.ListChannelsCommand = ListChannelsCommand;
|
|
1478
|
+
exports.ListChannelsInput$ = ListChannelsInput$;
|
|
1479
|
+
exports.ListChannelsOutput$ = ListChannelsOutput$;
|
|
1480
|
+
exports.ListSpaces$ = ListSpaces$;
|
|
1444
1481
|
exports.ListSpacesCommand = ListSpacesCommand;
|
|
1482
|
+
exports.ListSpacesInput$ = ListSpacesInput$;
|
|
1483
|
+
exports.ListSpacesOutput$ = ListSpacesOutput$;
|
|
1484
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
1445
1485
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
1486
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
1487
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
1488
|
+
exports.RegisterAdmin$ = RegisterAdmin$;
|
|
1446
1489
|
exports.RegisterAdminCommand = RegisterAdminCommand;
|
|
1490
|
+
exports.RegisterAdminInput$ = RegisterAdminInput$;
|
|
1447
1491
|
exports.Repostspace = Repostspace;
|
|
1448
1492
|
exports.RepostspaceClient = RepostspaceClient;
|
|
1449
|
-
exports.RepostspaceServiceException = RepostspaceServiceException
|
|
1450
|
-
exports.
|
|
1493
|
+
exports.RepostspaceServiceException = RepostspaceServiceException;
|
|
1494
|
+
exports.RepostspaceServiceException$ = RepostspaceServiceException$;
|
|
1495
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1496
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1451
1497
|
exports.Role = Role;
|
|
1498
|
+
exports.SendInvites$ = SendInvites$;
|
|
1452
1499
|
exports.SendInvitesCommand = SendInvitesCommand;
|
|
1453
|
-
exports.
|
|
1500
|
+
exports.SendInvitesInput$ = SendInvitesInput$;
|
|
1501
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
1502
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
1503
|
+
exports.SpaceData$ = SpaceData$;
|
|
1504
|
+
exports.SupportedEmailDomainsParameters$ = SupportedEmailDomainsParameters$;
|
|
1505
|
+
exports.SupportedEmailDomainsStatus$ = SupportedEmailDomainsStatus$;
|
|
1506
|
+
exports.TagResource$ = TagResource$;
|
|
1454
1507
|
exports.TagResourceCommand = TagResourceCommand;
|
|
1455
|
-
exports.
|
|
1508
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
1509
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
1510
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1511
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1456
1512
|
exports.TierLevel = TierLevel;
|
|
1513
|
+
exports.UntagResource$ = UntagResource$;
|
|
1457
1514
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
1515
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
1516
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
1517
|
+
exports.UpdateChannel$ = UpdateChannel$;
|
|
1458
1518
|
exports.UpdateChannelCommand = UpdateChannelCommand;
|
|
1519
|
+
exports.UpdateChannelInput$ = UpdateChannelInput$;
|
|
1520
|
+
exports.UpdateChannelOutput$ = UpdateChannelOutput$;
|
|
1521
|
+
exports.UpdateSpace$ = UpdateSpace$;
|
|
1459
1522
|
exports.UpdateSpaceCommand = UpdateSpaceCommand;
|
|
1460
|
-
exports.
|
|
1523
|
+
exports.UpdateSpaceInput$ = UpdateSpaceInput$;
|
|
1524
|
+
exports.ValidationException = ValidationException;
|
|
1525
|
+
exports.ValidationException$ = ValidationException$;
|
|
1526
|
+
exports.ValidationExceptionField$ = ValidationExceptionField$;
|
|
1461
1527
|
exports.ValidationExceptionReason = ValidationExceptionReason;
|
|
1462
1528
|
exports.VanityDomainStatus = VanityDomainStatus;
|
|
1463
1529
|
exports.paginateListChannels = paginateListChannels;
|