@aws-sdk/client-resource-explorer-2 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 ResourceExplorer2ServiceException = require('./models/ResourceExplorer2ServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -110,912 +113,6 @@ class ResourceExplorer2Client extends smithyClient.Client {
110
113
  }
111
114
  }
112
115
 
113
- class ResourceExplorer2ServiceException extends smithyClient.ServiceException {
114
- constructor(options) {
115
- super(options);
116
- Object.setPrototypeOf(this, ResourceExplorer2ServiceException.prototype);
117
- }
118
- }
119
-
120
- class AccessDeniedException extends ResourceExplorer2ServiceException {
121
- name = "AccessDeniedException";
122
- $fault = "client";
123
- Message;
124
- constructor(opts) {
125
- super({
126
- name: "AccessDeniedException",
127
- $fault: "client",
128
- ...opts,
129
- });
130
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
- this.Message = opts.Message;
132
- }
133
- }
134
- class InternalServerException extends ResourceExplorer2ServiceException {
135
- name = "InternalServerException";
136
- $fault = "server";
137
- Message;
138
- constructor(opts) {
139
- super({
140
- name: "InternalServerException",
141
- $fault: "server",
142
- ...opts,
143
- });
144
- Object.setPrototypeOf(this, InternalServerException.prototype);
145
- this.Message = opts.Message;
146
- }
147
- }
148
- class ResourceNotFoundException extends ResourceExplorer2ServiceException {
149
- name = "ResourceNotFoundException";
150
- $fault = "client";
151
- Message;
152
- constructor(opts) {
153
- super({
154
- name: "ResourceNotFoundException",
155
- $fault: "client",
156
- ...opts,
157
- });
158
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
159
- this.Message = opts.Message;
160
- }
161
- }
162
- class ThrottlingException extends ResourceExplorer2ServiceException {
163
- name = "ThrottlingException";
164
- $fault = "client";
165
- Message;
166
- constructor(opts) {
167
- super({
168
- name: "ThrottlingException",
169
- $fault: "client",
170
- ...opts,
171
- });
172
- Object.setPrototypeOf(this, ThrottlingException.prototype);
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class ValidationException extends ResourceExplorer2ServiceException {
177
- name = "ValidationException";
178
- $fault = "client";
179
- Message;
180
- FieldList;
181
- constructor(opts) {
182
- super({
183
- name: "ValidationException",
184
- $fault: "client",
185
- ...opts,
186
- });
187
- Object.setPrototypeOf(this, ValidationException.prototype);
188
- this.Message = opts.Message;
189
- this.FieldList = opts.FieldList;
190
- }
191
- }
192
- class UnauthorizedException extends ResourceExplorer2ServiceException {
193
- name = "UnauthorizedException";
194
- $fault = "client";
195
- Message;
196
- constructor(opts) {
197
- super({
198
- name: "UnauthorizedException",
199
- $fault: "client",
200
- ...opts,
201
- });
202
- Object.setPrototypeOf(this, UnauthorizedException.prototype);
203
- this.Message = opts.Message;
204
- }
205
- }
206
- class ConflictException extends ResourceExplorer2ServiceException {
207
- name = "ConflictException";
208
- $fault = "client";
209
- Message;
210
- constructor(opts) {
211
- super({
212
- name: "ConflictException",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- Object.setPrototypeOf(this, ConflictException.prototype);
217
- this.Message = opts.Message;
218
- }
219
- }
220
- class ServiceQuotaExceededException extends ResourceExplorer2ServiceException {
221
- name = "ServiceQuotaExceededException";
222
- $fault = "client";
223
- Message;
224
- Name;
225
- Value;
226
- constructor(opts) {
227
- super({
228
- name: "ServiceQuotaExceededException",
229
- $fault: "client",
230
- ...opts,
231
- });
232
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
233
- this.Message = opts.Message;
234
- this.Name = opts.Name;
235
- this.Value = opts.Value;
236
- }
237
- }
238
-
239
- const _A = "Arn";
240
- const _ADE = "AccessDeniedException";
241
- const _ADV = "AssociateDefaultView";
242
- const _ADVI = "AssociateDefaultViewInput";
243
- const _ADVO = "AssociateDefaultViewOutput";
244
- const _AI = "AccountId";
245
- const _AIL = "AccountIdList";
246
- const _AR = "AggregatorRegions";
247
- const _AWSSAS = "AWSServiceAccessStatus";
248
- const _BGV = "BatchGetView";
249
- const _BGVE = "BatchGetViewError";
250
- const _BGVEa = "BatchGetViewErrors";
251
- const _BGVI = "BatchGetViewInput";
252
- const _BGVO = "BatchGetViewOutput";
253
- const _C = "Code";
254
- const _CA = "CreatedAt";
255
- const _CE = "ConflictException";
256
- const _CI = "CreateIndex";
257
- const _CII = "CreateIndexInput";
258
- const _CIO = "CreateIndexOutput";
259
- const _CRES = "CreateResourceExplorerSetup";
260
- const _CRESI = "CreateResourceExplorerSetupInput";
261
- const _CRESO = "CreateResourceExplorerSetupOutput";
262
- const _CT = "ClientToken";
263
- const _CV = "CreateView";
264
- const _CVI = "CreateViewInput";
265
- const _CVO = "CreateViewOutput";
266
- const _Co = "Complete";
267
- const _Cou = "Count";
268
- const _D = "Data";
269
- const _DDV = "DisassociateDefaultView";
270
- const _DI = "DeleteIndex";
271
- const _DIAR = "DeleteInAllRegions";
272
- const _DII = "DeleteIndexInput";
273
- const _DIO = "DeleteIndexOutput";
274
- const _DRES = "DeleteResourceExplorerSetup";
275
- const _DRESI = "DeleteResourceExplorerSetupInput";
276
- const _DRESO = "DeleteResourceExplorerSetupOutput";
277
- const _DV = "DeleteView";
278
- const _DVI = "DeleteViewInput";
279
- const _DVO = "DeleteViewOutput";
280
- const _E = "Errors";
281
- const _ED = "ErrorDetails";
282
- const _EM = "ErrorMessage";
283
- const _F = "Filters";
284
- const _FL = "FieldList";
285
- const _FS = "FilterString";
286
- const _GALSC = "GetAccountLevelServiceConfiguration";
287
- const _GALSCO = "GetAccountLevelServiceConfigurationOutput";
288
- const _GDV = "GetDefaultView";
289
- const _GDVO = "GetDefaultViewOutput";
290
- const _GI = "GetIndex";
291
- const _GIO = "GetIndexOutput";
292
- const _GMV = "GetManagedView";
293
- const _GMVI = "GetManagedViewInput";
294
- const _GMVO = "GetManagedViewOutput";
295
- const _GRES = "GetResourceExplorerSetup";
296
- const _GRESI = "GetResourceExplorerSetupInput";
297
- const _GRESO = "GetResourceExplorerSetupOutput";
298
- const _GSI = "GetServiceIndex";
299
- const _GSIO = "GetServiceIndexOutput";
300
- const _GSV = "GetServiceView";
301
- const _GSVI = "GetServiceViewInput";
302
- const _GSVO = "GetServiceViewOutput";
303
- const _GV = "GetView";
304
- const _GVI = "GetViewInput";
305
- const _GVO = "GetViewOutput";
306
- const _I = "Index";
307
- const _IL = "IndexList";
308
- const _IP = "IncludedProperties";
309
- const _IPL = "IncludedPropertyList";
310
- const _IPn = "IncludedProperty";
311
- const _IS = "IndexStatus";
312
- const _ISE = "InternalServerException";
313
- const _In = "Indexes";
314
- const _LI = "ListIndexes";
315
- const _LIFM = "ListIndexesForMembers";
316
- const _LIFMI = "ListIndexesForMembersInput";
317
- const _LIFMO = "ListIndexesForMembersOutput";
318
- const _LII = "ListIndexesInput";
319
- const _LIO = "ListIndexesOutput";
320
- const _LMV = "ListManagedViews";
321
- const _LMVI = "ListManagedViewsInput";
322
- const _LMVO = "ListManagedViewsOutput";
323
- const _LR = "ListResources";
324
- const _LRA = "LastReportedAt";
325
- const _LRI = "ListResourcesInput";
326
- const _LRO = "ListResourcesOutput";
327
- const _LSAFS = "ListStreamingAccessForServices";
328
- const _LSAFSI = "ListStreamingAccessForServicesInput";
329
- const _LSAFSO = "ListStreamingAccessForServicesOutput";
330
- const _LSI = "ListServiceIndexes";
331
- const _LSII = "ListServiceIndexesInput";
332
- const _LSIO = "ListServiceIndexesOutput";
333
- const _LSRT = "ListSupportedResourceTypes";
334
- const _LSRTI = "ListSupportedResourceTypesInput";
335
- const _LSRTO = "ListSupportedResourceTypesOutput";
336
- const _LSV = "ListServiceViews";
337
- const _LSVI = "ListServiceViewsInput";
338
- const _LSVO = "ListServiceViewsOutput";
339
- const _LTFR = "ListTagsForResource";
340
- const _LTFRI = "ListTagsForResourceInput";
341
- const _LTFRO = "ListTagsForResourceOutput";
342
- const _LUA = "LastUpdatedAt";
343
- const _LV = "ListViews";
344
- const _LVI = "ListViewsInput";
345
- const _LVO = "ListViewsOutput";
346
- const _M = "Message";
347
- const _MI = "MemberIndex";
348
- const _MIL = "MemberIndexList";
349
- const _MR = "MaxResults";
350
- const _MV = "ManagedView";
351
- const _MVA = "ManagedViewArn";
352
- const _MVN = "ManagedViewName";
353
- const _MVa = "ManagedViews";
354
- const _N = "Name";
355
- const _NT = "NextToken";
356
- const _O = "Owner";
357
- const _OAI = "OwningAccountId";
358
- const _OC = "OrgConfiguration";
359
- const _P = "Properties";
360
- const _QS = "QueryString";
361
- const _R = "Regions";
362
- const _RC = "ResourceCount";
363
- const _RF = "ReplicatingFrom";
364
- const _RL = "RegionList";
365
- const _RLe = "ResourceList";
366
- const _RNFE = "ResourceNotFoundException";
367
- const _RP = "ResourcePolicy";
368
- const _RPL = "ResourcePropertyList";
369
- const _RPe = "ResourceProperty";
370
- const _RS = "RegionStatus";
371
- const _RSL = "RegionStatusList";
372
- const _RT = "ReplicatingTo";
373
- const _RTL = "ResourceTypeList";
374
- const _RTe = "ResourceTypes";
375
- const _RTes = "ResourceType";
376
- const _Re = "Region";
377
- const _Res = "Resources";
378
- const _Reso = "Resource";
379
- const _S = "State";
380
- const _SAD = "StreamingAccessDetails";
381
- const _SADL = "StreamingAccessDetailsList";
382
- const _SAFS = "StreamingAccessForServices";
383
- const _SAFSt = "StreamingAccessForService";
384
- const _SF = "SearchFilter";
385
- const _SI = "SearchInput";
386
- const _SL = "StringList";
387
- const _SLR = "ServiceLinkedRole";
388
- const _SO = "SearchOutput";
389
- const _SP = "ServicePrincipal";
390
- const _SQEE = "ServiceQuotaExceededException";
391
- const _SRT = "SupportedResourceType";
392
- const _ST = "ScopeType";
393
- const _SV = "ServiceViews";
394
- const _SVA = "ServiceViewArn";
395
- const _SVN = "ServiceViewName";
396
- const _SVe = "ServiceView";
397
- const _Sc = "Scope";
398
- const _Se = "Service";
399
- const _Sea = "Search";
400
- const _St = "Status";
401
- const _T = "Tags";
402
- const _TE = "ThrottlingException";
403
- const _TI = "TaskId";
404
- const _TM = "TagMap";
405
- const _TR = "TotalResources";
406
- const _TRI = "TagResourceInput";
407
- const _TRO = "TagResourceOutput";
408
- const _TRa = "TagResource";
409
- const _TS = "TrustedService";
410
- const _Ty = "Type";
411
- const _UE = "UnauthorizedException";
412
- const _UIT = "UpdateIndexType";
413
- const _UITI = "UpdateIndexTypeInput";
414
- const _UITO = "UpdateIndexTypeOutput";
415
- const _UR = "UntagResource";
416
- const _URI = "UntagResourceInput";
417
- const _URO = "UntagResourceOutput";
418
- const _UV = "UpdateView";
419
- const _UVI = "UpdateViewInput";
420
- const _UVO = "UpdateViewOutput";
421
- const _V = "Views";
422
- const _VA = "ViewArn";
423
- const _VAi = "ViewArns";
424
- const _VE = "ValidationException";
425
- const _VEF = "ValidationExceptionField";
426
- const _VEFL = "ValidationExceptionFieldList";
427
- const _VI = "ValidationIssue";
428
- const _VL = "ViewList";
429
- const _VN = "ViewName";
430
- const _VS = "ViewStatus";
431
- const _Va = "Value";
432
- const _Ve = "Version";
433
- const _Vi = "View";
434
- const _c = "client";
435
- const _e = "error";
436
- const _h = "http";
437
- const _hE = "httpError";
438
- const _hQ = "httpQuery";
439
- const _rA = "resourceArn";
440
- const _s = "server";
441
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.resourceexplorer2";
442
- const _tK = "tagKeys";
443
- const n0 = "com.amazonaws.resourceexplorer2";
444
- var QueryString = [0, n0, _QS, 8, 0];
445
- var AccessDeniedException$ = [-3, n0, _ADE,
446
- { [_e]: _c, [_hE]: 403 },
447
- [_M],
448
- [0]
449
- ];
450
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
451
- var AssociateDefaultViewInput$ = [3, n0, _ADVI,
452
- 0,
453
- [_VA],
454
- [0], 1
455
- ];
456
- var AssociateDefaultViewOutput$ = [3, n0, _ADVO,
457
- 0,
458
- [_VA],
459
- [0]
460
- ];
461
- var BatchGetViewError$ = [3, n0, _BGVE,
462
- 0,
463
- [_VA, _EM],
464
- [0, 0], 2
465
- ];
466
- var BatchGetViewInput$ = [3, n0, _BGVI,
467
- 0,
468
- [_VAi],
469
- [64 | 0]
470
- ];
471
- var BatchGetViewOutput$ = [3, n0, _BGVO,
472
- 0,
473
- [_V, _E],
474
- [[() => ViewList, 0], () => BatchGetViewErrors]
475
- ];
476
- var ConflictException$ = [-3, n0, _CE,
477
- { [_e]: _c, [_hE]: 409 },
478
- [_M],
479
- [0], 1
480
- ];
481
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
482
- var CreateIndexInput$ = [3, n0, _CII,
483
- 0,
484
- [_CT, _T],
485
- [[0, 4], [() => TagMap, 0]]
486
- ];
487
- var CreateIndexOutput$ = [3, n0, _CIO,
488
- 0,
489
- [_A, _S, _CA],
490
- [0, 0, 5]
491
- ];
492
- var CreateResourceExplorerSetupInput$ = [3, n0, _CRESI,
493
- 0,
494
- [_RL, _VN, _AR],
495
- [64 | 0, 0, 64 | 0], 2
496
- ];
497
- var CreateResourceExplorerSetupOutput$ = [3, n0, _CRESO,
498
- 0,
499
- [_TI],
500
- [0], 1
501
- ];
502
- var CreateViewInput$ = [3, n0, _CVI,
503
- 0,
504
- [_VN, _CT, _IP, _Sc, _F, _T],
505
- [0, [0, 4], () => IncludedPropertyList, 0, [() => SearchFilter$, 0], [() => TagMap, 0]], 1
506
- ];
507
- var CreateViewOutput$ = [3, n0, _CVO,
508
- 0,
509
- [_Vi],
510
- [[() => View$, 0]]
511
- ];
512
- var DeleteIndexInput$ = [3, n0, _DII,
513
- 0,
514
- [_A],
515
- [0], 1
516
- ];
517
- var DeleteIndexOutput$ = [3, n0, _DIO,
518
- 0,
519
- [_A, _S, _LUA],
520
- [0, 0, 5]
521
- ];
522
- var DeleteResourceExplorerSetupInput$ = [3, n0, _DRESI,
523
- 0,
524
- [_RL, _DIAR],
525
- [64 | 0, 2]
526
- ];
527
- var DeleteResourceExplorerSetupOutput$ = [3, n0, _DRESO,
528
- 0,
529
- [_TI],
530
- [0], 1
531
- ];
532
- var DeleteViewInput$ = [3, n0, _DVI,
533
- 0,
534
- [_VA],
535
- [0], 1
536
- ];
537
- var DeleteViewOutput$ = [3, n0, _DVO,
538
- 0,
539
- [_VA],
540
- [0]
541
- ];
542
- var ErrorDetails$ = [3, n0, _ED,
543
- 0,
544
- [_C, _M],
545
- [0, 0]
546
- ];
547
- var GetAccountLevelServiceConfigurationOutput$ = [3, n0, _GALSCO,
548
- 0,
549
- [_OC],
550
- [() => OrgConfiguration$]
551
- ];
552
- var GetDefaultViewOutput$ = [3, n0, _GDVO,
553
- 0,
554
- [_VA],
555
- [0]
556
- ];
557
- var GetIndexOutput$ = [3, n0, _GIO,
558
- 0,
559
- [_A, _Ty, _S, _RF, _RT, _CA, _LUA, _T],
560
- [0, 0, 0, 64 | 0, 64 | 0, 5, 5, [() => TagMap, 0]]
561
- ];
562
- var GetManagedViewInput$ = [3, n0, _GMVI,
563
- 0,
564
- [_MVA],
565
- [0], 1
566
- ];
567
- var GetManagedViewOutput$ = [3, n0, _GMVO,
568
- 0,
569
- [_MV],
570
- [[() => ManagedView$, 0]]
571
- ];
572
- var GetResourceExplorerSetupInput$ = [3, n0, _GRESI,
573
- 0,
574
- [_TI, _MR, _NT],
575
- [0, 1, 0], 1
576
- ];
577
- var GetResourceExplorerSetupOutput$ = [3, n0, _GRESO,
578
- 0,
579
- [_R, _NT],
580
- [[() => RegionStatusList, 0], 0]
581
- ];
582
- var GetServiceIndexOutput$ = [3, n0, _GSIO,
583
- 0,
584
- [_A, _Ty],
585
- [0, 0]
586
- ];
587
- var GetServiceViewInput$ = [3, n0, _GSVI,
588
- 0,
589
- [_SVA],
590
- [0], 1
591
- ];
592
- var GetServiceViewOutput$ = [3, n0, _GSVO,
593
- 0,
594
- [_Vi],
595
- [[() => ServiceView$, 0]], 1
596
- ];
597
- var GetViewInput$ = [3, n0, _GVI,
598
- 0,
599
- [_VA],
600
- [0], 1
601
- ];
602
- var GetViewOutput$ = [3, n0, _GVO,
603
- 0,
604
- [_Vi, _T],
605
- [[() => View$, 0], [() => TagMap, 0]]
606
- ];
607
- var IncludedProperty$ = [3, n0, _IPn,
608
- 0,
609
- [_N],
610
- [0], 1
611
- ];
612
- var Index$ = [3, n0, _I,
613
- 0,
614
- [_Re, _A, _Ty],
615
- [0, 0, 0]
616
- ];
617
- var IndexStatus$ = [3, n0, _IS,
618
- 0,
619
- [_St, _I, _ED],
620
- [0, () => Index$, () => ErrorDetails$]
621
- ];
622
- var InternalServerException$ = [-3, n0, _ISE,
623
- { [_e]: _s, [_hE]: 500 },
624
- [_M],
625
- [0]
626
- ];
627
- schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
628
- var ListIndexesForMembersInput$ = [3, n0, _LIFMI,
629
- 0,
630
- [_AIL, _MR, _NT],
631
- [64 | 0, 1, 0], 1
632
- ];
633
- var ListIndexesForMembersOutput$ = [3, n0, _LIFMO,
634
- 0,
635
- [_In, _NT],
636
- [() => MemberIndexList, 0]
637
- ];
638
- var ListIndexesInput$ = [3, n0, _LII,
639
- 0,
640
- [_Ty, _R, _MR, _NT],
641
- [0, 64 | 0, 1, 0]
642
- ];
643
- var ListIndexesOutput$ = [3, n0, _LIO,
644
- 0,
645
- [_In, _NT],
646
- [() => IndexList, 0]
647
- ];
648
- var ListManagedViewsInput$ = [3, n0, _LMVI,
649
- 0,
650
- [_MR, _NT, _SP],
651
- [1, 0, 0]
652
- ];
653
- var ListManagedViewsOutput$ = [3, n0, _LMVO,
654
- 0,
655
- [_NT, _MVa],
656
- [0, 64 | 0]
657
- ];
658
- var ListResourcesInput$ = [3, n0, _LRI,
659
- 0,
660
- [_F, _MR, _VA, _NT],
661
- [[() => SearchFilter$, 0], 1, 0, 0]
662
- ];
663
- var ListResourcesOutput$ = [3, n0, _LRO,
664
- 0,
665
- [_Res, _NT, _VA],
666
- [() => ResourceList, 0, 0]
667
- ];
668
- var ListServiceIndexesInput$ = [3, n0, _LSII,
669
- 0,
670
- [_R, _MR, _NT],
671
- [64 | 0, 1, 0]
672
- ];
673
- var ListServiceIndexesOutput$ = [3, n0, _LSIO,
674
- 0,
675
- [_In, _NT],
676
- [() => IndexList, 0]
677
- ];
678
- var ListServiceViewsInput$ = [3, n0, _LSVI,
679
- 0,
680
- [_MR, _NT],
681
- [1, 0]
682
- ];
683
- var ListServiceViewsOutput$ = [3, n0, _LSVO,
684
- 0,
685
- [_NT, _SV],
686
- [0, 64 | 0]
687
- ];
688
- var ListStreamingAccessForServicesInput$ = [3, n0, _LSAFSI,
689
- 0,
690
- [_MR, _NT],
691
- [1, 0]
692
- ];
693
- var ListStreamingAccessForServicesOutput$ = [3, n0, _LSAFSO,
694
- 0,
695
- [_SAFS, _NT],
696
- [() => StreamingAccessDetailsList, 0], 1
697
- ];
698
- var ListSupportedResourceTypesInput$ = [3, n0, _LSRTI,
699
- 0,
700
- [_NT, _MR],
701
- [0, 1]
702
- ];
703
- var ListSupportedResourceTypesOutput$ = [3, n0, _LSRTO,
704
- 0,
705
- [_RTe, _NT],
706
- [() => ResourceTypeList, 0]
707
- ];
708
- var ListTagsForResourceInput$ = [3, n0, _LTFRI,
709
- 0,
710
- [_rA],
711
- [[0, 1]], 1
712
- ];
713
- var ListTagsForResourceOutput$ = [3, n0, _LTFRO,
714
- 0,
715
- [_T],
716
- [[() => TagMap, 0]]
717
- ];
718
- var ListViewsInput$ = [3, n0, _LVI,
719
- 0,
720
- [_NT, _MR],
721
- [0, 1]
722
- ];
723
- var ListViewsOutput$ = [3, n0, _LVO,
724
- 0,
725
- [_V, _NT],
726
- [64 | 0, 0]
727
- ];
728
- var ManagedView$ = [3, n0, _MV,
729
- 0,
730
- [_MVA, _MVN, _TS, _LUA, _O, _Sc, _IP, _F, _RP, _Ve],
731
- [0, 0, 0, 5, 0, 0, () => IncludedPropertyList, [() => SearchFilter$, 0], 0, 0]
732
- ];
733
- var MemberIndex$ = [3, n0, _MI,
734
- 0,
735
- [_AI, _Re, _A, _Ty],
736
- [0, 0, 0, 0]
737
- ];
738
- var OrgConfiguration$ = [3, n0, _OC,
739
- 0,
740
- [_AWSSAS, _SLR],
741
- [0, 0], 1
742
- ];
743
- var RegionStatus$ = [3, n0, _RS,
744
- 0,
745
- [_Re, _I, _Vi],
746
- [0, () => IndexStatus$, [() => ViewStatus$, 0]]
747
- ];
748
- var Resource$ = [3, n0, _Reso,
749
- 0,
750
- [_A, _OAI, _Re, _RTes, _Se, _LRA, _P],
751
- [0, 0, 0, 0, 0, 5, () => ResourcePropertyList]
752
- ];
753
- var ResourceCount$ = [3, n0, _RC,
754
- 0,
755
- [_TR, _Co],
756
- [1, 2]
757
- ];
758
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
759
- { [_e]: _c, [_hE]: 404 },
760
- [_M],
761
- [0]
762
- ];
763
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
764
- var ResourceProperty$ = [3, n0, _RPe,
765
- 0,
766
- [_N, _LRA, _D],
767
- [0, 5, 15]
768
- ];
769
- var SearchFilter$ = [3, n0, _SF,
770
- 8,
771
- [_FS],
772
- [0], 1
773
- ];
774
- var SearchInput$ = [3, n0, _SI,
775
- 0,
776
- [_QS, _MR, _VA, _NT],
777
- [[() => QueryString, 0], 1, 0, 0], 1
778
- ];
779
- var SearchOutput$ = [3, n0, _SO,
780
- 0,
781
- [_Res, _NT, _VA, _Cou],
782
- [() => ResourceList, 0, 0, () => ResourceCount$]
783
- ];
784
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
785
- { [_e]: _c, [_hE]: 402 },
786
- [_M, _N, _Va],
787
- [0, 0, 0], 3
788
- ];
789
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
790
- var ServiceView$ = [3, n0, _SVe,
791
- 0,
792
- [_SVA, _SVN, _F, _IP, _SAFSt, _ST],
793
- [0, 0, [() => SearchFilter$, 0], () => IncludedPropertyList, 0, 0], 1
794
- ];
795
- var StreamingAccessDetails$ = [3, n0, _SAD,
796
- 0,
797
- [_SP, _CA],
798
- [0, 5], 2
799
- ];
800
- var SupportedResourceType$ = [3, n0, _SRT,
801
- 0,
802
- [_Se, _RTes],
803
- [0, 0]
804
- ];
805
- var TagResourceInput$ = [3, n0, _TRI,
806
- 0,
807
- [_rA, _T],
808
- [[0, 1], [() => TagMap, 0]], 1
809
- ];
810
- var TagResourceOutput$ = [3, n0, _TRO,
811
- 0,
812
- [],
813
- []
814
- ];
815
- var ThrottlingException$ = [-3, n0, _TE,
816
- { [_e]: _c, [_hE]: 429 },
817
- [_M],
818
- [0]
819
- ];
820
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
821
- var UnauthorizedException$ = [-3, n0, _UE,
822
- { [_e]: _c, [_hE]: 401 },
823
- [_M],
824
- [0]
825
- ];
826
- schema.TypeRegistry.for(n0).registerError(UnauthorizedException$, UnauthorizedException);
827
- var UntagResourceInput$ = [3, n0, _URI,
828
- 0,
829
- [_rA, _tK],
830
- [[0, 1], [() => StringList, { [_hQ]: _tK }]], 2
831
- ];
832
- var UntagResourceOutput$ = [3, n0, _URO,
833
- 0,
834
- [],
835
- []
836
- ];
837
- var UpdateIndexTypeInput$ = [3, n0, _UITI,
838
- 0,
839
- [_A, _Ty],
840
- [0, 0], 2
841
- ];
842
- var UpdateIndexTypeOutput$ = [3, n0, _UITO,
843
- 0,
844
- [_A, _Ty, _S, _LUA],
845
- [0, 0, 0, 5]
846
- ];
847
- var UpdateViewInput$ = [3, n0, _UVI,
848
- 0,
849
- [_VA, _IP, _F],
850
- [0, () => IncludedPropertyList, [() => SearchFilter$, 0]], 1
851
- ];
852
- var UpdateViewOutput$ = [3, n0, _UVO,
853
- 0,
854
- [_Vi],
855
- [[() => View$, 0]]
856
- ];
857
- var ValidationException$ = [-3, n0, _VE,
858
- { [_e]: _c, [_hE]: 400 },
859
- [_M, _FL],
860
- [0, () => ValidationExceptionFieldList], 1
861
- ];
862
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
863
- var ValidationExceptionField$ = [3, n0, _VEF,
864
- 0,
865
- [_N, _VI],
866
- [0, 0], 2
867
- ];
868
- var View$ = [3, n0, _Vi,
869
- 0,
870
- [_VA, _VN, _O, _LUA, _Sc, _IP, _F],
871
- [0, 0, 0, 5, 0, () => IncludedPropertyList, [() => SearchFilter$, 0]]
872
- ];
873
- var ViewStatus$ = [3, n0, _VS,
874
- 0,
875
- [_St, _Vi, _ED],
876
- [0, [() => View$, 0], () => ErrorDetails$]
877
- ];
878
- var __Unit = "unit";
879
- var ResourceExplorer2ServiceException$ = [-3, _sm, "ResourceExplorer2ServiceException", 0, [], []];
880
- schema.TypeRegistry.for(_sm).registerError(ResourceExplorer2ServiceException$, ResourceExplorer2ServiceException);
881
- var BatchGetViewErrors = [1, n0, _BGVEa,
882
- 0, () => BatchGetViewError$
883
- ];
884
- var IncludedPropertyList = [1, n0, _IPL,
885
- 0, () => IncludedProperty$
886
- ];
887
- var IndexList = [1, n0, _IL,
888
- 0, () => Index$
889
- ];
890
- var MemberIndexList = [1, n0, _MIL,
891
- 0, () => MemberIndex$
892
- ];
893
- var RegionStatusList = [1, n0, _RSL,
894
- 0, [() => RegionStatus$,
895
- 0]
896
- ];
897
- var ResourceList = [1, n0, _RLe,
898
- 0, () => Resource$
899
- ];
900
- var ResourcePropertyList = [1, n0, _RPL,
901
- 0, () => ResourceProperty$
902
- ];
903
- var ResourceTypeList = [1, n0, _RTL,
904
- 0, () => SupportedResourceType$
905
- ];
906
- var StreamingAccessDetailsList = [1, n0, _SADL,
907
- 0, () => StreamingAccessDetails$
908
- ];
909
- var StringList = [1, n0, _SL,
910
- 8, 0
911
- ];
912
- var ValidationExceptionFieldList = [1, n0, _VEFL,
913
- 0, () => ValidationExceptionField$
914
- ];
915
- var ViewList = [1, n0, _VL,
916
- 0, [() => View$,
917
- 0]
918
- ];
919
- var TagMap = [2, n0, _TM,
920
- 8, 0, 0
921
- ];
922
- var AssociateDefaultView$ = [9, n0, _ADV,
923
- { [_h]: ["POST", "/AssociateDefaultView", 200] }, () => AssociateDefaultViewInput$, () => AssociateDefaultViewOutput$
924
- ];
925
- var BatchGetView$ = [9, n0, _BGV,
926
- { [_h]: ["POST", "/BatchGetView", 200] }, () => BatchGetViewInput$, () => BatchGetViewOutput$
927
- ];
928
- var CreateIndex$ = [9, n0, _CI,
929
- { [_h]: ["POST", "/CreateIndex", 200] }, () => CreateIndexInput$, () => CreateIndexOutput$
930
- ];
931
- var CreateResourceExplorerSetup$ = [9, n0, _CRES,
932
- { [_h]: ["POST", "/CreateResourceExplorerSetup", 200] }, () => CreateResourceExplorerSetupInput$, () => CreateResourceExplorerSetupOutput$
933
- ];
934
- var CreateView$ = [9, n0, _CV,
935
- { [_h]: ["POST", "/CreateView", 200] }, () => CreateViewInput$, () => CreateViewOutput$
936
- ];
937
- var DeleteIndex$ = [9, n0, _DI,
938
- { [_h]: ["POST", "/DeleteIndex", 200] }, () => DeleteIndexInput$, () => DeleteIndexOutput$
939
- ];
940
- var DeleteResourceExplorerSetup$ = [9, n0, _DRES,
941
- { [_h]: ["POST", "/DeleteResourceExplorerSetup", 200] }, () => DeleteResourceExplorerSetupInput$, () => DeleteResourceExplorerSetupOutput$
942
- ];
943
- var DeleteView$ = [9, n0, _DV,
944
- { [_h]: ["POST", "/DeleteView", 200] }, () => DeleteViewInput$, () => DeleteViewOutput$
945
- ];
946
- var DisassociateDefaultView$ = [9, n0, _DDV,
947
- { [_h]: ["POST", "/DisassociateDefaultView", 200] }, () => __Unit, () => __Unit
948
- ];
949
- var GetAccountLevelServiceConfiguration$ = [9, n0, _GALSC,
950
- { [_h]: ["POST", "/GetAccountLevelServiceConfiguration", 200] }, () => __Unit, () => GetAccountLevelServiceConfigurationOutput$
951
- ];
952
- var GetDefaultView$ = [9, n0, _GDV,
953
- { [_h]: ["POST", "/GetDefaultView", 200] }, () => __Unit, () => GetDefaultViewOutput$
954
- ];
955
- var GetIndex$ = [9, n0, _GI,
956
- { [_h]: ["POST", "/GetIndex", 200] }, () => __Unit, () => GetIndexOutput$
957
- ];
958
- var GetManagedView$ = [9, n0, _GMV,
959
- { [_h]: ["POST", "/GetManagedView", 200] }, () => GetManagedViewInput$, () => GetManagedViewOutput$
960
- ];
961
- var GetResourceExplorerSetup$ = [9, n0, _GRES,
962
- { [_h]: ["POST", "/GetResourceExplorerSetup", 200] }, () => GetResourceExplorerSetupInput$, () => GetResourceExplorerSetupOutput$
963
- ];
964
- var GetServiceIndex$ = [9, n0, _GSI,
965
- { [_h]: ["POST", "/GetServiceIndex", 200] }, () => __Unit, () => GetServiceIndexOutput$
966
- ];
967
- var GetServiceView$ = [9, n0, _GSV,
968
- { [_h]: ["POST", "/GetServiceView", 200] }, () => GetServiceViewInput$, () => GetServiceViewOutput$
969
- ];
970
- var GetView$ = [9, n0, _GV,
971
- { [_h]: ["POST", "/GetView", 200] }, () => GetViewInput$, () => GetViewOutput$
972
- ];
973
- var ListIndexes$ = [9, n0, _LI,
974
- { [_h]: ["POST", "/ListIndexes", 200] }, () => ListIndexesInput$, () => ListIndexesOutput$
975
- ];
976
- var ListIndexesForMembers$ = [9, n0, _LIFM,
977
- { [_h]: ["POST", "/ListIndexesForMembers", 200] }, () => ListIndexesForMembersInput$, () => ListIndexesForMembersOutput$
978
- ];
979
- var ListManagedViews$ = [9, n0, _LMV,
980
- { [_h]: ["POST", "/ListManagedViews", 200] }, () => ListManagedViewsInput$, () => ListManagedViewsOutput$
981
- ];
982
- var ListResources$ = [9, n0, _LR,
983
- { [_h]: ["POST", "/ListResources", 200] }, () => ListResourcesInput$, () => ListResourcesOutput$
984
- ];
985
- var ListServiceIndexes$ = [9, n0, _LSI,
986
- { [_h]: ["POST", "/ListServiceIndexes", 200] }, () => ListServiceIndexesInput$, () => ListServiceIndexesOutput$
987
- ];
988
- var ListServiceViews$ = [9, n0, _LSV,
989
- { [_h]: ["POST", "/ListServiceViews", 200] }, () => ListServiceViewsInput$, () => ListServiceViewsOutput$
990
- ];
991
- var ListStreamingAccessForServices$ = [9, n0, _LSAFS,
992
- { [_h]: ["POST", "/ListStreamingAccessForServices", 200] }, () => ListStreamingAccessForServicesInput$, () => ListStreamingAccessForServicesOutput$
993
- ];
994
- var ListSupportedResourceTypes$ = [9, n0, _LSRT,
995
- { [_h]: ["POST", "/ListSupportedResourceTypes", 200] }, () => ListSupportedResourceTypesInput$, () => ListSupportedResourceTypesOutput$
996
- ];
997
- var ListTagsForResource$ = [9, n0, _LTFR,
998
- { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => ListTagsForResourceInput$, () => ListTagsForResourceOutput$
999
- ];
1000
- var ListViews$ = [9, n0, _LV,
1001
- { [_h]: ["POST", "/ListViews", 200] }, () => ListViewsInput$, () => ListViewsOutput$
1002
- ];
1003
- var Search$ = [9, n0, _Sea,
1004
- { [_h]: ["POST", "/Search", 200] }, () => SearchInput$, () => SearchOutput$
1005
- ];
1006
- var TagResource$ = [9, n0, _TRa,
1007
- { [_h]: ["POST", "/tags/{resourceArn}", 200] }, () => TagResourceInput$, () => TagResourceOutput$
1008
- ];
1009
- var UntagResource$ = [9, n0, _UR,
1010
- { [_h]: ["DELETE", "/tags/{resourceArn}", 200] }, () => UntagResourceInput$, () => UntagResourceOutput$
1011
- ];
1012
- var UpdateIndexType$ = [9, n0, _UIT,
1013
- { [_h]: ["POST", "/UpdateIndexType", 200] }, () => UpdateIndexTypeInput$, () => UpdateIndexTypeOutput$
1014
- ];
1015
- var UpdateView$ = [9, n0, _UV,
1016
- { [_h]: ["POST", "/UpdateView", 200] }, () => UpdateViewInput$, () => UpdateViewOutput$
1017
- ];
1018
-
1019
116
  class AssociateDefaultViewCommand extends smithyClient.Command
1020
117
  .classBuilder()
1021
118
  .ep(commonParams)
@@ -1024,7 +121,7 @@ class AssociateDefaultViewCommand extends smithyClient.Command
1024
121
  })
1025
122
  .s("ResourceExplorer", "AssociateDefaultView", {})
1026
123
  .n("ResourceExplorer2Client", "AssociateDefaultViewCommand")
1027
- .sc(AssociateDefaultView$)
124
+ .sc(schemas_0.AssociateDefaultView$)
1028
125
  .build() {
1029
126
  }
1030
127
 
@@ -1036,7 +133,7 @@ class BatchGetViewCommand extends smithyClient.Command
1036
133
  })
