@aws-sdk/client-wickr 3.987.0 → 3.988.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
@@ -15,6 +15,9 @@ var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
17
  var protocolHttp = require('@smithy/protocol-http');
18
+ var schemas_0 = require('./schemas/schemas_0');
19
+ var errors = require('./models/errors');
20
+ var WickrServiceException = require('./models/WickrServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,1276 +113,6 @@ class WickrClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class WickrServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, WickrServiceException.prototype);
117
- }
118
- }
119
-
120
- class BadRequestError extends WickrServiceException {
121
- name = "BadRequestError";
122
- $fault = "client";
123
- constructor(opts) {
124
- super({
125
- name: "BadRequestError",
126
- $fault: "client",
127
- ...opts,
128
- });
129
- Object.setPrototypeOf(this, BadRequestError.prototype);
130
- }
131
- }
132
- class ForbiddenError extends WickrServiceException {
133
- name = "ForbiddenError";
134
- $fault = "client";
135
- constructor(opts) {
136
- super({
137
- name: "ForbiddenError",
138
- $fault: "client",
139
- ...opts,
140
- });
141
- Object.setPrototypeOf(this, ForbiddenError.prototype);
142
- }
143
- }
144
- class InternalServerError extends WickrServiceException {
145
- name = "InternalServerError";
146
- $fault = "server";
147
- constructor(opts) {
148
- super({
149
- name: "InternalServerError",
150
- $fault: "server",
151
- ...opts,
152
- });
153
- Object.setPrototypeOf(this, InternalServerError.prototype);
154
- }
155
- }
156
- class RateLimitError extends WickrServiceException {
157
- name = "RateLimitError";
158
- $fault = "client";
159
- constructor(opts) {
160
- super({
161
- name: "RateLimitError",
162
- $fault: "client",
163
- ...opts,
164
- });
165
- Object.setPrototypeOf(this, RateLimitError.prototype);
166
- }
167
- }
168
- class ResourceNotFoundError extends WickrServiceException {
169
- name = "ResourceNotFoundError";
170
- $fault = "client";
171
- constructor(opts) {
172
- super({
173
- name: "ResourceNotFoundError",
174
- $fault: "client",
175
- ...opts,
176
- });
177
- Object.setPrototypeOf(this, ResourceNotFoundError.prototype);
178
- }
179
- }
180
- class UnauthorizedError extends WickrServiceException {
181
- name = "UnauthorizedError";
182
- $fault = "client";
183
- constructor(opts) {
184
- super({
185
- name: "UnauthorizedError",
186
- $fault: "client",
187
- ...opts,
188
- });
189
- Object.setPrototypeOf(this, UnauthorizedError.prototype);
190
- }
191
- }
192
- class ValidationError extends WickrServiceException {
193
- name = "ValidationError";
194
- $fault = "client";
195
- reasons;
196
- constructor(opts) {
197
- super({
198
- name: "ValidationError",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, ValidationError.prototype);
203
- this.reasons = opts.reasons;
204
- }
205
- }
206
-
207
- const _B = "Bot";
208
- const _BCU = "BatchCreateUser";
209
- const _BCUR = "BatchCreateUserRequest";
210
- const _BCURI = "BatchCreateUserRequestItem";
211
- const _BCURIa = "BatchCreateUserRequestItems";
212
- const _BCURa = "BatchCreateUserResponse";
213
- const _BDERI = "BatchDeviceErrorResponseItem";
214
- const _BDERIa = "BatchDeviceErrorResponseItems";
215
- const _BDO = "BasicDeviceObject";
216
- const _BDSRI = "BatchDeviceSuccessResponseItem";
217
- const _BDSRIa = "BatchDeviceSuccessResponseItems";
218
- const _BDU = "BatchDeleteUser";
219
- const _BDUR = "BatchDeleteUserRequest";
220
- const _BDURa = "BatchDeleteUserResponse";
221
- const _BGU = "BlockedGuestUser";
222
- const _BGUL = "BlockedGuestUserList";
223
- const _BLUU = "BatchLookupUserUname";
224
- const _BLUUR = "BatchLookupUserUnameRequest";
225
- const _BLUURa = "BatchLookupUserUnameResponse";
226
- const _BRDFU = "BatchResetDevicesForUser";
227
- const _BRDFUR = "BatchResetDevicesForUserRequest";
228
- const _BRDFURa = "BatchResetDevicesForUserResponse";
229
- const _BRE = "BadRequestError";
230
- const _BRU = "BatchReinviteUser";
231
- const _BRUR = "BatchReinviteUserRequest";
232
- const _BRURa = "BatchReinviteUserResponse";
233
- const _BTUSS = "BatchToggleUserSuspendStatus";
234
- const _BTUSSR = "BatchToggleUserSuspendStatusRequest";
235
- const _BTUSSRa = "BatchToggleUserSuspendStatusResponse";
236
- const _BUERI = "BatchUnameErrorResponseItem";
237
- const _BUERIa = "BatchUserErrorResponseItem";
238
- const _BUERIat = "BatchUnameErrorResponseItems";
239
- const _BUERIatc = "BatchUserErrorResponseItems";
240
- const _BUSRI = "BatchUnameSuccessResponseItem";
241
- const _BUSRIa = "BatchUserSuccessResponseItem";
242
- const _BUSRIat = "BatchUnameSuccessResponseItems";
243
- const _BUSRIatc = "BatchUserSuccessResponseItems";
244
- const _Bo = "Bots";
245
- const _CB = "CreateBot";
246
- const _CBR = "CreateBotRequest";
247
- const _CBRr = "CreateBotResponse";
248
- const _CDRB = "CreateDataRetentionBot";
249
- const _CDRBC = "CreateDataRetentionBotChallenge";
250
- const _CDRBCR = "CreateDataRetentionBotChallengeRequest";
251
- const _CDRBCRr = "CreateDataRetentionBotChallengeResponse";
252
- const _CDRBR = "CreateDataRetentionBotRequest";
253
- const _CDRBRr = "CreateDataRetentionBotResponse";
254
- const _CN = "CreateNetwork";
255
- const _CNR = "CreateNetworkRequest";
256
- const _CNRr = "CreateNetworkResponse";
257
- const _CS = "CallingSettings";
258
- const _CSG = "CreateSecurityGroup";
259
- const _CSGR = "CreateSecurityGroupRequest";
260
- const _CSGRr = "CreateSecurityGroupResponse";
261
- const _D = "Devices";
262
- const _DB = "DeleteBot";
263
- const _DBR = "DeleteBotRequest";
264
- const _DBRe = "DeleteBotResponse";
265
- const _DDRB = "DeleteDataRetentionBot";
266
- const _DDRBR = "DeleteDataRetentionBotRequest";
267
- const _DDRBRe = "DeleteDataRetentionBotResponse";
268
- const _DN = "DeleteNetwork";
269
- const _DNR = "DeleteNetworkRequest";
270
- const _DNRe = "DeleteNetworkResponse";
271
- const _DSG = "DeleteSecurityGroup";
272
- const _DSGR = "DeleteSecurityGroupRequest";
273
- const _DSGRe = "DeleteSecurityGroupResponse";
274
- const _ED = "ErrorDetail";
275
- const _EDL = "ErrorDetailList";
276
- const _FE = "ForbiddenError";
277
- const _GB = "GetBot";
278
- const _GBC = "GetBotsCount";
279
- const _GBCR = "GetBotsCountRequest";
280
- const _GBCRe = "GetBotsCountResponse";
281
- const _GBR = "GetBotRequest";
282
- const _GBRe = "GetBotResponse";
283
- const _GDRB = "GetDataRetentionBot";
284
- const _GDRBR = "GetDataRetentionBotRequest";
285
- const _GDRBRe = "GetDataRetentionBotResponse";
286
- const _GGUHC = "GetGuestUserHistoryCount";
287
- const _GGUHCR = "GetGuestUserHistoryCountRequest";
288
- const _GGUHCRe = "GetGuestUserHistoryCountResponse";
289
- const _GN = "GetNetwork";
290
- const _GNR = "GetNetworkRequest";
291
- const _GNRe = "GetNetworkResponse";
292
- const _GNS = "GetNetworkSettings";
293
- const _GNSR = "GetNetworkSettingsRequest";
294
- const _GNSRe = "GetNetworkSettingsResponse";
295
- const _GOI = "GetOidcInfo";
296
- const _GOIR = "GetOidcInfoRequest";
297
- const _GOIRe = "GetOidcInfoResponse";
298
- const _GSG = "GetSecurityGroup";
299
- const _GSGR = "GetSecurityGroupRequest";
300
- const _GSGRe = "GetSecurityGroupResponse";
301
- const _GU = "GuestUser";
302
- const _GUC = "GetUsersCount";
303
- const _GUCR = "GetUsersCountRequest";
304
- const _GUCRe = "GetUsersCountResponse";
305
- const _GUHC = "GuestUserHistoryCount";
306
- const _GUHCL = "GuestUserHistoryCountList";
307
- const _GUL = "GuestUserList";
308
- const _GUR = "GetUserRequest";
309
- const _GURe = "GetUserResponse";
310
- const _GUe = "GetUser";
311
- const _ISE = "InternalServerError";
312
- const _LB = "ListBots";
313
- const _LBGU = "ListBlockedGuestUsers";
314
- const _LBGUR = "ListBlockedGuestUsersRequest";
315
- const _LBGURi = "ListBlockedGuestUsersResponse";
316
- const _LBR = "ListBotsRequest";
317
- const _LBRi = "ListBotsResponse";
318
- const _LDFU = "ListDevicesForUser";
319
- const _LDFUR = "ListDevicesForUserRequest";
320
- const _LDFURi = "ListDevicesForUserResponse";
321
- const _LGU = "ListGuestUsers";
322
- const _LGUR = "ListGuestUsersRequest";
323
- const _LGURi = "ListGuestUsersResponse";
324
- const _LN = "ListNetworks";
325
- const _LNR = "ListNetworksRequest";
326
- const _LNRi = "ListNetworksResponse";
327
- const _LSG = "ListSecurityGroups";
328
- const _LSGR = "ListSecurityGroupsRequest";
329
- const _LSGRi = "ListSecurityGroupsResponse";
330
- const _LSGU = "ListSecurityGroupUsers";
331
- const _LSGUR = "ListSecurityGroupUsersRequest";
332
- const _LSGURi = "ListSecurityGroupUsersResponse";
333
- const _LU = "ListUsers";
334
- const _LUR = "ListUsersRequest";
335
- const _LURi = "ListUsersResponse";
336
- const _N = "Network";
337
- const _NL = "NetworkList";
338
- const _NS = "NetworkSettings";
339
- const _OCI = "OidcConfigInfo";
340
- const _OTI = "OidcTokenInfo";
341
- const _PR = "PasswordRequirements";
342
- const _PWEN = "PermittedWickrEnterpriseNetwork";
343
- const _PWENL = "PermittedWickrEnterpriseNetworksList";
344
- const _RLE = "RateLimitError";
345
- const _RNFE = "ResourceNotFoundError";
346
- const _ROC = "RegisterOidcConfig";
347
- const _ROCR = "RegisterOidcConfigRequest";
348
- const _ROCRe = "RegisterOidcConfigResponse";
349
- const _ROCT = "RegisterOidcConfigTest";
350
- const _ROCTR = "RegisterOidcConfigTestRequest";
351
- const _ROCTRe = "RegisterOidcConfigTestResponse";
352
- const _RRC = "ReadReceiptConfig";
353
- const _S = "Setting";
354
- const _SG = "SecurityGroup";
355
- const _SGL = "SecurityGroupList";
356
- const _SGS = "SecurityGroupSettings";
357
- const _SGSR = "SecurityGroupSettingsRequest";
358
- const _SL = "SettingsList";
359
- const _SS = "SensitiveString";
360
- const _SSh = "ShredderSettings";
361
- const _U = "User";
362
- const _UB = "UpdateBot";
363
- const _UBR = "UpdateBotRequest";
364
- const _UBRp = "UpdateBotResponse";
365
- const _UDR = "UpdateDataRetention";
366
- const _UDRR = "UpdateDataRetentionRequest";
367
- const _UDRRp = "UpdateDataRetentionResponse";
368
- const _UE = "UnauthorizedError";
369
- const _UGU = "UpdateGuestUser";
370
- const _UGUR = "UpdateGuestUserRequest";
371
- const _UGURp = "UpdateGuestUserResponse";
372
- const _UN = "UpdateNetwork";
373
- const _UNR = "UpdateNetworkRequest";
374
- const _UNRp = "UpdateNetworkResponse";
375
- const _UNS = "UpdateNetworkSettings";
376
- const _UNSR = "UpdateNetworkSettingsRequest";
377
- const _UNSRp = "UpdateNetworkSettingsResponse";
378
- const _USG = "UpdateSecurityGroup";
379
- const _USGR = "UpdateSecurityGroupRequest";
380
- const _USGRp = "UpdateSecurityGroupResponse";
381
- const _UU = "UpdateUser";
382
- const _UUD = "UpdateUserDetails";
383
- const _UUR = "UpdateUserRequest";
384
- const _UURp = "UpdateUserResponse";
385
- const _Us = "Users";
386
- const _VE = "ValidationError";
387
- const _WAN = "WickrAwsNetworks";
388
- const _WANL = "WickrAwsNetworksList";
389
- const _XCT = "X-Client-Token";
390
- const _a = "admin";
391
- const _aAI = "awsAccountId";
392
- const _aDG = "activeDirectoryGuid";
393
- const _aE = "authorizationEndpoint";
394
- const _aI = "appId";
395
- const _aIp = "appIds";
396
- const _aIpp = "applicationId";
397
- const _aL = "accessLevel";
398
- const _aM = "activeMembers";
399
- const _aN = "applicationName";
400
- const _aPV = "atakPackageValues";
401
- const _aR = "alwaysReauthenticate";
402
- const _aT = "accessToken";
403
- const _aTc = "actionType";
404
- const _ac = "active";
405
- const _b = "blocklist";
406
- const _bE = "botExists";
407
- const _bI = "botId";
408
- const _bM = "botMembers";
409
- const _bN = "botName";
410
- const _bP = "billingPeriod";
411
- const _bl = "block";
412
- const _bo = "bots";
413
- const _c = "client";
414
- const _cC = "caCertificate";
415
- const _cCo = "codeChallenge";
416
- const _cCou = "countryCode";
417
- const _cF = "challengeFailures";
418
- const _cFU = "checkForUpdates";
419
- const _cI = "clientId";
420
- const _cIo = "companyId";
421
- const _cPM = "canProcessManually";
422
- const _cS = "clientSecret";
423
- const _cSC = "canStart11Call";
424
- const _cT = "clientToken";
425
- const _cU = "customUsername";
426
- const _cV = "codeValidation";
427
- const _cVC = "canVideoCall";
428
- const _cVo = "codeVerifier";
429
- const _ca = "calling";
430
- const _ce = "certificate";
431
- const _cel = "cell";
432
- const _ch = "challenge";
433
- const _co = "code";
434
- const _cou = "count";
435
- const _cr = "created";
436
- const _d = "devices";
437
- const _dN = "displayName";
438
- const _dR = "dataRetention";
439
- const _do = "domain";
440
- const _e = "error";
441
- const _eA = "enableAtak";
442
- const _eAP = "extraAuthParams";
443
- const _eCM = "enableClientMetrics";
444
- const _eCR = "enableCrashReports";
445
- const _eFD = "enableFileDownload";
446
- const _eGF = "enableGuestFederation";
447
- const _eI = "expiresIn";
448
- const _eKA = "encryptionKeyArn";
449
- const _eNP = "enableNotificationPreview";
450
- const _eOAO = "enableOpenAccessOption";
451
- const _ePFT = "enablePremiumFreeTrial";
452
- const _eRGF = "enableRestrictedGlobalFederation";
453
- const _eSE = "endSessionEndpoint";
454
- const _eT = "endTime";
455
- const _f = "failed";
456
- const _fDL = "forceDeviceLockout";
457
- const _fE = "filesEnabled";
458
- const _fM = "federationMode";
459
- const _fN = "firstName";
460
- const _fOA = "forceOpenAccess";
461
- const _fRR = "forceReadReceipts";
462
- const _fTC = "forceTcpCall";
463
- const _fTE = "freeTrialExpiration";
464
- const _fi = "field";
465
- const _g = "guestlist";
466
- const _gF = "globalFederation";
467
- const _gI = "groupId";
468
- const _gT = "grantType";
469
- const _gTS = "grantTypesSupported";
470
- const _h = "history";
471
- const _hC = "hasChallenge";
472
- const _hE = "httpError";
473
- const _hH = "httpHeader";
474
- const _hQ = "httpQuery";
475
- const _ht = "http";
476
- const _i = "issuer";
477
- const _iA = "isAdmin";
478
- const _iAE = "isAtoEnabled";
479
- const _iBA = "isBotActive";
480
- const _iC = "inviteCode";
481
- const _iCT = "inviteCodeTtl";
482
- const _iD = "isDefault";
483
- const _iDRBR = "isDataRetentionBotRegistered";
484
- const _iDRSE = "isDataRetentionServiceEnabled";
485
- const _iE = "inviteExpiration";
486
- const _iIE = "isInviteExpired";
487
- const _iLPE = "isLinkPreviewEnabled";
488
- const _iPMA = "isPubkeyMsgAcked";
489
- const _iT = "idempotencyToken";
490
- const _iTd = "idToken";
491
- const _iU = "isUser";
492
- const _id = "id";
493
- const _in = "intensity";
494
- const _l = "lowercase";
495
- const _lA = "lastActivity";
496
- const _lAM = "locationAllowMaps";
497
- const _lE = "logoutEndpoint";
498
- const _lEo = "locationEnabled";
499
- const _lL = "lastLogin";
500
- const _lN = "lastName";
501
- const _lT = "lockoutThreshold";
502
- const _m = "message";
503
- const _mADS = "maxAutoDownloadSize";
504
- const _mB = "maxBor";
505
- const _mFE = "messageForwardingEnabled";
506
- const _mL = "minLength";
507
- const _mMRT = "microsoftMultiRefreshToken";
508
- const _mN = "middleName";
509
- const _mR = "maxResults";
510
- const _mS = "migrationState";
511
- const _mT = "maxTtl";
512
- const _mo = "modified";
513
- const _mon = "month";
514
- const _n = "name";
515
- const _nA = "networkArn";
516
- const _nI = "networkId";
517
- const _nN = "networkName";
518
- const _nT = "nextToken";
519
- const _ne = "networks";
520
- const _nu = "numbers";
521
- const _oCI = "openidConnectInfo";
522
- const _oE = "otpEnabled";
523
- const _oN = "optionName";
524
- const _p = "pubkey";
525
- const _pE = "presenceEnabled";
526
- const _pN = "permittedNetworks";
527
- const _pR = "passwordRequirements";
528
- const _pWAN = "permittedWickrAwsNetworks";
529
- const _pWEN = "permittedWickrEnterpriseNetworks";
530
- const _pe = "pending";
531
- const _qR = "quickResponses";
532
- const _r = "reason";
533
- const _rE = "revocationEndpoint";
534
- const _rRC = "readReceiptConfig";
535
- const _rT = "refreshToken";
536
- const _rTS = "responseTypesSupported";
537
- const _rU = "redirectUri";
538
- const _rUe = "redirectUrl";
539
- const _re = "rejected";
540
- const _rea = "reasons";
541
- const _reg = "region";
542
- const _rem = "remaining";
543
- const _s = "suspend";
544
- const _sD = "sortDirection";
545
- const _sF = "sortFields";
546
- const _sG = "securityGroup";
547
- const _sGI = "securityGroupIds";
548
- const _sGS = "securityGroupSettings";
549
- const _sGe = "securityGroups";
550
- const _sI = "scimId";
551
- const _sMIM = "ssoMaxIdleMinutes";
552
- const _sMRK = "showMasterRecoveryKey";
553
- const _sS = "scopesSupported";
554
- const _sT = "statusText";
555
- const _sTBM = "ssoTokenBufferMinutes";
556
- const _sTt = "startTime";
557
- const _sc = "scopes";
558
- const _se = "settings";
559
- const _sec = "secret";
560
- const _ser = "server";
561
- const _sh = "shredder";
562
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.wickr";
563
- const _st = "status";
564
- const _sta = "standing";
565
- const _su = "successful";
566
- const _sus = "suspended";
567
- const _sy = "symbols";
568
- const _t = "type";
569
- const _tE = "tokenEndpoint";
570
- const _tEAMS = "tokenEndpointAuthMethodsSupported";
571
- const _tI = "tokenInfo";
572
- const _tT = "tokenType";
573
- const _to = "total";
574
- const _u = "users";
575
- const _uD = "userDetails";
576
- const _uE = "userinfoEndpoint";
577
- const _uH = "usernameHash";
578
- const _uI = "userIds";
579
- const _uIs = "userId";
580
- const _un = "unames";
581
- const _una = "uname";
582
- const _up = "uppercase";
583
- const _ur = "url";
584
- const _us = "username";
585
- const _v = "value";
586
- const n0 = "com.amazonaws.wickr";
587
- var SensitiveString = [0, n0, _SS, 8, 0];
588
- var BadRequestError$ = [-3, n0, _BRE,
589
- { [_e]: _c, [_hE]: 400 },
590
- [_m],
591
- [0]
592
- ];
593
- schema.TypeRegistry.for(n0).registerError(BadRequestError$, BadRequestError);
594
- var BasicDeviceObject$ = [3, n0, _BDO,
595
- 0,
596
- [_aI, _cr, _lL, _sT, _s, _t],
597
- [0, 0, 0, 0, 2, 0]
598
- ];
599
- var BatchCreateUserRequest$ = [3, n0, _BCUR,
600
- 0,
601
- [_nI, _u, _cT],
602
- [[0, 1], [() => BatchCreateUserRequestItems, 0], [0, { [_hH]: _XCT, [_iT]: 1 }]], 2
603
- ];
604
- var BatchCreateUserRequestItem$ = [3, n0, _BCURI,
605
- 0,
606
- [_sGI, _us, _fN, _lN, _iC, _iCT, _cV],
607
- [64 | 0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 1, 2], 2
608
- ];
609
- var BatchCreateUserResponse$ = [3, n0, _BCURa,
610
- 0,
611
- [_m, _su, _f],
612
- [0, [() => Users, 0], () => BatchUserErrorResponseItems]
613
- ];
614
- var BatchDeleteUserRequest$ = [3, n0, _BDUR,
615
- 0,
616
- [_nI, _uI, _cT],
617
- [[0, 1], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 2
618
- ];
619
- var BatchDeleteUserResponse$ = [3, n0, _BDURa,
620
- 0,
621
- [_m, _su, _f],
622
- [0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
623
- ];
624
- var BatchDeviceErrorResponseItem$ = [3, n0, _BDERI,
625
- 0,
626
- [_aI, _fi, _r],
627
- [0, 0, 0], 1
628
- ];
629
- var BatchDeviceSuccessResponseItem$ = [3, n0, _BDSRI,
630
- 0,
631
- [_aI],
632
- [0], 1
633
- ];
634
- var BatchLookupUserUnameRequest$ = [3, n0, _BLUUR,
635
- 0,
636
- [_nI, _un, _cT],
637
- [[0, 1], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 2
638
- ];
639
- var BatchLookupUserUnameResponse$ = [3, n0, _BLUURa,
640
- 0,
641
- [_m, _su, _f],
642
- [0, () => BatchUnameSuccessResponseItems, () => BatchUnameErrorResponseItems]
643
- ];
644
- var BatchReinviteUserRequest$ = [3, n0, _BRUR,
645
- 0,
646
- [_nI, _uI, _cT],
647
- [[0, 1], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 2
648
- ];
649
- var BatchReinviteUserResponse$ = [3, n0, _BRURa,
650
- 0,
651
- [_m, _su, _f],
652
- [0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
653
- ];
654
- var BatchResetDevicesForUserRequest$ = [3, n0, _BRDFUR,
655
- 0,
656
- [_nI, _uIs, _aIp, _cT],
657
- [[0, 1], [0, 1], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 3
658
- ];
659
- var BatchResetDevicesForUserResponse$ = [3, n0, _BRDFURa,
660
- 0,
661
- [_m, _su, _f],
662
- [0, () => BatchDeviceSuccessResponseItems, () => BatchDeviceErrorResponseItems]
663
- ];
664
- var BatchToggleUserSuspendStatusRequest$ = [3, n0, _BTUSSR,
665
- 0,
666
- [_nI, _s, _uI, _cT],
667
- [[0, 1], [2, { [_hQ]: _s }], 64 | 0, [0, { [_hH]: _XCT, [_iT]: 1 }]], 3
668
- ];
669
- var BatchToggleUserSuspendStatusResponse$ = [3, n0, _BTUSSRa,
670
- 0,
671
- [_m, _su, _f],
672
- [0, () => BatchUserSuccessResponseItems, () => BatchUserErrorResponseItems]
673
- ];
674
- var BatchUnameErrorResponseItem$ = [3, n0, _BUERI,
675
- 0,
676
- [_una, _fi, _r],
677
- [0, 0, 0], 1
678
- ];
679
- var BatchUnameSuccessResponseItem$ = [3, n0, _BUSRI,
680
- 0,
681
- [_una, _us],
682
- [0, 0], 2
683
- ];
684
- var BatchUserErrorResponseItem$ = [3, n0, _BUERIa,
685
- 0,
686
- [_uIs, _fi, _r],
687
- [0, 0, 0], 1
688
- ];
689
- var BatchUserSuccessResponseItem$ = [3, n0, _BUSRIa,
690
- 0,
691
- [_uIs],
692
- [0], 1
693
- ];
694
- var BlockedGuestUser$ = [3, n0, _BGU,
695
- 0,
696
- [_us, _a, _mo, _uH],
697
- [0, 0, 0, 0], 4
698
- ];
699
- var Bot$ = [3, n0, _B,
700
- 0,
701
- [_bI, _dN, _us, _una, _p, _st, _gI, _hC, _sus, _lL],
702
- [0, 0, 0, 0, 0, 1, 0, 2, 2, 0]
703
- ];
704
- var CallingSettings$ = [3, n0, _CS,
705
- 0,
706
- [_cSC, _cVC, _fTC],
707
- [2, 2, 2]
708
- ];
709
- var CreateBotRequest$ = [3, n0, _CBR,
710
- 0,
711
- [_nI, _us, _gI, _ch, _dN],
712
- [[0, 1], 0, 0, [() => SensitiveString, 0], 0], 4
713
- ];
714
- var CreateBotResponse$ = [3, n0, _CBRr,
715
- 0,
716
- [_bI, _m, _nI, _us, _dN, _gI],
717
- [0, 0, 0, 0, 0, 0], 1
718
- ];
719
- var CreateDataRetentionBotChallengeRequest$ = [3, n0, _CDRBCR,
720
- 0,
721
- [_nI],
722
- [[0, 1]], 1
723
- ];
724
- var CreateDataRetentionBotChallengeResponse$ = [3, n0, _CDRBCRr,
725
- 0,
726
- [_ch],
727
- [[() => SensitiveString, 0]], 1
728
- ];
729
- var CreateDataRetentionBotRequest$ = [3, n0, _CDRBR,
730
- 0,
731
- [_nI],
732
- [[0, 1]], 1
733
- ];
734
- var CreateDataRetentionBotResponse$ = [3, n0, _CDRBRr,
735
- 0,
736
- [_m],
737
- [0]
738
- ];
739
- var CreateNetworkRequest$ = [3, n0, _CNR,
740
- 0,
741
- [_nN, _aL, _ePFT, _eKA],
742
- [0, 0, 2, 0], 2
743
- ];
744
- var CreateNetworkResponse$ = [3, n0, _CNRr,
745
- 0,
746
- [_nI, _nN, _eKA],
747
- [0, 0, 0]
748
- ];
749
- var CreateSecurityGroupRequest$ = [3, n0, _CSGR,
750
- 0,
751
- [_nI, _n, _sGS, _cT],
752
- [[0, 1], 0, () => SecurityGroupSettingsRequest$, [0, { [_hH]: _XCT, [_iT]: 1 }]], 3
753
- ];
754
- var CreateSecurityGroupResponse$ = [3, n0, _CSGRr,
755
- 0,
756
- [_sG],
757
- [() => SecurityGroup$], 1
758
- ];
759
- var DeleteBotRequest$ = [3, n0, _DBR,
760
- 0,
761
- [_nI, _bI],
762
- [[0, 1], [0, 1]], 2
763
- ];
764
- var DeleteBotResponse$ = [3, n0, _DBRe,
765
- 0,
766
- [_m],
767
- [0]
768
- ];
769
- var DeleteDataRetentionBotRequest$ = [3, n0, _DDRBR,
770
- 0,
771
- [_nI],
772
- [[0, 1]], 1
773
- ];
774
- var DeleteDataRetentionBotResponse$ = [3, n0, _DDRBRe,
775
- 0,
776
- [_m],
777
- [0]
778
- ];
779
- var DeleteNetworkRequest$ = [3, n0, _DNR,
780
- 0,
781
- [_nI, _cT],
782
- [[0, 1], [0, { [_hH]: _XCT, [_iT]: 1 }]], 1
783
- ];
784
- var DeleteNetworkResponse$ = [3, n0, _DNRe,
785
- 0,
786
- [_m],
787
- [0]
788
- ];
789
- var DeleteSecurityGroupRequest$ = [3, n0, _DSGR,
790
- 0,
791
- [_nI, _gI],
792
- [[0, 1], [0, 1]], 2
793
- ];
794
- var DeleteSecurityGroupResponse$ = [3, n0, _DSGRe,
795
- 0,
796
- [_m, _nI, _gI],
797
- [0, 0, 0]
798
- ];
799
- var ErrorDetail$ = [3, n0, _ED,
800
- 0,
801
- [_fi, _r],
802
- [0, 0]
803
- ];
804
- var ForbiddenError$ = [-3, n0, _FE,
805
- { [_e]: _c, [_hE]: 403 },
806
- [_m],
807
- [0]
808
- ];
809
- schema.TypeRegistry.for(n0).registerError(ForbiddenError$, ForbiddenError);
810
- var GetBotRequest$ = [3, n0, _GBR,
811
- 0,
812
- [_nI, _bI],
813
- [[0, 1], [0, 1]], 2
814
- ];
815
- var GetBotResponse$ = [3, n0, _GBRe,
816
- 0,
817
- [_bI, _dN, _us, _una, _p, _st, _gI, _hC, _sus, _lL],
818
- [0, 0, 0, 0, 0, 1, 0, 2, 2, 0]
819
- ];
820
- var GetBotsCountRequest$ = [3, n0, _GBCR,
821
- 0,
822
- [_nI],
823
- [[0, 1]], 1
824
- ];
825
- var GetBotsCountResponse$ = [3, n0, _GBCRe,
826
- 0,
827
- [_pe, _ac, _to],
828
- [1, 1, 1], 3
829
- ];
830
- var GetDataRetentionBotRequest$ = [3, n0, _GDRBR,
831
- 0,
832
- [_nI],
833
- [[0, 1]], 1
834
- ];
835
- var GetDataRetentionBotResponse$ = [3, n0, _GDRBRe,
836
- 0,
837
- [_bN, _bE, _iBA, _iDRBR, _iDRSE, _iPMA],
838
- [0, 2, 2, 2, 2, 2]
839
- ];
840
- var GetGuestUserHistoryCountRequest$ = [3, n0, _GGUHCR,
841
- 0,
842
- [_nI],
843
- [[0, 1]], 1
844
- ];
845
- var GetGuestUserHistoryCountResponse$ = [3, n0, _GGUHCRe,
846
- 0,
847
- [_h],
848
- [() => GuestUserHistoryCountList], 1
849
- ];
850
- var GetNetworkRequest$ = [3, n0, _GNR,
851
- 0,
852
- [_nI],
853
- [[0, 1]], 1
854
- ];
855
- var GetNetworkResponse$ = [3, n0, _GNRe,
856
- 0,
857
- [_nI, _nN, _aL, _aAI, _nA, _sta, _fTE, _mS, _eKA],
858
- [0, 0, 0, 0, 0, 1, 0, 1, 0], 5
859
- ];
860
- var GetNetworkSettingsRequest$ = [3, n0, _GNSR,
861
- 0,
862
- [_nI],
863
- [[0, 1]], 1
864
- ];
865
- var GetNetworkSettingsResponse$ = [3, n0, _GNSRe,
866
- 0,
867
- [_se],
868
- [() => SettingsList], 1
869
- ];
870
- var GetOidcInfoRequest$ = [3, n0, _GOIR,
871
- 0,
872
- [_nI, _cI, _co, _gT, _rU, _ur, _cS, _cVo, _ce],
873
- [[0, 1], [0, { [_hQ]: _cI }], [0, { [_hQ]: _co }], [0, { [_hQ]: _gT }], [0, { [_hQ]: _rU }], [0, { [_hQ]: _ur }], [() => SensitiveString, { [_hQ]: _cS }], [0, { [_hQ]: _cVo }], [0, { [_hQ]: _ce }]], 1
874
- ];
875
- var GetOidcInfoResponse$ = [3, n0, _GOIRe,
876
- 0,
877
- [_oCI, _tI],
878
- [[() => OidcConfigInfo$, 0], () => OidcTokenInfo$]
879
- ];
880
- var GetSecurityGroupRequest$ = [3, n0, _GSGR,
881
- 0,
882
- [_nI, _gI],
883
- [[0, 1], [0, 1]], 2
884
- ];
885
- var GetSecurityGroupResponse$ = [3, n0, _GSGRe,
886
- 0,
887
- [_sG],
888
- [() => SecurityGroup$], 1
889
- ];
890
- var GetUserRequest$ = [3, n0, _GUR,
891
- 0,
892
- [_nI, _uIs, _sTt, _eT],
893
- [[0, 1], [0, 1], [7, { [_hQ]: _sTt }], [7, { [_hQ]: _eT }]], 2
894
- ];
895
- var GetUserResponse$ = [3, n0, _GURe,
896
- 0,
897
- [_uIs, _fN, _lN, _us, _iA, _sus, _st, _lA, _lL, _sGI],
898
- [0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 2, 2, 1, 1, 1, 64 | 0], 1
899
- ];
900
- var GetUsersCountRequest$ = [3, n0, _GUCR,
901
- 0,
902
- [_nI],
903
- [[0, 1]], 1
904
- ];
905
- var GetUsersCountResponse$ = [3, n0, _GUCRe,
906
- 0,
907
- [_pe, _ac, _re, _rem, _to],
908
- [1, 1, 1, 1, 1], 5
909
- ];
910
- var GuestUser$ = [3, n0, _GU,
911
- 0,
912
- [_bP, _us, _uH],
913
- [0, 0, 0], 3
914
- ];
915
- var GuestUserHistoryCount$ = [3, n0, _GUHC,
916
- 0,
917
- [_mon, _cou],
918
- [0, 0], 2
919
- ];
920
- var InternalServerError$ = [-3, n0, _ISE,
921
- { [_e]: _ser, [_hE]: 500 },
922
- [_m],
923
- [0], 1
924
- ];
925
- schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
926
- var ListBlockedGuestUsersRequest$ = [3, n0, _LBGUR,
927
- 0,
928
- [_nI, _mR, _sD, _sF, _us, _a, _nT],
929
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sD }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _us }], [0, { [_hQ]: _a }], [0, { [_hQ]: _nT }]], 1
930
- ];
931
- var ListBlockedGuestUsersResponse$ = [3, n0, _LBGURi,
932
- 0,
933
- [_b, _nT],
934
- [() => BlockedGuestUserList, 0], 1
935
- ];
936
- var ListBotsRequest$ = [3, n0, _LBR,
937
- 0,
938
- [_nI, _nT, _mR, _sF, _sD, _dN, _us, _st, _gI],
939
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }], [0, { [_hQ]: _dN }], [0, { [_hQ]: _us }], [1, { [_hQ]: _st }], [0, { [_hQ]: _gI }]], 1
940
- ];
941
- var ListBotsResponse$ = [3, n0, _LBRi,
942
- 0,
943
- [_bo, _nT],
944
- [() => Bots, 0], 1
945
- ];
946
- var ListDevicesForUserRequest$ = [3, n0, _LDFUR,
947
- 0,
948
- [_nI, _uIs, _nT, _mR, _sF, _sD],
949
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }]], 2
950
- ];
951
- var ListDevicesForUserResponse$ = [3, n0, _LDFURi,
952
- 0,
953
- [_d, _nT],
954
- [() => Devices, 0], 1
955
- ];
956
- var ListGuestUsersRequest$ = [3, n0, _LGUR,
957
- 0,
958
- [_nI, _mR, _sD, _sF, _us, _bP, _nT],
959
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sD }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _us }], [0, { [_hQ]: _bP }], [0, { [_hQ]: _nT }]], 1
960
- ];
961
- var ListGuestUsersResponse$ = [3, n0, _LGURi,
962
- 0,
963
- [_g, _nT],
964
- [() => GuestUserList, 0], 1
965
- ];
966
- var ListNetworksRequest$ = [3, n0, _LNR,
967
- 0,
968
- [_mR, _sF, _sD, _nT],
969
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }], [0, { [_hQ]: _nT }]]
970
- ];
971
- var ListNetworksResponse$ = [3, n0, _LNRi,
972
- 0,
973
- [_ne, _nT],
974
- [() => NetworkList, 0], 1
975
- ];
976
- var ListSecurityGroupsRequest$ = [3, n0, _LSGR,
977
- 0,
978
- [_nI, _nT, _mR, _sF, _sD],
979
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }]], 1
980
- ];
981
- var ListSecurityGroupsResponse$ = [3, n0, _LSGRi,
982
- 0,
983
- [_sGe, _nT],
984
- [() => SecurityGroupList, 0]
985
- ];
986
- var ListSecurityGroupUsersRequest$ = [3, n0, _LSGUR,
987
- 0,
988
- [_nI, _gI, _nT, _mR, _sF, _sD],
989
- [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }]], 2
990
- ];
991
- var ListSecurityGroupUsersResponse$ = [3, n0, _LSGURi,
992
- 0,
993
- [_u, _nT],
994
- [[() => Users, 0], 0], 1
995
- ];
996
- var ListUsersRequest$ = [3, n0, _LUR,
997
- 0,
998
- [_nI, _nT, _mR, _sF, _sD, _fN, _lN, _us, _st, _gI],
999
- [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _sF }], [0, { [_hQ]: _sD }], [() => SensitiveString, { [_hQ]: _fN }], [() => SensitiveString, { [_hQ]: _lN }], [0, { [_hQ]: _us }], [1, { [_hQ]: _st }], [0, { [_hQ]: _gI }]], 1
1000
- ];
1001
- var ListUsersResponse$ = [3, n0, _LURi,
1002
- 0,
1003
- [_nT, _u],
1004
- [0, [() => Users, 0]]
1005
- ];
1006
- var Network$ = [3, n0, _N,
1007
- 0,
1008
- [_nI, _nN, _aL, _aAI, _nA, _sta, _fTE, _mS, _eKA],
1009
- [0, 0, 0, 0, 0, 1, 0, 1, 0], 5
1010
- ];
1011
- var NetworkSettings$ = [3, n0, _NS,
1012
- 0,
1013
- [_eCM, _rRC, _dR],
1014
- [2, () => ReadReceiptConfig$, 2]
1015
- ];
1016
- var OidcConfigInfo$ = [3, n0, _OCI,
1017
- 0,
1018
- [_cIo, _sc, _i, _aN, _cI, _cS, _sec, _rUe, _uIs, _cU, _cC, _aIpp, _sTBM, _eAP],
1019
- [0, 0, 0, 0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, 0, 0, 1, 1, 0], 3
1020
- ];
1021
- var OidcTokenInfo$ = [3, n0, _OTI,
1022
- 0,
1023
- [_cVo, _cCo, _aT, _iTd, _rT, _tT, _eI],
1024
- [0, 0, 0, 0, 0, 0, 1]
1025
- ];
1026
- var PasswordRequirements$ = [3, n0, _PR,
1027
- 0,
1028
- [_l, _mL, _nu, _sy, _up],
1029
- [1, 1, 1, 1, 1]
1030
- ];
1031
- var PermittedWickrEnterpriseNetwork$ = [3, n0, _PWEN,
1032
- 0,
1033
- [_do, _nI],
1034
- [0, 0], 2
1035
- ];
1036
- var RateLimitError$ = [-3, n0, _RLE,
1037
- { [_e]: _c, [_hE]: 429 },
1038
- [_m],
1039
- [0]
1040
- ];
1041
- schema.TypeRegistry.for(n0).registerError(RateLimitError$, RateLimitError);
1042
- var ReadReceiptConfig$ = [3, n0, _RRC,
1043
- 0,
1044
- [_st],
1045
- [0]
1046
- ];
1047
- var RegisterOidcConfigRequest$ = [3, n0, _ROCR,
1048
- 0,
1049
- [_nI, _cIo, _i, _sc, _cU, _eAP, _sec, _sTBM, _uIs],
1050
- [[0, 1], 0, 0, 0, 0, 0, [() => SensitiveString, 0], 1, 0], 4
1051
- ];
1052
- var RegisterOidcConfigResponse$ = [3, n0, _ROCRe,
1053
- 0,
1054
- [_cIo, _sc, _i, _aN, _cI, _cS, _sec, _rUe, _uIs, _cU, _cC, _aIpp, _sTBM, _eAP],
1055
- [0, 0, 0, 0, 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 0, 0, 0, 1, 1, 0], 3
1056
- ];
1057
- var RegisterOidcConfigTestRequest$ = [3, n0, _ROCTR,
1058
- 0,
1059
- [_nI, _i, _sc, _eAP, _ce],
1060
- [[0, 1], 0, 0, 0, 0], 3
1061
- ];
1062
- var RegisterOidcConfigTestResponse$ = [3, n0, _ROCTRe,
1063
- 0,
1064
- [_tE, _uE, _rTS, _sS, _i, _aE, _eSE, _lE, _gTS, _rE, _tEAMS, _mMRT],
1065
- [0, 0, 64 | 0, 64 | 0, 0, 0, 0, 0, 64 | 0, 0, 64 | 0, 2]
1066
- ];
1067
- var ResourceNotFoundError$ = [-3, n0, _RNFE,
1068
- { [_e]: _c, [_hE]: 404 },
1069
- [_m],
1070
- [0]
1071
- ];
1072
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundError$, ResourceNotFoundError);
1073
- var SecurityGroup$ = [3, n0, _SG,
1074
- 0,
1075
- [_aM, _bM, _id, _iD, _n, _mo, _sGS, _aDG],
1076
- [1, 1, 0, 2, 0, 1, () => SecurityGroupSettings$, 0], 7
1077
- ];
1078
- var SecurityGroupSettings$ = [3, n0, _SGS,
1079
- 0,
1080
- [_aR, _aPV, _ca, _cFU, _eA, _eCR, _eFD, _eGF, _eNP, _eOAO, _eRGF, _fE, _fDL, _fOA, _fRR, _gF, _iAE, _iLPE, _lAM, _lEo, _mADS, _mB, _mT, _mFE, _pR, _pE, _qR, _sMRK, _sh, _sMIM, _fM, _lT, _pN, _pWAN, _pWEN],
1081
- [2, 64 | 0, () => CallingSettings$, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, () => PasswordRequirements$, 2, 64 | 0, 2, () => ShredderSettings$, 1, 1, 1, 64 | 0, () => WickrAwsNetworksList, () => PermittedWickrEnterpriseNetworksList]
1082
- ];
1083
- var SecurityGroupSettingsRequest$ = [3, n0, _SGSR,
1084
- 0,
1085
- [_lT, _pN, _eGF, _gF, _fM, _eRGF, _pWAN, _pWEN],
1086
- [1, 64 | 0, 2, 2, 1, 2, () => WickrAwsNetworksList, () => PermittedWickrEnterpriseNetworksList]
1087
- ];
1088
- var Setting$ = [3, n0, _S,
1089
- 0,
1090
- [_oN, _v, _t],
1091
- [0, 0, 0], 3
1092
- ];
1093
- var ShredderSettings$ = [3, n0, _SSh,
1094
- 0,
1095
- [_cPM, _in],
1096
- [2, 1]
1097
- ];
1098
- var UnauthorizedError$ = [-3, n0, _UE,
1099
- { [_e]: _c, [_hE]: 401 },
1100
- [_m],
1101
- [0]
1102
- ];
1103
- schema.TypeRegistry.for(n0).registerError(UnauthorizedError$, UnauthorizedError);
1104
- var UpdateBotRequest$ = [3, n0, _UBR,
1105
- 0,
1106
- [_nI, _bI, _dN, _gI, _ch, _s],
1107
- [[0, 1], [0, 1], 0, 0, [() => SensitiveString, 0], 2], 2
1108
- ];
1109
- var UpdateBotResponse$ = [3, n0, _UBRp,
1110
- 0,
1111
- [_m],
1112
- [0]
1113
- ];
1114
- var UpdateDataRetentionRequest$ = [3, n0, _UDRR,
1115
- 0,
1116
- [_nI, _aTc],
1117
- [[0, 1], 0], 2
1118
- ];
1119
- var UpdateDataRetentionResponse$ = [3, n0, _UDRRp,
1120
- 0,
1121
- [_m],
1122
- [0]
1123
- ];
1124
- var UpdateGuestUserRequest$ = [3, n0, _UGUR,
1125
- 0,
1126
- [_nI, _uH, _bl],
1127
- [[0, 1], [0, 1], 2], 3
1128
- ];
1129
- var UpdateGuestUserResponse$ = [3, n0, _UGURp,
1130
- 0,
1131
- [_m],
1132
- [0]
1133
- ];
1134
- var UpdateNetworkRequest$ = [3, n0, _UNR,
1135
- 0,
1136
- [_nI, _nN, _cT, _eKA],
1137
- [[0, 1], 0, [0, { [_hH]: _XCT, [_iT]: 1 }], 0], 2
1138
- ];
1139
- var UpdateNetworkResponse$ = [3, n0, _UNRp,
1140
- 0,
1141
- [_m],
1142
- [0]
1143
- ];
1144
- var UpdateNetworkSettingsRequest$ = [3, n0, _UNSR,
1145
- 0,
1146
- [_nI, _se],
1147
- [[0, 1], () => NetworkSettings$], 2
1148
- ];
1149
- var UpdateNetworkSettingsResponse$ = [3, n0, _UNSRp,
1150
- 0,
1151
- [_se],
1152
- [() => SettingsList], 1
1153
- ];
1154
- var UpdateSecurityGroupRequest$ = [3, n0, _USGR,
1155
- 0,
1156
- [_nI, _gI, _n, _sGS],
1157
- [[0, 1], [0, 1], 0, () => SecurityGroupSettings$], 2
1158
- ];
1159
- var UpdateSecurityGroupResponse$ = [3, n0, _USGRp,
1160
- 0,
1161
- [_sG],
1162
- [() => SecurityGroup$], 1
1163
- ];
1164
- var UpdateUserDetails$ = [3, n0, _UUD,
1165
- 0,
1166
- [_fN, _lN, _us, _sGI, _iC, _iCT, _cV],
1167
- [[() => SensitiveString, 0], [() => SensitiveString, 0], 0, 64 | 0, 0, 1, 2]
1168
- ];
1169
- var UpdateUserRequest$ = [3, n0, _UUR,
1170
- 0,
1171
- [_nI, _uIs, _uD],
1172
- [[0, 1], 0, [() => UpdateUserDetails$, 0]], 2
1173
- ];
1174
- var UpdateUserResponse$ = [3, n0, _UURp,
1175
- 0,
1176
- [_uIs, _nI, _sus, _sGI, _fN, _lN, _mN, _mo, _st, _iC, _iE, _cV],
1177
- [0, 0, 2, 64 | 0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 1, 1, 0, 1, 2], 3
1178
- ];
1179
- var User$ = [3, n0, _U,
1180
- 0,
1181
- [_uIs, _fN, _lN, _us, _sGe, _iA, _sus, _st, _oE, _sI, _t, _cel, _cCou, _cF, _iIE, _iU, _iC, _cV, _una],
1182
- [0, [() => SensitiveString, 0], [() => SensitiveString, 0], 0, 64 | 0, 2, 2, 1, 2, 0, 0, 0, 0, 1, 2, 2, 0, 2, 0]
1183
- ];
1184
- var ValidationError$ = [-3, n0, _VE,
1185
- { [_e]: _c, [_hE]: 422 },
1186
- [_rea],
1187
- [() => ErrorDetailList]
1188
- ];
1189
- schema.TypeRegistry.for(n0).registerError(ValidationError$, ValidationError);
1190
- var WickrAwsNetworks$ = [3, n0, _WAN,
1191
- 0,
1192
- [_reg, _nI],
1193
- [0, 0], 2
1194
- ];
1195
- var WickrServiceException$ = [-3, _sm, "WickrServiceException", 0, [], []];
1196
- schema.TypeRegistry.for(_sm).registerError(WickrServiceException$, WickrServiceException);
1197
- var BatchCreateUserRequestItems = [1, n0, _BCURIa,
1198
- 0, [() => BatchCreateUserRequestItem$,
1199
- 0]
1200
- ];
1201
- var BatchDeviceErrorResponseItems = [1, n0, _BDERIa,
1202
- 0, () => BatchDeviceErrorResponseItem$
1203
- ];
1204
- var BatchDeviceSuccessResponseItems = [1, n0, _BDSRIa,
1205
- 0, () => BatchDeviceSuccessResponseItem$
1206
- ];
1207
- var BatchUnameErrorResponseItems = [1, n0, _BUERIat,
1208
- 0, () => BatchUnameErrorResponseItem$
1209
- ];
1210
- var BatchUnameSuccessResponseItems = [1, n0, _BUSRIat,
1211
- 0, () => BatchUnameSuccessResponseItem$
1212
- ];
1213
- var BatchUserErrorResponseItems = [1, n0, _BUERIatc,
1214
- 0, () => BatchUserErrorResponseItem$
1215
- ];
1216
- var BatchUserSuccessResponseItems = [1, n0, _BUSRIatc,
1217
- 0, () => BatchUserSuccessResponseItem$
1218
- ];
1219
- var BlockedGuestUserList = [1, n0, _BGUL,
1220
- 0, () => BlockedGuestUser$
1221
- ];
1222
- var Bots = [1, n0, _Bo,
1223
- 0, () => Bot$
1224
- ];
1225
- var Devices = [1, n0, _D,
1226
- 0, () => BasicDeviceObject$
1227
- ];
1228
- var ErrorDetailList = [1, n0, _EDL,
1229
- 0, () => ErrorDetail$
1230
- ];
1231
- var GuestUserHistoryCountList = [1, n0, _GUHCL,
1232
- 0, () => GuestUserHistoryCount$
1233
- ];
1234
- var GuestUserList = [1, n0, _GUL,
1235
- 0, () => GuestUser$
1236
- ];
1237
- var NetworkList = [1, n0, _NL,
1238
- 0, () => Network$
1239
- ];
1240
- var PermittedWickrEnterpriseNetworksList = [1, n0, _PWENL,
1241
- 0, () => PermittedWickrEnterpriseNetwork$
1242
- ];
1243
- var SecurityGroupList = [1, n0, _SGL,
1244
- 0, () => SecurityGroup$
1245
- ];
1246
- var SettingsList = [1, n0, _SL,
1247
- 0, () => Setting$
1248
- ];
1249
- var Users = [1, n0, _Us,
1250
- 0, [() => User$,
1251
- 0]
1252
- ];
1253
- var WickrAwsNetworksList = [1, n0, _WANL,
1254
- 0, () => WickrAwsNetworks$
1255
- ];
1256
- var BatchCreateUser$ = [9, n0, _BCU,
1257
- { [_ht]: ["POST", "/networks/{networkId}/users", 200] }, () => BatchCreateUserRequest$, () => BatchCreateUserResponse$
1258
- ];
1259
- var BatchDeleteUser$ = [9, n0, _BDU,
1260
- { [_ht]: ["POST", "/networks/{networkId}/users/batch-delete", 200] }, () => BatchDeleteUserRequest$, () => BatchDeleteUserResponse$
1261
- ];
1262
- var BatchLookupUserUname$ = [9, n0, _BLUU,
1263
- { [_ht]: ["POST", "/networks/{networkId}/users/uname-lookup", 200] }, () => BatchLookupUserUnameRequest$, () => BatchLookupUserUnameResponse$
1264
- ];
1265
- var BatchReinviteUser$ = [9, n0, _BRU,
1266
- { [_ht]: ["PATCH", "/networks/{networkId}/users/re-invite", 200] }, () => BatchReinviteUserRequest$, () => BatchReinviteUserResponse$
1267
- ];
1268
- var BatchResetDevicesForUser$ = [9, n0, _BRDFU,
1269
- { [_ht]: ["PATCH", "/networks/{networkId}/users/{userId}/devices", 200] }, () => BatchResetDevicesForUserRequest$, () => BatchResetDevicesForUserResponse$
1270
- ];
1271
- var BatchToggleUserSuspendStatus$ = [9, n0, _BTUSS,
1272
- { [_ht]: ["PATCH", "/networks/{networkId}/users/toggleSuspend", 200] }, () => BatchToggleUserSuspendStatusRequest$, () => BatchToggleUserSuspendStatusResponse$
1273
- ];
1274
- var CreateBot$ = [9, n0, _CB,
1275
- { [_ht]: ["POST", "/networks/{networkId}/bots", 200] }, () => CreateBotRequest$, () => CreateBotResponse$
1276
- ];
1277
- var CreateDataRetentionBot$ = [9, n0, _CDRB,
1278
- { [_ht]: ["POST", "/networks/{networkId}/data-retention-bots", 200] }, () => CreateDataRetentionBotRequest$, () => CreateDataRetentionBotResponse$
1279
- ];
1280
- var CreateDataRetentionBotChallenge$ = [9, n0, _CDRBC,
1281
- { [_ht]: ["POST", "/networks/{networkId}/data-retention-bots/challenge", 200] }, () => CreateDataRetentionBotChallengeRequest$, () => CreateDataRetentionBotChallengeResponse$
1282
- ];
1283
- var CreateNetwork$ = [9, n0, _CN,
1284
- { [_ht]: ["POST", "/networks", 200] }, () => CreateNetworkRequest$, () => CreateNetworkResponse$
1285
- ];
1286
- var CreateSecurityGroup$ = [9, n0, _CSG,
1287
- { [_ht]: ["POST", "/networks/{networkId}/security-groups", 200] }, () => CreateSecurityGroupRequest$, () => CreateSecurityGroupResponse$
1288
- ];
1289
- var DeleteBot$ = [9, n0, _DB,
1290
- { [_ht]: ["DELETE", "/networks/{networkId}/bots/{botId}", 200] }, () => DeleteBotRequest$, () => DeleteBotResponse$
1291
- ];
1292
- var DeleteDataRetentionBot$ = [9, n0, _DDRB,
1293
- { [_ht]: ["DELETE", "/networks/{networkId}/data-retention-bots", 200] }, () => DeleteDataRetentionBotRequest$, () => DeleteDataRetentionBotResponse$
1294
- ];
1295
- var DeleteNetwork$ = [9, n0, _DN,
1296
- { [_ht]: ["DELETE", "/networks/{networkId}", 200] }, () => DeleteNetworkRequest$, () => DeleteNetworkResponse$
1297
- ];
1298
- var DeleteSecurityGroup$ = [9, n0, _DSG,
1299
- { [_ht]: ["DELETE", "/networks/{networkId}/security-groups/{groupId}", 200] }, () => DeleteSecurityGroupRequest$, () => DeleteSecurityGroupResponse$
1300
- ];
1301
- var GetBot$ = [9, n0, _GB,
1302
- { [_ht]: ["GET", "/networks/{networkId}/bots/{botId}", 200] }, () => GetBotRequest$, () => GetBotResponse$
1303
- ];
1304
- var GetBotsCount$ = [9, n0, _GBC,
1305
- { [_ht]: ["GET", "/networks/{networkId}/bots/count", 200] }, () => GetBotsCountRequest$, () => GetBotsCountResponse$
1306
- ];
1307
- var GetDataRetentionBot$ = [9, n0, _GDRB,
1308
- { [_ht]: ["GET", "/networks/{networkId}/data-retention-bots", 200] }, () => GetDataRetentionBotRequest$, () => GetDataRetentionBotResponse$
1309
- ];
1310
- var GetGuestUserHistoryCount$ = [9, n0, _GGUHC,
1311
- { [_ht]: ["GET", "/networks/{networkId}/guest-users/count", 200] }, () => GetGuestUserHistoryCountRequest$, () => GetGuestUserHistoryCountResponse$
1312
- ];
1313
- var GetNetwork$ = [9, n0, _GN,
1314
- { [_ht]: ["GET", "/networks/{networkId}", 200] }, () => GetNetworkRequest$, () => GetNetworkResponse$
1315
- ];
1316
- var GetNetworkSettings$ = [9, n0, _GNS,
1317
- { [_ht]: ["GET", "/networks/{networkId}/settings", 200] }, () => GetNetworkSettingsRequest$, () => GetNetworkSettingsResponse$
1318
- ];
1319
- var GetOidcInfo$ = [9, n0, _GOI,
1320
- { [_ht]: ["GET", "/networks/{networkId}/oidc", 200] }, () => GetOidcInfoRequest$, () => GetOidcInfoResponse$
1321
- ];
1322
- var GetSecurityGroup$ = [9, n0, _GSG,
1323
- { [_ht]: ["GET", "/networks/{networkId}/security-groups/{groupId}", 200] }, () => GetSecurityGroupRequest$, () => GetSecurityGroupResponse$
1324
- ];
1325
- var GetUser$ = [9, n0, _GUe,
1326
- { [_ht]: ["GET", "/networks/{networkId}/users/{userId}", 200] }, () => GetUserRequest$, () => GetUserResponse$
1327
- ];
1328
- var GetUsersCount$ = [9, n0, _GUC,
1329
- { [_ht]: ["GET", "/networks/{networkId}/users/count", 200] }, () => GetUsersCountRequest$, () => GetUsersCountResponse$
1330
- ];
1331
- var ListBlockedGuestUsers$ = [9, n0, _LBGU,
1332
- { [_ht]: ["GET", "/networks/{networkId}/guest-users/blocklist", 200] }, () => ListBlockedGuestUsersRequest$, () => ListBlockedGuestUsersResponse$
1333
- ];
1334
- var ListBots$ = [9, n0, _LB,
1335
- { [_ht]: ["GET", "/networks/{networkId}/bots", 200] }, () => ListBotsRequest$, () => ListBotsResponse$
1336
- ];
1337
- var ListDevicesForUser$ = [9, n0, _LDFU,
1338
- { [_ht]: ["GET", "/networks/{networkId}/users/{userId}/devices", 200] }, () => ListDevicesForUserRequest$, () => ListDevicesForUserResponse$
1339
- ];
1340
- var ListGuestUsers$ = [9, n0, _LGU,
1341
- { [_ht]: ["GET", "/networks/{networkId}/guest-users", 200] }, () => ListGuestUsersRequest$, () => ListGuestUsersResponse$
1342
- ];
1343
- var ListNetworks$ = [9, n0, _LN,
1344
- { [_ht]: ["GET", "/networks", 200] }, () => ListNetworksRequest$, () => ListNetworksResponse$
1345
- ];
1346
- var ListSecurityGroups$ = [9, n0, _LSG,
1347
- { [_ht]: ["GET", "/networks/{networkId}/security-groups", 200] }, () => ListSecurityGroupsRequest$, () => ListSecurityGroupsResponse$
1348
- ];
1349
- var ListSecurityGroupUsers$ = [9, n0, _LSGU,
1350
- { [_ht]: ["GET", "/networks/{networkId}/security-groups/{groupId}/users", 200] }, () => ListSecurityGroupUsersRequest$, () => ListSecurityGroupUsersResponse$
1351
- ];
1352
- var ListUsers$ = [9, n0, _LU,
1353
- { [_ht]: ["GET", "/networks/{networkId}/users", 200] }, () => ListUsersRequest$, () => ListUsersResponse$
1354
- ];
1355
- var RegisterOidcConfig$ = [9, n0, _ROC,
1356
- { [_ht]: ["POST", "/networks/{networkId}/oidc/save", 200] }, () => RegisterOidcConfigRequest$, () => RegisterOidcConfigResponse$
1357
- ];
1358
- var RegisterOidcConfigTest$ = [9, n0, _ROCT,
1359
- { [_ht]: ["POST", "/networks/{networkId}/oidc/test", 200] }, () => RegisterOidcConfigTestRequest$, () => RegisterOidcConfigTestResponse$
1360
- ];
1361
- var UpdateBot$ = [9, n0, _UB,
1362
- { [_ht]: ["PATCH", "/networks/{networkId}/bots/{botId}", 200] }, () => UpdateBotRequest$, () => UpdateBotResponse$
1363
- ];
1364
- var UpdateDataRetention$ = [9, n0, _UDR,
1365
- { [_ht]: ["PATCH", "/networks/{networkId}/data-retention-bots", 200] }, () => UpdateDataRetentionRequest$, () => UpdateDataRetentionResponse$
1366
- ];
1367
- var UpdateGuestUser$ = [9, n0, _UGU,
1368
- { [_ht]: ["PATCH", "/networks/{networkId}/guest-users/{usernameHash}", 200] }, () => UpdateGuestUserRequest$, () => UpdateGuestUserResponse$
1369
- ];
1370
- var UpdateNetwork$ = [9, n0, _UN,
1371
- { [_ht]: ["PATCH", "/networks/{networkId}", 200] }, () => UpdateNetworkRequest$, () => UpdateNetworkResponse$
1372
- ];
1373
- var UpdateNetworkSettings$ = [9, n0, _UNS,
1374
- { [_ht]: ["PATCH", "/networks/{networkId}/settings", 200] }, () => UpdateNetworkSettingsRequest$, () => UpdateNetworkSettingsResponse$
1375
- ];
1376
- var UpdateSecurityGroup$ = [9, n0, _USG,
1377
- { [_ht]: ["PATCH", "/networks/{networkId}/security-groups/{groupId}", 200] }, () => UpdateSecurityGroupRequest$, () => UpdateSecurityGroupResponse$
1378
- ];
1379
- var UpdateUser$ = [9, n0, _UU,
1380
- { [_ht]: ["PATCH", "/networks/{networkId}/users", 200] }, () => UpdateUserRequest$, () => UpdateUserResponse$
1381
- ];
1382
-
1383
116
  class BatchCreateUserCommand extends smithyClient.Command
