@aws-sdk/client-mq 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 MqServiceException = require('./models/MqServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,939 +113,6 @@ class MqClient extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class MqServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, MqServiceException.prototype);
117
- }
118
- }
119
-
120
- class BadRequestException extends MqServiceException {
121
- name = "BadRequestException";
122
- $fault = "client";
123
- ErrorAttribute;
124
- Message;
125
- constructor(opts) {
126
- super({
127
- name: "BadRequestException",
128
- $fault: "client",
129
- ...opts,
130
- });
131
- Object.setPrototypeOf(this, BadRequestException.prototype);
132
- this.ErrorAttribute = opts.ErrorAttribute;
133
- this.Message = opts.Message;
134
- }
135
- }
136
- class ConflictException extends MqServiceException {
137
- name = "ConflictException";
138
- $fault = "client";
139
- ErrorAttribute;
140
- Message;
141
- constructor(opts) {
142
- super({
143
- name: "ConflictException",
144
- $fault: "client",
145
- ...opts,
146
- });
147
- Object.setPrototypeOf(this, ConflictException.prototype);
148
- this.ErrorAttribute = opts.ErrorAttribute;
149
- this.Message = opts.Message;
150
- }
151
- }
152
- class ForbiddenException extends MqServiceException {
153
- name = "ForbiddenException";
154
- $fault = "client";
155
- ErrorAttribute;
156
- Message;
157
- constructor(opts) {
158
- super({
159
- name: "ForbiddenException",
160
- $fault: "client",
161
- ...opts,
162
- });
163
- Object.setPrototypeOf(this, ForbiddenException.prototype);
164
- this.ErrorAttribute = opts.ErrorAttribute;
165
- this.Message = opts.Message;
166
- }
167
- }
168
- class InternalServerErrorException extends MqServiceException {
169
- name = "InternalServerErrorException";
170
- $fault = "server";
171
- ErrorAttribute;
172
- Message;
173
- constructor(opts) {
174
- super({
175
- name: "InternalServerErrorException",
176
- $fault: "server",
177
- ...opts,
178
- });
179
- Object.setPrototypeOf(this, InternalServerErrorException.prototype);
180
- this.ErrorAttribute = opts.ErrorAttribute;
181
- this.Message = opts.Message;
182
- }
183
- }
184
- class UnauthorizedException extends MqServiceException {
185
- name = "UnauthorizedException";
186
- $fault = "client";
187
- ErrorAttribute;
188
- Message;
189
- constructor(opts) {
190
- super({
191
- name: "UnauthorizedException",
192
- $fault: "client",
193
- ...opts,
194
- });
195
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
196
- this.ErrorAttribute = opts.ErrorAttribute;
197
- this.Message = opts.Message;
198
- }
199
- }
200
- class NotFoundException extends MqServiceException {
201
- name = "NotFoundException";
202
- $fault = "client";
203
- ErrorAttribute;
204
- Message;
205
- constructor(opts) {
206
- super({
207
- name: "NotFoundException",
208
- $fault: "client",
209
- ...opts,
210
- });
211
- Object.setPrototypeOf(this, NotFoundException.prototype);
212
- this.ErrorAttribute = opts.ErrorAttribute;
213
- this.Message = opts.Message;
214
- }
215
- }
216
-
217
- const _A = "Arn";
218
- const _ALG = "AuditLogGroup";
219
- const _AMVU = "AutoMinorVersionUpgrade";
220
- const _AN = "AttributeName";
221
- const _AR = "ActionRequired";
222
- const _ARC = "ActionRequiredCode";
223
- const _ARI = "ActionRequiredInfo";
224
- const _ARc = "ActionsRequired";
225
- const _AS = "AuthenticationStrategy";
226
- const _AZ = "AvailabilityZone";
227
- const _AZv = "AvailabilityZones";
228
- const _Au = "Audit";
229
- const _BA = "BrokerArn";
230
- const _BET = "BrokerEngineType";
231
- const _BETr = "BrokerEngineTypes";
232
- const _BI = "BrokerInstance";
233
- const _BIO = "BrokerInstanceOption";
234
- const _BIOr = "BrokerInstanceOptions";
235
- const _BIr = "BrokerId";
236
- const _BIro = "BrokerInstances";
237
- const _BN = "BrokerName";
238
- const _BRE = "BadRequestException";
239
- const _BS = "BrokerSummary";
240
- const _BSr = "BrokerState";
241
- const _BSro = "BrokerSummaries";
242
- const _C = "Created";
243
- const _CA = "ConsoleAccess";
244
- const _CB = "CreateBroker";
245
- const _CBR = "CreateBrokerRequest";
246
- const _CBRr = "CreateBrokerResponse";
247
- const _CC = "CreateConfiguration";
248
- const _CCR = "CreateConfigurationRequest";
249
- const _CCRr = "CreateConfigurationResponse";
250
- const _CE = "ConflictException";
251
- const _CI = "ConfigurationId";
252
- const _CR = "ConfigurationRevision";
253
- const _CRI = "CreatorRequestId";
254
- const _CT = "CreateTags";
255
- const _CTR = "CreateTagsRequest";
256
- const _CU = "CreateUser";
257
- const _CUR = "CreateUserRequest";
258
- const _CURL = "ConsoleURL";
259
- const _CURr = "CreateUserResponse";
260
- const _Co = "Configuration";
261
- const _Con = "Configurations";
262
- const _Cu = "Current";
263
- const _D = "Description";
264
- const _DB = "DeleteBroker";
265
- const _DBET = "DescribeBrokerEngineTypes";
266
- const _DBETR = "DescribeBrokerEngineTypesRequest";
267
- const _DBETRe = "DescribeBrokerEngineTypesResponse";
268
- const _DBIO = "DescribeBrokerInstanceOptions";
269
- const _DBIOR = "DescribeBrokerInstanceOptionsRequest";
270
- const _DBIORe = "DescribeBrokerInstanceOptionsResponse";
271
- const _DBR = "DeleteBrokerRequest";
272
- const _DBRe = "DeleteBrokerResponse";
273
- const _DBRes = "DescribeBrokerRequest";
274
- const _DBResc = "DescribeBrokerResponse";
275
- const _DBe = "DescribeBroker";
276
- const _DC = "DeleteConfiguration";
277
- const _DCR = "DeleteConfigurationRequest";
278
- const _DCRR = "DescribeConfigurationRevisionRequest";
279
- const _DCRRe = "DescribeConfigurationRevisionResponse";
280
- const _DCRe = "DeleteConfigurationResponse";
281
- const _DCRes = "DescribeConfigurationRequest";
282
- const _DCResc = "DescribeConfigurationResponse";
283
- const _DCRescr = "DescribeConfigurationRevision";
284
- const _DCe = "DescribeConfiguration";
285
- const _DM = "DeploymentMode";
286
- const _DOW = "DayOfWeek";
287
- const _DRC = "DataReplicationCounterpart";
288
- const _DRM = "DataReplicationMode";
289
- const _DRMO = "DataReplicationMetadataOutput";
290
- const _DRMa = "DataReplicationMetadata";
291
- const _DRPBA = "DataReplicationPrimaryBrokerArn";
292
- const _DRR = "DataReplicationRole";
293
- const _DT = "DeleteTags";
294
- const _DTR = "DeleteTagsRequest";
295
- const _DU = "DeleteUser";
296
- const _DUR = "DeleteUserRequest";
297
- const _DURe = "DeleteUserResponse";
298
- const _DURes = "DescribeUserRequest";
299
- const _DUResc = "DescribeUserResponse";
300
- const _DUe = "DescribeUser";
301
- const _Da = "Data";
302
- const _E = "Endpoints";
303
- const _EA = "ErrorAttribute";
304
- const _EN = "ElementName";
305
- const _EO = "EncryptionOptions";
306
- const _ET = "EngineType";
307
- const _EV = "EngineVersions";
308
- const _EVn = "EngineVersion";
309
- const _FE = "ForbiddenException";
310
- const _G = "Groups";
311
- const _GLG = "GeneralLogGroup";
312
- const _Ge = "General";
313
- const _H = "History";
314
- const _HIT = "HostInstanceType";
315
- const _Ho = "Hosts";
316
- const _I = "Id";
317
- const _IA = "IpAddress";
318
- const _ISEE = "InternalServerErrorException";
319
- const _KKI = "KmsKeyId";
320
- const _L = "Logs";
321
- const _LB = "ListBrokers";
322
- const _LBR = "ListBrokersRequest";
323
- const _LBRi = "ListBrokersResponse";
324
- const _LC = "ListConfigurations";
325
- const _LCR = "ListConfigurationsRequest";
326
- const _LCRR = "ListConfigurationRevisionsRequest";
327
- const _LCRRi = "ListConfigurationRevisionsResponse";
328
- const _LCRi = "ListConfigurationsResponse";
329
- const _LCRis = "ListConfigurationRevisions";
330
- const _LR = "LatestRevision";
331
- const _LS = "LogsSummary";
332
- const _LSM = "LdapServerMetadata";
333
- const _LSMI = "LdapServerMetadataInput";
334
- const _LSMO = "LdapServerMetadataOutput";
335
- const _LT = "ListTags";
336
- const _LTR = "ListTagsRequest";
337
- const _LTRi = "ListTagsResponse";
338
- const _LU = "ListUsers";
339
- const _LUR = "ListUsersRequest";
340
- const _LURi = "ListUsersResponse";
341
- const _M = "Message";
342
- const _MR = "MaxResults";
343
- const _MWST = "MaintenanceWindowStartTime";
344
- const _Mo = "Mode";
345
- const _N = "Name";
346
- const _NFE = "NotFoundException";
347
- const _NT = "NextToken";
348
- const _P = "Pending";
349
- const _PA = "PubliclyAccessible";
350
- const _PAS = "PendingAuthenticationStrategy";
351
- const _PC = "PendingChange";
352
- const _PDRM = "PendingDataReplicationMetadata";
353
- const _PDRMe = "PendingDataReplicationMode";
354
- const _PEV = "PendingEngineVersion";
355
- const _PHIT = "PendingHostInstanceType";
356
- const _PL = "PendingLogs";
357
- const _PLSM = "PendingLdapServerMetadata";
358
- const _PR = "PromoteRequest";
359
- const _PRr = "PromoteResponse";
360
- const _PSG = "PendingSecurityGroups";
361
- const _Pa = "Password";
362
- const _Pr = "Promote";
363
- const _R = "Revision";
364
- const _RA = "ResourceArn";
365
- const _RB = "RoleBase";
366
- const _RBR = "RebootBrokerRequest";
367
- const _RBRe = "RebootBrokerResponse";
368
- const _RBe = "RebootBroker";
369
- const _RN = "RoleName";
370
- const _RSM = "RoleSearchMatching";
371
- const _RSS = "RoleSearchSubtree";
372
- const _RU = "ReplicationUser";
373
- const _Re = "Region";
374
- const _Rea = "Reason";
375
- const _Rev = "Revisions";
376
- const _SAP = "ServiceAccountPassword";
377
- const _SAU = "ServiceAccountUsername";
378
- const _SDM = "SupportedDeploymentModes";
379
- const _SEV = "SupportedEngineVersions";
380
- const _SG = "SecurityGroups";
381
- const _SI = "SubnetIds";
382
- const _ST = "StorageType";
383
- const _SW = "SanitizationWarning";
384
- const _T = "Tags";
385
- const _TK = "TagKeys";
386
- const _TOD = "TimeOfDay";
387
- const _TZ = "TimeZone";
388
- const _U = "Users";
389
- const _UAOK = "UseAwsOwnedKey";
390
- const _UB = "UserBase";
391
- const _UBR = "UpdateBrokerRequest";
392
- const _UBRp = "UpdateBrokerResponse";
393
- const _UBp = "UpdateBroker";
394
- const _UC = "UpdateConfiguration";
395
- const _UCR = "UpdateConfigurationRequest";
396
- const _UCRp = "UpdateConfigurationResponse";
397
- const _UE = "UnauthorizedException";
398
- const _UPC = "UserPendingChanges";
399
- const _URN = "UserRoleName";
400
- const _US = "UserSummary";
401
- const _USM = "UserSearchMatching";
402
- const _USS = "UserSearchSubtree";
403
- const _UU = "UpdateUser";
404
- const _UUR = "UpdateUserRequest";
405
- const _UURp = "UpdateUserResponse";
406
- const _Us = "Username";
407
- const _Use = "User";
408
- const _W = "Warnings";
409
- const _WST = "WeeklyStartTime";
410
- const _a = "arn";
411
- const _aLG = "auditLogGroup";
412
- const _aMVU = "autoMinorVersionUpgrade";
413
- const _aN = "attributeName";
414
- const _aR = "actionsRequired";
415
- const _aRC = "actionRequiredCode";
416
- const _aRI = "actionRequiredInfo";
417
- const _aS = "authenticationStrategy";
418
- const _aZ = "availabilityZones";
419
- const _au = "audit";
420
- const _bA = "brokerArn";
421
- const _bET = "brokerEngineTypes";
422
- const _bI = "brokerId";
423
- const _bIO = "brokerInstanceOptions";
424
- const _bIr = "brokerInstances";
425
- const _bN = "brokerName";
426
- const _bS = "brokerState";
427
- const _bSr = "brokerSummaries";
428
- const _c = "client";
429
- const _cA = "consoleAccess";
430
- const _cI = "configurationId";
431
- const _cRI = "creatorRequestId";
432
- const _cURL = "consoleURL";
433
- const _co = "configuration";
434
- const _con = "configurations";
435
- const _cr = "created";
436
- const _cu = "current";
437
- const _d = "description";
438
- const _dM = "deploymentMode";
439
- const _dOW = "dayOfWeek";
440
- const _dRC = "dataReplicationCounterpart";
441
- const _dRM = "dataReplicationMode";
442
- const _dRMa = "dataReplicationMetadata";
443
- const _dRPBA = "dataReplicationPrimaryBrokerArn";
444
- const _dRR = "dataReplicationRole";
445
- const _da = "data";
446
- const _e = "error";
447
- const _eA = "errorAttribute";
448
- const _eN = "elementName";
449
- const _eO = "encryptionOptions";
450
- const _eT = "engineType";
451
- const _eV = "engineVersions";
452
- const _eVn = "engineVersion";
453
- const _en = "endpoints";
454
- const _g = "groups";
455
- const _gLG = "generalLogGroup";
456
- const _ge = "general";
457
- const _h = "history";
458
- const _hE = "httpError";
459
- const _hIT = "hostInstanceType";
460
- const _hQ = "httpQuery";
461
- const _ho = "hosts";
462
- const _ht = "http";
463
- const _i = "id";
464
- const _iA = "ipAddress";
465
- const _iT = "idempotencyToken";
466
- const _jN = "jsonName";
467
- const _kKI = "kmsKeyId";
468
- const _l = "logs";
469
- const _lOAR = "__listOfActionRequired";
470
- const _lOAZ = "__listOfAvailabilityZone";
471
- const _lOBET = "__listOfBrokerEngineType";
472
- const _lOBI = "__listOfBrokerInstance";
473
- const _lOBIO = "__listOfBrokerInstanceOption";
474
- const _lOBS = "__listOfBrokerSummary";
475
- const _lOC = "__listOfConfiguration";
476
- const _lOCI = "__listOfConfigurationId";
477
- const _lOCR = "__listOfConfigurationRevision";
478
- const _lOEV = "__listOfEngineVersion";
479
- const _lOSW = "__listOfSanitizationWarning";
480
- const _lOU = "__listOfUser";
481
- const _lOUS = "__listOfUserSummary";
482
- const _lR = "latestRevision";
483
- const _lSM = "ldapServerMetadata";
484
- const _m = "message";
485
- const _mR = "maxResults";
486
- const _mWST = "maintenanceWindowStartTime";
487
- const _mo = "mode";
488
- const _n = "name";
489
- const _nT = "nextToken";
490
- const _p = "pending";
491
- const _pA = "publiclyAccessible";
492
- const _pAS = "pendingAuthenticationStrategy";
493
- const _pC = "pendingChange";
494
- const _pDRM = "pendingDataReplicationMetadata";
495
- const _pDRMe = "pendingDataReplicationMode";
496
- const _pEV = "pendingEngineVersion";
497
- const _pHIT = "pendingHostInstanceType";
498
- const _pLSM = "pendingLdapServerMetadata";
499
- const _pSG = "pendingSecurityGroups";
500
- const _pa = "password";
501
- const _r = "revision";
502
- const _rB = "roleBase";
503
- const _rN = "roleName";
504
- const _rSM = "roleSearchMatching";
505
- const _rSS = "roleSearchSubtree";
506
- const _rU = "replicationUser";
507
- const _re = "region";
508
- const _rea = "reason";
509
- const _rev = "revisions";
510
- const _s = "server";
511
- const _sAP = "serviceAccountPassword";
512
- const _sAU = "serviceAccountUsername";
513
- const _sDM = "supportedDeploymentModes";
514
- const _sEV = "supportedEngineVersions";
515
- const _sG = "securityGroups";
516
- const _sI = "subnetIds";
517
- const _sT = "storageType";
518
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.mq";
519
- const _t = "tags";
520
- const _tK = "tagKeys";
521
- const _tOD = "timeOfDay";
522
- const _tZ = "timeZone";
523
- const _u = "users";
524
- const _uAOK = "useAwsOwnedKey";
525
- const _uB = "userBase";
526
- const _uRN = "userRoleName";
527
- const _uSM = "userSearchMatching";
528
- const _uSS = "userSearchSubtree";
529
- const _us = "username";
530
- const _w = "warnings";
531
- const n0 = "com.amazonaws.mq";
532
- var ActionRequired$ = [3, n0, _AR,
533
- 0,
534
- [_ARC, _ARI],
535
- [[0, { [_jN]: _aRC }], [0, { [_jN]: _aRI }]]
536
- ];
537
- var AvailabilityZone$ = [3, n0, _AZ,
538
- 0,
539
- [_N],
540
- [[0, { [_jN]: _n }]]
541
- ];
542
- var BadRequestException$ = [-3, n0, _BRE,
543
- { [_e]: _c, [_hE]: 400 },
544
- [_EA, _M],
545
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
546
- ];
547
- schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
548
- var BrokerEngineType$ = [3, n0, _BET,
549
- 0,
550
- [_ET, _EV],
551
- [[0, { [_jN]: _eT }], [() => __listOfEngineVersion, { [_jN]: _eV }]]
552
- ];
553
- var BrokerInstance$ = [3, n0, _BI,
554
- 0,
555
- [_CURL, _E, _IA],
556
- [[0, { [_jN]: _cURL }], [64 | 0, { [_jN]: _en }], [0, { [_jN]: _iA }]]
557
- ];
558
- var BrokerInstanceOption$ = [3, n0, _BIO,
559
- 0,
560
- [_AZv, _ET, _HIT, _ST, _SDM, _SEV],
561
- [[() => __listOfAvailabilityZone, { [_jN]: _aZ }], [0, { [_jN]: _eT }], [0, { [_jN]: _hIT }], [0, { [_jN]: _sT }], [64 | 0, { [_jN]: _sDM }], [64 | 0, { [_jN]: _sEV }]]
562
- ];
563
- var BrokerSummary$ = [3, n0, _BS,
564
- 0,
565
- [_DM, _ET, _BA, _BIr, _BN, _BSr, _C, _HIT],
566
- [[0, { [_jN]: _dM }], [0, { [_jN]: _eT }], [0, { [_jN]: _bA }], [0, { [_jN]: _bI }], [0, { [_jN]: _bN }], [0, { [_jN]: _bS }], [5, { [_jN]: _cr }], [0, { [_jN]: _hIT }]], 2
567
- ];
568
- var Configuration$ = [3, n0, _Co,
569
- 0,
570
- [_A, _AS, _C, _D, _ET, _EVn, _I, _LR, _N, _T],
571
- [[0, { [_jN]: _a }], [0, { [_jN]: _aS }], [5, { [_jN]: _cr }], [0, { [_jN]: _d }], [0, { [_jN]: _eT }], [0, { [_jN]: _eVn }], [0, { [_jN]: _i }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [128 | 0, { [_jN]: _t }]], 9
572
- ];
573
- var ConfigurationId$ = [3, n0, _CI,
574
- 0,
575
- [_I, _R],
576
- [[0, { [_jN]: _i }], [1, { [_jN]: _r }]], 1
577
- ];
578
- var ConfigurationRevision$ = [3, n0, _CR,
579
- 0,
580
- [_C, _R, _D],
581
- [[5, { [_jN]: _cr }], [1, { [_jN]: _r }], [0, { [_jN]: _d }]], 2
582
- ];
583
- var Configurations$ = [3, n0, _Con,
584
- 0,
585
- [_Cu, _H, _P],
586
- [[() => ConfigurationId$, { [_jN]: _cu }], [() => __listOfConfigurationId, { [_jN]: _h }], [() => ConfigurationId$, { [_jN]: _p }]]
587
- ];
588
- var ConflictException$ = [-3, n0, _CE,
589
- { [_e]: _c, [_hE]: 409 },
590
- [_EA, _M],
591
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
592
- ];
593
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
594
- var CreateBrokerRequest$ = [3, n0, _CBR,
595
- 0,
596
- [_BN, _DM, _ET, _HIT, _PA, _AS, _AMVU, _Co, _CRI, _EO, _EVn, _LSM, _L, _MWST, _SG, _ST, _SI, _T, _U, _DRM, _DRPBA],
597
- [[0, { [_jN]: _bN }], [0, { [_jN]: _dM }], [0, { [_jN]: _eT }], [0, { [_jN]: _hIT }], [2, { [_jN]: _pA }], [0, { [_jN]: _aS }], [2, { [_jN]: _aMVU }], [() => ConfigurationId$, { [_jN]: _co }], [0, { [_iT]: 1, [_jN]: _cRI }], [() => EncryptionOptions$, { [_jN]: _eO }], [0, { [_jN]: _eVn }], [() => LdapServerMetadataInput$, { [_jN]: _lSM }], [() => Logs$, { [_jN]: _l }], [() => WeeklyStartTime$, { [_jN]: _mWST }], [64 | 0, { [_jN]: _sG }], [0, { [_jN]: _sT }], [64 | 0, { [_jN]: _sI }], [128 | 0, { [_jN]: _t }], [() => __listOfUser, { [_jN]: _u }], [0, { [_jN]: _dRM }], [0, { [_jN]: _dRPBA }]], 5
598
- ];
599
- var CreateBrokerResponse$ = [3, n0, _CBRr,
600
- 0,
601
- [_BA, _BIr],
602
- [[0, { [_jN]: _bA }], [0, { [_jN]: _bI }]]
603
- ];
604
- var CreateConfigurationRequest$ = [3, n0, _CCR,
605
- 0,
606
- [_ET, _N, _AS, _EVn, _T],
607
- [[0, { [_jN]: _eT }], [0, { [_jN]: _n }], [0, { [_jN]: _aS }], [0, { [_jN]: _eVn }], [128 | 0, { [_jN]: _t }]], 2
608
- ];
609
- var CreateConfigurationResponse$ = [3, n0, _CCRr,
610
- 0,
611
- [_A, _AS, _C, _I, _LR, _N],
612
- [[0, { [_jN]: _a }], [0, { [_jN]: _aS }], [5, { [_jN]: _cr }], [0, { [_jN]: _i }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }]]
613
- ];
614
- var CreateTagsRequest$ = [3, n0, _CTR,
615
- 0,
616
- [_RA, _T],
617
- [[0, 1], [128 | 0, { [_jN]: _t }]], 1
618
- ];
619
- var CreateUserRequest$ = [3, n0, _CUR,
620
- 0,
621
- [_BIr, _Pa, _Us, _CA, _G, _RU],
622
- [[0, 1], [0, { [_jN]: _pa }], [0, 1], [2, { [_jN]: _cA }], [64 | 0, { [_jN]: _g }], [2, { [_jN]: _rU }]], 3
623
- ];
624
- var CreateUserResponse$ = [3, n0, _CURr,
625
- 0,
626
- [],
627
- []
628
- ];
629
- var DataReplicationCounterpart$ = [3, n0, _DRC,
630
- 0,
631
- [_BIr, _Re],
632
- [[0, { [_jN]: _bI }], [0, { [_jN]: _re }]], 2
633
- ];
634
- var DataReplicationMetadataOutput$ = [3, n0, _DRMO,
635
- 0,
636
- [_DRR, _DRC],
637
- [[0, { [_jN]: _dRR }], [() => DataReplicationCounterpart$, { [_jN]: _dRC }]], 1
638
- ];
639
- var DeleteBrokerRequest$ = [3, n0, _DBR,
640
- 0,
641
- [_BIr],
642
- [[0, 1]], 1
643
- ];
644
- var DeleteBrokerResponse$ = [3, n0, _DBRe,
645
- 0,
646
- [_BIr],
647
- [[0, { [_jN]: _bI }]]
648
- ];
649
- var DeleteConfigurationRequest$ = [3, n0, _DCR,
650
- 0,
651
- [_CI],
652
- [[0, 1]], 1
653
- ];
654
- var DeleteConfigurationResponse$ = [3, n0, _DCRe,
655
- 0,
656
- [_CI],
657
- [[0, { [_jN]: _cI }]]
658
- ];
659
- var DeleteTagsRequest$ = [3, n0, _DTR,
660
- 0,
661
- [_RA, _TK],
662
- [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
663
- ];
664
- var DeleteUserRequest$ = [3, n0, _DUR,
665
- 0,
666
- [_BIr, _Us],
667
- [[0, 1], [0, 1]], 2
668
- ];
669
- var DeleteUserResponse$ = [3, n0, _DURe,
670
- 0,
671
- [],
672
- []
673
- ];
674
- var DescribeBrokerEngineTypesRequest$ = [3, n0, _DBETR,
675
- 0,
676
- [_ET, _MR, _NT],
677
- [[0, { [_hQ]: _eT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
678
- ];
679
- var DescribeBrokerEngineTypesResponse$ = [3, n0, _DBETRe,
680
- 0,
681
- [_BETr, _MR, _NT],
682
- [[() => __listOfBrokerEngineType, { [_jN]: _bET }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }]]
683
- ];
684
- var DescribeBrokerInstanceOptionsRequest$ = [3, n0, _DBIOR,
685
- 0,
686
- [_ET, _HIT, _MR, _NT, _ST],
687
- [[0, { [_hQ]: _eT }], [0, { [_hQ]: _hIT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], [0, { [_hQ]: _sT }]]
688
- ];
689
- var DescribeBrokerInstanceOptionsResponse$ = [3, n0, _DBIORe,
690
- 0,
691
- [_BIOr, _MR, _NT],
692
- [[() => __listOfBrokerInstanceOption, { [_jN]: _bIO }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }]]
693
- ];
694
- var DescribeBrokerRequest$ = [3, n0, _DBRes,
695
- 0,
696
- [_BIr],
697
- [[0, 1]], 1
698
- ];
699
- var DescribeBrokerResponse$ = [3, n0, _DBResc,
700
- 0,
701
- [_ARc, _AS, _AMVU, _BA, _BIr, _BIro, _BN, _BSr, _Con, _C, _DM, _EO, _ET, _EVn, _HIT, _LSM, _L, _MWST, _PAS, _PEV, _PHIT, _PLSM, _PSG, _PA, _SG, _ST, _SI, _T, _U, _DRMa, _DRM, _PDRM, _PDRMe],
702
- [[() => __listOfActionRequired, { [_jN]: _aR }], [0, { [_jN]: _aS }], [2, { [_jN]: _aMVU }], [0, { [_jN]: _bA }], [0, { [_jN]: _bI }], [() => __listOfBrokerInstance, { [_jN]: _bIr }], [0, { [_jN]: _bN }], [0, { [_jN]: _bS }], [() => Configurations$, { [_jN]: _con }], [5, { [_jN]: _cr }], [0, { [_jN]: _dM }], [() => EncryptionOptions$, { [_jN]: _eO }], [0, { [_jN]: _eT }], [0, { [_jN]: _eVn }], [0, { [_jN]: _hIT }], [() => LdapServerMetadataOutput$, { [_jN]: _lSM }], [() => LogsSummary$, { [_jN]: _l }], [() => WeeklyStartTime$, { [_jN]: _mWST }], [0, { [_jN]: _pAS }], [0, { [_jN]: _pEV }], [0, { [_jN]: _pHIT }], [() => LdapServerMetadataOutput$, { [_jN]: _pLSM }], [64 | 0, { [_jN]: _pSG }], [2, { [_jN]: _pA }], [64 | 0, { [_jN]: _sG }], [0, { [_jN]: _sT }], [64 | 0, { [_jN]: _sI }], [128 | 0, { [_jN]: _t }], [() => __listOfUserSummary, { [_jN]: _u }], [() => DataReplicationMetadataOutput$, { [_jN]: _dRMa }], [0, { [_jN]: _dRM }], [() => DataReplicationMetadataOutput$, { [_jN]: _pDRM }], [0, { [_jN]: _pDRMe }]]
703
- ];
704
- var DescribeConfigurationRequest$ = [3, n0, _DCRes,
705
- 0,
706
- [_CI],
707
- [[0, 1]], 1
708
- ];
709
- var DescribeConfigurationResponse$ = [3, n0, _DCResc,
710
- 0,
711
- [_A, _AS, _C, _D, _ET, _EVn, _I, _LR, _N, _T],
712
- [[0, { [_jN]: _a }], [0, { [_jN]: _aS }], [5, { [_jN]: _cr }], [0, { [_jN]: _d }], [0, { [_jN]: _eT }], [0, { [_jN]: _eVn }], [0, { [_jN]: _i }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [128 | 0, { [_jN]: _t }]]
713
- ];
714
- var DescribeConfigurationRevisionRequest$ = [3, n0, _DCRR,
715
- 0,
716
- [_CI, _CR],
717
- [[0, 1], [0, 1]], 2
718
- ];
719
- var DescribeConfigurationRevisionResponse$ = [3, n0, _DCRRe,
720
- 0,
721
- [_CI, _C, _Da, _D],
722
- [[0, { [_jN]: _cI }], [5, { [_jN]: _cr }], [0, { [_jN]: _da }], [0, { [_jN]: _d }]]
723
- ];
724
- var DescribeUserRequest$ = [3, n0, _DURes,
725
- 0,
726
- [_BIr, _Us],
727
- [[0, 1], [0, 1]], 2
728
- ];
729
- var DescribeUserResponse$ = [3, n0, _DUResc,
730
- 0,
731
- [_BIr, _CA, _G, _P, _Us, _RU],
732
- [[0, { [_jN]: _bI }], [2, { [_jN]: _cA }], [64 | 0, { [_jN]: _g }], [() => UserPendingChanges$, { [_jN]: _p }], [0, { [_jN]: _us }], [2, { [_jN]: _rU }]]
733
- ];
734
- var EncryptionOptions$ = [3, n0, _EO,
735
- 0,
736
- [_UAOK, _KKI],
737
- [[2, { [_jN]: _uAOK }], [0, { [_jN]: _kKI }]], 1
738
- ];
739
- var EngineVersion$ = [3, n0, _EVn,
740
- 0,
741
- [_N],
742
- [[0, { [_jN]: _n }]]
743
- ];
744
- var ForbiddenException$ = [-3, n0, _FE,
745
- { [_e]: _c, [_hE]: 403 },
746
- [_EA, _M],
747
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
748
- ];
749
- schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
750
- var InternalServerErrorException$ = [-3, n0, _ISEE,
751
- { [_e]: _s, [_hE]: 500 },
752
- [_EA, _M],
753
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
754
- ];
755
- schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
756
- var LdapServerMetadataInput$ = [3, n0, _LSMI,
757
- 0,
758
- [_Ho, _RB, _RSM, _SAP, _SAU, _UB, _USM, _RN, _RSS, _URN, _USS],
759
- [[64 | 0, { [_jN]: _ho }], [0, { [_jN]: _rB }], [0, { [_jN]: _rSM }], [0, { [_jN]: _sAP }], [0, { [_jN]: _sAU }], [0, { [_jN]: _uB }], [0, { [_jN]: _uSM }], [0, { [_jN]: _rN }], [2, { [_jN]: _rSS }], [0, { [_jN]: _uRN }], [2, { [_jN]: _uSS }]], 7
760
- ];
761
- var LdapServerMetadataOutput$ = [3, n0, _LSMO,
762
- 0,
763
- [_Ho, _RB, _RSM, _SAU, _UB, _USM, _RN, _RSS, _URN, _USS],
764
- [[64 | 0, { [_jN]: _ho }], [0, { [_jN]: _rB }], [0, { [_jN]: _rSM }], [0, { [_jN]: _sAU }], [0, { [_jN]: _uB }], [0, { [_jN]: _uSM }], [0, { [_jN]: _rN }], [2, { [_jN]: _rSS }], [0, { [_jN]: _uRN }], [2, { [_jN]: _uSS }]], 6
765
- ];
766
- var ListBrokersRequest$ = [3, n0, _LBR,
767
- 0,
768
- [_MR, _NT],
769
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
770
- ];
771
- var ListBrokersResponse$ = [3, n0, _LBRi,
772
- 0,
773
- [_BSro, _NT],
774
- [[() => __listOfBrokerSummary, { [_jN]: _bSr }], [0, { [_jN]: _nT }]]
775
- ];
776
- var ListConfigurationRevisionsRequest$ = [3, n0, _LCRR,
777
- 0,
778
- [_CI, _MR, _NT],
779
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
780
- ];
781
- var ListConfigurationRevisionsResponse$ = [3, n0, _LCRRi,
782
- 0,
783
- [_CI, _MR, _NT, _Rev],
784
- [[0, { [_jN]: _cI }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }], [() => __listOfConfigurationRevision, { [_jN]: _rev }]]
785
- ];
786
- var ListConfigurationsRequest$ = [3, n0, _LCR,
787
- 0,
788
- [_MR, _NT],
789
- [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
790
- ];
791
- var ListConfigurationsResponse$ = [3, n0, _LCRi,
792
- 0,
793
- [_Con, _MR, _NT],
794
- [[() => __listOfConfiguration, { [_jN]: _con }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }]]
795
- ];
796
- var ListTagsRequest$ = [3, n0, _LTR,
797
- 0,
798
- [_RA],
799
- [[0, 1]], 1
800
- ];
801
- var ListTagsResponse$ = [3, n0, _LTRi,
802
- 0,
803
- [_T],
804
- [[128 | 0, { [_jN]: _t }]]
805
- ];
806
- var ListUsersRequest$ = [3, n0, _LUR,
807
- 0,
808
- [_BIr, _MR, _NT],
809
- [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
810
- ];
811
- var ListUsersResponse$ = [3, n0, _LURi,
812
- 0,
813
- [_BIr, _MR, _NT, _U],
814
- [[0, { [_jN]: _bI }], [1, { [_jN]: _mR }], [0, { [_jN]: _nT }], [() => __listOfUserSummary, { [_jN]: _u }]]
815
- ];
816
- var Logs$ = [3, n0, _L,
817
- 0,
818
- [_Au, _Ge],
819
- [[2, { [_jN]: _au }], [2, { [_jN]: _ge }]]
820
- ];
821
- var LogsSummary$ = [3, n0, _LS,
822
- 0,
823
- [_Ge, _GLG, _Au, _ALG, _P],
824
- [[2, { [_jN]: _ge }], [0, { [_jN]: _gLG }], [2, { [_jN]: _au }], [0, { [_jN]: _aLG }], [() => PendingLogs$, { [_jN]: _p }]], 2
825
- ];
826
- var NotFoundException$ = [-3, n0, _NFE,
827
- { [_e]: _c, [_hE]: 404 },
828
- [_EA, _M],
829
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
830
- ];
831
- schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
832
- var PendingLogs$ = [3, n0, _PL,
833
- 0,
834
- [_Au, _Ge],
835
- [[2, { [_jN]: _au }], [2, { [_jN]: _ge }]]
836
- ];
837
- var PromoteRequest$ = [3, n0, _PR,
838
- 0,
839
- [_BIr, _Mo],
840
- [[0, 1], [0, { [_jN]: _mo }]], 2
841
- ];
842
- var PromoteResponse$ = [3, n0, _PRr,
843
- 0,
844
- [_BIr],
845
- [[0, { [_jN]: _bI }]]
846
- ];
847
- var RebootBrokerRequest$ = [3, n0, _RBR,
848
- 0,
849
- [_BIr],
850
- [[0, 1]], 1
851
- ];
852
- var RebootBrokerResponse$ = [3, n0, _RBRe,
853
- 0,
854
- [],
855
- []
856
- ];
857
- var SanitizationWarning$ = [3, n0, _SW,
858
- 0,
859
- [_Rea, _AN, _EN],
860
- [[0, { [_jN]: _rea }], [0, { [_jN]: _aN }], [0, { [_jN]: _eN }]], 1
861
- ];
862
- var UnauthorizedException$ = [-3, n0, _UE,
863
- { [_e]: _c, [_hE]: 401 },
864
- [_EA, _M],
865
- [[0, { [_jN]: _eA }], [0, { [_jN]: _m }]]
866
- ];
867
- schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
868
- var UpdateBrokerRequest$ = [3, n0, _UBR,
869
- 0,
870
- [_BIr, _AS, _AMVU, _Co, _EVn, _HIT, _LSM, _L, _MWST, _SG, _DRM],
871
- [[0, 1], [0, { [_jN]: _aS }], [2, { [_jN]: _aMVU }], [() => ConfigurationId$, { [_jN]: _co }], [0, { [_jN]: _eVn }], [0, { [_jN]: _hIT }], [() => LdapServerMetadataInput$, { [_jN]: _lSM }], [() => Logs$, { [_jN]: _l }], [() => WeeklyStartTime$, { [_jN]: _mWST }], [64 | 0, { [_jN]: _sG }], [0, { [_jN]: _dRM }]], 1
872
- ];
873
- var UpdateBrokerResponse$ = [3, n0, _UBRp,
874
- 0,
875
- [_AS, _AMVU, _BIr, _Co, _EVn, _HIT, _LSM, _L, _MWST, _SG, _DRMa, _DRM, _PDRM, _PDRMe],
876
- [[0, { [_jN]: _aS }], [2, { [_jN]: _aMVU }], [0, { [_jN]: _bI }], [() => ConfigurationId$, { [_jN]: _co }], [0, { [_jN]: _eVn }], [0, { [_jN]: _hIT }], [() => LdapServerMetadataOutput$, { [_jN]: _lSM }], [() => Logs$, { [_jN]: _l }], [() => WeeklyStartTime$, { [_jN]: _mWST }], [64 | 0, { [_jN]: _sG }], [() => DataReplicationMetadataOutput$, { [_jN]: _dRMa }], [0, { [_jN]: _dRM }], [() => DataReplicationMetadataOutput$, { [_jN]: _pDRM }], [0, { [_jN]: _pDRMe }]]
877
- ];
878
- var UpdateConfigurationRequest$ = [3, n0, _UCR,
879
- 0,
880
- [_CI, _Da, _D],
881
- [[0, 1], [0, { [_jN]: _da }], [0, { [_jN]: _d }]], 2
882
- ];
883
- var UpdateConfigurationResponse$ = [3, n0, _UCRp,
884
- 0,
885
- [_A, _C, _I, _LR, _N, _W],
886
- [[0, { [_jN]: _a }], [5, { [_jN]: _cr }], [0, { [_jN]: _i }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [() => __listOfSanitizationWarning, { [_jN]: _w }]]
887
- ];
888
- var UpdateUserRequest$ = [3, n0, _UUR,
889
- 0,
890
- [_BIr, _Us, _CA, _G, _Pa, _RU],
891
- [[0, 1], [0, 1], [2, { [_jN]: _cA }], [64 | 0, { [_jN]: _g }], [0, { [_jN]: _pa }], [2, { [_jN]: _rU }]], 2
892
- ];
893
- var UpdateUserResponse$ = [3, n0, _UURp,
894
- 0,
895
- [],
896
- []
897
- ];
898
- var User$ = [3, n0, _Use,
899
- 0,
900
- [_Pa, _Us, _CA, _G, _RU],
901
- [[0, { [_jN]: _pa }], [0, { [_jN]: _us }], [2, { [_jN]: _cA }], [64 | 0, { [_jN]: _g }], [2, { [_jN]: _rU }]], 2
902
- ];
903
- var UserPendingChanges$ = [3, n0, _UPC,
904
- 0,
905
- [_PC, _CA, _G],
906
- [[0, { [_jN]: _pC }], [2, { [_jN]: _cA }], [64 | 0, { [_jN]: _g }]], 1
907
- ];
908
- var UserSummary$ = [3, n0, _US,
909
- 0,
910
- [_Us, _PC],
911
- [[0, { [_jN]: _us }], [0, { [_jN]: _pC }]], 1
912
- ];
913
- var WeeklyStartTime$ = [3, n0, _WST,
914
- 0,
915
- [_DOW, _TOD, _TZ],
916
- [[0, { [_jN]: _dOW }], [0, { [_jN]: _tOD }], [0, { [_jN]: _tZ }]], 2
917
- ];
918
- var __Unit = "unit";
919
- var MqServiceException$ = [-3, _sm, "MqServiceException", 0, [], []];
920
- schema.TypeRegistry.for(_sm).registerError(MqServiceException$, MqServiceException);
921
- var __listOfActionRequired = [1, n0, _lOAR,
922
- 0, [() => ActionRequired$,
923
- 0]
924
- ];
925
- var __listOfAvailabilityZone = [1, n0, _lOAZ,
926
- 0, [() => AvailabilityZone$,
927
- 0]
928
- ];
929
- var __listOfBrokerEngineType = [1, n0, _lOBET,
930
- 0, [() => BrokerEngineType$,
931
- 0]
932
- ];
933
- var __listOfBrokerInstance = [1, n0, _lOBI,
934
- 0, [() => BrokerInstance$,
935
- 0]
936
- ];
937
- var __listOfBrokerInstanceOption = [1, n0, _lOBIO,
938
- 0, [() => BrokerInstanceOption$,
939
- 0]
940
- ];
941
- var __listOfBrokerSummary = [1, n0, _lOBS,
942
- 0, [() => BrokerSummary$,
943
- 0]
944
- ];
945
- var __listOfConfiguration = [1, n0, _lOC,
946
- 0, [() => Configuration$,
947
- 0]
948
- ];
949
- var __listOfConfigurationId = [1, n0, _lOCI,
950
- 0, [() => ConfigurationId$,
951
- 0]
952
- ];
953
- var __listOfConfigurationRevision = [1, n0, _lOCR,
954
- 0, [() => ConfigurationRevision$,
955
- 0]
956
- ];
957
- var __listOfEngineVersion = [1, n0, _lOEV,
958
- 0, [() => EngineVersion$,
959
- 0]
960
- ];
961
- var __listOfSanitizationWarning = [1, n0, _lOSW,
962
- 0, [() => SanitizationWarning$,
963
- 0]
964
- ];
965
- var __listOfUser = [1, n0, _lOU,
966
- 0, [() => User$,
967
- 0]
968
- ];
969
- var __listOfUserSummary = [1, n0, _lOUS,
970
- 0, [() => UserSummary$,
971
- 0]
972
- ];
973
- var CreateBroker$ = [9, n0, _CB,
974
- { [_ht]: ["POST", "/v1/brokers", 200] }, () => CreateBrokerRequest$, () => CreateBrokerResponse$
975
- ];
976
- var CreateConfiguration$ = [9, n0, _CC,
977
- { [_ht]: ["POST", "/v1/configurations", 200] }, () => CreateConfigurationRequest$, () => CreateConfigurationResponse$
978
- ];
979
- var CreateTags$ = [9, n0, _CT,
980
- { [_ht]: ["POST", "/v1/tags/{ResourceArn}", 204] }, () => CreateTagsRequest$, () => __Unit
981
- ];
982
- var CreateUser$ = [9, n0, _CU,
983
- { [_ht]: ["POST", "/v1/brokers/{BrokerId}/users/{Username}", 200] }, () => CreateUserRequest$, () => CreateUserResponse$
984
- ];
985
- var DeleteBroker$ = [9, n0, _DB,
986
- { [_ht]: ["DELETE", "/v1/brokers/{BrokerId}", 200] }, () => DeleteBrokerRequest$, () => DeleteBrokerResponse$
987
- ];
988
- var DeleteConfiguration$ = [9, n0, _DC,
989
- { [_ht]: ["DELETE", "/v1/configurations/{ConfigurationId}", 200] }, () => DeleteConfigurationRequest$, () => DeleteConfigurationResponse$
990
- ];
991
- var DeleteTags$ = [9, n0, _DT,
992
- { [_ht]: ["DELETE", "/v1/tags/{ResourceArn}", 204] }, () => DeleteTagsRequest$, () => __Unit
993
- ];
994
- var DeleteUser$ = [9, n0, _DU,
995
- { [_ht]: ["DELETE", "/v1/brokers/{BrokerId}/users/{Username}", 200] }, () => DeleteUserRequest$, () => DeleteUserResponse$
996
- ];
997
- var DescribeBroker$ = [9, n0, _DBe,
998
- { [_ht]: ["GET", "/v1/brokers/{BrokerId}", 200] }, () => DescribeBrokerRequest$, () => DescribeBrokerResponse$
999
- ];
1000
- var DescribeBrokerEngineTypes$ = [9, n0, _DBET,
1001
- { [_ht]: ["GET", "/v1/broker-engine-types", 200] }, () => DescribeBrokerEngineTypesRequest$, () => DescribeBrokerEngineTypesResponse$
1002
- ];
1003
- var DescribeBrokerInstanceOptions$ = [9, n0, _DBIO,
1004
- { [_ht]: ["GET", "/v1/broker-instance-options", 200] }, () => DescribeBrokerInstanceOptionsRequest$, () => DescribeBrokerInstanceOptionsResponse$
1005
- ];
1006
- var DescribeConfiguration$ = [9, n0, _DCe,
1007
- { [_ht]: ["GET", "/v1/configurations/{ConfigurationId}", 200] }, () => DescribeConfigurationRequest$, () => DescribeConfigurationResponse$
1008
- ];
1009
- var DescribeConfigurationRevision$ = [9, n0, _DCRescr,
1010
- { [_ht]: ["GET", "/v1/configurations/{ConfigurationId}/revisions/{ConfigurationRevision}", 200] }, () => DescribeConfigurationRevisionRequest$, () => DescribeConfigurationRevisionResponse$
1011
- ];
1012
- var DescribeUser$ = [9, n0, _DUe,
1013
- { [_ht]: ["GET", "/v1/brokers/{BrokerId}/users/{Username}", 200] }, () => DescribeUserRequest$, () => DescribeUserResponse$
1014
- ];
1015
- var ListBrokers$ = [9, n0, _LB,
1016
- { [_ht]: ["GET", "/v1/brokers", 200] }, () => ListBrokersRequest$, () => ListBrokersResponse$
1017
- ];
1018
- var ListConfigurationRevisions$ = [9, n0, _LCRis,
1019
- { [_ht]: ["GET", "/v1/configurations/{ConfigurationId}/revisions", 200] }, () => ListConfigurationRevisionsRequest$, () => ListConfigurationRevisionsResponse$
1020
- ];
1021
- var ListConfigurations$ = [9, n0, _LC,
1022
- { [_ht]: ["GET", "/v1/configurations", 200] }, () => ListConfigurationsRequest$, () => ListConfigurationsResponse$
1023
- ];
1024
- var ListTags$ = [9, n0, _LT,
1025
- { [_ht]: ["GET", "/v1/tags/{ResourceArn}", 200] }, () => ListTagsRequest$, () => ListTagsResponse$
1026
- ];
1027
- var ListUsers$ = [9, n0, _LU,
1028
- { [_ht]: ["GET", "/v1/brokers/{BrokerId}/users", 200] }, () => ListUsersRequest$, () => ListUsersResponse$
1029
- ];
1030
- var Promote$ = [9, n0, _Pr,
1031
- { [_ht]: ["POST", "/v1/brokers/{BrokerId}/promote", 200] }, () => PromoteRequest$, () => PromoteResponse$
1032
- ];
1033
- var RebootBroker$ = [9, n0, _RBe,
1034
- { [_ht]: ["POST", "/v1/brokers/{BrokerId}/reboot", 200] }, () => RebootBrokerRequest$, () => RebootBrokerResponse$
1035
- ];
1036
- var UpdateBroker$ = [9, n0, _UBp,
1037
- { [_ht]: ["PUT", "/v1/brokers/{BrokerId}", 200] }, () => UpdateBrokerRequest$, () => UpdateBrokerResponse$
1038
- ];
1039
- var UpdateConfiguration$ = [9, n0, _UC,
1040
- { [_ht]: ["PUT", "/v1/configurations/{ConfigurationId}", 200] }, () => UpdateConfigurationRequest$, () => UpdateConfigurationResponse$
1041
- ];
1042
- var UpdateUser$ = [9, n0, _UU,
1043
- { [_ht]: ["PUT", "/v1/brokers/{BrokerId}/users/{Username}", 200] }, () => UpdateUserRequest$, () => UpdateUserResponse$
1044
- ];
1045
-
1046
116
  class CreateBrokerCommand extends smithyClient.Command
1047
117
  .classBuilder()
1048
118
  .ep(commonParams)
@@ -1051,7 +121,7 @@ class CreateBrokerCommand extends smithyClient.Command
1051
121
  })
1052
122
  .s("mq", "CreateBroker", {})
1053
123
  .n("MqClient", "CreateBrokerCommand")
1054
- .sc(CreateBroker$)
124
+ .sc(schemas_0.CreateBroker$)
1055
125
  .build() {
1056
126
  }
1057
127
 
@@ -1063,7 +133,7 @@ class CreateConfigurationCommand extends smithyClient.Command
1063
133
  })
1064
134
  .s("mq", "CreateConfiguration", {})
1065
135
  .n("MqClient", "CreateConfigurationCommand")
1066
- .sc(CreateConfiguration$)
136
+ .sc(schemas_0.CreateConfiguration$)
1067
137
  .build() {
1068
138
  }
1069
139
 
@@ -1075,7 +145,7 @@ class CreateTagsCommand extends smithyClient.Command
1075
145
  })