1037
134
  .s("ResourceExplorer", "BatchGetView", {})
1038
135
  .n("ResourceExplorer2Client", "BatchGetViewCommand")
1039
- .sc(BatchGetView$)
136
+ .sc(schemas_0.BatchGetView$)
1040
137
  .build() {
1041
138
  }
1042
139
 
@@ -1048,7 +145,7 @@ class CreateIndexCommand extends smithyClient.Command
1048
145
  })
1049
146
  .s("ResourceExplorer", "CreateIndex", {})
1050
147
  .n("ResourceExplorer2Client", "CreateIndexCommand")
1051
- .sc(CreateIndex$)
148
+ .sc(schemas_0.CreateIndex$)
1052
149
  .build() {
1053
150
  }
1054
151
 
@@ -1060,7 +157,7 @@ class CreateResourceExplorerSetupCommand extends smithyClient.Command
1060
157
  })
1061
158
  .s("ResourceExplorer", "CreateResourceExplorerSetup", {})
1062
159
  .n("ResourceExplorer2Client", "CreateResourceExplorerSetupCommand")
1063
- .sc(CreateResourceExplorerSetup$)
160
+ .sc(schemas_0.CreateResourceExplorerSetup$)
1064
161
  .build() {
1065
162
  }
1066
163
 
