@aws-sdk/client-application-signals 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 ApplicationSignalsServiceException = require('./models/ApplicationSignalsServiceException');
18
21
 
19
22
  const resolveClientEndpointParameters = (options) => {
20
23
  return Object.assign(options, {
@@ -108,1043 +111,6 @@ class ApplicationSignalsClient extends smithyClient.Client {
108
111
  }
109
112
  }
110
113
 
111
- class ApplicationSignalsServiceException extends smithyClient.ServiceException {
112
- constructor(options) {
113
- super(options);
114
- Object.setPrototypeOf(this, ApplicationSignalsServiceException.prototype);
115
- }
116
- }
117
-
118
- class AccessDeniedException extends ApplicationSignalsServiceException {
119
- name = "AccessDeniedException";
120
- $fault = "client";
121
- Message;
122
- constructor(opts) {
123
- super({
124
- name: "AccessDeniedException",
125
- $fault: "client",
126
- ...opts,
127
- });
128
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
129
- this.Message = opts.Message;
130
- }
131
- }
132
- class ThrottlingException extends ApplicationSignalsServiceException {
133
- name = "ThrottlingException";
134
- $fault = "client";
135
- Message;
136
- constructor(opts) {
137
- super({
138
- name: "ThrottlingException",
139
- $fault: "client",
140
- ...opts,
141
- });
142
- Object.setPrototypeOf(this, ThrottlingException.prototype);
143
- this.Message = opts.Message;
144
- }
145
- }
146
- class ValidationException extends ApplicationSignalsServiceException {
147
- name = "ValidationException";
148
- $fault = "client";
149
- constructor(opts) {
150
- super({
151
- name: "ValidationException",
152
- $fault: "client",
153
- ...opts,
154
- });
155
- Object.setPrototypeOf(this, ValidationException.prototype);
156
- }
157
- }
158
- class ResourceNotFoundException extends ApplicationSignalsServiceException {
159
- name = "ResourceNotFoundException";
160
- $fault = "client";
161
- ResourceType;
162
- ResourceId;
163
- Message;
164
- constructor(opts) {
165
- super({
166
- name: "ResourceNotFoundException",
167
- $fault: "client",
168
- ...opts,
169
- });
170
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
171
- this.ResourceType = opts.ResourceType;
172
- this.ResourceId = opts.ResourceId;
173
- this.Message = opts.Message;
174
- }
175
- }
176
- class ConflictException extends ApplicationSignalsServiceException {
177
- name = "ConflictException";
178
- $fault = "client";
179
- Message;
180
- constructor(opts) {
181
- super({
182
- name: "ConflictException",
183
- $fault: "client",
184
- ...opts,
185
- });
186
- Object.setPrototypeOf(this, ConflictException.prototype);
187
- this.Message = opts.Message;
188
- }
189
- }
190
- class ServiceQuotaExceededException extends ApplicationSignalsServiceException {
191
- name = "ServiceQuotaExceededException";
192
- $fault = "client";
193
- Message;
194
- constructor(opts) {
195
- super({
196
- name: "ServiceQuotaExceededException",
197
- $fault: "client",
198
- ...opts,
199
- });
200
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
201
- this.Message = opts.Message;
202
- }
203
- }
204
-
205
- const _A = "Auditor";
206
- const _AAI = "AwsAccountId";
207
- const _ADE = "AccessDeniedException";
208
- const _AEW = "AddExclusionWindows";
209
- const _AF = "AttributeFilter";
210
- const _AFN = "AttributeFilterName";
211
- const _AFV = "AttributeFilterValues";
212
- const _AFt = "AttributeFilters";
213
- const _AFu = "AuditFinding";
214
- const _AFud = "AuditFindings";
215
- const _AG = "AttainmentGoal";
216
- const _AI = "AccountId";
217
- const _AM = "AttributeMaps";
218
- const _AR = "AuditorResults";
219
- const _ARu = "AuditorResult";
220
- const _AT = "AuditTarget";
221
- const _ATE = "AuditTargetEntity";
222
- const _ATu = "AuditTargets";
223
- const _Ar = "Arn";
224
- const _At = "Attainment";
225
- const _Au = "Auditors";
226
- const _BCM = "BadCountMetric";
227
- const _BGSLOBR = "BatchGetServiceLevelObjectiveBudgetReport";
228
- const _BGSLOBRI = "BatchGetServiceLevelObjectiveBudgetReportInput";
229
- const _BGSLOBRO = "BatchGetServiceLevelObjectiveBudgetReportOutput";
230
- const _BRC = "BurnRateConfiguration";
231
- const _BRCu = "BurnRateConfigurations";
232
- const _BRR = "BudgetRequestsRemaining";
233
- const _BS = "BudgetStatus";
234
- const _BSR = "BudgetSecondsRemaining";
235
- const _BUEW = "BatchUpdateExclusionWindows";
236
- const _BUEWE = "BatchUpdateExclusionWindowsError";
237
- const _BUEWEa = "BatchUpdateExclusionWindowsErrors";
238
- const _BUEWI = "BatchUpdateExclusionWindowsInput";
239
- const _BUEWO = "BatchUpdateExclusionWindowsOutput";
240
- const _C = "Canary";
241
- const _CE = "CanaryEntity";
242
- const _CET = "ChangeEventType";
243
- const _CEh = "ChangeEvent";
244
- const _CEha = "ChangeEvents";
245
- const _CEo = "ConflictException";
246
- const _CI = "CalendarInterval";
247
- const _CN = "CanaryName";
248
- const _CO = "ComparisonOperator";
249
- const _CSLO = "CreateServiceLevelObjective";
250
- const _CSLOI = "CreateServiceLevelObjectiveInput";
251
- const _CSLOO = "CreateServiceLevelObjectiveOutput";
252
- const _CT = "ConnectionType";
253
- const _CTr = "CreatedTime";
254
- const _D = "Description";
255
- const _DC = "DependencyConfig";
256
- const _DG = "DependencyGraph";
257
- const _DGC = "DeleteGroupingConfiguration";
258
- const _DGCO = "DeleteGroupingConfigurationOutput";
259
- const _DGV = "DefaultGroupingValue";
260
- const _DKA = "DependencyKeyAttributes";
261
- const _DKAe = "DependentKeyAttributes";
262
- const _DL = "DetailLevel";
263
- const _DNI = "DestinationNodeId";
264
- const _DON = "DependencyOperationName";
265
- const _DONe = "DependentOperationName";
266
- const _DSLO = "DeleteServiceLevelObjective";
267
- const _DSLOI = "DeleteServiceLevelObjectiveInput";
268
- const _DSLOO = "DeleteServiceLevelObjectiveOutput";
269
- const _DU = "DurationUnit";
270
- const _Da = "Data";
271
- const _Di = "Dimension";
272
- const _Dim = "Dimensions";
273
- const _Du = "Duration";
274
- const _E = "Errors";
275
- const _EC = "ErrorCode";
276
- const _EI = "EventId";
277
- const _EM = "ErrorMessage";
278
- const _EN = "EventName";
279
- const _ET = "EndTime";
280
- const _ETv = "EvaluationType";
281
- const _EW = "ExclusionWindow";
282
- const _EWx = "ExclusionWindows";
283
- const _Ed = "Edges";
284
- const _Edg = "Edge";
285
- const _En = "Entity";
286
- const _Env = "Environment";
287
- const _Ex = "Expression";
288
- const _G = "Goal";
289
- const _GAD = "GroupingAttributeDefinition";
290
- const _GADr = "GroupingAttributeDefinitions";
291
- const _GC = "GroupingConfiguration";
292
- const _GCM = "GoodCountMetric";
293
- const _GI = "GroupIdentifier";
294
- const _GN = "GroupingName";
295
- const _GNr = "GroupName";
296
- const _GS = "GroupSource";
297
- const _GSI = "GetServiceInput";
298
- const _GSK = "GroupingSourceKeys";
299
- const _GSLO = "GetServiceLevelObjective";
300
- const _GSLOI = "GetServiceLevelObjectiveInput";
301
- const _GSLOO = "GetServiceLevelObjectiveOutput";
302
- const _GSO = "GetServiceOutput";
303
- const _GSe = "GetService";
304
- const _GV = "GroupValue";
305
- const _I = "Id";
306
- const _ILA = "IncludeLinkedAccounts";
307
- const _In = "Interval";
308
- const _K = "Key";
309
- const _KA = "KeyAttributes";
310
- const _L = "Label";
311
- const _LAF = "ListAuditFindings";
312
- const _LAFI = "ListAuditFindingsInput";
313
- const _LAFO = "ListAuditFindingsOutput";
314
- const _LBWM = "LookBackWindowMinutes";
315
- const _LCE = "LatestChangeEvents";
316
- const _LEE = "ListEntityEvents";
317
- const _LEEI = "ListEntityEventsInput";
318
- const _LEEO = "ListEntityEventsOutput";
319
- const _LGAD = "ListGroupingAttributeDefinitions";
320
- const _LGADI = "ListGroupingAttributeDefinitionsInput";
321
- const _LGADO = "ListGroupingAttributeDefinitionsOutput";
322
- const _LGR = "LogGroupReferences";
323
- const _LS = "ListServices";
324
- const _LSD = "ListServiceDependencies";
325
- const _LSDI = "ListServiceDependenciesInput";
326
- const _LSDIi = "ListServiceDependentsInput";
327
- const _LSDO = "ListServiceDependenciesOutput";
328
- const _LSDOi = "ListServiceDependentsOutput";
329
- const _LSDi = "ListServiceDependents";
330
- const _LSI = "ListServicesInput";
331
- const _LSLO = "ListServiceLevelObjectives";
332
- const _LSLOEW = "ListServiceLevelObjectiveExclusionWindows";
333
- const _LSLOEWI = "ListServiceLevelObjectiveExclusionWindowsInput";
334
- const _LSLOEWO = "ListServiceLevelObjectiveExclusionWindowsOutput";
335
- const _LSLOI = "ListServiceLevelObjectivesInput";
336
- const _LSLOO = "ListServiceLevelObjectivesOutput";
337
- const _LSO = "ListServicesOutput";
338
- const _LSOI = "ListServiceOperationsInput";
339
- const _LSOO = "ListServiceOperationsOutput";
340
- const _LSOi = "ListServiceOperations";
341
- const _LSS = "ListServiceStates";
342
- const _LSSI = "ListServiceStatesInput";
343
- const _LSSO = "ListServiceStatesOutput";
344
- const _LTFR = "ListTagsForResource";
345
- const _LTFRR = "ListTagsForResourceRequest";
346
- const _LTFRRi = "ListTagsForResourceResponse";
347
- const _LUT = "LastUpdatedTime";
348
- const _M = "Message";
349
- const _MDQ = "MetricDataQuery";
350
- const _MDQe = "MetricDataQueries";
351
- const _MG = "MetricGraph";
352
- const _MN = "MetricName";
353
- const _MR = "MaxResults";
354
- const _MRCM = "MonitoredRequestCountMetric";
355
- const _MRCMDQ = "MonitoredRequestCountMetricDataQueries";
356
- const _MRe = "MetricReference";
357
- const _MRet = "MetricReferences";
358
- const _MS = "MetricStat";
359
- const _MST = "MetricSourceTypes";
360
- const _MSTe = "MetricSourceType";
361
- const _MT = "MetricType";
362
- const _MTe = "MetricThreshold";
363
- const _Me = "Metric";
364
- const _N = "Name";
365
- const _NI = "NodeId";
366
- const _NT = "NextToken";
367
- const _Na = "Namespace";
368
- const _No = "Nodes";
369
- const _Nod = "Node";
370
- const _O = "Operation";
371
- const _ON = "OperationName";
372
- const _P = "Period";
373
- const _PGC = "PutGroupingConfiguration";
374
- const _PGCI = "PutGroupingConfigurationInput";
375
- const _PGCO = "PutGroupingConfigurationOutput";
376
- const _PS = "PeriodSeconds";
377
- const _R = "Reports";
378
- const _RA = "ResourceArn";
379
- const _RBS = "RequestBasedSli";
380
- const _RBSC = "RequestBasedSliConfig";
381
- const _RBSLI = "RequestBasedServiceLevelIndicator";
382
- const _RBSLIC = "RequestBasedServiceLevelIndicatorConfig";
383
- const _RBSLIM = "RequestBasedServiceLevelIndicatorMetric";
384
- const _RBSLIMC = "RequestBasedServiceLevelIndicatorMetricConfig";
385
- const _RBSM = "RequestBasedSliMetric";
386
- const _RBSMC = "RequestBasedSliMetricConfig";
387
- const _RD = "ReturnData";
388
- const _REW = "RemoveExclusionWindows";
389
- const _RI = "ResourceId";
390
- const _RIo = "RollingInterval";
391
- const _RNFE = "ResourceNotFoundException";
392
- const _RR = "RecurrenceRule";
393
- const _RT = "ResourceType";
394
- const _Re = "Region";
395
- const _Rea = "Reason";
396
- const _S = "Severity";
397
- const _SA = "SloArn";
398
- const _SC = "SliConfig";
399
- const _SD = "ServiceDependencies";
400
- const _SDI = "StartDiscoveryInput";
401
- const _SDO = "StartDiscoveryOutput";
402
- const _SDe = "ServiceDependents";
403
- const _SDer = "ServiceDependency";
404
- const _SDerv = "ServiceDependent";
405
- const _SDt = "StartDiscovery";
406
- const _SE = "ServiceEntity";
407
- const _SG = "ServiceGroups";
408
- const _SGe = "ServiceGroup";
409
- const _SI = "SloIds";
410
- const _SIl = "SloId";
411
- const _SLI = "ServiceLevelIndicator";
412
- const _SLIC = "ServiceLevelIndicatorConfig";
413
- const _SLIM = "ServiceLevelIndicatorMetric";
414
- const _SLIMC = "ServiceLevelIndicatorMetricConfig";
415
- const _SLO = "ServiceLevelObjective";
416
- const _SLOBR = "ServiceLevelObjectiveBudgetReport";
417
- const _SLOBRE = "ServiceLevelObjectiveBudgetReportError";
418
- const _SLOBREe = "ServiceLevelObjectiveBudgetReportErrors";
419
- const _SLOBRe = "ServiceLevelObjectiveBudgetReports";
420
- const _SLOE = "ServiceLevelObjectiveEntity";
421
- const _SLOS = "ServiceLevelObjectiveSummary";
422
- const _SLOSe = "ServiceLevelObjectiveSummaries";
423
- const _SM = "SliMetric";
424
- const _SMC = "SliMetricConfig";
425
- const _SN = "SloName";
426
- const _SNI = "SourceNodeId";
427
- const _SO = "ServiceOperations";
428
- const _SOAAI = "SloOwnerAwsAccountId";
429
- const _SOE = "ServiceOperationEntity";
430
- const _SOe = "ServiceOperation";
431
- const _SQEE = "ServiceQuotaExceededException";
432
- const _SS = "SloSummaries";
433
- const _SSe = "ServiceSummaries";
434
- const _SSer = "ServiceStates";
435
- const _SServ = "ServiceState";
436
- const _SServi = "ServiceSummary";
437
- const _ST = "StartTime";
438
- const _Se = "Service";
439
- const _Sl = "Slo";
440
- const _Sli = "Sli";
441
- const _St = "Stat";
442
- const _Sta = "Status";
443
- const _Stat = "Statistic";
444
- const _T = "Type";
445
- const _TBR = "TotalBudgetRequests";
446
- const _TBS = "TotalBudgetSeconds";
447
- const _TE = "ThrottlingException";
448
- const _TK = "TagKeys";
449
- const _TL = "TagList";
450
- const _TR = "TagResource";
451
- const _TRCM = "TotalRequestCountMetric";
452
- const _TRR = "TagResourceRequest";
453
- const _TRRa = "TagResourceResponse";
454
- const _Ta = "Tags";
455
- const _Tag = "Tag";
456
- const _Ti = "Timestamp";
457
- const _U = "Unit";
458
- const _UA = "UpdatedAt";
459
- const _UN = "UserName";
460
- const _UR = "UntagResource";
461
- const _URR = "UntagResourceRequest";
462
- const _URRn = "UntagResourceResponse";
463
- const _USLO = "UpdateServiceLevelObjective";
464
- const _USLOI = "UpdateServiceLevelObjectiveInput";
465
- const _USLOO = "UpdateServiceLevelObjectiveOutput";
466
- const _V = "Value";
467
- const _VE = "ValidationException";
468
- const _W = "Window";
469
- const _WT = "WarningThreshold";
470
- const _aQE = "awsQueryError";
471
- const _c = "client";
472
- const _e = "error";
473
- const _h = "http";
474
- const _hE = "httpError";
475
- const _hQ = "httpQuery";
476
- const _m = "message";
477
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.applicationsignals";
478
- const n0 = "com.amazonaws.applicationsignals";
479
- var AccessDeniedException$ = [-3, n0, _ADE,
480
- { [_aQE]: [`AccessDenied`, 403], [_e]: _c, [_hE]: 403 },
481
- [_M],
482
- [0]
483
- ];
484
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
485
- var AttributeFilter$ = [3, n0, _AF,
486
- 0,
487
- [_AFN, _AFV],
488
- [0, 64 | 0], 2
489
- ];
490
- var AuditFinding$ = [3, n0, _AFu,
491
- 0,
492
- [_KA, _AR, _O, _MG, _DG, _T],
493
- [128 | 0, () => AuditorResults, 0, () => MetricGraph$, () => DependencyGraph$, 0], 1
494
- ];
495
- var AuditorResult$ = [3, n0, _ARu,
496
- 0,
497
- [_A, _D, _Da, _S],
498
- [0, 0, 128 | 0, 0]
499
- ];
500
- var AuditTarget$ = [3, n0, _AT,
501
- 0,
502
- [_T, _Da],
503
- [0, () => AuditTargetEntity$], 2
504
- ];
505
- var BatchGetServiceLevelObjectiveBudgetReportInput$ = [3, n0, _BGSLOBRI,
506
- 0,
507
- [_Ti, _SI],
508
- [4, 64 | 0], 2
509
- ];
510
- var BatchGetServiceLevelObjectiveBudgetReportOutput$ = [3, n0, _BGSLOBRO,
511
- 0,
512
- [_Ti, _R, _E],
513
- [4, () => ServiceLevelObjectiveBudgetReports, () => ServiceLevelObjectiveBudgetReportErrors], 3
514
- ];
515
- var BatchUpdateExclusionWindowsError$ = [3, n0, _BUEWE,
516
- 0,
517
- [_SIl, _EC, _EM],
518
- [0, 0, 0], 3
519
- ];
520
- var BatchUpdateExclusionWindowsInput$ = [3, n0, _BUEWI,
521
- 0,
522
- [_SI, _AEW, _REW],
523
- [64 | 0, () => ExclusionWindows, () => ExclusionWindows], 1
524
- ];
525
- var BatchUpdateExclusionWindowsOutput$ = [3, n0, _BUEWO,
526
- 0,
527
- [_SI, _E],
528
- [64 | 0, () => BatchUpdateExclusionWindowsErrors], 2
529
- ];
530
- var BurnRateConfiguration$ = [3, n0, _BRC,
531
- 0,
532
- [_LBWM],
533
- [1], 1
534
- ];
535
- var CalendarInterval$ = [3, n0, _CI,
536
- 0,
537
- [_ST, _DU, _Du],
538
- [4, 0, 1], 3
539
- ];
540
- var CanaryEntity$ = [3, n0, _CE,
541
- 0,
542
- [_CN],
543
- [0], 1
544
- ];
545
- var ChangeEvent$ = [3, n0, _CEh,
546
- 0,
547
- [_Ti, _AI, _Re, _En, _CET, _EI, _UN, _EN],
548
- [4, 0, 0, 128 | 0, 0, 0, 0, 0], 6
549
- ];
550
- var ConflictException$ = [-3, n0, _CEo,
551
- { [_e]: _c, [_hE]: 409 },
552
- [_M],
553
- [0], 1
554
- ];
555
- schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
556
- var CreateServiceLevelObjectiveInput$ = [3, n0, _CSLOI,
557
- 0,
558
- [_N, _D, _SC, _RBSC, _G, _Ta, _BRCu],
559
- [0, 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => TagList, () => BurnRateConfigurations], 1
560
- ];
561
- var CreateServiceLevelObjectiveOutput$ = [3, n0, _CSLOO,
562
- 0,
563
- [_Sl],
564
- [() => ServiceLevelObjective$], 1
565
- ];
566
- var DeleteGroupingConfigurationOutput$ = [3, n0, _DGCO,
567
- 0,
568
- [],
569
- []
570
- ];
571
- var DeleteServiceLevelObjectiveInput$ = [3, n0, _DSLOI,
572
- 0,
573
- [_I],
574
- [[0, 1]], 1
575
- ];
576
- var DeleteServiceLevelObjectiveOutput$ = [3, n0, _DSLOO,
577
- 0,
578
- [],
579
- []
580
- ];
581
- var DependencyConfig$ = [3, n0, _DC,
582
- 0,
583
- [_DKA, _DON],
584
- [128 | 0, 0], 2
585
- ];
586
- var DependencyGraph$ = [3, n0, _DG,
587
- 0,
588
- [_No, _Ed],
589
- [() => Nodes, () => Edges]
590
- ];
591
- var Dimension$ = [3, n0, _Di,
592
- 0,
593
- [_N, _V],
594
- [0, 0], 2
595
- ];
596
- var Edge$ = [3, n0, _Edg,
597
- 0,
598
- [_SNI, _DNI, _Du, _CT],
599
- [0, 0, 1, 0]
600
- ];
601
- var ExclusionWindow$ = [3, n0, _EW,
602
- 0,
603
- [_W, _ST, _RR, _Rea],
604
- [() => Window$, 4, () => RecurrenceRule$, 0], 1
605
- ];
606
- var GetServiceInput$ = [3, n0, _GSI,
607
- 0,
608
- [_ST, _ET, _KA],
609
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0], 3
610
- ];
611
- var GetServiceLevelObjectiveInput$ = [3, n0, _GSLOI,
612
- 0,
613
- [_I],
614
- [[0, 1]], 1
615
- ];
616
- var GetServiceLevelObjectiveOutput$ = [3, n0, _GSLOO,
617
- 0,
618
- [_Sl],
619
- [() => ServiceLevelObjective$], 1
620
- ];
621
- var GetServiceOutput$ = [3, n0, _GSO,
622
- 0,
623
- [_Se, _ST, _ET, _LGR],
624
- [() => Service$, 4, 4, [1, n0, _LGR, 0, 128 | 0]], 3
625
- ];
626
- var Goal$ = [3, n0, _G,
627
- 0,
628
- [_In, _AG, _WT],
629
- [() => Interval$, 1, 1]
630
- ];
631
- var GroupingAttributeDefinition$ = [3, n0, _GAD,
632
- 0,
633
- [_GN, _GSK, _DGV],
634
- [0, 64 | 0, 0], 1
635
- ];
636
- var GroupingConfiguration$ = [3, n0, _GC,
637
- 0,
638
- [_GADr, _UA],
639
- [() => GroupingAttributeDefinitions, 4], 2
640
- ];
641
- var ListAuditFindingsInput$ = [3, n0, _LAFI,
642
- 0,
643
- [_ST, _ET, _ATu, _Au, _DL, _NT, _MR],
644
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], () => AuditTargets, 64 | 0, 0, 0, 1], 3
645
- ];
646
- var ListAuditFindingsOutput$ = [3, n0, _LAFO,
647
- 0,
648
- [_AFud, _ST, _ET, _NT],
649
- [() => AuditFindings, 4, 4, 0], 1
650
- ];
651
- var ListEntityEventsInput$ = [3, n0, _LEEI,
652
- 0,
653
- [_En, _ST, _ET, _MR, _NT],
654
- [128 | 0, 4, 4, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
655
- ];
656
- var ListEntityEventsOutput$ = [3, n0, _LEEO,
657
- 0,
658
- [_ST, _ET, _CEha, _NT],
659
- [4, 4, () => ChangeEvents, 0], 3
660
- ];
661
- var ListGroupingAttributeDefinitionsInput$ = [3, n0, _LGADI,
662
- 0,
663
- [_NT, _AAI, _ILA],
664
- [[0, { [_hQ]: _NT }], [0, { [_hQ]: _AAI }], [2, { [_hQ]: _ILA }]]
665
- ];
666
- var ListGroupingAttributeDefinitionsOutput$ = [3, n0, _LGADO,
667
- 0,
668
- [_GADr, _UA, _NT],
669
- [() => GroupingAttributeDefinitions, 4, 0], 1
670
- ];
671
- var ListServiceDependenciesInput$ = [3, n0, _LSDI,
672
- 0,
673
- [_ST, _ET, _KA, _MR, _NT],
674
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
675
- ];
676
- var ListServiceDependenciesOutput$ = [3, n0, _LSDO,
677
- 0,
678
- [_ST, _ET, _SD, _NT],
679
- [4, 4, () => ServiceDependencies, 0], 3
680
- ];
681
- var ListServiceDependentsInput$ = [3, n0, _LSDIi,
682
- 0,
683
- [_ST, _ET, _KA, _MR, _NT],
684
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
685
- ];
686
- var ListServiceDependentsOutput$ = [3, n0, _LSDOi,
687
- 0,
688
- [_ST, _ET, _SDe, _NT],
689
- [4, 4, () => ServiceDependents, 0], 3
690
- ];
691
- var ListServiceLevelObjectiveExclusionWindowsInput$ = [3, n0, _LSLOEWI,
692
- 0,
693
- [_I, _MR, _NT],
694
- [[0, 1], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 1
695
- ];
696
- var ListServiceLevelObjectiveExclusionWindowsOutput$ = [3, n0, _LSLOEWO,
697
- 0,
698
- [_EWx, _NT],
699
- [() => ExclusionWindows, 0], 1
700
- ];
701
- var ListServiceLevelObjectivesInput$ = [3, n0, _LSLOI,
702
- 0,
703
- [_KA, _ON, _DC, _MR, _NT, _ILA, _SOAAI, _MST],
704
- [128 | 0, [0, { [_hQ]: _ON }], () => DependencyConfig$, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [2, { [_hQ]: _ILA }], [0, { [_hQ]: _SOAAI }], 64 | 0]
705
- ];
706
- var ListServiceLevelObjectivesOutput$ = [3, n0, _LSLOO,
707
- 0,
708
- [_SS, _NT],
709
- [() => ServiceLevelObjectiveSummaries, 0]
710
- ];
711
- var ListServiceOperationsInput$ = [3, n0, _LSOI,
712
- 0,
713
- [_ST, _ET, _KA, _MR, _NT],
714
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], 128 | 0, [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }]], 3
715
- ];
716
- var ListServiceOperationsOutput$ = [3, n0, _LSOO,
717
- 0,
718
- [_ST, _ET, _SO, _NT],
719
- [4, 4, () => ServiceOperations, 0], 3
720
- ];
721
- var ListServicesInput$ = [3, n0, _LSI,
722
- 0,
723
- [_ST, _ET, _MR, _NT, _ILA, _AAI],
724
- [[4, { [_hQ]: _ST }], [4, { [_hQ]: _ET }], [1, { [_hQ]: _MR }], [0, { [_hQ]: _NT }], [2, { [_hQ]: _ILA }], [0, { [_hQ]: _AAI }]], 2
725
- ];
726
- var ListServicesOutput$ = [3, n0, _LSO,
727
- 0,
728
- [_ST, _ET, _SSe, _NT],
729
- [4, 4, () => ServiceSummaries, 0], 3
730
- ];
731
- var ListServiceStatesInput$ = [3, n0, _LSSI,
732
- 0,
733
- [_ST, _ET, _MR, _NT, _ILA, _AAI, _AFt],
734
- [4, 4, 1, 0, 2, 0, () => AttributeFilters], 2
735
- ];
736
- var ListServiceStatesOutput$ = [3, n0, _LSSO,
737
- 0,
738
- [_ST, _ET, _SSer, _NT],
739
- [4, 4, () => ServiceStates, 0], 3
740
- ];
741
- var ListTagsForResourceRequest$ = [3, n0, _LTFRR,
742
- 0,
743
- [_RA],
744
- [[0, { [_hQ]: _RA }]], 1
745
- ];
746
- var ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
747
- 0,
748
- [_Ta],
749
- [() => TagList]
750
- ];
751
- var Metric$ = [3, n0, _Me,
752
- 0,
753
- [_Na, _MN, _Dim],
754
- [0, 0, () => Dimensions]
755
- ];
756
- var MetricDataQuery$ = [3, n0, _MDQ,
757
- 0,
758
- [_I, _MS, _Ex, _L, _RD, _P, _AI],
759
- [0, () => MetricStat$, 0, 0, 2, 1, 0], 1
760
- ];
761
- var MetricGraph$ = [3, n0, _MG,
762
- 0,
763
- [_MDQe, _ST, _ET],
764
- [() => MetricDataQueries, 4, 4]
765
- ];
766
- var MetricReference$ = [3, n0, _MRe,
767
- 0,
768
- [_Na, _MT, _MN, _Dim, _AI],
769
- [0, 0, 0, () => Dimensions, 0], 3
770
- ];
771
- var MetricStat$ = [3, n0, _MS,
772
- 0,
773
- [_Me, _P, _St, _U],
774
- [() => Metric$, 1, 0, 0], 3
775
- ];
776
- var Node$ = [3, n0, _Nod,
777
- 0,
778
- [_KA, _N, _NI, _O, _T, _Du, _Sta],
779
- [128 | 0, 0, 0, 0, 0, 1, 0], 3
780
- ];
781
- var PutGroupingConfigurationInput$ = [3, n0, _PGCI,
782
- 0,
783
- [_GADr],
784
- [() => GroupingAttributeDefinitions], 1
785
- ];
786
- var PutGroupingConfigurationOutput$ = [3, n0, _PGCO,
787
- 0,
788
- [_GC],
789
- [() => GroupingConfiguration$], 1
790
- ];
791
- var RecurrenceRule$ = [3, n0, _RR,
792
- 0,
793
- [_Ex],
794
- [0], 1
795
- ];
796
- var RequestBasedServiceLevelIndicator$ = [3, n0, _RBSLI,
797
- 0,
798
- [_RBSM, _MTe, _CO],
799
- [() => RequestBasedServiceLevelIndicatorMetric$, 1, 0], 1
800
- ];
801
- var RequestBasedServiceLevelIndicatorConfig$ = [3, n0, _RBSLIC,
802
- 0,
803
- [_RBSMC, _MTe, _CO],
804
- [() => RequestBasedServiceLevelIndicatorMetricConfig$, 1, 0], 1
805
- ];
806
- var RequestBasedServiceLevelIndicatorMetric$ = [3, n0, _RBSLIM,
807
- 0,
808
- [_TRCM, _MRCM, _KA, _ON, _MT, _DC],
809
- [() => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, 128 | 0, 0, 0, () => DependencyConfig$], 2
810
- ];
811
- var RequestBasedServiceLevelIndicatorMetricConfig$ = [3, n0, _RBSLIMC,
812
- 0,
813
- [_KA, _ON, _MT, _TRCM, _MRCM, _DC],
814
- [128 | 0, 0, 0, () => MetricDataQueries, () => MonitoredRequestCountMetricDataQueries$, () => DependencyConfig$]
815
- ];
816
- var ResourceNotFoundException$ = [-3, n0, _RNFE,
817
- { [_e]: _c, [_hE]: 404 },
818
- [_RT, _RI, _M],
819
- [0, 0, 0], 3
820
- ];
821
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
822
- var RollingInterval$ = [3, n0, _RIo,
823
- 0,
824
- [_DU, _Du],
825
- [0, 1], 2
826
- ];
827
- var Service$ = [3, n0, _Se,
828
- 0,
829
- [_KA, _MRet, _AM, _SG, _LGR],
830
- [128 | 0, () => MetricReferences, [1, n0, _AM, 0, 128 | 0], () => ServiceGroups, [1, n0, _LGR, 0, 128 | 0]], 2
831
- ];
832
- var ServiceDependency$ = [3, n0, _SDer,
833
- 0,
834
- [_ON, _DKA, _DON, _MRet],
835
- [0, 128 | 0, 0, () => MetricReferences], 4
836
- ];
837
- var ServiceDependent$ = [3, n0, _SDerv,
838
- 0,
839
- [_DKAe, _MRet, _ON, _DONe],
840
- [128 | 0, () => MetricReferences, 0, 0], 2
841
- ];
842
- var ServiceEntity$ = [3, n0, _SE,
843
- 0,
844
- [_T, _N, _Env, _AAI],
845
- [0, 0, 0, 0]
846
- ];
847
- var ServiceGroup$ = [3, n0, _SGe,
848
- 0,
849
- [_GNr, _GV, _GS, _GI],
850
- [0, 0, 0, 0], 4
851
- ];
852
- var ServiceLevelIndicator$ = [3, n0, _SLI,
853
- 0,
854
- [_SM, _MTe, _CO],
855
- [() => ServiceLevelIndicatorMetric$, 1, 0], 3
856
- ];
857
- var ServiceLevelIndicatorConfig$ = [3, n0, _SLIC,
858
- 0,
859
- [_SMC, _MTe, _CO],
860
- [() => ServiceLevelIndicatorMetricConfig$, 1, 0], 3
861
- ];
862
- var ServiceLevelIndicatorMetric$ = [3, n0, _SLIM,
863
- 0,
864
- [_MDQe, _KA, _ON, _MT, _DC],
865
- [() => MetricDataQueries, 128 | 0, 0, 0, () => DependencyConfig$], 1
866
- ];
867
- var ServiceLevelIndicatorMetricConfig$ = [3, n0, _SLIMC,
868
- 0,
869
- [_KA, _ON, _MT, _MN, _Stat, _PS, _MDQe, _DC],
870
- [128 | 0, 0, 0, 0, 0, 1, () => MetricDataQueries, () => DependencyConfig$]
871
- ];
872
- var ServiceLevelObjective$ = [3, n0, _SLO,
873
- 0,
874
- [_Ar, _N, _CTr, _LUT, _G, _D, _Sli, _RBS, _ETv, _BRCu, _MSTe],
875
- [0, 0, 4, 4, () => Goal$, 0, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, 0, () => BurnRateConfigurations, 0], 5
876
- ];
877
- var ServiceLevelObjectiveBudgetReport$ = [3, n0, _SLOBR,
878
- 0,
879
- [_Ar, _N, _BS, _ETv, _At, _TBS, _BSR, _TBR, _BRR, _Sli, _RBS, _G],
880
- [0, 0, 0, 0, 1, 1, 1, 1, 1, () => ServiceLevelIndicator$, () => RequestBasedServiceLevelIndicator$, () => Goal$], 3
881
- ];
882
- var ServiceLevelObjectiveBudgetReportError$ = [3, n0, _SLOBRE,
883
- 0,
884
- [_N, _Ar, _EC, _EM],
885
- [0, 0, 0, 0], 4
886
- ];
887
- var ServiceLevelObjectiveEntity$ = [3, n0, _SLOE,
888
- 0,
889
- [_SN, _SA],
890
- [0, 0]
891
- ];
892
- var ServiceLevelObjectiveSummary$ = [3, n0, _SLOS,
893
- 0,
894
- [_Ar, _N, _KA, _ON, _DC, _CTr, _ETv, _MSTe],
895
- [0, 0, 128 | 0, 0, () => DependencyConfig$, 4, 0, 0], 2
896
- ];
897
- var ServiceOperation$ = [3, n0, _SOe,
898
- 0,
899
- [_N, _MRet],
900
- [0, () => MetricReferences], 2
901
- ];
902
- var ServiceOperationEntity$ = [3, n0, _SOE,
903
- 0,
904
- [_Se, _O, _MT],
905
- [() => ServiceEntity$, 0, 0]
906
- ];
907
- var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
908
- { [_e]: _c, [_hE]: 402 },
909
- [_M],
910
- [0], 1
911
- ];
912
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
913
- var ServiceState$ = [3, n0, _SServ,
914
- 0,
915
- [_Se, _LCE, _AFt],
916
- [128 | 0, () => LatestChangeEvents, () => AttributeFilters], 2
917
- ];
918
- var ServiceSummary$ = [3, n0, _SServi,
919
- 0,
920
- [_KA, _MRet, _AM, _SG],
921
- [128 | 0, () => MetricReferences, [1, n0, _AM, 0, 128 | 0], () => ServiceGroups], 2
922
- ];
923
- var StartDiscoveryInput$ = [3, n0, _SDI,
924
- 0,
925
- [],
926
- []
927
- ];
928
- var StartDiscoveryOutput$ = [3, n0, _SDO,
929
- 0,
930
- [],
931
- []
932
- ];
933
- var Tag$ = [3, n0, _Tag,
934
- 0,
935
- [_K, _V],
936
- [0, 0], 2
937
- ];
938
- var TagResourceRequest$ = [3, n0, _TRR,
939
- 0,
940
- [_RA, _Ta],
941
- [0, () => TagList], 2
942
- ];
943
- var TagResourceResponse$ = [3, n0, _TRRa,
944
- 0,
945
- [],
946
- []
947
- ];
948
- var ThrottlingException$ = [-3, n0, _TE,
949
- { [_e]: _c, [_hE]: 429 },
950
- [_M],
951
- [0], 1
952
- ];
953
- schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
954
- var UntagResourceRequest$ = [3, n0, _URR,
955
- 0,
956
- [_RA, _TK],
957
- [0, 64 | 0], 2
958
- ];
959
- var UntagResourceResponse$ = [3, n0, _URRn,
960
- 0,
961
- [],
962
- []
963
- ];
964
- var UpdateServiceLevelObjectiveInput$ = [3, n0, _USLOI,
965
- 0,
966
- [_I, _D, _SC, _RBSC, _G, _BRCu],
967
- [[0, 1], 0, () => ServiceLevelIndicatorConfig$, () => RequestBasedServiceLevelIndicatorConfig$, () => Goal$, () => BurnRateConfigurations], 1
968
- ];
969
- var UpdateServiceLevelObjectiveOutput$ = [3, n0, _USLOO,
970
- 0,
971
- [_Sl],
972
- [() => ServiceLevelObjective$], 1
973
- ];
974
- var ValidationException$ = [-3, n0, _VE,
975
- { [_aQE]: [`ValidationError`, 400], [_e]: _c, [_hE]: 400 },
976
- [_m],
977
- [0]
978
- ];
979
- schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
980
- var Window$ = [3, n0, _W,
981
- 0,
982
- [_DU, _Du],
983
- [0, 1], 2
984
- ];
985
- var __Unit = "unit";
986
- var ApplicationSignalsServiceException$ = [-3, _s, "ApplicationSignalsServiceException", 0, [], []];
987
- schema.TypeRegistry.for(_s).registerError(ApplicationSignalsServiceException$, ApplicationSignalsServiceException);
988
- var AttributeFilters = [1, n0, _AFt,
989
- 0, () => AttributeFilter$
990
- ];
991
- var AuditFindings = [1, n0, _AFud,
992
- 0, () => AuditFinding$
993
- ];
994
- var AuditorResults = [1, n0, _AR,
995
- 0, () => AuditorResult$
996
- ];
997
- var AuditTargets = [1, n0, _ATu,
998
- 0, () => AuditTarget$
999
- ];
1000
- var BatchUpdateExclusionWindowsErrors = [1, n0, _BUEWEa,
1001
- 0, () => BatchUpdateExclusionWindowsError$
1002
- ];
1003
- var BurnRateConfigurations = [1, n0, _BRCu,
1004
- 0, () => BurnRateConfiguration$
1005
- ];
1006
- var ChangeEvents = [1, n0, _CEha,
1007
- 0, () => ChangeEvent$
1008
- ];
1009
- var Dimensions = [1, n0, _Dim,
1010
- 0, () => Dimension$
1011
- ];
1012
- var Edges = [1, n0, _Ed,
1013
- 0, () => Edge$
1014
- ];
1015
- var ExclusionWindows = [1, n0, _EWx,
1016
- 0, () => ExclusionWindow$
1017
- ];
1018
- var GroupingAttributeDefinitions = [1, n0, _GADr,
1019
- 0, () => GroupingAttributeDefinition$
1020
- ];
1021
- var LatestChangeEvents = [1, n0, _LCE,
1022
- 0, () => ChangeEvent$
1023
- ];
1024
- var MetricDataQueries = [1, n0, _MDQe,
1025
- 0, () => MetricDataQuery$
1026
- ];
1027
- var MetricReferences = [1, n0, _MRet,
1028
- 0, () => MetricReference$
1029
- ];
1030
- var Nodes = [1, n0, _No,
1031
- 0, () => Node$
1032
- ];
1033
- var ServiceDependencies = [1, n0, _SD,
1034
- 0, () => ServiceDependency$
1035
- ];
1036
- var ServiceDependents = [1, n0, _SDe,
1037
- 0, () => ServiceDependent$
1038
- ];
1039
- var ServiceGroups = [1, n0, _SG,
1040
- 0, () => ServiceGroup$
1041
- ];
1042
- var ServiceLevelObjectiveBudgetReportErrors = [1, n0, _SLOBREe,
1043
- 0, () => ServiceLevelObjectiveBudgetReportError$
1044
- ];
1045
- var ServiceLevelObjectiveBudgetReports = [1, n0, _SLOBRe,
1046
- 0, () => ServiceLevelObjectiveBudgetReport$
1047
- ];
1048
- var ServiceLevelObjectiveSummaries = [1, n0, _SLOSe,
1049
- 0, () => ServiceLevelObjectiveSummary$
1050
- ];
1051
- var ServiceOperations = [1, n0, _SO,
1052
- 0, () => ServiceOperation$
1053
- ];
1054
- var ServiceStates = [1, n0, _SSer,
1055
- 0, () => ServiceState$
1056
- ];
1057
- var ServiceSummaries = [1, n0, _SSe,
1058
- 0, () => ServiceSummary$
1059
- ];
1060
- var TagList = [1, n0, _TL,
1061
- 0, () => Tag$
1062
- ];
1063
- var AuditTargetEntity$ = [4, n0, _ATE,
1064
- 0,
1065
- [_Se, _Sl, _SOe, _C],
1066
- [() => ServiceEntity$, () => ServiceLevelObjectiveEntity$, () => ServiceOperationEntity$, () => CanaryEntity$]
1067
- ];
1068
- var Interval$ = [4, n0, _In,
1069
- 0,
1070
- [_RIo, _CI],
1071
- [() => RollingInterval$, () => CalendarInterval$]
1072
- ];
1073
- var MonitoredRequestCountMetricDataQueries$ = [4, n0, _MRCMDQ,
1074
- 0,
1075
- [_GCM, _BCM],
1076
- [() => MetricDataQueries, () => MetricDataQueries]
1077
- ];
1078
- var BatchGetServiceLevelObjectiveBudgetReport$ = [9, n0, _BGSLOBR,
1079
- { [_h]: ["POST", "/budget-report", 200] }, () => BatchGetServiceLevelObjectiveBudgetReportInput$, () => BatchGetServiceLevelObjectiveBudgetReportOutput$
1080
- ];
1081
- var BatchUpdateExclusionWindows$ = [9, n0, _BUEW,
1082
- { [_h]: ["PATCH", "/exclusion-windows", 200] }, () => BatchUpdateExclusionWindowsInput$, () => BatchUpdateExclusionWindowsOutput$
1083
- ];
1084
- var CreateServiceLevelObjective$ = [9, n0, _CSLO,
1085
- { [_h]: ["POST", "/slo", 200] }, () => CreateServiceLevelObjectiveInput$, () => CreateServiceLevelObjectiveOutput$
1086
- ];
1087
- var DeleteGroupingConfiguration$ = [9, n0, _DGC,
1088
- { [_h]: ["DELETE", "/grouping-configuration", 200] }, () => __Unit, () => DeleteGroupingConfigurationOutput$
1089
- ];
1090
- var DeleteServiceLevelObjective$ = [9, n0, _DSLO,
1091
- { [_h]: ["DELETE", "/slo/{Id}", 200] }, () => DeleteServiceLevelObjectiveInput$, () => DeleteServiceLevelObjectiveOutput$
1092
- ];
1093
- var GetService$ = [9, n0, _GSe,
1094
- { [_h]: ["POST", "/service", 200] }, () => GetServiceInput$, () => GetServiceOutput$
1095
- ];
1096
- var GetServiceLevelObjective$ = [9, n0, _GSLO,
1097
- { [_h]: ["GET", "/slo/{Id}", 200] }, () => GetServiceLevelObjectiveInput$, () => GetServiceLevelObjectiveOutput$
1098
- ];
1099
- var ListAuditFindings$ = [9, n0, _LAF,
1100
- { [_h]: ["POST", "/auditFindings", 200] }, () => ListAuditFindingsInput$, () => ListAuditFindingsOutput$
1101
- ];
1102
- var ListEntityEvents$ = [9, n0, _LEE,
1103
- { [_h]: ["POST", "/events", 200] }, () => ListEntityEventsInput$, () => ListEntityEventsOutput$
1104
- ];
1105
- var ListGroupingAttributeDefinitions$ = [9, n0, _LGAD,
1106
- { [_h]: ["POST", "/grouping-attribute-definitions", 200] }, () => ListGroupingAttributeDefinitionsInput$, () => ListGroupingAttributeDefinitionsOutput$
1107
- ];
1108
- var ListServiceDependencies$ = [9, n0, _LSD,
1109
- { [_h]: ["POST", "/service-dependencies", 200] }, () => ListServiceDependenciesInput$, () => ListServiceDependenciesOutput$
1110
- ];
1111
- var ListServiceDependents$ = [9, n0, _LSDi,
1112
- { [_h]: ["POST", "/service-dependents", 200] }, () => ListServiceDependentsInput$, () => ListServiceDependentsOutput$
1113
- ];
1114
- var ListServiceLevelObjectiveExclusionWindows$ = [9, n0, _LSLOEW,
1115
- { [_h]: ["GET", "/slo/{Id}/exclusion-windows", 200] }, () => ListServiceLevelObjectiveExclusionWindowsInput$, () => ListServiceLevelObjectiveExclusionWindowsOutput$
1116
- ];
1117
- var ListServiceLevelObjectives$ = [9, n0, _LSLO,
1118
- { [_h]: ["POST", "/slos", 200] }, () => ListServiceLevelObjectivesInput$, () => ListServiceLevelObjectivesOutput$
1119
- ];
1120
- var ListServiceOperations$ = [9, n0, _LSOi,
1121
- { [_h]: ["POST", "/service-operations", 200] }, () => ListServiceOperationsInput$, () => ListServiceOperationsOutput$
1122
- ];
1123
- var ListServices$ = [9, n0, _LS,
1124
- { [_h]: ["GET", "/services", 200] }, () => ListServicesInput$, () => ListServicesOutput$
1125
- ];
1126
- var ListServiceStates$ = [9, n0, _LSS,
1127
- { [_h]: ["POST", "/service/states", 200] }, () => ListServiceStatesInput$, () => ListServiceStatesOutput$
1128
- ];
1129
- var ListTagsForResource$ = [9, n0, _LTFR,
1130
- { [_h]: ["GET", "/tags", 200] }, () => ListTagsForResourceRequest$, () => ListTagsForResourceResponse$
1131
- ];
1132
- var PutGroupingConfiguration$ = [9, n0, _PGC,
1133
- { [_h]: ["PUT", "/grouping-configuration", 200] }, () => PutGroupingConfigurationInput$, () => PutGroupingConfigurationOutput$
1134
- ];
1135
- var StartDiscovery$ = [9, n0, _SDt,
1136
- { [_h]: ["POST", "/start-discovery", 200] }, () => StartDiscoveryInput$, () => StartDiscoveryOutput$
1137
- ];
1138
- var TagResource$ = [9, n0, _TR,
1139
- { [_h]: ["POST", "/tag-resource", 200] }, () => TagResourceRequest$, () => TagResourceResponse$
1140
- ];
1141
- var UntagResource$ = [9, n0, _UR,
1142
- { [_h]: ["POST", "/untag-resource", 200] }, () => UntagResourceRequest$, () => UntagResourceResponse$
1143
- ];
1144
- var UpdateServiceLevelObjective$ = [9, n0, _USLO,
1145
- { [_h]: ["PATCH", "/slo/{Id}", 200] }, () => UpdateServiceLevelObjectiveInput$, () => UpdateServiceLevelObjectiveOutput$
1146
- ];
1147
-
1148
114
  class BatchGetServiceLevelObjectiveBudgetReportCommand extends smithyClient.Command