1076
146
  .s("mq", "CreateTags", {})
1077
147
  .n("MqClient", "CreateTagsCommand")
1078
- .sc(CreateTags$)
148
+ .sc(schemas_0.CreateTags$)
1079
149
  .build() {
1080
150
  }
1081
151
 
@@ -1087,7 +157,7 @@ class CreateUserCommand extends smithyClient.Command
1087
157
  })
1088
158
  .s("mq", "CreateUser", {})
1089
159
  .n("MqClient", "CreateUserCommand")
1090
- .sc(CreateUser$)
160
+ .sc(schemas_0.CreateUser$)
1091
161
  .build() {
1092
162
  }
1093
163
 
@@ -1099,7 +169,7 @@ class DeleteBrokerCommand extends smithyClient.Command
1099
169
  })
1100
170
  .s("mq", "DeleteBroker", {})
1101
171
  .n("MqClient", "DeleteBrokerCommand")
1102
- .sc(DeleteBroker$)
172
+ .sc(schemas_0.DeleteBroker$)
1103
173
  .build() {
1104
174
  }
1105
175
 
@@ -1111,7 +181,7 @@ class DeleteConfigurationCommand extends smithyClient.Command
1111
181
  })
1112
182
  .s("mq", "DeleteConfiguration", {})
1113
183
  .n("MqClient", "DeleteConfigurationCommand")