@@ -1072,7 +169,7 @@ class CreateViewCommand extends smithyClient.Command
1072
169
  })
1073
170
  .s("ResourceExplorer", "CreateView", {})
1074
171
  .n("ResourceExplorer2Client", "CreateViewCommand")
1075
- .sc(CreateView$)
172
+ .sc(schemas_0.CreateView$)
1076
173
  .build() {
1077
174
  }
1078
175
 
@@ -1084,7 +181,7 @@ class DeleteIndexCommand extends smithyClient.Command
1084
181
  })
1085
182
  .s("ResourceExplorer", "DeleteIndex", {})
1086
183
  .n("ResourceExplorer2Client", "DeleteIndexCommand")
1087
- .sc(DeleteIndex$)
184
+ .sc(schemas_0.DeleteIndex$)
1088
185
  .build() {
1089
186
  }
1090
187
 
@@ -1096,7 +193,7 @@ class DeleteResourceExplorerSetupCommand extends smithyClient.Command
1096
193
  })
1097
194
  .s("ResourceExplorer", "DeleteResourceExplorerSetup", {})
1098
195
  .n("ResourceExplorer2Client", "DeleteResourceExplorerSetupCommand")
1099
- .sc(DeleteResourceExplorerSetup$)
196
+ .sc(schemas_0.DeleteResourceExplorerSetup$)
1100
197
  .build() {
1101
198
  }