1149
115
  .classBuilder()
1150
116
  .ep(commonParams)
@@ -1153,7 +119,7 @@ class BatchGetServiceLevelObjectiveBudgetReportCommand extends smithyClient.Comm
1153
119
  })
1154
120
  .s("ApplicationSignals", "BatchGetServiceLevelObjectiveBudgetReport", {})
1155
121
  .n("ApplicationSignalsClient", "BatchGetServiceLevelObjectiveBudgetReportCommand")
1156
- .sc(BatchGetServiceLevelObjectiveBudgetReport$)
122
+ .sc(schemas_0.BatchGetServiceLevelObjectiveBudgetReport$)
1157
123
  .build() {
1158
124
  }
1159
125
 
@@ -1165,7 +131,7 @@ class BatchUpdateExclusionWindowsCommand extends smithyClient.Command
1165
131
  })
1166
132
  .s("ApplicationSignals", "BatchUpdateExclusionWindows", {})
1167
133
  .n("ApplicationSignalsClient", "BatchUpdateExclusionWindowsCommand")
1168
- .sc(BatchUpdateExclusionWindows$)
134
+ .sc(schemas_0.BatchUpdateExclusionWindows$)
1169
135
  .build() {
1170
136
  }
1171
137
 
@@ -1177,7 +143,7 @@ class CreateServiceLevelObjectiveCommand extends smithyClient.Command
1177
143
  })