1384
117
  .classBuilder()
1385
118
  .ep(commonParams)
@@ -1388,7 +121,7 @@ class BatchCreateUserCommand extends smithyClient.Command
1388
121
  })
1389
122
  .s("WickrAdminApi", "BatchCreateUser", {})
1390
123
  .n("WickrClient", "BatchCreateUserCommand")
1391
- .sc(BatchCreateUser$)
124
+ .sc(schemas_0.BatchCreateUser$)
1392
125
  .build() {
1393
126
  }
1394
127
 
@@ -1400,7 +133,7 @@ class BatchDeleteUserCommand extends smithyClient.Command
1400
133
  })
1401
134
  .s("WickrAdminApi", "BatchDeleteUser", {})
1402
135
  .n("WickrClient", "BatchDeleteUserCommand")
1403
- .sc(BatchDeleteUser$)
136
+ .sc(schemas_0.BatchDeleteUser$)
1404
137
  .build() {
1405
138
  }
1406
139
 
@@ -1412,7 +145,7 @@ class BatchLookupUserUnameCommand extends smithyClient.Command
1412
145
  })
1413
146
  .s("WickrAdminApi", "BatchLookupUserUname", {})
1414
147
  .n("WickrClient", "BatchLookupUserUnameCommand")
1415
- .sc(BatchLookupUserUname$)
148
+ .sc(schemas_0.BatchLookupUserUname$)
1416
149
  .build() {
1417
150
  }