1102
199
 
@@ -1108,7 +205,7 @@ class DeleteViewCommand extends smithyClient.Command
1108
205
  })
1109
206
  .s("ResourceExplorer", "DeleteView", {})
1110
207
  .n("ResourceExplorer2Client", "DeleteViewCommand")
1111
- .sc(DeleteView$)
208
+ .sc(schemas_0.DeleteView$)
1112
209
  .build() {
1113
210
  }
1114
211
 
@@ -1120,7 +217,7 @@ class DisassociateDefaultViewCommand extends smithyClient.Command
1120
217
  })
1121
218
  .s("ResourceExplorer", "DisassociateDefaultView", {})
1122
219
  .n("ResourceExplorer2Client", "DisassociateDefaultViewCommand")
1123
- .sc(DisassociateDefaultView$)
220
+ .sc(schemas_0.DisassociateDefaultView$)
1124
221
  .build() {
1125
222
  }
1126
223
 
@@ -1132,7 +229,7 @@ class GetAccountLevelServiceConfigurationCommand extends smithyClient.Command
1132
229
  })
1133
230
  .s("ResourceExplorer", "GetAccountLevelServiceConfiguration", {})
1134
231
  .n("ResourceExplorer2Client", "GetAccountLevelServiceConfigurationCommand")