1178
144
  .s("ApplicationSignals", "CreateServiceLevelObjective", {})
1179
145
  .n("ApplicationSignalsClient", "CreateServiceLevelObjectiveCommand")
1180
- .sc(CreateServiceLevelObjective$)
146
+ .sc(schemas_0.CreateServiceLevelObjective$)
1181
147
  .build() {
1182
148
  }
1183
149
 
@@ -1189,7 +155,7 @@ class DeleteGroupingConfigurationCommand extends smithyClient.Command
1189
155
  })
1190
156
  .s("ApplicationSignals", "DeleteGroupingConfiguration", {})
1191
157
  .n("ApplicationSignalsClient", "DeleteGroupingConfigurationCommand")
1192
- .sc(DeleteGroupingConfiguration$)
158
+ .sc(schemas_0.DeleteGroupingConfiguration$)
1193
159
  .build() {
1194
160
  }
1195
161
 
@@ -1201,7 +167,7 @@ class DeleteServiceLevelObjectiveCommand extends smithyClient.Command
1201
167
  })
1202
168
  .s("ApplicationSignals", "DeleteServiceLevelObjective", {})
1203
169
  .n("ApplicationSignalsClient", "DeleteServiceLevelObjectiveCommand")
1204
- .sc(DeleteServiceLevelObjective$)
170
+ .sc(schemas_0.DeleteServiceLevelObjective$)
1205
171
  .build() {
1206
172
  }