1418
151
 
@@ -1424,7 +157,7 @@ class BatchReinviteUserCommand extends smithyClient.Command
1424
157
  })
1425
158
  .s("WickrAdminApi", "BatchReinviteUser", {})
1426
159
  .n("WickrClient", "BatchReinviteUserCommand")
1427
- .sc(BatchReinviteUser$)
160
+ .sc(schemas_0.BatchReinviteUser$)
1428
161
  .build() {
1429
162
  }
1430
163
 
@@ -1436,7 +169,7 @@ class BatchResetDevicesForUserCommand extends smithyClient.Command
1436
169
  })
1437
170
  .s("WickrAdminApi", "BatchResetDevicesForUser", {})
1438
171
  .n("WickrClient", "BatchResetDevicesForUserCommand")
1439
- .sc(BatchResetDevicesForUser$)
172
+ .sc(schemas_0.BatchResetDevicesForUser$)
1440
173
  .build() {
1441
174
  }
1442
175
 
@@ -1448,7 +181,7 @@ class BatchToggleUserSuspendStatusCommand extends smithyClient.Command
1448
181
  })
1449
182
  .s("WickrAdminApi", "BatchToggleUserSuspendStatus", {})
1450
183
  .n("WickrClient", "BatchToggleUserSuspendStatusCommand")