1135
- .sc(GetAccountLevelServiceConfiguration$)
232
+ .sc(schemas_0.GetAccountLevelServiceConfiguration$)
1136
233
  .build() {
1137
234
  }
1138
235
 
@@ -1144,7 +241,7 @@ class GetDefaultViewCommand extends smithyClient.Command
1144
241
  })
1145
242
  .s("ResourceExplorer", "GetDefaultView", {})
1146
243
  .n("ResourceExplorer2Client", "GetDefaultViewCommand")
1147
- .sc(GetDefaultView$)
244
+ .sc(schemas_0.GetDefaultView$)
1148
245
  .build() {
1149
246
  }
1150
247
 
@@ -1156,7 +253,7 @@ class GetIndexCommand extends smithyClient.Command
1156
253
  })
1157
254
  .s("ResourceExplorer", "GetIndex", {})
1158
255
  .n("ResourceExplorer2Client", "GetIndexCommand")
1159
- .sc(GetIndex$)
256
+ .sc(schemas_0.GetIndex$)
1160
257
  .build() {
1161
258
  }
1162
259
 
@@ -1168,7 +265,7 @@ class GetManagedViewCommand extends smithyClient.Command
1168
265
  })
1169
266
  .s("ResourceExplorer", "GetManagedView", {})