1207
173
 
@@ -1213,7 +179,7 @@ class GetServiceCommand extends smithyClient.Command
1213
179
  })
1214
180
  .s("ApplicationSignals", "GetService", {})
1215
181
  .n("ApplicationSignalsClient", "GetServiceCommand")
1216
- .sc(GetService$)
182
+ .sc(schemas_0.GetService$)
1217
183
  .build() {
1218
184
  }
1219
185
 
@@ -1225,7 +191,7 @@ class GetServiceLevelObjectiveCommand extends smithyClient.Command
1225
191
  })
1226
192
  .s("ApplicationSignals", "GetServiceLevelObjective", {})
1227
193
  .n("ApplicationSignalsClient", "GetServiceLevelObjectiveCommand")
1228
- .sc(GetServiceLevelObjective$)
194
+ .sc(schemas_0.GetServiceLevelObjective$)
1229
195
  .build() {
1230
196
  }
1231
197
 
@@ -1237,7 +203,7 @@ class ListAuditFindingsCommand extends smithyClient.Command
1237
203
  })
1238
204
  .s("ApplicationSignals", "ListAuditFindings", {})
1239
205
  .n("ApplicationSignalsClient", "ListAuditFindingsCommand")
1240
- .sc(ListAuditFindings$)
206
+ .sc(schemas_0.ListAuditFindings$)
1241
207
  .build() {
1242
208
  }