1114
- .sc(DeleteConfiguration$)
184
+ .sc(schemas_0.DeleteConfiguration$)
1115
185
  .build() {
1116
186
  }
1117
187
 
@@ -1123,7 +193,7 @@ class DeleteTagsCommand extends smithyClient.Command
1123
193
  })
1124
194
  .s("mq", "DeleteTags", {})
1125
195
  .n("MqClient", "DeleteTagsCommand")
1126
- .sc(DeleteTags$)
196
+ .sc(schemas_0.DeleteTags$)
1127
197
  .build() {
1128
198
  }
1129
199
 
@@ -1135,7 +205,7 @@ class DeleteUserCommand extends smithyClient.Command
1135
205
  })
1136
206
  .s("mq", "DeleteUser", {})
1137
207
  .n("MqClient", "DeleteUserCommand")
1138
- .sc(DeleteUser$)
208
+ .sc(schemas_0.DeleteUser$)
1139
209
  .build() {
1140
210
  }
1141
211
 
@@ -1147,7 +217,7 @@ class DescribeBrokerCommand extends smithyClient.Command
1147
217
  })
1148
218
  .s("mq", "DescribeBroker", {})
1149
219
  .n("MqClient", "DescribeBrokerCommand")
1150
- .sc(DescribeBroker$)
220
+ .sc(schemas_0.DescribeBroker$)
1151
221
  .build() {
1152
222
  }