1451
- .sc(BatchToggleUserSuspendStatus$)
184
+ .sc(schemas_0.BatchToggleUserSuspendStatus$)
1452
185
  .build() {
1453
186
  }
1454
187
 
@@ -1460,7 +193,7 @@ class CreateBotCommand extends smithyClient.Command
1460
193
  })
1461
194
  .s("WickrAdminApi", "CreateBot", {})
1462
195
  .n("WickrClient", "CreateBotCommand")
1463
- .sc(CreateBot$)
196
+ .sc(schemas_0.CreateBot$)
1464
197
  .build() {
1465
198
  }
1466
199
 
@@ -1472,7 +205,7 @@ class CreateDataRetentionBotChallengeCommand extends smithyClient.Command
1472
205
  })
1473
206
  .s("WickrAdminApi", "CreateDataRetentionBotChallenge", {})
1474
207
  .n("WickrClient", "CreateDataRetentionBotChallengeCommand")
1475
- .sc(CreateDataRetentionBotChallenge$)
208
+ .sc(schemas_0.CreateDataRetentionBotChallenge$)
1476
209
  .build() {
1477
210
  }
1478
211
 
@@ -1484,7 +217,7 @@ class CreateDataRetentionBotCommand extends smithyClient.Command
1484
217
  })
1485
218
  .s("WickrAdminApi", "CreateDataRetentionBot", {})