1243
209
 
@@ -1249,7 +215,7 @@ class ListEntityEventsCommand extends smithyClient.Command
1249
215
  })
1250
216
  .s("ApplicationSignals", "ListEntityEvents", {})
1251
217
  .n("ApplicationSignalsClient", "ListEntityEventsCommand")
1252
- .sc(ListEntityEvents$)
218
+ .sc(schemas_0.ListEntityEvents$)
1253
219
  .build() {
1254
220
  }
1255
221
 
@@ -1261,7 +227,7 @@ class ListGroupingAttributeDefinitionsCommand extends smithyClient.Command
1261
227
  })
1262
228
  .s("ApplicationSignals", "ListGroupingAttributeDefinitions", {})
1263
229
  .n("ApplicationSignalsClient", "ListGroupingAttributeDefinitionsCommand")
1264
- .sc(ListGroupingAttributeDefinitions$)
230
+ .sc(schemas_0.ListGroupingAttributeDefinitions$)
1265
231
  .build() {
1266
232
  }
1267
233
 
@@ -1273,7 +239,7 @@ class ListServiceDependenciesCommand extends smithyClient.Command
1273
239
  })
1274
240
  .s("ApplicationSignals", "ListServiceDependencies", {})
1275
241
  .n("ApplicationSignalsClient", "ListServiceDependenciesCommand")