1153
223
 
@@ -1159,7 +229,7 @@ class DescribeBrokerEngineTypesCommand extends smithyClient.Command
1159
229
  })
1160
230
  .s("mq", "DescribeBrokerEngineTypes", {})
1161
231
  .n("MqClient", "DescribeBrokerEngineTypesCommand")
1162
- .sc(DescribeBrokerEngineTypes$)
232
+ .sc(schemas_0.DescribeBrokerEngineTypes$)
1163
233
  .build() {
1164
234
  }
1165
235
 
@@ -1171,7 +241,7 @@ class DescribeBrokerInstanceOptionsCommand extends smithyClient.Command
1171
241
  })
1172
242
  .s("mq", "DescribeBrokerInstanceOptions", {})
1173
243
  .n("MqClient", "DescribeBrokerInstanceOptionsCommand")
1174
- .sc(DescribeBrokerInstanceOptions$)
244
+ .sc(schemas_0.DescribeBrokerInstanceOptions$)
1175
245
  .build() {
1176
246
  }
1177
247
 
@@ -1183,7 +253,7 @@ class DescribeConfigurationCommand extends smithyClient.Command
1183
253
  })
1184
254
  .s("mq", "DescribeConfiguration", {})
1185
255
  .n("MqClient", "DescribeConfigurationCommand")