1486
219
  .n("WickrClient", "CreateDataRetentionBotCommand")
1487
- .sc(CreateDataRetentionBot$)
220
+ .sc(schemas_0.CreateDataRetentionBot$)
1488
221
  .build() {
1489
222
  }
1490
223
 
@@ -1496,7 +229,7 @@ class CreateNetworkCommand extends smithyClient.Command
1496
229
  })
1497
230
  .s("WickrAdminApi", "CreateNetwork", {})
1498
231
  .n("WickrClient", "CreateNetworkCommand")
1499
- .sc(CreateNetwork$)
232
+ .sc(schemas_0.CreateNetwork$)
1500
233
  .build() {
1501
234
  }
1502
235
 
@@ -1508,7 +241,7 @@ class CreateSecurityGroupCommand extends smithyClient.Command
1508
241
  })
1509
242
  .s("WickrAdminApi", "CreateSecurityGroup", {})
1510
243
  .n("WickrClient", "CreateSecurityGroupCommand")
1511
- .sc(CreateSecurityGroup$)
244
+ .sc(schemas_0.CreateSecurityGroup$)
1512
245
  .build() {
1513
246
  }
1514
247
 
@@ -1520,7 +253,7 @@ class DeleteBotCommand extends smithyClient.Command
1520
253
  })