1276
- .sc(ListServiceDependencies$)
242
+ .sc(schemas_0.ListServiceDependencies$)
1277
243
  .build() {
1278
244
  }
1279
245
 
@@ -1285,7 +251,7 @@ class ListServiceDependentsCommand extends smithyClient.Command
1285
251
  })
1286
252
  .s("ApplicationSignals", "ListServiceDependents", {})
1287
253
  .n("ApplicationSignalsClient", "ListServiceDependentsCommand")
1288
- .sc(ListServiceDependents$)
254
+ .sc(schemas_0.ListServiceDependents$)
1289
255
  .build() {
1290
256
  }
1291
257
 
@@ -1297,7 +263,7 @@ class ListServiceLevelObjectiveExclusionWindowsCommand extends smithyClient.Comm
1297
263
  })
1298
264
  .s("ApplicationSignals", "ListServiceLevelObjectiveExclusionWindows", {})
1299
265
  .n("ApplicationSignalsClient", "ListServiceLevelObjectiveExclusionWindowsCommand")
1300
- .sc(ListServiceLevelObjectiveExclusionWindows$)
266
+ .sc(schemas_0.ListServiceLevelObjectiveExclusionWindows$)
1301
267
  .build() {
1302
268
  }
1303
269
 
@@ -1309,7 +275,7 @@ class ListServiceLevelObjectivesCommand extends smithyClient.Command
1309
275
  })
1310
276
  .s("ApplicationSignals", "ListServiceLevelObjectives", {})
1311
277
  .n("ApplicationSignalsClient", "ListServiceLevelObjectivesCommand")
1312
- .sc(ListServiceLevelObjectives$)
278
+ .sc(schemas_0.ListServiceLevelObjectives$)
1313
279
  .build() {
1314
280
  }
1315
281
 
@@ -1321,7 +287,7 @@ class ListServiceOperationsCommand extends smithyClient.Command
1321
287
  })
1322
288
  .s("ApplicationSignals", "ListServiceOperations", {})
1323
289
  .n("ApplicationSignalsClient", "ListServiceOperationsCommand")
1324
- .sc(ListServiceOperations$)
290
+ .sc(schemas_0.ListServiceOperations$)
1325
291
  .build() {
1326
292
  }
1327
293
 
@@ -1333,7 +299,7 @@ class ListServicesCommand extends smithyClient.Command
1333
299
  })