1170
267
  .n("ResourceExplorer2Client", "GetManagedViewCommand")
1171
- .sc(GetManagedView$)
268
+ .sc(schemas_0.GetManagedView$)
1172
269
  .build() {
1173
270
  }
1174
271
 
@@ -1180,7 +277,7 @@ class GetResourceExplorerSetupCommand extends smithyClient.Command
1180
277
  })
1181
278
  .s("ResourceExplorer", "GetResourceExplorerSetup", {})
1182
279
  .n("ResourceExplorer2Client", "GetResourceExplorerSetupCommand")
1183
- .sc(GetResourceExplorerSetup$)
280
+ .sc(schemas_0.GetResourceExplorerSetup$)
1184
281
  .build() {
1185
282
  }
1186
283
 
@@ -1192,7 +289,7 @@ class GetServiceIndexCommand extends smithyClient.Command
1192
289
  })
1193
290
  .s("ResourceExplorer", "GetServiceIndex", {})
1194
291
  .n("ResourceExplorer2Client", "GetServiceIndexCommand")
1195
- .sc(GetServiceIndex$)
292
+ .sc(schemas_0.GetServiceIndex$)
1196
293
  .build() {
1197
294
  }
1198
295
 
@@ -1204,7 +301,7 @@ class GetServiceViewCommand extends smithyClient.Command
1204
301
  })
1205
302
  .s("ResourceExplorer", "GetServiceView", {})
1206
303
  .n("ResourceExplorer2Client", "GetServiceViewCommand")
1207
- .sc(GetServiceView$)
304
+ .sc(schemas_0.GetServiceView$)
1208
305
  .build() {
1209
306
  }
1210
307
 
@@ -1216,7 +313,7 @@ class GetViewCommand extends smithyClient.Command
1216
313
  })
1217
314
  .s("ResourceExplorer", "GetView", {})
1218
315
  .n("ResourceExplorer2Client", "GetViewCommand")
1219
- .sc(GetView$)
316
+ .sc(schemas_0.GetView$)
1220
317
  .build() {
1221
318
  }
1222
319
 
@@ -1228,7 +325,7 @@ class ListIndexesCommand extends smithyClient.Command
1228
325
  })
1229
326
  .s("ResourceExplorer", "ListIndexes", {})
1230
327
  .n("ResourceExplorer2Client", "ListIndexesCommand")
1231
- .sc(ListIndexes$)
328
+ .sc(schemas_0.ListIndexes$)
1232
329
  .build() {
1233
330
  }
1234
331
 
@@ -1240,7 +337,7 @@ class ListIndexesForMembersCommand extends smithyClient.Command
1240
337
  })
1241
338
  .s("ResourceExplorer", "ListIndexesForMembers", {})
1242
339
  .n("ResourceExplorer2Client", "ListIndexesForMembersCommand")
1243
- .sc(ListIndexesForMembers$)
340
+ .sc(schemas_0.ListIndexesForMembers$)
1244
341
  .build() {
1245
342
  }
1246
343
 
@@ -1252,7 +349,7 @@ class ListManagedViewsCommand extends smithyClient.Command
1252
349
  })
1253
350
  .s("ResourceExplorer", "ListManagedViews", {})
1254
351
  .n("ResourceExplorer2Client", "ListManagedViewsCommand")
1255
- .sc(ListManagedViews$)
352
+ .sc(schemas_0.ListManagedViews$)
1256
353
  .build() {
1257
354
  }
1258
355
 
@@ -1264,7 +361,7 @@ class ListResourcesCommand extends smithyClient.Command
1264
361
  })
1265
362
  .s("ResourceExplorer", "ListResources", {})
1266
363
  .n("ResourceExplorer2Client", "ListResourcesCommand")
1267
- .sc(ListResources$)
364
+ .sc(schemas_0.ListResources$)
1268
365
  .build() {
1269
366
  }
1270
367
 
@@ -1276,7 +373,7 @@ class ListServiceIndexesCommand extends smithyClient.Command
1276
373
  })
1277
374
  .s("ResourceExplorer", "ListServiceIndexes", {})
1278
375
  .n("ResourceExplorer2Client", "ListServiceIndexesCommand")
1279
- .sc(ListServiceIndexes$)
376
+ .sc(schemas_0.ListServiceIndexes$)
1280
377
  .build() {
1281
378
  }
1282
379
 
@@ -1288,7 +385,7 @@ class ListServiceViewsCommand extends smithyClient.Command
1288
385
  })
1289
386
  .s("ResourceExplorer", "ListServiceViews", {})
1290
387
  .n("ResourceExplorer2Client", "ListServiceViewsCommand")
1291
- .sc(ListServiceViews$)
388
+ .sc(schemas_0.ListServiceViews$)
1292
389
  .build() {
1293
390
  }
1294
391
 
@@ -1300,7 +397,7 @@ class ListStreamingAccessForServicesCommand extends smithyClient.Command
1300
397
  })
1301
398
  .s("ResourceExplorer", "ListStreamingAccessForServices", {})
1302
399
  .n("ResourceExplorer2Client", "ListStreamingAccessForServicesCommand")
1303
- .sc(ListStreamingAccessForServices$)
400
+ .sc(schemas_0.ListStreamingAccessForServices$)
1304
401
  .build() {
1305
402
  }
1306
403
 
@@ -1312,7 +409,7 @@ class ListSupportedResourceTypesCommand extends smithyClient.Command
1312
409
  })
1313
410
  .s("ResourceExplorer", "ListSupportedResourceTypes", {})
1314
411
  .n("ResourceExplorer2Client", "ListSupportedResourceTypesCommand")
1315
- .sc(ListSupportedResourceTypes$)
412
+ .sc(schemas_0.ListSupportedResourceTypes$)
1316
413
  .build() {
1317
414
  }