1186
- .sc(DescribeConfiguration$)
256
+ .sc(schemas_0.DescribeConfiguration$)
1187
257
  .build() {
1188
258
  }
1189
259
 
@@ -1195,7 +265,7 @@ class DescribeConfigurationRevisionCommand extends smithyClient.Command
1195
265
  })
1196
266
  .s("mq", "DescribeConfigurationRevision", {})
1197
267
  .n("MqClient", "DescribeConfigurationRevisionCommand")
1198
- .sc(DescribeConfigurationRevision$)
268
+ .sc(schemas_0.DescribeConfigurationRevision$)
1199
269
  .build() {
1200
270
  }
1201
271
 
@@ -1207,7 +277,7 @@ class DescribeUserCommand extends smithyClient.Command
1207
277
  })
1208
278
  .s("mq", "DescribeUser", {})
1209
279
  .n("MqClient", "DescribeUserCommand")
1210
- .sc(DescribeUser$)
280
+ .sc(schemas_0.DescribeUser$)
1211
281
  .build() {
1212
282
  }
1213
283
 
@@ -1219,7 +289,7 @@ class ListBrokersCommand extends smithyClient.Command
1219
289
  })
1220
290
  .s("mq", "ListBrokers", {})
1221
291
  .n("MqClient", "ListBrokersCommand")