1334
300
  .s("ApplicationSignals", "ListServices", {})
1335
301
  .n("ApplicationSignalsClient", "ListServicesCommand")
1336
- .sc(ListServices$)
302
+ .sc(schemas_0.ListServices$)
1337
303
  .build() {
1338
304
  }
1339
305
 
@@ -1345,7 +311,7 @@ class ListServiceStatesCommand extends smithyClient.Command
1345
311
  })
1346
312
  .s("ApplicationSignals", "ListServiceStates", {})
1347
313
  .n("ApplicationSignalsClient", "ListServiceStatesCommand")
1348
- .sc(ListServiceStates$)
314
+ .sc(schemas_0.ListServiceStates$)
1349
315
  .build() {
1350
316
  }
1351
317
 
@@ -1357,7 +323,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1357
323
  })
1358
324
  .s("ApplicationSignals", "ListTagsForResource", {})
1359
325
  .n("ApplicationSignalsClient", "ListTagsForResourceCommand")
1360
- .sc(ListTagsForResource$)
326
+ .sc(schemas_0.ListTagsForResource$)
1361
327
  .build() {
1362
328
  }
1363
329
 
@@ -1369,7 +335,7 @@ class PutGroupingConfigurationCommand extends smithyClient.Command
1369
335
  })
1370
336
  .s("ApplicationSignals", "PutGroupingConfiguration", {})
1371
337
  .n("ApplicationSignalsClient", "PutGroupingConfigurationCommand")
1372
- .sc(PutGroupingConfiguration$)
338
+ .sc(schemas_0.PutGroupingConfiguration$)
1373
339
  .build() {
1374
340
  }
1375
341
 
@@ -1381,7 +347,7 @@ class StartDiscoveryCommand extends smithyClient.Command
1381
347
  })
1382
348
  .s("ApplicationSignals", "StartDiscovery", {})
1383
349
  .n("ApplicationSignalsClient", "StartDiscoveryCommand")
1384
- .sc(StartDiscovery$)
350
+ .sc(schemas_0.StartDiscovery$)
1385
351
  .build() {
1386
352
  }
1387
353
 
@@ -1393,7 +359,7 @@ class TagResourceCommand extends smithyClient.Command
1393
359
  })
1394
360
  .s("ApplicationSignals", "TagResource", {})
1395
361
  .n("ApplicationSignalsClient", "TagResourceCommand")
1396
- .sc(TagResource$)
362
+ .sc(schemas_0.TagResource$)
1397
363
  .build() {
1398
364
  }
1399
365
 
@@ -1405,7 +371,7 @@ class UntagResourceCommand extends smithyClient.Command
1405
371
  })
1406
372
  .s("ApplicationSignals", "UntagResource", {})
1407
373
  .n("ApplicationSignalsClient", "UntagResourceCommand")
1408
- .sc(UntagResource$)
374
+ .sc(schemas_0.UntagResource$)
1409
375
  .build() {
1410
376
  }
1411
377
 
@@ -1417,7 +383,7 @@ class UpdateServiceLevelObjectiveCommand extends smithyClient.Command
1417
383
  })
1418
384
  .s("ApplicationSignals", "UpdateServiceLevelObjective", {})
1419
385
  .n("ApplicationSignalsClient", "UpdateServiceLevelObjectiveCommand")
1420
- .sc(UpdateServiceLevelObjective$)
386
+ .sc(schemas_0.UpdateServiceLevelObjective$)
1421
387
  .build() {
1422
388
  }
1423
389
 
@@ -1564,176 +530,46 @@ Object.defineProperty(exports, "__Client", {
1564
530
  enumerable: true,
1565
531
  get: function () { return smithyClient.Client; }
1566
532
  });
1567
- exports.AccessDeniedException = AccessDeniedException;
1568
- exports.AccessDeniedException$ = AccessDeniedException$;
533
+ Object.defineProperty(exports, "ApplicationSignalsServiceException", {
534
+ enumerable: true,
535
+ get: function () { return ApplicationSignalsServiceException.ApplicationSignalsServiceException; }
536
+ });
1569
537
  exports.ApplicationSignals = ApplicationSignals;
1570
538
  exports.ApplicationSignalsClient = ApplicationSignalsClient;
1571
- exports.ApplicationSignalsServiceException = ApplicationSignalsServiceException;
1572
- exports.ApplicationSignalsServiceException$ = ApplicationSignalsServiceException$;
1573
- exports.AttributeFilter$ = AttributeFilter$;
1574
- exports.AuditFinding$ = AuditFinding$;
1575
- exports.AuditTarget$ = AuditTarget$;
1576
- exports.AuditTargetEntity$ = AuditTargetEntity$;
1577
- exports.AuditorResult$ = AuditorResult$;
1578
- exports.BatchGetServiceLevelObjectiveBudgetReport$ = BatchGetServiceLevelObjectiveBudgetReport$;
1579
539
  exports.BatchGetServiceLevelObjectiveBudgetReportCommand = BatchGetServiceLevelObjectiveBudgetReportCommand;
1580
- exports.BatchGetServiceLevelObjectiveBudgetReportInput$ = BatchGetServiceLevelObjectiveBudgetReportInput$;
1581
- exports.BatchGetServiceLevelObjectiveBudgetReportOutput$ = BatchGetServiceLevelObjectiveBudgetReportOutput$;
1582
- exports.BatchUpdateExclusionWindows$ = BatchUpdateExclusionWindows$;
1583
540
  exports.BatchUpdateExclusionWindowsCommand = BatchUpdateExclusionWindowsCommand;
1584
- exports.BatchUpdateExclusionWindowsError$ = BatchUpdateExclusionWindowsError$;
1585
- exports.BatchUpdateExclusionWindowsInput$ = BatchUpdateExclusionWindowsInput$;
1586
- exports.BatchUpdateExclusionWindowsOutput$ = BatchUpdateExclusionWindowsOutput$;
1587
- exports.BurnRateConfiguration$ = BurnRateConfiguration$;
1588
- exports.CalendarInterval$ = CalendarInterval$;
1589
- exports.CanaryEntity$ = CanaryEntity$;
1590
- exports.ChangeEvent$ = ChangeEvent$;
1591
541
  exports.ChangeEventType = ChangeEventType;
1592
- exports.ConflictException = ConflictException;
1593
- exports.ConflictException$ = ConflictException$;
1594
542
  exports.ConnectionType = ConnectionType;
1595
- exports.CreateServiceLevelObjective$ = CreateServiceLevelObjective$;
1596
543
  exports.CreateServiceLevelObjectiveCommand = CreateServiceLevelObjectiveCommand;
1597
- exports.CreateServiceLevelObjectiveInput$ = CreateServiceLevelObjectiveInput$;
1598
- exports.CreateServiceLevelObjectiveOutput$ = CreateServiceLevelObjectiveOutput$;
1599
- exports.DeleteGroupingConfiguration$ = DeleteGroupingConfiguration$;
1600
544
  exports.DeleteGroupingConfigurationCommand = DeleteGroupingConfigurationCommand;
1601
- exports.DeleteGroupingConfigurationOutput$ = DeleteGroupingConfigurationOutput$;
1602
- exports.DeleteServiceLevelObjective$ = DeleteServiceLevelObjective$;
1603
545
  exports.DeleteServiceLevelObjectiveCommand = DeleteServiceLevelObjectiveCommand;
1604
- exports.DeleteServiceLevelObjectiveInput$ = DeleteServiceLevelObjectiveInput$;
1605
- exports.DeleteServiceLevelObjectiveOutput$ = DeleteServiceLevelObjectiveOutput$;
1606
- exports.DependencyConfig$ = DependencyConfig$;
1607
- exports.DependencyGraph$ = DependencyGraph$;
1608
546
  exports.DetailLevel = DetailLevel;
1609
- exports.Dimension$ = Dimension$;
1610
547
  exports.DurationUnit = DurationUnit;
1611
- exports.Edge$ = Edge$;
1612
548
  exports.EvaluationType = EvaluationType;
1613
- exports.ExclusionWindow$ = ExclusionWindow$;
1614
- exports.GetService$ = GetService$;
1615
549
  exports.GetServiceCommand = GetServiceCommand;
1616
- exports.GetServiceInput$ = GetServiceInput$;
1617
- exports.GetServiceLevelObjective$ = GetServiceLevelObjective$;
1618
550
  exports.GetServiceLevelObjectiveCommand = GetServiceLevelObjectiveCommand;
1619
- exports.GetServiceLevelObjectiveInput$ = GetServiceLevelObjectiveInput$;
1620
- exports.GetServiceLevelObjectiveOutput$ = GetServiceLevelObjectiveOutput$;
1621
- exports.GetServiceOutput$ = GetServiceOutput$;
1622
- exports.Goal$ = Goal$;
1623
- exports.GroupingAttributeDefinition$ = GroupingAttributeDefinition$;
1624
- exports.GroupingConfiguration$ = GroupingConfiguration$;
1625
- exports.Interval$ = Interval$;
1626
- exports.ListAuditFindings$ = ListAuditFindings$;
1627
551
  exports.ListAuditFindingsCommand = ListAuditFindingsCommand;
1628
- exports.ListAuditFindingsInput$ = ListAuditFindingsInput$;
1629
- exports.ListAuditFindingsOutput$ = ListAuditFindingsOutput$;
1630
- exports.ListEntityEvents$ = ListEntityEvents$;
1631
552
  exports.ListEntityEventsCommand = ListEntityEventsCommand;