1521
254
  .s("WickrAdminApi", "DeleteBot", {})
1522
255
  .n("WickrClient", "DeleteBotCommand")
1523
- .sc(DeleteBot$)
256
+ .sc(schemas_0.DeleteBot$)
1524
257
  .build() {
1525
258
  }
1526
259
 
@@ -1532,7 +265,7 @@ class DeleteDataRetentionBotCommand extends smithyClient.Command
1532
265
  })
1533
266
  .s("WickrAdminApi", "DeleteDataRetentionBot", {})
1534
267
  .n("WickrClient", "DeleteDataRetentionBotCommand")
1535
- .sc(DeleteDataRetentionBot$)
268
+ .sc(schemas_0.DeleteDataRetentionBot$)
1536
269
  .build() {
1537
270
  }
1538
271
 
@@ -1544,7 +277,7 @@ class DeleteNetworkCommand extends smithyClient.Command
1544
277
  })
1545
278
  .s("WickrAdminApi", "DeleteNetwork", {})
1546
279
  .n("WickrClient", "DeleteNetworkCommand")
1547
- .sc(DeleteNetwork$)
280
+ .sc(schemas_0.DeleteNetwork$)
1548
281
  .build() {
1549
282
  }
1550
283
 
@@ -1556,7 +289,7 @@ class DeleteSecurityGroupCommand extends smithyClient.Command
1556
289
  })
1557
290
  .s("WickrAdminApi", "DeleteSecurityGroup", {})
1558
291
  .n("WickrClient", "DeleteSecurityGroupCommand")
1559
- .sc(DeleteSecurityGroup$)
292
+ .sc(schemas_0.DeleteSecurityGroup$)
1560
293
  .build() {
1561
294
  }
1562
295
 
@@ -1568,7 +301,7 @@ class GetBotCommand extends smithyClient.Command
1568
301
  })
1569
302
  .s("WickrAdminApi", "GetBot", {})
1570
303
  .n("WickrClient", "GetBotCommand")
1571
- .sc(GetBot$)
304
+ .sc(schemas_0.GetBot$)
1572
305
  .build() {
1573
306
  }
1574
307
 
@@ -1580,7 +313,7 @@ class GetBotsCountCommand extends smithyClient.Command
1580
313
  })
1581
314
  .s("WickrAdminApi", "GetBotsCount", {})
1582
315
  .n("WickrClient", "GetBotsCountCommand")
1583
- .sc(GetBotsCount$)
316
+ .sc(schemas_0.GetBotsCount$)
1584
317
  .build() {
1585
318
  }
1586
319
 
@@ -1592,7 +325,7 @@ class GetDataRetentionBotCommand extends smithyClient.Command
1592
325
  })
1593
326
  .s("WickrAdminApi", "GetDataRetentionBot", {})
1594
327
  .n("WickrClient", "GetDataRetentionBotCommand")
1595
- .sc(GetDataRetentionBot$)
328
+ .sc(schemas_0.GetDataRetentionBot$)
1596
329
  .build() {
1597
330
  }
1598
331
 
@@ -1604,7 +337,7 @@ class GetGuestUserHistoryCountCommand extends smithyClient.Command
1604
337
  })
1605
338
  .s("WickrAdminApi", "GetGuestUserHistoryCount", {})
1606
339
  .n("WickrClient", "GetGuestUserHistoryCountCommand")
1607
- .sc(GetGuestUserHistoryCount$)
340
+ .sc(schemas_0.GetGuestUserHistoryCount$)
1608
341
  .build() {
1609
342
  }
1610
343
 
@@ -1616,7 +349,7 @@ class GetNetworkCommand extends smithyClient.Command
1616
349
  })
1617
350
  .s("WickrAdminApi", "GetNetwork", {})
1618
351
  .n("WickrClient", "GetNetworkCommand")
1619
- .sc(GetNetwork$)
352
+ .sc(schemas_0.GetNetwork$)
1620
353
  .build() {
1621
354
  }
1622
355
 
@@ -1628,7 +361,7 @@ class GetNetworkSettingsCommand extends smithyClient.Command
1628
361
  })
1629
362
  .s("WickrAdminApi", "GetNetworkSettings", {})
1630
363
  .n("WickrClient", "GetNetworkSettingsCommand")
1631
- .sc(GetNetworkSettings$)
364
+ .sc(schemas_0.GetNetworkSettings$)
1632
365
  .build() {
1633
366
  }
1634
367
 
@@ -1640,7 +373,7 @@ class GetOidcInfoCommand extends smithyClient.Command
1640
373
  })
1641
374
  .s("WickrAdminApi", "GetOidcInfo", {})
1642
375
  .n("WickrClient", "GetOidcInfoCommand")
1643
- .sc(GetOidcInfo$)
376
+ .sc(schemas_0.GetOidcInfo$)
1644
377
  .build() {
1645
378
  }
1646
379
 
@@ -1652,7 +385,7 @@ class GetSecurityGroupCommand extends smithyClient.Command
1652
385
  })
1653
386
  .s("WickrAdminApi", "GetSecurityGroup", {})
1654
387
  .n("WickrClient", "GetSecurityGroupCommand")
1655
- .sc(GetSecurityGroup$)
388
+ .sc(schemas_0.GetSecurityGroup$)
1656
389
  .build() {
1657
390
  }
1658
391
 
@@ -1664,7 +397,7 @@ class GetUserCommand extends smithyClient.Command
1664
397
  })
1665
398
  .s("WickrAdminApi", "GetUser", {})
1666
399
  .n("WickrClient", "GetUserCommand")
1667
- .sc(GetUser$)
400
+ .sc(schemas_0.GetUser$)
1668
401
  .build() {
1669
402
  }
1670
403
 
@@ -1676,7 +409,7 @@ class GetUsersCountCommand extends smithyClient.Command
1676
409
  })
1677
410
  .s("WickrAdminApi", "GetUsersCount", {})
1678
411
  .n("WickrClient", "GetUsersCountCommand")
1679
- .sc(GetUsersCount$)
412
+ .sc(schemas_0.GetUsersCount$)
1680
413
  .build() {
1681
414
  }
1682
415
 
@@ -1688,7 +421,7 @@ class ListBlockedGuestUsersCommand extends smithyClient.Command
1688
421
  })
1689
422
  .s("WickrAdminApi", "ListBlockedGuestUsers", {})
1690
423
  .n("WickrClient", "ListBlockedGuestUsersCommand")
1691
- .sc(ListBlockedGuestUsers$)
424
+ .sc(schemas_0.ListBlockedGuestUsers$)
1692
425
  .build() {
1693
426
  }
1694
427
 
@@ -1700,7 +433,7 @@ class ListBotsCommand extends smithyClient.Command
1700
433
  })
1701
434
  .s("WickrAdminApi", "ListBots", {})
1702
435
  .n("WickrClient", "ListBotsCommand")
1703
- .sc(ListBots$)
436
+ .sc(schemas_0.ListBots$)
1704
437
  .build() {
1705
438
  }
1706
439
 
@@ -1712,7 +445,7 @@ class ListDevicesForUserCommand extends smithyClient.Command
1712
445
  })
1713
446
  .s("WickrAdminApi", "ListDevicesForUser", {})
1714
447
  .n("WickrClient", "ListDevicesForUserCommand")
1715
- .sc(ListDevicesForUser$)
448
+ .sc(schemas_0.ListDevicesForUser$)
1716
449
  .build() {
1717
450
  }
1718
451
 
@@ -1724,7 +457,7 @@ class ListGuestUsersCommand extends smithyClient.Command
1724
457
  })
1725
458
  .s("WickrAdminApi", "ListGuestUsers", {})
1726
459
  .n("WickrClient", "ListGuestUsersCommand")
