@aws-sdk/client-repostspace 3.1074.0 → 3.1076.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 CHANGED
@@ -1,21 +1,57 @@
1
- var __exportStar = (m, e) => { Object.assign(e, m); };
2
- const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
1
+ const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
3
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
4
- const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
5
4
  exports.$Command = Command;
6
5
  exports.__Client = Client;
7
- const { resolveRegionConfig } = require("@smithy/core/config");
8
- const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
9
- const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
10
- const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
- const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
- const { resolveHttpAuthSchemeConfig, defaultRepostspaceHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
- const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { BatchAddChannelRoleToAccessors$, BatchAddRole$, BatchRemoveChannelRoleFromAccessors$, BatchRemoveRole$, CreateChannel$, CreateSpace$, DeleteSpace$, DeregisterAdmin$, GetChannel$, GetSpace$, ListChannels$, ListSpaces$, ListTagsForResource$, RegisterAdmin$, SendInvites$, TagResource$, UntagResource$, UpdateChannel$, UpdateSpace$ } = require("./schemas/schemas_0");
15
- __exportStar(require("./schemas/schemas_0"), exports);
16
- __exportStar(require("./models/errors"), exports);
17
- const { RepostspaceServiceException } = require("./models/RepostspaceServiceException");
18
- exports.RepostspaceServiceException = RepostspaceServiceException;
6
+ const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
+ const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
8
+ const { parseUrl, getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
9
+ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
10
+ const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
+ const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
+ const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
+ const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
+ const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
16
+
17
+ const defaultRepostspaceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
+ return {
19
+ operation: getSmithyContext(context).operation,
20
+ region: await normalizeProvider(config.region)() || (() => {
21
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
+ })(),
23
+ };
24
+ };
25
+ function createAwsAuthSigv4HttpAuthOption(authParameters) {
26
+ return {
27
+ schemeId: "aws.auth#sigv4",
28
+ signingProperties: {
29
+ name: "repostspace",
30
+ region: authParameters.region,
31
+ },
32
+ propertiesExtractor: (config, context) => ({
33
+ signingProperties: {
34
+ config,
35
+ context,
36
+ },
37
+ }),
38
+ };
39
+ }
40
+ const defaultRepostspaceHttpAuthSchemeProvider = (authParameters) => {
41
+ const options = [];
42
+ switch (authParameters.operation) {
43
+ default: {
44
+ options.push(createAwsAuthSigv4HttpAuthOption(authParameters));
45
+ }
46
+ }
47
+ return options;
48
+ };
49
+ const resolveHttpAuthSchemeConfig = (config) => {
50
+ const config_0 = resolveAwsSdkSigV4Config(config);
51
+ return Object.assign(config_0, {
52
+ authSchemePreference: normalizeProvider(config.authSchemePreference ?? []),
53
+ });
54
+ };
19
55
 
20
56
  const resolveClientEndpointParameters = (options) => {
21
57
  return Object.assign(options, {
@@ -31,6 +67,739 @@ const commonParams = {
31
67
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
32
68
  };
33
69
 
70
+ var version = "3.1075.0";
71
+ var packageInfo = {
72
+ version: version};
73
+
74
+ const k = "ref";
75
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
76
+ const _data = {
77
+ conditions: [
78
+ [c, [g]],
79
+ [c, j],
80
+ ["aws.partition", j, d],
81
+ [e, [{ [k]: "UseFIPS" }, b]],
82
+ [e, [{ [k]: "UseDualStack" }, b]],
83
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
84
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]]
85
+ ],
86
+ results: [
87
+ [a],
88
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
89
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
90
+ [g, i],
91
+ ["https://repostspace-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
92
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
93
+ ["https://repostspace-fips.{Region}.{PartitionResult#dnsSuffix}", i],
94
+ [a, "FIPS is enabled but this partition does not support FIPS"],
95
+ ["https://repostspace.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
96
+ [a, "DualStack is enabled but this partition does not support DualStack"],
97
+ ["https://repostspace.{Region}.{PartitionResult#dnsSuffix}", i],
98
+ [a, "Invalid Configuration: Missing Region"]
99
+ ]
100
+ };
101
+ const root = 2;
102
+ const r = 100_000_000;
103
+ const nodes = new Int32Array([
104
+ -1, 1, -1,
105
+ 0, 12, 3,
106
+ 1, 4, r + 11,
107
+ 2, 5, r + 11,
108
+ 3, 8, 6,
109
+ 4, 7, r + 10,
110
+ 5, r + 8, r + 9,
111
+ 4, 10, 9,
112
+ 6, r + 6, r + 7,
113
+ 5, 11, r + 5,
114
+ 6, r + 4, r + 5,
115
+ 3, r + 1, 13,
116
+ 4, r + 2, r + 3,
117
+ ]);
118
+ const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
119
+
120
+ const cache = new EndpointCache({
121
+ size: 50,
122
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
123
+ });
124
+ const defaultEndpointResolver = (endpointParams, context = {}) => {
125
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
126
+ endpointParams: endpointParams,
127
+ logger: context.logger,
128
+ }));
129
+ };
130
+ customEndpointFunctions.aws = awsEndpointFunctions;
131
+
132
+ class RepostspaceServiceException extends ServiceException {
133
+ constructor(options) {
134
+ super(options);
135
+ Object.setPrototypeOf(this, RepostspaceServiceException.prototype);
136
+ }
137
+ }
138
+
139
+ class AccessDeniedException extends RepostspaceServiceException {
140
+ name = "AccessDeniedException";
141
+ $fault = "client";
142
+ constructor(opts) {
143
+ super({
144
+ name: "AccessDeniedException",
145
+ $fault: "client",
146
+ ...opts,
147
+ });
148
+ Object.setPrototypeOf(this, AccessDeniedException.prototype);
149
+ }
150
+ }
151
+ class InternalServerException extends RepostspaceServiceException {
152
+ name = "InternalServerException";
153
+ $fault = "server";
154
+ $retryable = {};
155
+ retryAfterSeconds;
156
+ constructor(opts) {
157
+ super({
158
+ name: "InternalServerException",
159
+ $fault: "server",
160
+ ...opts,
161
+ });
162
+ Object.setPrototypeOf(this, InternalServerException.prototype);
163
+ this.retryAfterSeconds = opts.retryAfterSeconds;
164
+ }
165
+ }
166
+ class ResourceNotFoundException extends RepostspaceServiceException {
167
+ name = "ResourceNotFoundException";
168
+ $fault = "client";
169
+ resourceId;
170
+ resourceType;
171
+ constructor(opts) {
172
+ super({
173
+ name: "ResourceNotFoundException",
174
+ $fault: "client",
175
+ ...opts,
176
+ });
177
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
178
+ this.resourceId = opts.resourceId;
179
+ this.resourceType = opts.resourceType;
180
+ }
181
+ }
182
+ class ThrottlingException extends RepostspaceServiceException {
183
+ name = "ThrottlingException";
184
+ $fault = "client";
185
+ $retryable = {
186
+ throttling: true,
187
+ };
188
+ serviceCode;
189
+ quotaCode;
190
+ retryAfterSeconds;
191
+ constructor(opts) {
192
+ super({
193
+ name: "ThrottlingException",
194
+ $fault: "client",
195
+ ...opts,
196
+ });
197
+ Object.setPrototypeOf(this, ThrottlingException.prototype);
198
+ this.serviceCode = opts.serviceCode;
199
+ this.quotaCode = opts.quotaCode;
200
+ this.retryAfterSeconds = opts.retryAfterSeconds;
201
+ }
202
+ }
203
+ class ValidationException extends RepostspaceServiceException {
204
+ name = "ValidationException";
205
+ $fault = "client";
206
+ reason;
207
+ fieldList;
208
+ constructor(opts) {
209
+ super({
210
+ name: "ValidationException",
211
+ $fault: "client",
212
+ ...opts,
213
+ });
214
+ Object.setPrototypeOf(this, ValidationException.prototype);
215
+ this.reason = opts.reason;
216
+ this.fieldList = opts.fieldList;
217
+ }
218
+ }
219
+ class ConflictException extends RepostspaceServiceException {
220
+ name = "ConflictException";
221
+ $fault = "client";
222
+ resourceId;
223
+ resourceType;
224
+ constructor(opts) {
225
+ super({
226
+ name: "ConflictException",
227
+ $fault: "client",
228
+ ...opts,
229
+ });
230
+ Object.setPrototypeOf(this, ConflictException.prototype);
231
+ this.resourceId = opts.resourceId;
232
+ this.resourceType = opts.resourceType;
233
+ }
234
+ }
235
+ class ServiceQuotaExceededException extends RepostspaceServiceException {
236
+ name = "ServiceQuotaExceededException";
237
+ $fault = "client";
238
+ resourceId;
239
+ resourceType;
240
+ serviceCode;
241
+ quotaCode;
242
+ constructor(opts) {
243
+ super({
244
+ name: "ServiceQuotaExceededException",
245
+ $fault: "client",
246
+ ...opts,
247
+ });
248
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
249
+ this.resourceId = opts.resourceId;
250
+ this.resourceType = opts.resourceType;
251
+ this.serviceCode = opts.serviceCode;
252
+ this.quotaCode = opts.quotaCode;
253
+ }
254
+ }
255
+
256
+ const _ADE = "AccessDeniedException";
257
+ const _ADL = "AllowedDomainsList";
258
+ const _BACRTA = "BatchAddChannelRoleToAccessors";
259
+ const _BACRTAI = "BatchAddChannelRoleToAccessorsInput";
260
+ const _BACRTAO = "BatchAddChannelRoleToAccessorsOutput";
261
+ const _BAR = "BatchAddRole";
262
+ const _BARI = "BatchAddRoleInput";
263
+ const _BARO = "BatchAddRoleOutput";
264
+ const _BE = "BatchError";
265
+ const _BEL = "BatchErrorList";
266
+ const _BRCRFA = "BatchRemoveChannelRoleFromAccessors";
267
+ const _BRCRFAI = "BatchRemoveChannelRoleFromAccessorsInput";
268
+ const _BRCRFAO = "BatchRemoveChannelRoleFromAccessorsOutput";
269
+ const _BRR = "BatchRemoveRole";
270
+ const _BRRI = "BatchRemoveRoleInput";
271
+ const _BRRO = "BatchRemoveRoleOutput";
272
+ const _CC = "CreateChannel";
273
+ const _CCI = "CreateChannelInput";
274
+ const _CCO = "CreateChannelOutput";
275
+ const _CD = "ChannelDescription";
276
+ const _CDh = "ChannelData";
277
+ const _CE = "ConflictException";
278
+ const _CL = "ChannelsList";
279
+ const _CN = "ChannelName";
280
+ const _CR = "ChannelRoles";
281
+ const _CS = "CreateSpace";
282
+ const _CSI = "CreateSpaceInput";
283
+ const _CSO = "CreateSpaceOutput";
284
+ const _DA = "DeregisterAdmin";
285
+ const _DAI = "DeregisterAdminInput";
286
+ const _DS = "DeleteSpace";
287
+ const _DSI = "DeleteSpaceInput";
288
+ const _ED = "EmailDomain";
289
+ const _GC = "GetChannel";
290
+ const _GCI = "GetChannelInput";
291
+ const _GCO = "GetChannelOutput";
292
+ const _GS = "GetSpace";
293
+ const _GSI = "GetSpaceInput";
294
+ const _GSO = "GetSpaceOutput";
295
+ const _IB = "InviteBody";
296
+ const _ISE = "InternalServerException";
297
+ const _IT = "InviteTitle";
298
+ const _LC = "ListChannels";
299
+ const _LCI = "ListChannelsInput";
300
+ const _LCO = "ListChannelsOutput";
301
+ const _LS = "ListSpaces";
302
+ const _LSI = "ListSpacesInput";
303
+ const _LSO = "ListSpacesOutput";
304
+ const _LTFR = "ListTagsForResource";
305
+ const _LTFRR = "ListTagsForResourceRequest";
306
+ const _LTFRRi = "ListTagsForResourceResponse";
307
+ const _R = "Roles";
308
+ const _RA = "Retry-After";
309
+ const _RAI = "RegisterAdminInput";
310
+ const _RAe = "RegisterAdmin";
311
+ const _RNFE = "ResourceNotFoundException";
312
+ const _SD = "SpaceDescription";
313
+ const _SDp = "SpaceData";
314
+ const _SEDP = "SupportedEmailDomainsParameters";
315
+ const _SEDS = "SupportedEmailDomainsStatus";
316
+ const _SI = "SendInvites";
317
+ const _SII = "SendInvitesInput";
318
+ const _SL = "SpacesList";
319
+ const _SN = "SpaceName";
320
+ const _SQEE = "ServiceQuotaExceededException";
321
+ const _T = "Tags";
322
+ const _TE = "ThrottlingException";
323
+ const _TR = "TagResource";
324
+ const _TRR = "TagResourceRequest";
325
+ const _TRRa = "TagResourceResponse";
326
+ const _UC = "UpdateChannel";
327
+ const _UCI = "UpdateChannelInput";
328
+ const _UCO = "UpdateChannelOutput";
329
+ const _UR = "UntagResource";
330
+ const _URR = "UntagResourceRequest";
331
+ const _URRn = "UntagResourceResponse";
332
+ const _US = "UpdateSpace";
333
+ const _USI = "UpdateSpaceInput";
334
+ const _VE = "ValidationException";
335
+ const _VEF = "ValidationExceptionField";
336
+ const _VEFL = "ValidationExceptionFieldList";
337
+ const _a = "arn";
338
+ const _aA = "applicationArn";
339
+ const _aAI = "addedAccessorIds";
340
+ const _aD = "allowedDomains";
341
+ const _aI = "accessorIds";
342
+ const _aIc = "accessorId";
343
+ const _aId = "adminId";
344
+ const _b = "body";
345
+ const _c = "client";
346
+ const _cD = "channelDescription";
347
+ const _cDT = "createDateTime";
348
+ const _cI = "channelId";
349
+ const _cIl = "clientId";
350
+ const _cN = "channelName";
351
+ const _cR = "channelRole";
352
+ const _cRA = "customerRoleArn";
353
+ const _cRh = "channelRoles";
354
+ const _cS = "channelStatus";
355
+ const _cSo = "configurationStatus";
356
+ const _cSon = "contentSize";
357
+ const _ch = "channels";
358
+ const _d = "description";
359
+ const _dDT = "deleteDateTime";
360
+ const _e = "error";
361
+ const _en = "enabled";
362
+ const _er = "errors";
363
+ const _fL = "fieldList";
364
+ const _gA = "groupAdmins";
365
+ const _gC = "groupCount";
366
+ const _h = "http";
367
+ const _hE = "httpError";
368
+ const _hH = "httpHeader";
369
+ const _hQ = "httpQuery";
370
+ const _iSI = "identityStoreId";
371
+ const _m = "message";
372
+ const _mR = "maxResults";
373
+ const _n = "name";
374
+ const _nT = "nextToken";
375
+ const _qC = "quotaCode";
376
+ const _r = "reason";
377
+ const _rA = "roleArn";
378
+ const _rAI = "removedAccessorIds";
379
+ const _rAS = "retryAfterSeconds";
380
+ const _rAe = "resourceArn";
381
+ const _rD = "randomDomain";
382
+ const _rI = "resourceId";
383
+ const _rT = "resourceType";
384
+ const _ro = "role";
385
+ const _rol = "roles";
386
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.repostspace";
387
+ const _sC = "serviceCode";
388
+ const _sED = "supportedEmailDomains";
389
+ const _sI = "spaceId";
390
+ const _sL = "storageLimit";
391
+ const _se = "server";
392
+ const _sp = "spaces";
393
+ const _st = "status";
394
+ const _su = "subdomain";
395
+ const _t = "tier";
396
+ const _tK = "tagKeys";
397
+ const _ta = "tags";
398
+ const _ti = "title";
399
+ const _uA = "userAdmins";
400
+ const _uC = "userCount";
401
+ const _uKMSK = "userKMSKey";
402
+ const _vD = "vanityDomain";
403
+ const _vDS = "vanityDomainStatus";
404
+ const n0 = "com.amazonaws.repostspace";
405
+ const _s_registry = TypeRegistry.for(_s);
406
+ var RepostspaceServiceException$ = [-3, _s, "RepostspaceServiceException", 0, [], []];
407
+ _s_registry.registerError(RepostspaceServiceException$, RepostspaceServiceException);
408
+ const n0_registry = TypeRegistry.for(n0);
409
+ var AccessDeniedException$ = [-3, n0, _ADE,
410
+ { [_e]: _c, [_hE]: 403 },
411
+ [_m],
412
+ [0], 1
413
+ ];
414
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
415
+ var ConflictException$ = [-3, n0, _CE,
416
+ { [_e]: _c, [_hE]: 409 },
417
+ [_m, _rI, _rT],
418
+ [0, 0, 0], 3
419
+ ];
420
+ n0_registry.registerError(ConflictException$, ConflictException);
421
+ var InternalServerException$ = [-3, n0, _ISE,
422
+ { [_e]: _se, [_hE]: 500 },
423
+ [_m, _rAS],
424
+ [0, [1, { [_hH]: _RA }]], 1
425
+ ];
426
+ n0_registry.registerError(InternalServerException$, InternalServerException);
427
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
428
+ { [_e]: _c, [_hE]: 404 },
429
+ [_m, _rI, _rT],
430
+ [0, 0, 0], 3
431
+ ];
432
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
433
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
434
+ { [_e]: _c, [_hE]: 402 },
435
+ [_m, _rI, _rT, _sC, _qC],
436
+ [0, 0, 0, 0, 0], 5
437
+ ];
438
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
439
+ var ThrottlingException$ = [-3, n0, _TE,
440
+ { [_e]: _c, [_hE]: 429 },
441
+ [_m, _sC, _qC, _rAS],
442
+ [0, 0, 0, [1, { [_hH]: _RA }]], 1
443
+ ];
444
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
445
+ var ValidationException$ = [-3, n0, _VE,
446
+ { [_e]: _c, [_hE]: 400 },
447
+ [_m, _r, _fL],
448
+ [0, 0, () => ValidationExceptionFieldList], 2
449
+ ];
450
+ n0_registry.registerError(ValidationException$, ValidationException);
451
+ const errorTypeRegistries = [
452
+ _s_registry,
453
+ n0_registry,
454
+ ];
455
+ var ChannelDescription = [0, n0, _CD, 8, 0];
456
+ var ChannelName = [0, n0, _CN, 8, 0];
457
+ var EmailDomain = [0, n0, _ED, 8, 0];
458
+ var InviteBody = [0, n0, _IB, 8, 0];
459
+ var InviteTitle = [0, n0, _IT, 8, 0];
460
+ var SpaceDescription = [0, n0, _SD, 8, 0];
461
+ var SpaceName = [0, n0, _SN, 8, 0];
462
+ var BatchAddChannelRoleToAccessorsInput$ = [3, n0, _BACRTAI,
463
+ 0,
464
+ [_sI, _cI, _aI, _cR],
465
+ [[0, 1], [0, 1], 64 | 0, 0], 4
466
+ ];
467
+ var BatchAddChannelRoleToAccessorsOutput$ = [3, n0, _BACRTAO,
468
+ 0,
469
+ [_aAI, _er],
470
+ [64 | 0, () => BatchErrorList], 2
471
+ ];
472
+ var BatchAddRoleInput$ = [3, n0, _BARI,
473
+ 0,
474
+ [_sI, _aI, _ro],
475
+ [[0, 1], 64 | 0, 0], 3
476
+ ];
477
+ var BatchAddRoleOutput$ = [3, n0, _BARO,
478
+ 0,
479
+ [_aAI, _er],
480
+ [64 | 0, () => BatchErrorList], 2
481
+ ];
482
+ var BatchError$ = [3, n0, _BE,
483
+ 0,
484
+ [_aIc, _e, _m],
485
+ [0, 1, 0], 3
486
+ ];
487
+ var BatchRemoveChannelRoleFromAccessorsInput$ = [3, n0, _BRCRFAI,
488
+ 0,
489
+ [_sI, _cI, _aI, _cR],
490
+ [[0, 1], [0, 1], 64 | 0, 0], 4
491
+ ];
492
+ var BatchRemoveChannelRoleFromAccessorsOutput$ = [3, n0, _BRCRFAO,
493
+ 0,
494
+ [_rAI, _er],
495
+ [64 | 0, () => BatchErrorList], 2
496
+ ];
497
+ var BatchRemoveRoleInput$ = [3, n0, _BRRI,
498
+ 0,
499
+ [_sI, _aI, _ro],
500
+ [[0, 1], 64 | 0, 0], 3
501
+ ];
502
+ var BatchRemoveRoleOutput$ = [3, n0, _BRRO,
503
+ 0,
504
+ [_rAI, _er],
505
+ [64 | 0, () => BatchErrorList], 2
506
+ ];
507
+ var ChannelData$ = [3, n0, _CDh,
508
+ 0,
509
+ [_sI, _cI, _cN, _cDT, _cS, _uC, _gC, _cD, _dDT],
510
+ [0, 0, [() => ChannelName, 0], 5, 0, 1, 1, [() => ChannelDescription, 0], 5], 7
511
+ ];
512
+ var CreateChannelInput$ = [3, n0, _CCI,
513
+ 0,
514
+ [_sI, _cN, _cD],
515
+ [[0, 1], [() => ChannelName, 0], [() => ChannelDescription, 0]], 2
516
+ ];
517
+ var CreateChannelOutput$ = [3, n0, _CCO,
518
+ 0,
519
+ [_cI],
520
+ [0], 1
521
+ ];
522
+ var CreateSpaceInput$ = [3, n0, _CSI,
523
+ 0,
524
+ [_n, _su, _t, _d, _uKMSK, _ta, _rA, _sED],
525
+ [[() => SpaceName, 0], 0, 0, [() => SpaceDescription, 0], 0, [() => Tags, 0], 0, [() => SupportedEmailDomainsParameters$, 0]], 3
526
+ ];
527
+ var CreateSpaceOutput$ = [3, n0, _CSO,
528
+ 0,
529
+ [_sI],
530
+ [0], 1
531
+ ];
532
+ var DeleteSpaceInput$ = [3, n0, _DSI,
533
+ 0,
534
+ [_sI],
535
+ [[0, 1]], 1
536
+ ];
537
+ var DeregisterAdminInput$ = [3, n0, _DAI,
538
+ 0,
539
+ [_sI, _aId],
540
+ [[0, 1], [0, 1]], 2
541
+ ];
542
+ var GetChannelInput$ = [3, n0, _GCI,
543
+ 0,
544
+ [_sI, _cI],
545
+ [[0, 1], [0, 1]], 2
546
+ ];
547
+ var GetChannelOutput$ = [3, n0, _GCO,
548
+ 0,
549
+ [_sI, _cI, _cN, _cDT, _cS, _cD, _dDT, _cRh],
550
+ [0, 0, [() => ChannelName, 0], 5, 0, [() => ChannelDescription, 0], 5, [2, n0, _CR, 0, 0, 64 | 0]], 5
551
+ ];
552
+ var GetSpaceInput$ = [3, n0, _GSI,
553
+ 0,
554
+ [_sI],
555
+ [[0, 1]], 1
556
+ ];
557
+ var GetSpaceOutput$ = [3, n0, _GSO,
558
+ 0,
559
+ [_sI, _a, _n, _st, _cSo, _cIl, _vDS, _vD, _rD, _cDT, _t, _sL, _iSI, _aA, _d, _cRA, _dDT, _uA, _gA, _rol, _uKMSK, _uC, _cSon, _sED],
560
+ [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
561
+ ];
562
+ var ListChannelsInput$ = [3, n0, _LCI,
563
+ 0,
564
+ [_sI, _nT, _mR],
565
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
566
+ ];
567
+ var ListChannelsOutput$ = [3, n0, _LCO,
568
+ 0,
569
+ [_ch, _nT],
570
+ [[() => ChannelsList, 0], 0], 1
571
+ ];
572
+ var ListSpacesInput$ = [3, n0, _LSI,
573
+ 0,
574
+ [_nT, _mR],
575
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
576
+ ];
577
+ var ListSpacesOutput$ = [3, n0, _LSO,
578
+ 0,
579
+ [_sp, _nT],
580
+ [[() => SpacesList, 0], 0], 1
581
+ ];
582
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
583
+ 0,
584
+ [_rAe],
585
+ [[0, 1]], 1
586
+ ];
587
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
588
+ 0,
589
+ [_ta],
590
+ [[() => Tags, 0]]
591
+ ];
592
+ var RegisterAdminInput$ = [3, n0, _RAI,
593
+ 0,
594
+ [_sI, _aId],
595
+ [[0, 1], [0, 1]], 2
596
+ ];
597
+ var SendInvitesInput$ = [3, n0, _SII,
598
+ 0,
599
+ [_sI, _aI, _ti, _b],
600
+ [[0, 1], 64 | 0, [() => InviteTitle, 0], [() => InviteBody, 0]], 4
601
+ ];
602
+ var SpaceData$ = [3, n0, _SDp,
603
+ 0,
604
+ [_sI, _a, _n, _st, _cSo, _vDS, _vD, _rD, _t, _sL, _cDT, _d, _dDT, _uKMSK, _uC, _cSon, _sED],
605
+ [0, 0, [() => SpaceName, 0], 0, 0, 0, 0, 0, 0, 1, 5, [() => SpaceDescription, 0], 5, 0, 1, 1, [() => SupportedEmailDomainsStatus$, 0]], 11
606
+ ];
607
+ var SupportedEmailDomainsParameters$ = [3, n0, _SEDP,
608
+ 0,
609
+ [_en, _aD],
610
+ [0, [() => AllowedDomainsList, 0]]
611
+ ];
612
+ var SupportedEmailDomainsStatus$ = [3, n0, _SEDS,
613
+ 0,
614
+ [_en, _aD],
615
+ [0, [() => AllowedDomainsList, 0]]
616
+ ];
617
+ var TagResourceRequest$ = [3, n0, _TRR,
618
+ 0,
619
+ [_rAe, _ta],
620
+ [[0, 1], [() => Tags, 0]], 2
621
+ ];
622
+ var TagResourceResponse$ = [3, n0, _TRRa,
623
+ 0,
624
+ [],
625
+ []
626
+ ];
627
+ var UntagResourceRequest$ = [3, n0, _URR,
628
+ 0,
629
+ [_rAe, _tK],
630
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
631
+ ];
632
+ var UntagResourceResponse$ = [3, n0, _URRn,
633
+ 0,
634
+ [],
635
+ []
636
+ ];
637
+ var UpdateChannelInput$ = [3, n0, _UCI,
638
+ 0,
639
+ [_sI, _cI, _cN, _cD],
640
+ [[0, 1], [0, 1], [() => ChannelName, 0], [() => ChannelDescription, 0]], 3
641
+ ];
642
+ var UpdateChannelOutput$ = [3, n0, _UCO,
643
+ 0,
644
+ [],
645
+ []
646
+ ];
647
+ var UpdateSpaceInput$ = [3, n0, _USI,
648
+ 0,
649
+ [_sI, _d, _t, _rA, _sED],
650
+ [[0, 1], [() => SpaceDescription, 0], 0, 0, [() => SupportedEmailDomainsParameters$, 0]], 1
651
+ ];
652
+ var ValidationExceptionField$ = [3, n0, _VEF,
653
+ 0,
654
+ [_n, _m],
655
+ [0, 0], 2
656
+ ];
657
+ var __Unit = "unit";
658
+ var AllowedDomainsList = [1, n0, _ADL,
659
+ 0, [() => EmailDomain,
660
+ 0]
661
+ ];
662
+ var BatchErrorList = [1, n0, _BEL,
663
+ 0, () => BatchError$
664
+ ];
665
+ var ChannelsList = [1, n0, _CL,
666
+ 0, [() => ChannelData$,
667
+ 0]
668
+ ];
669
+ var SpacesList = [1, n0, _SL,
670
+ 0, [() => SpaceData$,
671
+ 0]
672
+ ];
673
+ var ValidationExceptionFieldList = [1, n0, _VEFL,
674
+ 0, () => ValidationExceptionField$
675
+ ];
676
+ var Tags = [2, n0, _T,
677
+ 8, 0, 0
678
+ ];
679
+ var BatchAddChannelRoleToAccessors$ = [9, n0, _BACRTA,
680
+ { [_h]: ["POST", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () => BatchAddChannelRoleToAccessorsInput$, () => BatchAddChannelRoleToAccessorsOutput$
681
+ ];
682
+ var BatchAddRole$ = [9, n0, _BAR,
683
+ { [_h]: ["POST", "/spaces/{spaceId}/roles", 200] }, () => BatchAddRoleInput$, () => BatchAddRoleOutput$
684
+ ];
685
+ var BatchRemoveChannelRoleFromAccessors$ = [9, n0, _BRCRFA,
686
+ { [_h]: ["PATCH", "/spaces/{spaceId}/channels/{channelId}/roles", 200] }, () => BatchRemoveChannelRoleFromAccessorsInput$, () => BatchRemoveChannelRoleFromAccessorsOutput$
687
+ ];
688
+ var BatchRemoveRole$ = [9, n0, _BRR,
689
+ { [_h]: ["PATCH", "/spaces/{spaceId}/roles", 200] }, () => BatchRemoveRoleInput$, () => BatchRemoveRoleOutput$
690
+ ];
691
+ var CreateChannel$ = [9, n0, _CC,
692
+ { [_h]: ["POST", "/spaces/{spaceId}/channels", 200] }, () => CreateChannelInput$, () => CreateChannelOutput$
693
+ ];
694
+ var CreateSpace$ = [9, n0, _CS,
695
+ { [_h]: ["POST", "/spaces", 200] }, () => CreateSpaceInput$, () => CreateSpaceOutput$
696
+ ];
697
+ var DeleteSpace$ = [9, n0, _DS,
698
+ { [_h]: ["DELETE", "/spaces/{spaceId}", 200] }, () => DeleteSpaceInput$, () => __Unit
699
+ ];
700
+ var DeregisterAdmin$ = [9, n0, _DA,
701
+ { [_h]: ["DELETE", "/spaces/{spaceId}/admins/{adminId}", 200] }, () => DeregisterAdminInput$, () => __Unit
702
+ ];
703
+ var GetChannel$ = [9, n0, _GC,
704
+ { [_h]: ["GET", "/spaces/{spaceId}/channels/{channelId}", 200] }, () => GetChannelInput$, () => GetChannelOutput$
705
+ ];
706
+ var GetSpace$ = [9, n0, _GS,
707
+ { [_h]: ["GET", "/spaces/{spaceId}", 200] }, () => GetSpaceInput$, () => GetSpaceOutput$
708
+ ];
709
+ var ListChannels$ = [9, n0, _LC,
710
+ { [_h]: ["GET", "/spaces/{spaceId}/channels", 200] }, () => ListChannelsInput$, () => ListChannelsOutput$
711
+ ];
712
+ var ListSpaces$ = [9, n0, _LS,
713
+ { [_h]: ["GET", "/spaces", 200] }, () => ListSpacesInput$, () => ListSpacesOutput$
714
+ ];
715
+ var ListTagsForResource$ = [9, n0, _LTFR,
716
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
717
+ ];
718
+ var RegisterAdmin$ = [9, n0, _RAe,
719
+ { [_h]: ["POST", "/spaces/{spaceId}/admins/{adminId}", 200] }, () => RegisterAdminInput$, () => __Unit
720
+ ];
721
+ var SendInvites$ = [9, n0, _SI,
722
+ { [_h]: ["POST", "/spaces/{spaceId}/invite", 200] }, () => SendInvitesInput$, () => __Unit
723
+ ];
724
+ var TagResource$ = [9, n0, _TR,
725
+ { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
726
+ ];
727
+ var UntagResource$ = [9, n0, _UR,
728
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
729
+ ];
730
+ var UpdateChannel$ = [9, n0, _UC,
731
+ { [_h]: ["PUT", "/spaces/{spaceId}/channels/{channelId}", 200] }, () => UpdateChannelInput$, () => UpdateChannelOutput$
732
+ ];
733
+ var UpdateSpace$ = [9, n0, _US,
734
+ { [_h]: ["PUT", "/spaces/{spaceId}", 200] }, () => UpdateSpaceInput$, () => __Unit
735
+ ];
736
+
737
+ const getRuntimeConfig$1 = (config) => {
738
+ return {
739
+ apiVersion: "2022-05-13",
740
+ base64Decoder: config?.base64Decoder ?? fromBase64,
741
+ base64Encoder: config?.base64Encoder ?? toBase64,
742
+ disableHostPrefix: config?.disableHostPrefix ?? false,
743
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
744
+ extensions: config?.extensions ?? [],
745
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultRepostspaceHttpAuthSchemeProvider,
746
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
747
+ {
748
+ schemeId: "aws.auth#sigv4",
749
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
750
+ signer: new AwsSdkSigV4Signer(),
751
+ },
752
+ ],
753
+ logger: config?.logger ?? new NoOpLogger(),
754
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
755
+ protocolSettings: config?.protocolSettings ?? {
756
+ defaultNamespace: "com.amazonaws.repostspace",
757
+ errorTypeRegistries,
758
+ version: "2022-05-13",
759
+ serviceTarget: "RepostSpace",
760
+ },
761
+ serviceId: config?.serviceId ?? "repostspace",
762
+ urlParser: config?.urlParser ?? parseUrl,
763
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
764
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
765
+ };
766
+ };
767
+
768
+ const getRuntimeConfig = (config) => {
769
+ emitWarningIfUnsupportedVersion(process.version);
770
+ const defaultsMode = resolveDefaultsModeConfig(config);
771
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
772
+ const clientSharedValues = getRuntimeConfig$1(config);
773
+ emitWarningIfUnsupportedVersion$1(process.version);
774
+ const loaderConfig = {
775
+ profile: config?.profile,
776
+ logger: clientSharedValues.logger,
777
+ };
778
+ return {
779
+ ...clientSharedValues,
780
+ ...config,
781
+ runtime: "node",
782
+ defaultsMode,
783
+ authSchemePreference: config?.authSchemePreference ?? loadConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
784
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
785
+ credentialDefaultProvider: config?.credentialDefaultProvider ?? defaultProvider,
786
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
787
+ maxAttempts: config?.maxAttempts ?? loadConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
788
+ region: config?.region ?? loadConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
789
+ requestHandler: NodeHttpHandler.create(config?.requestHandler ?? defaultConfigProvider),
790
+ retryMode: config?.retryMode ??
791
+ loadConfig({
792
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
793
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
794
+ }, config),
795
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
796
+ streamCollector: config?.streamCollector ?? streamCollector,
797
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
798
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
799
+ userAgentAppId: config?.userAgentAppId ?? loadConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
800
+ };
801
+ };
802
+
34
803
  const getHttpAuthExtensionConfiguration = (runtimeConfig) => {
35
804
  const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;
36
805
  let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;
@@ -625,36 +1394,111 @@ const VanityDomainStatus = {
625
1394
  UNAPPROVED: "UNAPPROVED",
626
1395
  };
627
1396
 
1397
+ exports.AccessDeniedException = AccessDeniedException;
1398
+ exports.AccessDeniedException$ = AccessDeniedException$;
1399
+ exports.BatchAddChannelRoleToAccessors$ = BatchAddChannelRoleToAccessors$;
628
1400
  exports.BatchAddChannelRoleToAccessorsCommand = BatchAddChannelRoleToAccessorsCommand;
1401
+ exports.BatchAddChannelRoleToAccessorsInput$ = BatchAddChannelRoleToAccessorsInput$;
1402
+ exports.BatchAddChannelRoleToAccessorsOutput$ = BatchAddChannelRoleToAccessorsOutput$;
1403
+ exports.BatchAddRole$ = BatchAddRole$;
629
1404
  exports.BatchAddRoleCommand = BatchAddRoleCommand;
1405
+ exports.BatchAddRoleInput$ = BatchAddRoleInput$;
1406
+ exports.BatchAddRoleOutput$ = BatchAddRoleOutput$;
1407
+ exports.BatchError$ = BatchError$;
1408
+ exports.BatchRemoveChannelRoleFromAccessors$ = BatchRemoveChannelRoleFromAccessors$;
630
1409
  exports.BatchRemoveChannelRoleFromAccessorsCommand = BatchRemoveChannelRoleFromAccessorsCommand;
1410
+ exports.BatchRemoveChannelRoleFromAccessorsInput$ = BatchRemoveChannelRoleFromAccessorsInput$;
1411
+ exports.BatchRemoveChannelRoleFromAccessorsOutput$ = BatchRemoveChannelRoleFromAccessorsOutput$;
1412
+ exports.BatchRemoveRole$ = BatchRemoveRole$;
631
1413
  exports.BatchRemoveRoleCommand = BatchRemoveRoleCommand;
1414
+ exports.BatchRemoveRoleInput$ = BatchRemoveRoleInput$;
1415
+ exports.BatchRemoveRoleOutput$ = BatchRemoveRoleOutput$;
1416
+ exports.ChannelData$ = ChannelData$;
632
1417
  exports.ChannelRole = ChannelRole;
633
1418
  exports.ChannelStatus = ChannelStatus;
634
1419
  exports.ConfigurationStatus = ConfigurationStatus;
1420
+ exports.ConflictException = ConflictException;
1421
+ exports.ConflictException$ = ConflictException$;
1422
+ exports.CreateChannel$ = CreateChannel$;
635
1423
  exports.CreateChannelCommand = CreateChannelCommand;
1424
+ exports.CreateChannelInput$ = CreateChannelInput$;
1425
+ exports.CreateChannelOutput$ = CreateChannelOutput$;
1426
+ exports.CreateSpace$ = CreateSpace$;
636
1427
  exports.CreateSpaceCommand = CreateSpaceCommand;
1428
+ exports.CreateSpaceInput$ = CreateSpaceInput$;
1429
+ exports.CreateSpaceOutput$ = CreateSpaceOutput$;
1430
+ exports.DeleteSpace$ = DeleteSpace$;
637
1431
  exports.DeleteSpaceCommand = DeleteSpaceCommand;
1432
+ exports.DeleteSpaceInput$ = DeleteSpaceInput$;
1433
+ exports.DeregisterAdmin$ = DeregisterAdmin$;
638
1434
  exports.DeregisterAdminCommand = DeregisterAdminCommand;
1435
+ exports.DeregisterAdminInput$ = DeregisterAdminInput$;
639
1436
  exports.FeatureEnableParameter = FeatureEnableParameter;
640
1437
  exports.FeatureEnableStatus = FeatureEnableStatus;
1438
+ exports.GetChannel$ = GetChannel$;
641
1439
  exports.GetChannelCommand = GetChannelCommand;
1440
+ exports.GetChannelInput$ = GetChannelInput$;
1441
+ exports.GetChannelOutput$ = GetChannelOutput$;
1442
+ exports.GetSpace$ = GetSpace$;
642
1443
  exports.GetSpaceCommand = GetSpaceCommand;
1444
+ exports.GetSpaceInput$ = GetSpaceInput$;
1445
+ exports.GetSpaceOutput$ = GetSpaceOutput$;
1446
+ exports.InternalServerException = InternalServerException;
1447
+ exports.InternalServerException$ = InternalServerException$;
1448
+ exports.ListChannels$ = ListChannels$;
643
1449
  exports.ListChannelsCommand = ListChannelsCommand;
1450
+ exports.ListChannelsInput$ = ListChannelsInput$;
1451
+ exports.ListChannelsOutput$ = ListChannelsOutput$;
1452
+ exports.ListSpaces$ = ListSpaces$;
644
1453
  exports.ListSpacesCommand = ListSpacesCommand;
1454
+ exports.ListSpacesInput$ = ListSpacesInput$;
1455
+ exports.ListSpacesOutput$ = ListSpacesOutput$;
1456
+ exports.ListTagsForResource$ = ListTagsForResource$;
645
1457
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1458
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1459
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1460
+ exports.RegisterAdmin$ = RegisterAdmin$;
646
1461
  exports.RegisterAdminCommand = RegisterAdminCommand;
1462
+ exports.RegisterAdminInput$ = RegisterAdminInput$;
647
1463
  exports.Repostspace = Repostspace;
648
1464
  exports.RepostspaceClient = RepostspaceClient;
1465
+ exports.RepostspaceServiceException = RepostspaceServiceException;
1466
+ exports.RepostspaceServiceException$ = RepostspaceServiceException$;
1467
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1468
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
649
1469
  exports.Role = Role;
1470
+ exports.SendInvites$ = SendInvites$;
650
1471
  exports.SendInvitesCommand = SendInvitesCommand;
1472
+ exports.SendInvitesInput$ = SendInvitesInput$;
1473
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1474
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1475
+ exports.SpaceData$ = SpaceData$;
1476
+ exports.SupportedEmailDomainsParameters$ = SupportedEmailDomainsParameters$;
1477
+ exports.SupportedEmailDomainsStatus$ = SupportedEmailDomainsStatus$;
1478
+ exports.TagResource$ = TagResource$;
651
1479
  exports.TagResourceCommand = TagResourceCommand;
1480
+ exports.TagResourceRequest$ = TagResourceRequest$;
1481
+ exports.TagResourceResponse$ = TagResourceResponse$;
1482
+ exports.ThrottlingException = ThrottlingException;
1483
+ exports.ThrottlingException$ = ThrottlingException$;
652
1484
  exports.TierLevel = TierLevel;
1485
+ exports.UntagResource$ = UntagResource$;
653
1486
  exports.UntagResourceCommand = UntagResourceCommand;
1487
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1488
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1489
+ exports.UpdateChannel$ = UpdateChannel$;
654
1490
  exports.UpdateChannelCommand = UpdateChannelCommand;
1491
+ exports.UpdateChannelInput$ = UpdateChannelInput$;
1492
+ exports.UpdateChannelOutput$ = UpdateChannelOutput$;
1493
+ exports.UpdateSpace$ = UpdateSpace$;
655
1494
  exports.UpdateSpaceCommand = UpdateSpaceCommand;
1495
+ exports.UpdateSpaceInput$ = UpdateSpaceInput$;
1496
+ exports.ValidationException = ValidationException;
1497
+ exports.ValidationException$ = ValidationException$;
1498
+ exports.ValidationExceptionField$ = ValidationExceptionField$;
656
1499
  exports.ValidationExceptionReason = ValidationExceptionReason;
657
1500
  exports.VanityDomainStatus = VanityDomainStatus;
1501
+ exports.errorTypeRegistries = errorTypeRegistries;
658
1502
  exports.paginateListChannels = paginateListChannels;
659
1503
  exports.paginateListSpaces = paginateListSpaces;
660
1504
  exports.waitForChannelCreated = waitForChannelCreated;