1632
- exports.ListEntityEventsInput$ = ListEntityEventsInput$;
1633
- exports.ListEntityEventsOutput$ = ListEntityEventsOutput$;
1634
- exports.ListGroupingAttributeDefinitions$ = ListGroupingAttributeDefinitions$;
1635
553
  exports.ListGroupingAttributeDefinitionsCommand = ListGroupingAttributeDefinitionsCommand;
1636
- exports.ListGroupingAttributeDefinitionsInput$ = ListGroupingAttributeDefinitionsInput$;
1637
- exports.ListGroupingAttributeDefinitionsOutput$ = ListGroupingAttributeDefinitionsOutput$;
1638
- exports.ListServiceDependencies$ = ListServiceDependencies$;
1639
554
  exports.ListServiceDependenciesCommand = ListServiceDependenciesCommand;
1640
- exports.ListServiceDependenciesInput$ = ListServiceDependenciesInput$;
1641
- exports.ListServiceDependenciesOutput$ = ListServiceDependenciesOutput$;
1642
- exports.ListServiceDependents$ = ListServiceDependents$;
1643
555
  exports.ListServiceDependentsCommand = ListServiceDependentsCommand;
1644
- exports.ListServiceDependentsInput$ = ListServiceDependentsInput$;
1645
- exports.ListServiceDependentsOutput$ = ListServiceDependentsOutput$;
1646
- exports.ListServiceLevelObjectiveExclusionWindows$ = ListServiceLevelObjectiveExclusionWindows$;
1647
556
  exports.ListServiceLevelObjectiveExclusionWindowsCommand = ListServiceLevelObjectiveExclusionWindowsCommand;
1648
- exports.ListServiceLevelObjectiveExclusionWindowsInput$ = ListServiceLevelObjectiveExclusionWindowsInput$;
1649
- exports.ListServiceLevelObjectiveExclusionWindowsOutput$ = ListServiceLevelObjectiveExclusionWindowsOutput$;
1650
- exports.ListServiceLevelObjectives$ = ListServiceLevelObjectives$;
1651
557
  exports.ListServiceLevelObjectivesCommand = ListServiceLevelObjectivesCommand;
1652
- exports.ListServiceLevelObjectivesInput$ = ListServiceLevelObjectivesInput$;
1653
- exports.ListServiceLevelObjectivesOutput$ = ListServiceLevelObjectivesOutput$;
1654
- exports.ListServiceOperations$ = ListServiceOperations$;
1655
558
  exports.ListServiceOperationsCommand = ListServiceOperationsCommand;
1656
- exports.ListServiceOperationsInput$ = ListServiceOperationsInput$;
1657
- exports.ListServiceOperationsOutput$ = ListServiceOperationsOutput$;
1658
- exports.ListServiceStates$ = ListServiceStates$;
1659
559
  exports.ListServiceStatesCommand = ListServiceStatesCommand;
1660
- exports.ListServiceStatesInput$ = ListServiceStatesInput$;
1661
- exports.ListServiceStatesOutput$ = ListServiceStatesOutput$;
1662
- exports.ListServices$ = ListServices$;
1663
560
  exports.ListServicesCommand = ListServicesCommand;
1664
- exports.ListServicesInput$ = ListServicesInput$;
1665
- exports.ListServicesOutput$ = ListServicesOutput$;
1666
- exports.ListTagsForResource$ = ListTagsForResource$;
1667
561
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1668
- exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1669
- exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1670
- exports.Metric$ = Metric$;
1671
- exports.MetricDataQuery$ = MetricDataQuery$;
1672
- exports.MetricGraph$ = MetricGraph$;
1673
- exports.MetricReference$ = MetricReference$;
1674
562
  exports.MetricSourceType = MetricSourceType;
1675
- exports.MetricStat$ = MetricStat$;
1676
- exports.MonitoredRequestCountMetricDataQueries$ = MonitoredRequestCountMetricDataQueries$;
1677
- exports.Node$ = Node$;
1678
- exports.PutGroupingConfiguration$ = PutGroupingConfiguration$;
1679
563
  exports.PutGroupingConfigurationCommand = PutGroupingConfigurationCommand;
1680
- exports.PutGroupingConfigurationInput$ = PutGroupingConfigurationInput$;
1681
- exports.PutGroupingConfigurationOutput$ = PutGroupingConfigurationOutput$;
1682
- exports.RecurrenceRule$ = RecurrenceRule$;
1683
- exports.RequestBasedServiceLevelIndicator$ = RequestBasedServiceLevelIndicator$;
1684
- exports.RequestBasedServiceLevelIndicatorConfig$ = RequestBasedServiceLevelIndicatorConfig$;
1685
- exports.RequestBasedServiceLevelIndicatorMetric$ = RequestBasedServiceLevelIndicatorMetric$;
1686
- exports.RequestBasedServiceLevelIndicatorMetricConfig$ = RequestBasedServiceLevelIndicatorMetricConfig$;
1687
- exports.ResourceNotFoundException = ResourceNotFoundException;
1688
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1689
- exports.RollingInterval$ = RollingInterval$;
1690
- exports.Service$ = Service$;
1691
- exports.ServiceDependency$ = ServiceDependency$;
1692
- exports.ServiceDependent$ = ServiceDependent$;
1693
- exports.ServiceEntity$ = ServiceEntity$;
1694
- exports.ServiceGroup$ = ServiceGroup$;
1695
- exports.ServiceLevelIndicator$ = ServiceLevelIndicator$;
1696
564
  exports.ServiceLevelIndicatorComparisonOperator = ServiceLevelIndicatorComparisonOperator;
1697
- exports.ServiceLevelIndicatorConfig$ = ServiceLevelIndicatorConfig$;
1698
- exports.ServiceLevelIndicatorMetric$ = ServiceLevelIndicatorMetric$;
1699
- exports.ServiceLevelIndicatorMetricConfig$ = ServiceLevelIndicatorMetricConfig$;
1700
565
  exports.ServiceLevelIndicatorMetricType = ServiceLevelIndicatorMetricType;
1701
- exports.ServiceLevelObjective$ = ServiceLevelObjective$;
1702
- exports.ServiceLevelObjectiveBudgetReport$ = ServiceLevelObjectiveBudgetReport$;
1703
- exports.ServiceLevelObjectiveBudgetReportError$ = ServiceLevelObjectiveBudgetReportError$;
1704
566
  exports.ServiceLevelObjectiveBudgetStatus = ServiceLevelObjectiveBudgetStatus;
1705
- exports.ServiceLevelObjectiveEntity$ = ServiceLevelObjectiveEntity$;
1706
- exports.ServiceLevelObjectiveSummary$ = ServiceLevelObjectiveSummary$;
1707
- exports.ServiceOperation$ = ServiceOperation$;
1708
- exports.ServiceOperationEntity$ = ServiceOperationEntity$;
1709
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1710
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1711
- exports.ServiceState$ = ServiceState$;
1712
- exports.ServiceSummary$ = ServiceSummary$;
1713
567
  exports.Severity = Severity;
1714
568
  exports.StandardUnit = StandardUnit;
1715
- exports.StartDiscovery$ = StartDiscovery$;
1716
569
  exports.StartDiscoveryCommand = StartDiscoveryCommand;
1717
- exports.StartDiscoveryInput$ = StartDiscoveryInput$;
1718
- exports.StartDiscoveryOutput$ = StartDiscoveryOutput$;
1719
- exports.Tag$ = Tag$;
1720
- exports.TagResource$ = TagResource$;
1721
570
  exports.TagResourceCommand = TagResourceCommand;
1722
- exports.TagResourceRequest$ = TagResourceRequest$;
1723
- exports.TagResourceResponse$ = TagResourceResponse$;
1724
- exports.ThrottlingException = ThrottlingException;
1725
- exports.ThrottlingException$ = ThrottlingException$;
1726
- exports.UntagResource$ = UntagResource$;
1727
571
  exports.UntagResourceCommand = UntagResourceCommand;
1728
- exports.UntagResourceRequest$ = UntagResourceRequest$;
1729
- exports.UntagResourceResponse$ = UntagResourceResponse$;
1730
- exports.UpdateServiceLevelObjective$ = UpdateServiceLevelObjective$;
1731
572
  exports.UpdateServiceLevelObjectiveCommand = UpdateServiceLevelObjectiveCommand;
1732
- exports.UpdateServiceLevelObjectiveInput$ = UpdateServiceLevelObjectiveInput$;
1733
- exports.UpdateServiceLevelObjectiveOutput$ = UpdateServiceLevelObjectiveOutput$;
1734
- exports.ValidationException = ValidationException;
1735
- exports.ValidationException$ = ValidationException$;
1736
- exports.Window$ = Window$;
1737
573
  exports.paginateListEntityEvents = paginateListEntityEvents;
1738
574
  exports.paginateListServiceDependencies = paginateListServiceDependencies;
1739
575
  exports.paginateListServiceDependents = paginateListServiceDependents;
@@ -1742,3 +578,15 @@ exports.paginateListServiceLevelObjectives = paginateListServiceLevelObjectives;
1742
578
  exports.paginateListServiceOperations = paginateListServiceOperations;
1743
579
  exports.paginateListServiceStates = paginateListServiceStates;
1744
580
  exports.paginateListServices = paginateListServices;
581
+ Object.keys(schemas_0).forEach(function (k) {
582
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
583
+ enumerable: true,
584
+ get: function () { return schemas_0[k]; }
585
+ });
586
+ });
587
+ Object.keys(errors).forEach(function (k) {
588
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
589
+ enumerable: true,
590
+ get: function () { return errors[k]; }
591
+ });
592
+ });