1727
- .sc(ListGuestUsers$)
460
+ .sc(schemas_0.ListGuestUsers$)
1728
461
  .build() {
1729
462
  }
1730
463
 
@@ -1736,7 +469,7 @@ class ListNetworksCommand extends smithyClient.Command
1736
469
  })
1737
470
  .s("WickrAdminApi", "ListNetworks", {})
1738
471
  .n("WickrClient", "ListNetworksCommand")
1739
- .sc(ListNetworks$)
472
+ .sc(schemas_0.ListNetworks$)
1740
473
  .build() {
1741
474
  }
1742
475
 
@@ -1748,7 +481,7 @@ class ListSecurityGroupsCommand extends smithyClient.Command
1748
481
  })
1749
482
  .s("WickrAdminApi", "ListSecurityGroups", {})
1750
483
  .n("WickrClient", "ListSecurityGroupsCommand")
1751
- .sc(ListSecurityGroups$)
484
+ .sc(schemas_0.ListSecurityGroups$)
1752
485
  .build() {
1753
486
  }
1754
487
 
@@ -1760,7 +493,7 @@ class ListSecurityGroupUsersCommand extends smithyClient.Command
1760
493
  })
1761
494
  .s("WickrAdminApi", "ListSecurityGroupUsers", {})
1762
495
  .n("WickrClient", "ListSecurityGroupUsersCommand")
1763
- .sc(ListSecurityGroupUsers$)
496
+ .sc(schemas_0.ListSecurityGroupUsers$)
1764
497
  .build() {
1765
498
  }
1766
499
 
@@ -1772,7 +505,7 @@ class ListUsersCommand extends smithyClient.Command
1772
505
  })
1773
506
  .s("WickrAdminApi", "ListUsers", {})
1774
507
  .n("WickrClient", "ListUsersCommand")
1775
- .sc(ListUsers$)
508
+ .sc(schemas_0.ListUsers$)
1776
509
  .build() {
1777
510
  }
1778
511
 
@@ -1784,7 +517,7 @@ class RegisterOidcConfigCommand extends smithyClient.Command
1784
517
  })
1785
518
  .s("WickrAdminApi", "RegisterOidcConfig", {})
1786
519
  .n("WickrClient", "RegisterOidcConfigCommand")
1787
- .sc(RegisterOidcConfig$)
520
+ .sc(schemas_0.RegisterOidcConfig$)
1788
521
  .build() {
1789
522
  }
1790
523
 
@@ -1796,7 +529,7 @@ class RegisterOidcConfigTestCommand extends smithyClient.Command
1796
529
  })
1797
530
  .s("WickrAdminApi", "RegisterOidcConfigTest", {})
1798
531
  .n("WickrClient", "RegisterOidcConfigTestCommand")
1799
- .sc(RegisterOidcConfigTest$)
532
+ .sc(schemas_0.RegisterOidcConfigTest$)
1800
533
  .build() {
1801
534
  }
1802
535
 
@@ -1808,7 +541,7 @@ class UpdateBotCommand extends smithyClient.Command
1808
541
  })
1809
542
  .s("WickrAdminApi", "UpdateBot", {})
1810
543
  .n("WickrClient", "UpdateBotCommand")
1811
- .sc(UpdateBot$)
544
+ .sc(schemas_0.UpdateBot$)
1812
545
  .build() {
1813
546
  }
1814
547
 
@@ -1820,7 +553,7 @@ class UpdateDataRetentionCommand extends smithyClient.Command
1820
553
  })
1821
554
  .s("WickrAdminApi", "UpdateDataRetention", {})
1822
555
  .n("WickrClient", "UpdateDataRetentionCommand")
1823
- .sc(UpdateDataRetention$)
556
+ .sc(schemas_0.UpdateDataRetention$)
1824
557
  .build() {
1825
558
  }
1826
559
 
@@ -1832,7 +565,7 @@ class UpdateGuestUserCommand extends smithyClient.Command
1832
565
  })
1833
566
  .s("WickrAdminApi", "UpdateGuestUser", {})
1834
567
  .n("WickrClient", "UpdateGuestUserCommand")
1835
- .sc(UpdateGuestUser$)
568
+ .sc(schemas_0.UpdateGuestUser$)
1836
569
  .build() {
1837
570
  }
1838
571
 
@@ -1844,7 +577,7 @@ class UpdateNetworkCommand extends smithyClient.Command
1844
577
  })
1845
578
  .s("WickrAdminApi", "UpdateNetwork", {})
1846
579
  .n("WickrClient", "UpdateNetworkCommand")
1847
- .sc(UpdateNetwork$)
580
+ .sc(schemas_0.UpdateNetwork$)
1848
581
  .build() {
1849
582
  }
1850
583
 
@@ -1856,7 +589,7 @@ class UpdateNetworkSettingsCommand extends smithyClient.Command
1856
589
  })
1857
590
  .s("WickrAdminApi", "UpdateNetworkSettings", {})
1858
591
  .n("WickrClient", "UpdateNetworkSettingsCommand")
1859
- .sc(UpdateNetworkSettings$)
592
+ .sc(schemas_0.UpdateNetworkSettings$)
1860
593
  .build() {
1861
594
  }
1862
595
 
@@ -1868,7 +601,7 @@ class UpdateSecurityGroupCommand extends smithyClient.Command
1868
601
  })
1869
602
  .s("WickrAdminApi", "UpdateSecurityGroup", {})
1870
603
  .n("WickrClient", "UpdateSecurityGroupCommand")
1871
- .sc(UpdateSecurityGroup$)
604
+ .sc(schemas_0.UpdateSecurityGroup$)
1872
605
  .build() {
1873
606
  }
1874
607
 
@@ -1880,7 +613,7 @@ class UpdateUserCommand extends smithyClient.Command
1880
613
  })
1881
614
  .s("WickrAdminApi", "UpdateUser", {})
1882
615
  .n("WickrClient", "UpdateUserCommand")
1883
- .sc(UpdateUser$)
616
+ .sc(schemas_0.UpdateUser$)
1884
617
  .build() {
1885
618
  }
1886
619
 
@@ -1995,225 +728,58 @@ Object.defineProperty(exports, "__Client", {
1995
728
  enumerable: true,
1996
729
  get: function () { return smithyClient.Client; }
1997
730
  });
731
+ Object.defineProperty(exports, "WickrServiceException", {
732
+ enumerable: true,
733
+ get: function () { return WickrServiceException.WickrServiceException; }
734
+ });
1998
735
  exports.AccessLevel = AccessLevel;
1999
- exports.BadRequestError = BadRequestError;
2000
- exports.BadRequestError$ = BadRequestError$;
2001
- exports.BasicDeviceObject$ = BasicDeviceObject$;
2002
- exports.BatchCreateUser$ = BatchCreateUser$;
2003
736
  exports.BatchCreateUserCommand = BatchCreateUserCommand;
2004
- exports.BatchCreateUserRequest$ = BatchCreateUserRequest$;
2005
- exports.BatchCreateUserRequestItem$ = BatchCreateUserRequestItem$;
2006
- exports.BatchCreateUserResponse$ = BatchCreateUserResponse$;
2007
- exports.BatchDeleteUser$ = BatchDeleteUser$;
2008
737
  exports.BatchDeleteUserCommand = BatchDeleteUserCommand;
2009
- exports.BatchDeleteUserRequest$ = BatchDeleteUserRequest$;
2010
- exports.BatchDeleteUserResponse$ = BatchDeleteUserResponse$;
2011
- exports.BatchDeviceErrorResponseItem$ = BatchDeviceErrorResponseItem$;
2012
- exports.BatchDeviceSuccessResponseItem$ = BatchDeviceSuccessResponseItem$;
2013
- exports.BatchLookupUserUname$ = BatchLookupUserUname$;
2014
738
  exports.BatchLookupUserUnameCommand = BatchLookupUserUnameCommand;
2015
- exports.BatchLookupUserUnameRequest$ = BatchLookupUserUnameRequest$;
2016
- exports.BatchLookupUserUnameResponse$ = BatchLookupUserUnameResponse$;
2017
- exports.BatchReinviteUser$ = BatchReinviteUser$;
2018
739
  exports.BatchReinviteUserCommand = BatchReinviteUserCommand;
2019
- exports.BatchReinviteUserRequest$ = BatchReinviteUserRequest$;
2020
- exports.BatchReinviteUserResponse$ = BatchReinviteUserResponse$;
2021
- exports.BatchResetDevicesForUser$ = BatchResetDevicesForUser$;
2022
740
  exports.BatchResetDevicesForUserCommand = BatchResetDevicesForUserCommand;
2023
- exports.BatchResetDevicesForUserRequest$ = BatchResetDevicesForUserRequest$;
2024
- exports.BatchResetDevicesForUserResponse$ = BatchResetDevicesForUserResponse$;
2025
- exports.BatchToggleUserSuspendStatus$ = BatchToggleUserSuspendStatus$;
2026
741
  exports.BatchToggleUserSuspendStatusCommand = BatchToggleUserSuspendStatusCommand;
2027
- exports.BatchToggleUserSuspendStatusRequest$ = BatchToggleUserSuspendStatusRequest$;
2028
- exports.BatchToggleUserSuspendStatusResponse$ = BatchToggleUserSuspendStatusResponse$;
2029
- exports.BatchUnameErrorResponseItem$ = BatchUnameErrorResponseItem$;
2030
- exports.BatchUnameSuccessResponseItem$ = BatchUnameSuccessResponseItem$;
2031
- exports.BatchUserErrorResponseItem$ = BatchUserErrorResponseItem$;
2032
- exports.BatchUserSuccessResponseItem$ = BatchUserSuccessResponseItem$;
2033
- exports.BlockedGuestUser$ = BlockedGuestUser$;
2034
- exports.Bot$ = Bot$;
2035
- exports.CallingSettings$ = CallingSettings$;
2036
- exports.CreateBot$ = CreateBot$;
2037
742
  exports.CreateBotCommand = CreateBotCommand;
2038
- exports.CreateBotRequest$ = CreateBotRequest$;
2039
- exports.CreateBotResponse$ = CreateBotResponse$;
2040
- exports.CreateDataRetentionBot$ = CreateDataRetentionBot$;
2041
- exports.CreateDataRetentionBotChallenge$ = CreateDataRetentionBotChallenge$;
2042
743
  exports.CreateDataRetentionBotChallengeCommand = CreateDataRetentionBotChallengeCommand;
2043
- exports.CreateDataRetentionBotChallengeRequest$ = CreateDataRetentionBotChallengeRequest$;
2044
- exports.CreateDataRetentionBotChallengeResponse$ = CreateDataRetentionBotChallengeResponse$;
2045
744
  exports.CreateDataRetentionBotCommand = CreateDataRetentionBotCommand;
2046
- exports.CreateDataRetentionBotRequest$ = CreateDataRetentionBotRequest$;
2047
- exports.CreateDataRetentionBotResponse$ = CreateDataRetentionBotResponse$;
2048
- exports.CreateNetwork$ = CreateNetwork$;
2049
745
  exports.CreateNetworkCommand = CreateNetworkCommand;
2050
- exports.CreateNetworkRequest$ = CreateNetworkRequest$;
2051
- exports.CreateNetworkResponse$ = CreateNetworkResponse$;
2052
- exports.CreateSecurityGroup$ = CreateSecurityGroup$;
2053
746
  exports.CreateSecurityGroupCommand = CreateSecurityGroupCommand;
2054
- exports.CreateSecurityGroupRequest$ = CreateSecurityGroupRequest$;
2055
- exports.CreateSecurityGroupResponse$ = CreateSecurityGroupResponse$;
2056
747
  exports.DataRetentionActionType = DataRetentionActionType;
2057
- exports.DeleteBot$ = DeleteBot$;
2058
748
  exports.DeleteBotCommand = DeleteBotCommand;
2059
- exports.DeleteBotRequest$ = DeleteBotRequest$;
2060
- exports.DeleteBotResponse$ = DeleteBotResponse$;
2061
- exports.DeleteDataRetentionBot$ = DeleteDataRetentionBot$;
2062
749
  exports.DeleteDataRetentionBotCommand = DeleteDataRetentionBotCommand;
2063
- exports.DeleteDataRetentionBotRequest$ = DeleteDataRetentionBotRequest$;
2064
- exports.DeleteDataRetentionBotResponse$ = DeleteDataRetentionBotResponse$;
2065
- exports.DeleteNetwork$ = DeleteNetwork$;
2066
750
  exports.DeleteNetworkCommand = DeleteNetworkCommand;
2067
- exports.DeleteNetworkRequest$ = DeleteNetworkRequest$;
2068
- exports.DeleteNetworkResponse$ = DeleteNetworkResponse$;
2069
- exports.DeleteSecurityGroup$ = DeleteSecurityGroup$;
2070
751
  exports.DeleteSecurityGroupCommand = DeleteSecurityGroupCommand;