1318
415
 
@@ -1324,7 +421,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1324
421
  })
1325
422
  .s("ResourceExplorer", "ListTagsForResource", {})
1326
423
  .n("ResourceExplorer2Client", "ListTagsForResourceCommand")
1327
- .sc(ListTagsForResource$)
424
+ .sc(schemas_0.ListTagsForResource$)
1328
425
  .build() {
1329
426
  }
1330
427
 
@@ -1336,7 +433,7 @@ class ListViewsCommand extends smithyClient.Command
1336
433
  })
1337
434
  .s("ResourceExplorer", "ListViews", {})
1338
435
  .n("ResourceExplorer2Client", "ListViewsCommand")
1339
- .sc(ListViews$)
436
+ .sc(schemas_0.ListViews$)
1340
437
  .build() {
1341
438
  }
1342
439
 
@@ -1348,7 +445,7 @@ class SearchCommand extends smithyClient.Command
1348
445
  })
1349
446
  .s("ResourceExplorer", "Search", {})
1350
447
  .n("ResourceExplorer2Client", "SearchCommand")
1351
- .sc(Search$)
448
+ .sc(schemas_0.Search$)
1352
449
  .build() {
1353
450
  }
1354
451
 
@@ -1360,7 +457,7 @@ class TagResourceCommand extends smithyClient.Command
1360
457
  })
1361
458
  .s("ResourceExplorer", "TagResource", {})
1362
459
  .n("ResourceExplorer2Client", "TagResourceCommand")
1363
- .sc(TagResource$)
460
+ .sc(schemas_0.TagResource$)
1364
461
  .build() {
1365
462
  }
1366
463
 
@@ -1372,7 +469,7 @@ class UntagResourceCommand extends smithyClient.Command
1372
469
  })
1373
470
  .s("ResourceExplorer", "UntagResource", {})
1374
471
  .n("ResourceExplorer2Client", "UntagResourceCommand")
1375
- .sc(UntagResource$)
472
+ .sc(schemas_0.UntagResource$)
1376
473
  .build() {
1377
474
  }
1378
475
 
@@ -1384,7 +481,7 @@ class UpdateIndexTypeCommand extends smithyClient.Command
1384
481
  })
1385
482
  .s("ResourceExplorer", "UpdateIndexType", {})
1386
483
  .n("ResourceExplorer2Client", "UpdateIndexTypeCommand")
1387
- .sc(UpdateIndexType$)
484
+ .sc(schemas_0.UpdateIndexType$)
1388
485
  .build() {
1389
486
  }
1390
487
 
@@ -1396,7 +493,7 @@ class UpdateViewCommand extends smithyClient.Command
1396
493
  })
1397
494
  .s("ResourceExplorer", "UpdateView", {})
1398
495
  .n("ResourceExplorer2Client", "UpdateViewCommand")
1399
- .sc(UpdateView$)
496
+ .sc(schemas_0.UpdateView$)
1400
497
  .build() {
1401
498
  }
1402
499
 
@@ -1503,171 +600,48 @@ Object.defineProperty(exports, "__Client", {
1503
600
  enumerable: true,
1504
601
  get: function () { return smithyClient.Client; }
1505
602
  });
603
+ Object.defineProperty(exports, "ResourceExplorer2ServiceException", {
604
+ enumerable: true,
605
+ get: function () { return ResourceExplorer2ServiceException.ResourceExplorer2ServiceException; }
606
+ });
1506
607
  exports.AWSServiceAccessStatus = AWSServiceAccessStatus;
1507
- exports.AccessDeniedException = AccessDeniedException;
1508
- exports.AccessDeniedException$ = AccessDeniedException$;
1509
- exports.AssociateDefaultView$ = AssociateDefaultView$;
1510
608
  exports.AssociateDefaultViewCommand = AssociateDefaultViewCommand;
1511
- exports.AssociateDefaultViewInput$ = AssociateDefaultViewInput$;
1512
- exports.AssociateDefaultViewOutput$ = AssociateDefaultViewOutput$;
1513
- exports.BatchGetView$ = BatchGetView$;
1514
609
  exports.BatchGetViewCommand = BatchGetViewCommand;
1515
- exports.BatchGetViewError$ = BatchGetViewError$;
1516
- exports.BatchGetViewInput$ = BatchGetViewInput$;
1517
- exports.BatchGetViewOutput$ = BatchGetViewOutput$;
1518
- exports.ConflictException = ConflictException;
1519
- exports.ConflictException$ = ConflictException$;
1520
- exports.CreateIndex$ = CreateIndex$;
1521
610
  exports.CreateIndexCommand = CreateIndexCommand;
1522
- exports.CreateIndexInput$ = CreateIndexInput$;
1523
- exports.CreateIndexOutput$ = CreateIndexOutput$;
1524
- exports.CreateResourceExplorerSetup$ = CreateResourceExplorerSetup$;
1525
611
  exports.CreateResourceExplorerSetupCommand = CreateResourceExplorerSetupCommand;
1526
- exports.CreateResourceExplorerSetupInput$ = CreateResourceExplorerSetupInput$;
1527
- exports.CreateResourceExplorerSetupOutput$ = CreateResourceExplorerSetupOutput$;
1528
- exports.CreateView$ = CreateView$;
1529
612
  exports.CreateViewCommand = CreateViewCommand;
1530
- exports.CreateViewInput$ = CreateViewInput$;
1531
- exports.CreateViewOutput$ = CreateViewOutput$;
1532
- exports.DeleteIndex$ = DeleteIndex$;
1533
613
  exports.DeleteIndexCommand = DeleteIndexCommand;
1534
- exports.DeleteIndexInput$ = DeleteIndexInput$;
1535
- exports.DeleteIndexOutput$ = DeleteIndexOutput$;
1536
- exports.DeleteResourceExplorerSetup$ = DeleteResourceExplorerSetup$;
1537
614
  exports.DeleteResourceExplorerSetupCommand = DeleteResourceExplorerSetupCommand;
1538
- exports.DeleteResourceExplorerSetupInput$ = DeleteResourceExplorerSetupInput$;
1539
- exports.DeleteResourceExplorerSetupOutput$ = DeleteResourceExplorerSetupOutput$;
1540
- exports.DeleteView$ = DeleteView$;
1541
615
  exports.DeleteViewCommand = DeleteViewCommand;
1542
- exports.DeleteViewInput$ = DeleteViewInput$;
1543
- exports.DeleteViewOutput$ = DeleteViewOutput$;
1544
- exports.DisassociateDefaultView$ = DisassociateDefaultView$;
1545
616
  exports.DisassociateDefaultViewCommand = DisassociateDefaultViewCommand;
1546
- exports.ErrorDetails$ = ErrorDetails$;
1547
- exports.GetAccountLevelServiceConfiguration$ = GetAccountLevelServiceConfiguration$;
1548
617
  exports.GetAccountLevelServiceConfigurationCommand = GetAccountLevelServiceConfigurationCommand;
1549
- exports.GetAccountLevelServiceConfigurationOutput$ = GetAccountLevelServiceConfigurationOutput$;
1550
- exports.GetDefaultView$ = GetDefaultView$;
1551
618
  exports.GetDefaultViewCommand = GetDefaultViewCommand;
1552
- exports.GetDefaultViewOutput$ = GetDefaultViewOutput$;
1553
- exports.GetIndex$ = GetIndex$;
1554
619
  exports.GetIndexCommand = GetIndexCommand;
1555
- exports.GetIndexOutput$ = GetIndexOutput$;
1556
- exports.GetManagedView$ = GetManagedView$;
1557
620
  exports.GetManagedViewCommand = GetManagedViewCommand;
1558
- exports.GetManagedViewInput$ = GetManagedViewInput$;
1559
- exports.GetManagedViewOutput$ = GetManagedViewOutput$;
1560
- exports.GetResourceExplorerSetup$ = GetResourceExplorerSetup$;
1561
621
  exports.GetResourceExplorerSetupCommand = GetResourceExplorerSetupCommand;
1562
- exports.GetResourceExplorerSetupInput$ = GetResourceExplorerSetupInput$;
1563
- exports.GetResourceExplorerSetupOutput$ = GetResourceExplorerSetupOutput$;
1564
- exports.GetServiceIndex$ = GetServiceIndex$;
1565
622
  exports.GetServiceIndexCommand = GetServiceIndexCommand;