1222
- .sc(ListBrokers$)
292
+ .sc(schemas_0.ListBrokers$)
1223
293
  .build() {
1224
294
  }
1225
295
 
@@ -1231,7 +301,7 @@ class ListConfigurationRevisionsCommand extends smithyClient.Command
1231
301
  })
1232
302
  .s("mq", "ListConfigurationRevisions", {})
1233
303
  .n("MqClient", "ListConfigurationRevisionsCommand")
1234
- .sc(ListConfigurationRevisions$)
304
+ .sc(schemas_0.ListConfigurationRevisions$)
1235
305
  .build() {
1236
306
  }
1237
307
 
@@ -1243,7 +313,7 @@ class ListConfigurationsCommand extends smithyClient.Command
1243
313
  })
1244
314
  .s("mq", "ListConfigurations", {})
1245
315
  .n("MqClient", "ListConfigurationsCommand")
1246
- .sc(ListConfigurations$)
316
+ .sc(schemas_0.ListConfigurations$)
1247
317
  .build() {
1248
318
  }
1249
319
 
@@ -1255,7 +325,7 @@ class ListTagsCommand extends smithyClient.Command
1255
325
  })
1256
326
  .s("mq", "ListTags", {})
1257
327
  .n("MqClient", "ListTagsCommand")