2071
- exports.DeleteSecurityGroupRequest$ = DeleteSecurityGroupRequest$;
2072
- exports.DeleteSecurityGroupResponse$ = DeleteSecurityGroupResponse$;
2073
- exports.ErrorDetail$ = ErrorDetail$;
2074
- exports.ForbiddenError = ForbiddenError;
2075
- exports.ForbiddenError$ = ForbiddenError$;
2076
- exports.GetBot$ = GetBot$;
2077
752
  exports.GetBotCommand = GetBotCommand;
2078
- exports.GetBotRequest$ = GetBotRequest$;
2079
- exports.GetBotResponse$ = GetBotResponse$;
2080
- exports.GetBotsCount$ = GetBotsCount$;
2081
753
  exports.GetBotsCountCommand = GetBotsCountCommand;
2082
- exports.GetBotsCountRequest$ = GetBotsCountRequest$;
2083
- exports.GetBotsCountResponse$ = GetBotsCountResponse$;
2084
- exports.GetDataRetentionBot$ = GetDataRetentionBot$;
2085
754
  exports.GetDataRetentionBotCommand = GetDataRetentionBotCommand;
2086
- exports.GetDataRetentionBotRequest$ = GetDataRetentionBotRequest$;
2087
- exports.GetDataRetentionBotResponse$ = GetDataRetentionBotResponse$;
2088
- exports.GetGuestUserHistoryCount$ = GetGuestUserHistoryCount$;
2089
755
  exports.GetGuestUserHistoryCountCommand = GetGuestUserHistoryCountCommand;
2090
- exports.GetGuestUserHistoryCountRequest$ = GetGuestUserHistoryCountRequest$;
2091
- exports.GetGuestUserHistoryCountResponse$ = GetGuestUserHistoryCountResponse$;
2092
- exports.GetNetwork$ = GetNetwork$;
2093
756
  exports.GetNetworkCommand = GetNetworkCommand;
2094
- exports.GetNetworkRequest$ = GetNetworkRequest$;
2095
- exports.GetNetworkResponse$ = GetNetworkResponse$;
2096
- exports.GetNetworkSettings$ = GetNetworkSettings$;
2097
757
  exports.GetNetworkSettingsCommand = GetNetworkSettingsCommand;
2098
- exports.GetNetworkSettingsRequest$ = GetNetworkSettingsRequest$;
2099
- exports.GetNetworkSettingsResponse$ = GetNetworkSettingsResponse$;
2100
- exports.GetOidcInfo$ = GetOidcInfo$;
2101
758
  exports.GetOidcInfoCommand = GetOidcInfoCommand;
2102
- exports.GetOidcInfoRequest$ = GetOidcInfoRequest$;
2103
- exports.GetOidcInfoResponse$ = GetOidcInfoResponse$;
2104
- exports.GetSecurityGroup$ = GetSecurityGroup$;
2105
759
  exports.GetSecurityGroupCommand = GetSecurityGroupCommand;
2106
- exports.GetSecurityGroupRequest$ = GetSecurityGroupRequest$;
2107
- exports.GetSecurityGroupResponse$ = GetSecurityGroupResponse$;
2108
- exports.GetUser$ = GetUser$;
2109
760
  exports.GetUserCommand = GetUserCommand;
2110
- exports.GetUserRequest$ = GetUserRequest$;
2111
- exports.GetUserResponse$ = GetUserResponse$;
2112
- exports.GetUsersCount$ = GetUsersCount$;
2113
761
  exports.GetUsersCountCommand = GetUsersCountCommand;
2114
- exports.GetUsersCountRequest$ = GetUsersCountRequest$;
2115
- exports.GetUsersCountResponse$ = GetUsersCountResponse$;
2116
- exports.GuestUser$ = GuestUser$;
2117
- exports.GuestUserHistoryCount$ = GuestUserHistoryCount$;
2118
- exports.InternalServerError = InternalServerError;
2119
- exports.InternalServerError$ = InternalServerError$;
2120
- exports.ListBlockedGuestUsers$ = ListBlockedGuestUsers$;
2121
762
  exports.ListBlockedGuestUsersCommand = ListBlockedGuestUsersCommand;
2122
- exports.ListBlockedGuestUsersRequest$ = ListBlockedGuestUsersRequest$;
2123
- exports.ListBlockedGuestUsersResponse$ = ListBlockedGuestUsersResponse$;
2124
- exports.ListBots$ = ListBots$;
2125
763
  exports.ListBotsCommand = ListBotsCommand;
2126
- exports.ListBotsRequest$ = ListBotsRequest$;
2127
- exports.ListBotsResponse$ = ListBotsResponse$;
2128
- exports.ListDevicesForUser$ = ListDevicesForUser$;
2129
764
  exports.ListDevicesForUserCommand = ListDevicesForUserCommand;
2130
- exports.ListDevicesForUserRequest$ = ListDevicesForUserRequest$;
2131
- exports.ListDevicesForUserResponse$ = ListDevicesForUserResponse$;
2132
- exports.ListGuestUsers$ = ListGuestUsers$;
2133
765
  exports.ListGuestUsersCommand = ListGuestUsersCommand;
2134
- exports.ListGuestUsersRequest$ = ListGuestUsersRequest$;
2135
- exports.ListGuestUsersResponse$ = ListGuestUsersResponse$;
2136
- exports.ListNetworks$ = ListNetworks$;
2137
766
  exports.ListNetworksCommand = ListNetworksCommand;
2138
- exports.ListNetworksRequest$ = ListNetworksRequest$;
2139
- exports.ListNetworksResponse$ = ListNetworksResponse$;
2140
- exports.ListSecurityGroupUsers$ = ListSecurityGroupUsers$;
2141
767
  exports.ListSecurityGroupUsersCommand = ListSecurityGroupUsersCommand;
2142
- exports.ListSecurityGroupUsersRequest$ = ListSecurityGroupUsersRequest$;
2143
- exports.ListSecurityGroupUsersResponse$ = ListSecurityGroupUsersResponse$;
2144
- exports.ListSecurityGroups$ = ListSecurityGroups$;
2145
768
  exports.ListSecurityGroupsCommand = ListSecurityGroupsCommand;
2146
- exports.ListSecurityGroupsRequest$ = ListSecurityGroupsRequest$;
2147
- exports.ListSecurityGroupsResponse$ = ListSecurityGroupsResponse$;
2148
- exports.ListUsers$ = ListUsers$;
2149
769
  exports.ListUsersCommand = ListUsersCommand;
2150
- exports.ListUsersRequest$ = ListUsersRequest$;
2151
- exports.ListUsersResponse$ = ListUsersResponse$;
2152
- exports.Network$ = Network$;
2153
- exports.NetworkSettings$ = NetworkSettings$;
2154
- exports.OidcConfigInfo$ = OidcConfigInfo$;
2155
- exports.OidcTokenInfo$ = OidcTokenInfo$;
2156
- exports.PasswordRequirements$ = PasswordRequirements$;
2157
- exports.PermittedWickrEnterpriseNetwork$ = PermittedWickrEnterpriseNetwork$;
2158
- exports.RateLimitError = RateLimitError;
2159
- exports.RateLimitError$ = RateLimitError$;
2160
- exports.ReadReceiptConfig$ = ReadReceiptConfig$;
2161
- exports.RegisterOidcConfig$ = RegisterOidcConfig$;
2162
770
  exports.RegisterOidcConfigCommand = RegisterOidcConfigCommand;
2163
- exports.RegisterOidcConfigRequest$ = RegisterOidcConfigRequest$;
2164
- exports.RegisterOidcConfigResponse$ = RegisterOidcConfigResponse$;
2165
- exports.RegisterOidcConfigTest$ = RegisterOidcConfigTest$;
2166
771
  exports.RegisterOidcConfigTestCommand = RegisterOidcConfigTestCommand;
2167
- exports.RegisterOidcConfigTestRequest$ = RegisterOidcConfigTestRequest$;
2168
- exports.RegisterOidcConfigTestResponse$ = RegisterOidcConfigTestResponse$;
2169
- exports.ResourceNotFoundError = ResourceNotFoundError;
2170
- exports.ResourceNotFoundError$ = ResourceNotFoundError$;
2171
- exports.SecurityGroup$ = SecurityGroup$;
2172
- exports.SecurityGroupSettings$ = SecurityGroupSettings$;
2173
- exports.SecurityGroupSettingsRequest$ = SecurityGroupSettingsRequest$;
2174
- exports.Setting$ = Setting$;
2175
- exports.ShredderSettings$ = ShredderSettings$;
2176
772
  exports.SortDirection = SortDirection;
2177
773
  exports.Status = Status;
2178
- exports.UnauthorizedError = UnauthorizedError;
2179
- exports.UnauthorizedError$ = UnauthorizedError$;
2180
- exports.UpdateBot$ = UpdateBot$;
2181
774
  exports.UpdateBotCommand = UpdateBotCommand;
2182
- exports.UpdateBotRequest$ = UpdateBotRequest$;
2183
- exports.UpdateBotResponse$ = UpdateBotResponse$;
2184
- exports.UpdateDataRetention$ = UpdateDataRetention$;
2185
775
  exports.UpdateDataRetentionCommand = UpdateDataRetentionCommand;
2186
- exports.UpdateDataRetentionRequest$ = UpdateDataRetentionRequest$;
2187
- exports.UpdateDataRetentionResponse$ = UpdateDataRetentionResponse$;
2188
- exports.UpdateGuestUser$ = UpdateGuestUser$;
2189
776
  exports.UpdateGuestUserCommand = UpdateGuestUserCommand;
2190
- exports.UpdateGuestUserRequest$ = UpdateGuestUserRequest$;
2191
- exports.UpdateGuestUserResponse$ = UpdateGuestUserResponse$;
2192
- exports.UpdateNetwork$ = UpdateNetwork$;
2193
777
  exports.UpdateNetworkCommand = UpdateNetworkCommand;
2194
- exports.UpdateNetworkRequest$ = UpdateNetworkRequest$;
2195
- exports.UpdateNetworkResponse$ = UpdateNetworkResponse$;
2196
- exports.UpdateNetworkSettings$ = UpdateNetworkSettings$;
2197
778
  exports.UpdateNetworkSettingsCommand = UpdateNetworkSettingsCommand;
2198
- exports.UpdateNetworkSettingsRequest$ = UpdateNetworkSettingsRequest$;
2199
- exports.UpdateNetworkSettingsResponse$ = UpdateNetworkSettingsResponse$;
2200
- exports.UpdateSecurityGroup$ = UpdateSecurityGroup$;
2201
779
  exports.UpdateSecurityGroupCommand = UpdateSecurityGroupCommand;
2202
- exports.UpdateSecurityGroupRequest$ = UpdateSecurityGroupRequest$;
2203
- exports.UpdateSecurityGroupResponse$ = UpdateSecurityGroupResponse$;
2204
- exports.UpdateUser$ = UpdateUser$;
2205
780
  exports.UpdateUserCommand = UpdateUserCommand;
2206
- exports.UpdateUserDetails$ = UpdateUserDetails$;
2207
- exports.UpdateUserRequest$ = UpdateUserRequest$;
2208
- exports.UpdateUserResponse$ = UpdateUserResponse$;
2209
- exports.User$ = User$;
2210
- exports.ValidationError = ValidationError;
2211
- exports.ValidationError$ = ValidationError$;
2212
781
  exports.Wickr = Wickr;
2213
- exports.WickrAwsNetworks$ = WickrAwsNetworks$;
2214
782
  exports.WickrClient = WickrClient;
2215
- exports.WickrServiceException = WickrServiceException;
2216
- exports.WickrServiceException$ = WickrServiceException$;
2217
783
  exports.paginateListBlockedGuestUsers = paginateListBlockedGuestUsers;
2218
784
  exports.paginateListBots = paginateListBots;
2219
785
  exports.paginateListDevicesForUser = paginateListDevicesForUser;
@@ -2222,3 +788,15 @@ exports.paginateListNetworks = paginateListNetworks;
2222
788
  exports.paginateListSecurityGroupUsers = paginateListSecurityGroupUsers;
2223
789
  exports.paginateListSecurityGroups = paginateListSecurityGroups;
2224
790
  exports.paginateListUsers = paginateListUsers;
791
+ Object.keys(schemas_0).forEach(function (k) {
792
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
793
+ enumerable: true,
794
+ get: function () { return schemas_0[k]; }
795
+ });
796
+ });
797
+ Object.keys(errors).forEach(function (k) {
798
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
799
+ enumerable: true,
800
+ get: function () { return errors[k]; }
801
+ });
802
+ });