1566
- exports.GetServiceIndexOutput$ = GetServiceIndexOutput$;
1567
- exports.GetServiceView$ = GetServiceView$;
1568
623
  exports.GetServiceViewCommand = GetServiceViewCommand;
1569
- exports.GetServiceViewInput$ = GetServiceViewInput$;
1570
- exports.GetServiceViewOutput$ = GetServiceViewOutput$;
1571
- exports.GetView$ = GetView$;
1572
624
  exports.GetViewCommand = GetViewCommand;
1573
- exports.GetViewInput$ = GetViewInput$;
1574
- exports.GetViewOutput$ = GetViewOutput$;
1575
- exports.IncludedProperty$ = IncludedProperty$;
1576
- exports.Index$ = Index$;
1577
625
  exports.IndexState = IndexState;
1578
- exports.IndexStatus$ = IndexStatus$;
1579
626
  exports.IndexType = IndexType;
1580
- exports.InternalServerException = InternalServerException;
1581
- exports.InternalServerException$ = InternalServerException$;
1582
- exports.ListIndexes$ = ListIndexes$;
1583
627
  exports.ListIndexesCommand = ListIndexesCommand;
1584
- exports.ListIndexesForMembers$ = ListIndexesForMembers$;
1585
628
  exports.ListIndexesForMembersCommand = ListIndexesForMembersCommand;
1586
- exports.ListIndexesForMembersInput$ = ListIndexesForMembersInput$;
1587
- exports.ListIndexesForMembersOutput$ = ListIndexesForMembersOutput$;
1588
- exports.ListIndexesInput$ = ListIndexesInput$;
1589
- exports.ListIndexesOutput$ = ListIndexesOutput$;
1590
- exports.ListManagedViews$ = ListManagedViews$;
1591
629
  exports.ListManagedViewsCommand = ListManagedViewsCommand;
1592
- exports.ListManagedViewsInput$ = ListManagedViewsInput$;
1593
- exports.ListManagedViewsOutput$ = ListManagedViewsOutput$;
1594
- exports.ListResources$ = ListResources$;
1595
630
  exports.ListResourcesCommand = ListResourcesCommand;
1596
- exports.ListResourcesInput$ = ListResourcesInput$;
1597
- exports.ListResourcesOutput$ = ListResourcesOutput$;
1598
- exports.ListServiceIndexes$ = ListServiceIndexes$;
1599
631
  exports.ListServiceIndexesCommand = ListServiceIndexesCommand;
1600
- exports.ListServiceIndexesInput$ = ListServiceIndexesInput$;
1601
- exports.ListServiceIndexesOutput$ = ListServiceIndexesOutput$;
1602
- exports.ListServiceViews$ = ListServiceViews$;
1603
632
  exports.ListServiceViewsCommand = ListServiceViewsCommand;
1604
- exports.ListServiceViewsInput$ = ListServiceViewsInput$;
1605
- exports.ListServiceViewsOutput$ = ListServiceViewsOutput$;
1606
- exports.ListStreamingAccessForServices$ = ListStreamingAccessForServices$;
1607
633
  exports.ListStreamingAccessForServicesCommand = ListStreamingAccessForServicesCommand;
1608
- exports.ListStreamingAccessForServicesInput$ = ListStreamingAccessForServicesInput$;
1609
- exports.ListStreamingAccessForServicesOutput$ = ListStreamingAccessForServicesOutput$;
1610
- exports.ListSupportedResourceTypes$ = ListSupportedResourceTypes$;
1611
634
  exports.ListSupportedResourceTypesCommand = ListSupportedResourceTypesCommand;
1612
- exports.ListSupportedResourceTypesInput$ = ListSupportedResourceTypesInput$;
1613
- exports.ListSupportedResourceTypesOutput$ = ListSupportedResourceTypesOutput$;
1614
- exports.ListTagsForResource$ = ListTagsForResource$;
1615
635
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1616
- exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1617
- exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1618
- exports.ListViews$ = ListViews$;
1619
636
  exports.ListViewsCommand = ListViewsCommand;
1620
- exports.ListViewsInput$ = ListViewsInput$;
1621
- exports.ListViewsOutput$ = ListViewsOutput$;
1622
- exports.ManagedView$ = ManagedView$;
1623
- exports.MemberIndex$ = MemberIndex$;
1624
637
  exports.OperationStatus = OperationStatus;
1625
- exports.OrgConfiguration$ = OrgConfiguration$;
1626
- exports.RegionStatus$ = RegionStatus$;
1627
- exports.Resource$ = Resource$;
1628
- exports.ResourceCount$ = ResourceCount$;
1629
638
  exports.ResourceExplorer2 = ResourceExplorer2;
1630
639
  exports.ResourceExplorer2Client = ResourceExplorer2Client;
1631
- exports.ResourceExplorer2ServiceException = ResourceExplorer2ServiceException;
1632
- exports.ResourceExplorer2ServiceException$ = ResourceExplorer2ServiceException$;
1633
- exports.ResourceNotFoundException = ResourceNotFoundException;
1634
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1635
- exports.ResourceProperty$ = ResourceProperty$;
1636
- exports.Search$ = Search$;
1637
640
  exports.SearchCommand = SearchCommand;
1638
- exports.SearchFilter$ = SearchFilter$;
1639
- exports.SearchInput$ = SearchInput$;
1640
- exports.SearchOutput$ = SearchOutput$;
1641
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1642
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1643
- exports.ServiceView$ = ServiceView$;
1644
- exports.StreamingAccessDetails$ = StreamingAccessDetails$;
1645
- exports.SupportedResourceType$ = SupportedResourceType$;
1646
- exports.TagResource$ = TagResource$;
1647
641
  exports.TagResourceCommand = TagResourceCommand;
1648
- exports.TagResourceInput$ = TagResourceInput$;
1649
- exports.TagResourceOutput$ = TagResourceOutput$;
1650
- exports.ThrottlingException = ThrottlingException;
1651
- exports.ThrottlingException$ = ThrottlingException$;
1652
- exports.UnauthorizedException = UnauthorizedException;
1653
- exports.UnauthorizedException$ = UnauthorizedException$;
1654
- exports.UntagResource$ = UntagResource$;
1655
642
  exports.UntagResourceCommand = UntagResourceCommand;
1656
- exports.UntagResourceInput$ = UntagResourceInput$;
1657
- exports.UntagResourceOutput$ = UntagResourceOutput$;
1658
- exports.UpdateIndexType$ = UpdateIndexType$;
1659
643
  exports.UpdateIndexTypeCommand = UpdateIndexTypeCommand;
1660
- exports.UpdateIndexTypeInput$ = UpdateIndexTypeInput$;
1661
- exports.UpdateIndexTypeOutput$ = UpdateIndexTypeOutput$;
1662
- exports.UpdateView$ = UpdateView$;
1663
644
  exports.UpdateViewCommand = UpdateViewCommand;
1664
- exports.UpdateViewInput$ = UpdateViewInput$;
1665
- exports.UpdateViewOutput$ = UpdateViewOutput$;
1666
- exports.ValidationException = ValidationException;
1667
- exports.ValidationException$ = ValidationException$;
1668
- exports.ValidationExceptionField$ = ValidationExceptionField$;
1669
- exports.View$ = View$;
1670
- exports.ViewStatus$ = ViewStatus$;
1671
645
  exports.paginateGetResourceExplorerSetup = paginateGetResourceExplorerSetup;
1672
646
  exports.paginateListIndexes = paginateListIndexes;
1673
647
  exports.paginateListIndexesForMembers = paginateListIndexesForMembers;
@@ -1679,3 +653,15 @@ exports.paginateListStreamingAccessForServices = paginateListStreamingAccessForS
1679
653
  exports.paginateListSupportedResourceTypes = paginateListSupportedResourceTypes;
1680
654
  exports.paginateListViews = paginateListViews;
1681
655
  exports.paginateSearch = paginateSearch;
656
+ Object.keys(schemas_0).forEach(function (k) {
657
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
658
+ enumerable: true,
659
+ get: function () { return schemas_0[k]; }
660
+ });
661
+ });
662
+ Object.keys(errors).forEach(function (k) {
663
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
664
+ enumerable: true,
665
+ get: function () { return errors[k]; }
666
+ });
667
+ });