1258
- .sc(ListTags$)
328
+ .sc(schemas_0.ListTags$)
1259
329
  .build() {
1260
330
  }
1261
331
 
@@ -1267,7 +337,7 @@ class ListUsersCommand extends smithyClient.Command
1267
337
  })
1268
338
  .s("mq", "ListUsers", {})
1269
339
  .n("MqClient", "ListUsersCommand")
1270
- .sc(ListUsers$)
340
+ .sc(schemas_0.ListUsers$)
1271
341
  .build() {
1272
342
  }
1273
343
 
@@ -1279,7 +349,7 @@ class PromoteCommand extends smithyClient.Command
1279
349
  })
1280
350
  .s("mq", "Promote", {})
1281
351
  .n("MqClient", "PromoteCommand")
1282
- .sc(Promote$)
352
+ .sc(schemas_0.Promote$)
1283
353
  .build() {
1284
354
  }
1285
355
 
@@ -1291,7 +361,7 @@ class RebootBrokerCommand extends smithyClient.Command
1291
361
  })
1292
362
  .s("mq", "RebootBroker", {})
1293
363
  .n("MqClient", "RebootBrokerCommand")
1294
- .sc(RebootBroker$)
364
+ .sc(schemas_0.RebootBroker$)
1295
365
  .build() {
1296
366
  }
1297
367
 
@@ -1303,7 +373,7 @@ class UpdateBrokerCommand extends smithyClient.Command
1303
373
  })
1304
374
  .s("mq", "UpdateBroker", {})
1305
375
  .n("MqClient", "UpdateBrokerCommand")
1306
- .sc(UpdateBroker$)
376
+ .sc(schemas_0.UpdateBroker$)
1307
377
  .build() {
1308
378
  }
1309
379
 
@@ -1315,7 +385,7 @@ class UpdateConfigurationCommand extends smithyClient.Command
1315
385
  })
1316
386
  .s("mq", "UpdateConfiguration", {})
1317
387
  .n("MqClient", "UpdateConfigurationCommand")
1318
- .sc(UpdateConfiguration$)
388
+ .sc(schemas_0.UpdateConfiguration$)
1319
389
  .build() {
1320
390
  }
1321
391
 
@@ -1327,7 +397,7 @@ class UpdateUserCommand extends smithyClient.Command
1327
397
  })
1328
398
  .s("mq", "UpdateUser", {})
1329
399
  .n("MqClient", "UpdateUserCommand")
1330
- .sc(UpdateUser$)
400
+ .sc(schemas_0.UpdateUser$)
1331
401
  .build() {
1332
402
  }
1333
403
 
@@ -1429,148 +499,56 @@ Object.defineProperty(exports, "__Client", {
1429
499
  enumerable: true,
1430
500
  get: function () { return smithyClient.Client; }
1431
501
  });
1432
- exports.ActionRequired$ = ActionRequired$;
502
+ Object.defineProperty(exports, "MqServiceException", {
503
+ enumerable: true,
504
+ get: function () { return MqServiceException.MqServiceException; }
505
+ });
1433
506
  exports.AuthenticationStrategy = AuthenticationStrategy;
1434
- exports.AvailabilityZone$ = AvailabilityZone$;
1435
- exports.BadRequestException = BadRequestException;
1436
- exports.BadRequestException$ = BadRequestException$;
1437
- exports.BrokerEngineType$ = BrokerEngineType$;
1438
- exports.BrokerInstance$ = BrokerInstance$;
1439
- exports.BrokerInstanceOption$ = BrokerInstanceOption$;
1440
507
  exports.BrokerState = BrokerState;
1441
508
  exports.BrokerStorageType = BrokerStorageType;
1442
- exports.BrokerSummary$ = BrokerSummary$;
1443
509
  exports.ChangeType = ChangeType;
1444
- exports.Configuration$ = Configuration$;
1445
- exports.ConfigurationId$ = ConfigurationId$;
1446
- exports.ConfigurationRevision$ = ConfigurationRevision$;
1447
- exports.Configurations$ = Configurations$;
1448
- exports.ConflictException = ConflictException;
1449
- exports.ConflictException$ = ConflictException$;
1450
- exports.CreateBroker$ = CreateBroker$;
1451
510
  exports.CreateBrokerCommand = CreateBrokerCommand;
1452
- exports.CreateBrokerRequest$ = CreateBrokerRequest$;
1453
- exports.CreateBrokerResponse$ = CreateBrokerResponse$;
1454
- exports.CreateConfiguration$ = CreateConfiguration$;
1455
511
  exports.CreateConfigurationCommand = CreateConfigurationCommand;
1456
- exports.CreateConfigurationRequest$ = CreateConfigurationRequest$;
1457
- exports.CreateConfigurationResponse$ = CreateConfigurationResponse$;
1458
- exports.CreateTags$ = CreateTags$;
1459
512
  exports.CreateTagsCommand = CreateTagsCommand;
1460
- exports.CreateTagsRequest$ = CreateTagsRequest$;
1461
- exports.CreateUser$ = CreateUser$;
1462
513
  exports.CreateUserCommand = CreateUserCommand;
1463
- exports.CreateUserRequest$ = CreateUserRequest$;
1464
- exports.CreateUserResponse$ = CreateUserResponse$;
1465
- exports.DataReplicationCounterpart$ = DataReplicationCounterpart$;
1466
- exports.DataReplicationMetadataOutput$ = DataReplicationMetadataOutput$;
1467
514
  exports.DataReplicationMode = DataReplicationMode;
1468
515
  exports.DayOfWeek = DayOfWeek;
1469
- exports.DeleteBroker$ = DeleteBroker$;
1470
516
  exports.DeleteBrokerCommand = DeleteBrokerCommand;
1471
- exports.DeleteBrokerRequest$ = DeleteBrokerRequest$;
1472
- exports.DeleteBrokerResponse$ = DeleteBrokerResponse$;
1473
- exports.DeleteConfiguration$ = DeleteConfiguration$;
1474
517
  exports.DeleteConfigurationCommand = DeleteConfigurationCommand;
1475
- exports.DeleteConfigurationRequest$ = DeleteConfigurationRequest$;
1476
- exports.DeleteConfigurationResponse$ = DeleteConfigurationResponse$;
1477
- exports.DeleteTags$ = DeleteTags$;
1478
518
  exports.DeleteTagsCommand = DeleteTagsCommand;
1479
- exports.DeleteTagsRequest$ = DeleteTagsRequest$;
1480
- exports.DeleteUser$ = DeleteUser$;
1481
519
  exports.DeleteUserCommand = DeleteUserCommand;
1482
- exports.DeleteUserRequest$ = DeleteUserRequest$;
1483
- exports.DeleteUserResponse$ = DeleteUserResponse$;
1484
520
  exports.DeploymentMode = DeploymentMode;
1485
- exports.DescribeBroker$ = DescribeBroker$;
1486
521
  exports.DescribeBrokerCommand = DescribeBrokerCommand;
1487
- exports.DescribeBrokerEngineTypes$ = DescribeBrokerEngineTypes$;
1488
522
  exports.DescribeBrokerEngineTypesCommand = DescribeBrokerEngineTypesCommand;
1489
- exports.DescribeBrokerEngineTypesRequest$ = DescribeBrokerEngineTypesRequest$;
1490
- exports.DescribeBrokerEngineTypesResponse$ = DescribeBrokerEngineTypesResponse$;
1491
- exports.DescribeBrokerInstanceOptions$ = DescribeBrokerInstanceOptions$;
1492
523
  exports.DescribeBrokerInstanceOptionsCommand = DescribeBrokerInstanceOptionsCommand;
1493
- exports.DescribeBrokerInstanceOptionsRequest$ = DescribeBrokerInstanceOptionsRequest$;
1494
- exports.DescribeBrokerInstanceOptionsResponse$ = DescribeBrokerInstanceOptionsResponse$;
1495
- exports.DescribeBrokerRequest$ = DescribeBrokerRequest$;
1496
- exports.DescribeBrokerResponse$ = DescribeBrokerResponse$;
1497
- exports.DescribeConfiguration$ = DescribeConfiguration$;
1498
524
  exports.DescribeConfigurationCommand = DescribeConfigurationCommand;
1499
- exports.DescribeConfigurationRequest$ = DescribeConfigurationRequest$;
1500
- exports.DescribeConfigurationResponse$ = DescribeConfigurationResponse$;
1501
- exports.DescribeConfigurationRevision$ = DescribeConfigurationRevision$;
1502
525
  exports.DescribeConfigurationRevisionCommand = DescribeConfigurationRevisionCommand;
1503
- exports.DescribeConfigurationRevisionRequest$ = DescribeConfigurationRevisionRequest$;
1504
- exports.DescribeConfigurationRevisionResponse$ = DescribeConfigurationRevisionResponse$;
1505
- exports.DescribeUser$ = DescribeUser$;
1506
526
  exports.DescribeUserCommand = DescribeUserCommand;
1507
- exports.DescribeUserRequest$ = DescribeUserRequest$;
1508
- exports.DescribeUserResponse$ = DescribeUserResponse$;
1509
- exports.EncryptionOptions$ = EncryptionOptions$;
1510
527
  exports.EngineType = EngineType;
1511
- exports.EngineVersion$ = EngineVersion$;
1512
- exports.ForbiddenException = ForbiddenException;
1513
- exports.ForbiddenException$ = ForbiddenException$;
1514
- exports.InternalServerErrorException = InternalServerErrorException;
1515
- exports.InternalServerErrorException$ = InternalServerErrorException$;
1516
- exports.LdapServerMetadataInput$ = LdapServerMetadataInput$;
1517
- exports.LdapServerMetadataOutput$ = LdapServerMetadataOutput$;
1518
- exports.ListBrokers$ = ListBrokers$;
1519
528
  exports.ListBrokersCommand = ListBrokersCommand;
1520
- exports.ListBrokersRequest$ = ListBrokersRequest$;
1521
- exports.ListBrokersResponse$ = ListBrokersResponse$;
1522
- exports.ListConfigurationRevisions$ = ListConfigurationRevisions$;
1523
529
  exports.ListConfigurationRevisionsCommand = ListConfigurationRevisionsCommand;
1524
- exports.ListConfigurationRevisionsRequest$ = ListConfigurationRevisionsRequest$;
1525
- exports.ListConfigurationRevisionsResponse$ = ListConfigurationRevisionsResponse$;
1526
- exports.ListConfigurations$ = ListConfigurations$;
1527
530
  exports.ListConfigurationsCommand = ListConfigurationsCommand;
1528
- exports.ListConfigurationsRequest$ = ListConfigurationsRequest$;
1529
- exports.ListConfigurationsResponse$ = ListConfigurationsResponse$;
1530
- exports.ListTags$ = ListTags$;
1531
531
  exports.ListTagsCommand = ListTagsCommand;
1532
- exports.ListTagsRequest$ = ListTagsRequest$;
1533
- exports.ListTagsResponse$ = ListTagsResponse$;
1534
- exports.ListUsers$ = ListUsers$;
1535
532
  exports.ListUsersCommand = ListUsersCommand;
1536
- exports.ListUsersRequest$ = ListUsersRequest$;
1537
- exports.ListUsersResponse$ = ListUsersResponse$;
1538
- exports.Logs$ = Logs$;
1539
- exports.LogsSummary$ = LogsSummary$;
1540
533
  exports.Mq = Mq;
1541
534
  exports.MqClient = MqClient;
1542
- exports.MqServiceException = MqServiceException;
1543
- exports.MqServiceException$ = MqServiceException$;
1544
- exports.NotFoundException = NotFoundException;
1545
- exports.NotFoundException$ = NotFoundException$;
1546
- exports.PendingLogs$ = PendingLogs$;
1547
- exports.Promote$ = Promote$;
1548
535
  exports.PromoteCommand = PromoteCommand;
1549
536
  exports.PromoteMode = PromoteMode;
1550
- exports.PromoteRequest$ = PromoteRequest$;
1551
- exports.PromoteResponse$ = PromoteResponse$;
1552
- exports.RebootBroker$ = RebootBroker$;
1553
537
  exports.RebootBrokerCommand = RebootBrokerCommand;
1554
- exports.RebootBrokerRequest$ = RebootBrokerRequest$;
1555
- exports.RebootBrokerResponse$ = RebootBrokerResponse$;
1556
- exports.SanitizationWarning$ = SanitizationWarning$;
1557
538
  exports.SanitizationWarningReason = SanitizationWarningReason;
1558
- exports.UnauthorizedException = UnauthorizedException;
1559
- exports.UnauthorizedException$ = UnauthorizedException$;
1560
- exports.UpdateBroker$ = UpdateBroker$;
1561
539
  exports.UpdateBrokerCommand = UpdateBrokerCommand;
1562
- exports.UpdateBrokerRequest$ = UpdateBrokerRequest$;
1563
- exports.UpdateBrokerResponse$ = UpdateBrokerResponse$;
1564
- exports.UpdateConfiguration$ = UpdateConfiguration$;
1565
540
  exports.UpdateConfigurationCommand = UpdateConfigurationCommand;
1566
- exports.UpdateConfigurationRequest$ = UpdateConfigurationRequest$;
1567
- exports.UpdateConfigurationResponse$ = UpdateConfigurationResponse$;
1568
- exports.UpdateUser$ = UpdateUser$;
1569
541
  exports.UpdateUserCommand = UpdateUserCommand;
1570
- exports.UpdateUserRequest$ = UpdateUserRequest$;
1571
- exports.UpdateUserResponse$ = UpdateUserResponse$;
1572
- exports.User$ = User$;
1573
- exports.UserPendingChanges$ = UserPendingChanges$;
1574
- exports.UserSummary$ = UserSummary$;
1575
- exports.WeeklyStartTime$ = WeeklyStartTime$;
1576
542
  exports.paginateListBrokers = paginateListBrokers;
543
+ Object.keys(schemas_0).forEach(function (k) {
544
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
545
+ enumerable: true,
546
+ get: function () { return schemas_0[k]; }
547
+ });
548
+ });
549
+ Object.keys(errors).forEach(function (k) {
550
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
551
+ enumerable: true,
552
+ get: function () { return errors[k]; }
553
+ });
554
+ });