@aws-sdk/client-internetmonitor 3.952.0 → 3.953.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +273 -189
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/CreateMonitorCommand.js +2 -2
  4. package/dist-es/commands/DeleteMonitorCommand.js +2 -2
  5. package/dist-es/commands/GetHealthEventCommand.js +2 -2
  6. package/dist-es/commands/GetInternetEventCommand.js +2 -2
  7. package/dist-es/commands/GetMonitorCommand.js +2 -2
  8. package/dist-es/commands/GetQueryResultsCommand.js +2 -2
  9. package/dist-es/commands/GetQueryStatusCommand.js +2 -2
  10. package/dist-es/commands/ListHealthEventsCommand.js +2 -2
  11. package/dist-es/commands/ListInternetEventsCommand.js +2 -2
  12. package/dist-es/commands/ListMonitorsCommand.js +2 -2
  13. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-es/commands/StartQueryCommand.js +2 -2
  15. package/dist-es/commands/StopQueryCommand.js +2 -2
  16. package/dist-es/commands/TagResourceCommand.js +2 -2
  17. package/dist-es/commands/UntagResourceCommand.js +2 -2
  18. package/dist-es/commands/UpdateMonitorCommand.js +2 -2
  19. package/dist-es/index.js +1 -0
  20. package/dist-es/runtimeConfig.shared.js +6 -1
  21. package/dist-es/schemas/schemas_0.js +155 -148
  22. package/dist-types/InternetMonitorClient.d.ts +1 -10
  23. package/dist-types/index.d.ts +1 -0
  24. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  25. package/dist-types/runtimeConfig.d.ts +6 -2
  26. package/dist-types/runtimeConfig.native.d.ts +6 -2
  27. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  28. package/dist-types/schemas/schemas_0.d.ts +78 -92
  29. package/dist-types/ts3.4/InternetMonitorClient.d.ts +0 -4
  30. package/dist-types/ts3.4/index.d.ts +1 -0
  31. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  33. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  34. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +77 -92
  36. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class InternetMonitorClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let InternetMonitorServiceException$1 = class InternetMonitorServiceException extends smithyClient.ServiceException {
113
+ class InternetMonitorServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, InternetMonitorServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends InternetMonitorServiceException$1 {
120
+ class AccessDeniedException extends InternetMonitorServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends InternetMonito
128
128
  });
129
129
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
130
130
  }
131
- };
132
- let BadRequestException$1 = class BadRequestException extends InternetMonitorServiceException$1 {
131
+ }
132
+ class BadRequestException extends InternetMonitorServiceException {
133
133
  name = "BadRequestException";
134
134
  $fault = "client";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let BadRequestException$1 = class BadRequestException extends InternetMonitorSer
140
140
  });
141
141
  Object.setPrototypeOf(this, BadRequestException.prototype);
142
142
  }
143
- };
144
- let ConflictException$1 = class ConflictException extends InternetMonitorServiceException$1 {
143
+ }
144
+ class ConflictException extends InternetMonitorServiceException {
145
145
  name = "ConflictException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ConflictException$1 = class ConflictException extends InternetMonitorService
152
152
  });
153
153
  Object.setPrototypeOf(this, ConflictException.prototype);
154
154
  }
155
- };
156
- let InternalServerException$1 = class InternalServerException extends InternetMonitorServiceException$1 {
155
+ }
156
+ class InternalServerException extends InternetMonitorServiceException {
157
157
  name = "InternalServerException";
158
158
  $fault = "server";
159
159
  $retryable = {};
@@ -165,8 +165,8 @@ let InternalServerException$1 = class InternalServerException extends InternetMo
165
165
  });
166
166
  Object.setPrototypeOf(this, InternalServerException.prototype);
167
167
  }
168
- };
169
- let LimitExceededException$1 = class LimitExceededException extends InternetMonitorServiceException$1 {
168
+ }
169
+ class LimitExceededException extends InternetMonitorServiceException {
170
170
  name = "LimitExceededException";
171
171
  $fault = "client";
172
172
  constructor(opts) {
@@ -177,8 +177,8 @@ let LimitExceededException$1 = class LimitExceededException extends InternetMoni
177
177
  });
178
178
  Object.setPrototypeOf(this, LimitExceededException.prototype);
179
179
  }
180
- };
181
- let ThrottlingException$1 = class ThrottlingException extends InternetMonitorServiceException$1 {
180
+ }
181
+ class ThrottlingException extends InternetMonitorServiceException {
182
182
  name = "ThrottlingException";
183
183
  $fault = "client";
184
184
  $retryable = {
@@ -192,8 +192,8 @@ let ThrottlingException$1 = class ThrottlingException extends InternetMonitorSer
192
192
  });
193
193
  Object.setPrototypeOf(this, ThrottlingException.prototype);
194
194
  }
195
- };
196
- let ValidationException$1 = class ValidationException extends InternetMonitorServiceException$1 {
195
+ }
196
+ class ValidationException extends InternetMonitorServiceException {
197
197
  name = "ValidationException";
198
198
  $fault = "client";
199
199
  constructor(opts) {
@@ -204,8 +204,8 @@ let ValidationException$1 = class ValidationException extends InternetMonitorSer
204
204
  });
205
205
  Object.setPrototypeOf(this, ValidationException.prototype);
206
206
  }
207
- };
208
- let InternalServerErrorException$1 = class InternalServerErrorException extends InternetMonitorServiceException$1 {
207
+ }
208
+ class InternalServerErrorException extends InternetMonitorServiceException {
209
209
  name = "InternalServerErrorException";
210
210
  $fault = "server";
211
211
  $retryable = {};
@@ -217,8 +217,8 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
217
217
  });
218
218
  Object.setPrototypeOf(this, InternalServerErrorException.prototype);
219
219
  }
220
- };
221
- let NotFoundException$1 = class NotFoundException extends InternetMonitorServiceException$1 {
220
+ }
221
+ class NotFoundException extends InternetMonitorServiceException {
222
222
  name = "NotFoundException";
223
223
  $fault = "client";
224
224
  constructor(opts) {
@@ -229,8 +229,8 @@ let NotFoundException$1 = class NotFoundException extends InternetMonitorService
229
229
  });
230
230
  Object.setPrototypeOf(this, NotFoundException.prototype);
231
231
  }
232
- };
233
- let TooManyRequestsException$1 = class TooManyRequestsException extends InternetMonitorServiceException$1 {
232
+ }
233
+ class TooManyRequestsException extends InternetMonitorServiceException {
234
234
  name = "TooManyRequestsException";
235
235
  $fault = "client";
236
236
  $retryable = {
@@ -244,8 +244,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Internet
244
244
  });
245
245
  Object.setPrototypeOf(this, TooManyRequestsException.prototype);
246
246
  }
247
- };
248
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends InternetMonitorServiceException$1 {
247
+ }
248
+ class ResourceNotFoundException extends InternetMonitorServiceException {
249
249
  name = "ResourceNotFoundException";
250
250
  $fault = "client";
251
251
  constructor(opts) {
@@ -256,7 +256,7 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Intern
256
256
  });
257
257
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
258
258
  }
259
- };
259
+ }
260
260
 
261
261
  const _A = "Arn";
262
262
  const _ADE = "AccessDeniedException";
@@ -431,12 +431,12 @@ const _s = "server";
431
431
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.internetmonitor";
432
432
  const _tK = "tagKeys";
433
433
  const n0 = "com.amazonaws.internetmonitor";
434
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
435
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
436
- var AvailabilityMeasurement = [3, n0, _AM, 0, [_ES, _POTTI, _POCLI], [1, 1, 1]];
437
- var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
438
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
439
- var ClientLocation = [
434
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
435
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
436
+ var AvailabilityMeasurement$ = [3, n0, _AM, 0, [_ES, _POTTI, _POCLI], [1, 1, 1]];
437
+ var BadRequestException$ = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
438
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
439
+ var ClientLocation$ = [
440
440
  3,
441
441
  n0,
442
442
  _CL,
@@ -444,21 +444,21 @@ var ClientLocation = [
444
444
  [_ASN, _ASNu, _C, _S, _M, _Ci, _L, _Lo],
445
445
  [0, 1, 0, 0, 0, 0, 1, 1],
446
446
  ];
447
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
448
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
449
- var CreateMonitorInput = [
447
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
448
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
449
+ var CreateMonitorInput$ = [
450
450
  3,
451
451
  n0,
452
452
  _CMI,
453
453
  0,
454
454
  [_MN, _R, _CT, _T, _MCNTM, _IMLD, _TPTM, _HEC],
455
- [0, 64 | 0, [0, 4], 128 | 0, 1, () => InternetMeasurementsLogDelivery, 1, () => HealthEventsConfig],
455
+ [0, 64 | 0, [0, 4], 128 | 0, 1, () => InternetMeasurementsLogDelivery$, 1, () => HealthEventsConfig$],
456
456
  ];
457
- var CreateMonitorOutput = [3, n0, _CMO, 0, [_A, _St], [0, 0]];
458
- var DeleteMonitorInput = [3, n0, _DMI, 0, [_MN], [[0, 1]]];
459
- var DeleteMonitorOutput = [3, n0, _DMO, 0, [], []];
460
- var FilterParameter = [3, n0, _FP, 0, [_F, _O, _V], [0, 0, 64 | 0]];
461
- var GetHealthEventInput = [
457
+ var CreateMonitorOutput$ = [3, n0, _CMO, 0, [_A, _St], [0, 0]];
458
+ var DeleteMonitorInput$ = [3, n0, _DMI, 0, [_MN], [[0, 1]]];
459
+ var DeleteMonitorOutput$ = [3, n0, _DMO, 0, [], []];
460
+ var FilterParameter$ = [3, n0, _FP, 0, [_F, _O, _V], [0, 0, 64 | 0]];
461
+ var GetHealthEventInput$ = [
462
462
  3,
463
463
  n0,
464
464
  _GHEI,
@@ -470,7 +470,7 @@ var GetHealthEventInput = [
470
470
  [0, { [_hQ]: _LAI }],
471
471
  ],
472
472
  ];
473
- var GetHealthEventOutput = [
473
+ var GetHealthEventOutput$ = [
474
474
  3,
475
475
  n0,
476
476
  _GHEO,
@@ -478,16 +478,16 @@ var GetHealthEventOutput = [
478
478
  [_EA, _EI, _SA, _EAn, _CA, _LUA, _IL, _St, _POTTI, _IT, _HST],
479
479
  [0, 0, 5, 5, 5, 5, () => ImpactedLocationsList, 0, 1, 0, 1],
480
480
  ];
481
- var GetInternetEventInput = [3, n0, _GIEI, 0, [_EI], [[0, 1]]];
482
- var GetInternetEventOutput = [
481
+ var GetInternetEventInput$ = [3, n0, _GIEI, 0, [_EI], [[0, 1]]];
482
+ var GetInternetEventOutput$ = [
483
483
  3,
484
484
  n0,
485
485
  _GIEO,
486
486
  0,
487
487
  [_EI, _EA, _SA, _EAn, _CL, _ET, _ESv],
488
- [0, 0, 5, 5, () => ClientLocation, 0, 0],
488
+ [0, 0, 5, 5, () => ClientLocation$, 0, 0],
489
489
  ];
490
- var GetMonitorInput = [
490
+ var GetMonitorInput$ = [
491
491
  3,
492
492
  n0,
493
493
  _GMI,
@@ -498,15 +498,15 @@ var GetMonitorInput = [
498
498
  [0, { [_hQ]: _LAI }],
499
499
  ],
500
500
  ];
501
- var GetMonitorOutput = [
501
+ var GetMonitorOutput$ = [
502
502
  3,
503
503
  n0,
504
504
  _GMO,
505
505
  0,
506
506
  [_MN, _MA, _R, _St, _CA, _MAo, _PS, _PSI, _T, _MCNTM, _IMLD, _TPTM, _HEC],
507
- [0, 0, 64 | 0, 0, 5, 5, 0, 0, 128 | 0, 1, () => InternetMeasurementsLogDelivery, 1, () => HealthEventsConfig],
507
+ [0, 0, 64 | 0, 0, 5, 5, 0, 0, 128 | 0, 1, () => InternetMeasurementsLogDelivery$, 1, () => HealthEventsConfig$],
508
508
  ];
509
- var GetQueryResultsInput = [
509
+ var GetQueryResultsInput$ = [
510
510
  3,
511
511
  n0,
512
512
  _GQRI,
@@ -519,7 +519,7 @@ var GetQueryResultsInput = [
519
519
  [1, { [_hQ]: _MR }],
520
520
  ],
521
521
  ];
522
- var GetQueryResultsOutput = [
522
+ var GetQueryResultsOutput$ = [
523
523
  3,
524
524
  n0,
525
525
  _GQRO,
@@ -527,7 +527,7 @@ var GetQueryResultsOutput = [
527
527
  [_Fi, _D, _NT],
528
528
  [() => QueryFields, [1, n0, _QD, 0, 64 | 0], 0],
529
529
  ];
530
- var GetQueryStatusInput = [
530
+ var GetQueryStatusInput$ = [
531
531
  3,
532
532
  n0,
533
533
  _GQSI,
@@ -538,8 +538,8 @@ var GetQueryStatusInput = [
538
538
  [0, 1],
539
539
  ],
540
540
  ];
541
- var GetQueryStatusOutput = [3, n0, _GQSO, 0, [_St], [0]];
542
- var HealthEvent = [
541
+ var GetQueryStatusOutput$ = [3, n0, _GQSO, 0, [_St], [0]];
542
+ var HealthEvent$ = [
543
543
  3,
544
544
  n0,
545
545
  _HE,
@@ -547,46 +547,46 @@ var HealthEvent = [
547
547
  [_EA, _EI, _SA, _EAn, _CA, _LUA, _IL, _St, _POTTI, _IT, _HST],
548
548
  [0, 0, 5, 5, 5, 5, () => ImpactedLocationsList, 0, 1, 0, 1],
549
549
  ];
550
- var HealthEventsConfig = [
550
+ var HealthEventsConfig$ = [
551
551
  3,
552
552
  n0,
553
553
  _HEC,
554
554
  0,
555
555
  [_AST, _PST, _ALHEC, _PLHEC],
556
- [1, 1, () => LocalHealthEventsConfig, () => LocalHealthEventsConfig],
556
+ [1, 1, () => LocalHealthEventsConfig$, () => LocalHealthEventsConfig$],
557
557
  ];
558
- var ImpactedLocation = [
558
+ var ImpactedLocation$ = [
559
559
  3,
560
560
  n0,
561
561
  _ILm,
562
562
  0,
563
563
  [_ASN, _ASNu, _C, _S, _M, _Ci, _L, _Lo, _CC, _SC, _SL, _St, _CB, _IH, _IP],
564
- [0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, () => NetworkImpairment, () => InternetHealth, 64 | 0],
564
+ [0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, () => NetworkImpairment$, () => InternetHealth$, 64 | 0],
565
565
  ];
566
- var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
567
- schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
568
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
569
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
570
- var InternetEventSummary = [
566
+ var InternalServerErrorException$ = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
567
+ schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
568
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
569
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
570
+ var InternetEventSummary$ = [
571
571
  3,
572
572
  n0,
573
573
  _IES,
574
574
  0,
575
575
  [_EI, _EA, _SA, _EAn, _CL, _ET, _ESv],
576
- [0, 0, 5, 5, () => ClientLocation, 0, 0],
576
+ [0, 0, 5, 5, () => ClientLocation$, 0, 0],
577
577
  ];
578
- var InternetHealth = [
578
+ var InternetHealth$ = [
579
579
  3,
580
580
  n0,
581
581
  _IH,
582
582
  0,
583
583
  [_Av, _P],
584
- [() => AvailabilityMeasurement, () => PerformanceMeasurement],
584
+ [() => AvailabilityMeasurement$, () => PerformanceMeasurement$],
585
585
  ];
586
- var InternetMeasurementsLogDelivery = [3, n0, _IMLD, 0, [_SCo], [() => S3Config]];
587
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
588
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
589
- var ListHealthEventsInput = [
586
+ var InternetMeasurementsLogDelivery$ = [3, n0, _IMLD, 0, [_SCo], [() => S3Config$]];
587
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
588
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
589
+ var ListHealthEventsInput$ = [
590
590
  3,
591
591
  n0,
592
592
  _LHEI,
@@ -602,8 +602,8 @@ var ListHealthEventsInput = [
602
602
  [0, { [_hQ]: _LAI }],
603
603
  ],
604
604
  ];
605
- var ListHealthEventsOutput = [3, n0, _LHEO, 0, [_HEe, _NT], [() => HealthEventList, 0]];
606
- var ListInternetEventsInput = [
605
+ var ListHealthEventsOutput$ = [3, n0, _LHEO, 0, [_HEe, _NT], [() => HealthEventList, 0]];
606
+ var ListInternetEventsInput$ = [
607
607
  3,
608
608
  n0,
609
609
  _LIEI,
@@ -618,7 +618,7 @@ var ListInternetEventsInput = [
618
618
  [0, { [_hQ]: _ET }],
619
619
  ],
620
620
  ];
621
- var ListInternetEventsOutput = [
621
+ var ListInternetEventsOutput$ = [
622
622
  3,
623
623
  n0,
624
624
  _LIEO,
@@ -626,7 +626,7 @@ var ListInternetEventsOutput = [
626
626
  [_IE, _NT],
627
627
  [() => InternetEventsList, 0],
628
628
  ];
629
- var ListMonitorsInput = [
629
+ var ListMonitorsInput$ = [
630
630
  3,
631
631
  n0,
632
632
  _LMI,
@@ -639,13 +639,13 @@ var ListMonitorsInput = [
639
639
  [2, { [_hQ]: _ILA }],
640
640
  ],
641
641
  ];
642
- var ListMonitorsOutput = [3, n0, _LMO, 0, [_Mo, _NT], [() => MonitorList, 0]];
643
- var ListTagsForResourceInput = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
644
- var ListTagsForResourceOutput = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
645
- var LocalHealthEventsConfig = [3, n0, _LHEC, 0, [_St, _HST, _MTI], [0, 1, 1]];
646
- var Monitor = [3, n0, _Mon, 0, [_MN, _MA, _St, _PS], [0, 0, 0, 0]];
647
- var Network = [3, n0, _N, 0, [_ASN, _ASNu], [0, 1]];
648
- var NetworkImpairment = [
642
+ var ListMonitorsOutput$ = [3, n0, _LMO, 0, [_Mo, _NT], [() => MonitorList, 0]];
643
+ var ListTagsForResourceInput$ = [3, n0, _LTFRI, 0, [_RA], [[0, 1]]];
644
+ var ListTagsForResourceOutput$ = [3, n0, _LTFRO, 0, [_T], [128 | 0]];
645
+ var LocalHealthEventsConfig$ = [3, n0, _LHEC, 0, [_St, _HST, _MTI], [0, 1, 1]];
646
+ var Monitor$ = [3, n0, _Mon, 0, [_MN, _MA, _St, _PS], [0, 0, 0, 0]];
647
+ var Network$ = [3, n0, _N, 0, [_ASN, _ASNu], [0, 1]];
648
+ var NetworkImpairment$ = [
649
649
  3,
650
650
  n0,
651
651
  _NI,
@@ -653,22 +653,22 @@ var NetworkImpairment = [
653
653
  [_Ne, _AP, _NET],
654
654
  [() => NetworkList, () => NetworkList, 0],
655
655
  ];
656
- var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
657
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
658
- var PerformanceMeasurement = [
656
+ var NotFoundException$ = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
657
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
658
+ var PerformanceMeasurement$ = [
659
659
  3,
660
660
  n0,
661
661
  _PM,
662
662
  0,
663
663
  [_ES, _POTTI, _POCLI, _RTT],
664
- [1, 1, 1, () => RoundTripTime],
664
+ [1, 1, 1, () => RoundTripTime$],
665
665
  ];
666
- var QueryField = [3, n0, _QF, 0, [_Na, _Ty], [0, 0]];
667
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
668
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
669
- var RoundTripTime = [3, n0, _RTT, 0, [_P_, _P__, _P___], [1, 1, 1]];
670
- var S3Config = [3, n0, _SCo, 0, [_BN, _BP, _LDS], [0, 0, 0]];
671
- var StartQueryInput = [
666
+ var QueryField$ = [3, n0, _QF, 0, [_Na, _Ty], [0, 0]];
667
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
668
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
669
+ var RoundTripTime$ = [3, n0, _RTT, 0, [_P_, _P__, _P___], [1, 1, 1]];
670
+ var S3Config$ = [3, n0, _SCo, 0, [_BN, _BP, _LDS], [0, 0, 0]];
671
+ var StartQueryInput$ = [
672
672
  3,
673
673
  n0,
674
674
  _SQI,
@@ -676,8 +676,8 @@ var StartQueryInput = [
676
676
  [_MN, _ST, _ETn, _QT, _FPi, _LAI],
677
677
  [[0, 1], 5, 5, 0, () => FilterParameters, 0],
678
678
  ];
679
- var StartQueryOutput = [3, n0, _SQO, 0, [_QI], [0]];
680
- var StopQueryInput = [
679
+ var StartQueryOutput$ = [3, n0, _SQO, 0, [_QI], [0]];
680
+ var StopQueryInput$ = [
681
681
  3,
682
682
  n0,
683
683
  _SQIt,
@@ -688,14 +688,14 @@ var StopQueryInput = [
688
688
  [0, 1],
689
689
  ],
690
690
  ];
691
- var StopQueryOutput = [3, n0, _SQOt, 0, [], []];
692
- var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
693
- var TagResourceOutput = [3, n0, _TRO, 0, [], []];
694
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
695
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
696
- var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
697
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
698
- var UntagResourceInput = [
691
+ var StopQueryOutput$ = [3, n0, _SQOt, 0, [], []];
692
+ var TagResourceInput$ = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
693
+ var TagResourceOutput$ = [3, n0, _TRO, 0, [], []];
694
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
695
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
696
+ var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
697
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
698
+ var UntagResourceInput$ = [
699
699
  3,
700
700
  n0,
701
701
  _URI,
@@ -706,154 +706,161 @@ var UntagResourceInput = [
706
706
  [64 | 0, { [_hQ]: _tK }],
707
707
  ],
708
708
  ];
709
- var UntagResourceOutput = [3, n0, _URO, 0, [], []];
710
- var UpdateMonitorInput = [
709
+ var UntagResourceOutput$ = [3, n0, _URO, 0, [], []];
710
+ var UpdateMonitorInput$ = [
711
711
  3,
712
712
  n0,
713
713
  _UMI,
714
714
  0,
715
715
  [_MN, _RTA, _RTR, _St, _CT, _MCNTM, _IMLD, _TPTM, _HEC],
716
- [[0, 1], 64 | 0, 64 | 0, 0, [0, 4], 1, () => InternetMeasurementsLogDelivery, 1, () => HealthEventsConfig],
716
+ [[0, 1], 64 | 0, 64 | 0, 0, [0, 4], 1, () => InternetMeasurementsLogDelivery$, 1, () => HealthEventsConfig$],
717
+ ];
718
+ var UpdateMonitorOutput$ = [3, n0, _UMO, 0, [_MA, _St], [0, 0]];
719
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
720
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
721
+ var InternetMonitorServiceException$ = [
722
+ -3,
723
+ _sm,
724
+ "InternetMonitorServiceException",
725
+ 0,
726
+ [],
727
+ [],
717
728
  ];
718
- var UpdateMonitorOutput = [3, n0, _UMO, 0, [_MA, _St], [0, 0]];
719
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
720
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
721
- var InternetMonitorServiceException = [-3, _sm, "InternetMonitorServiceException", 0, [], []];
722
- schema.TypeRegistry.for(_sm).registerError(InternetMonitorServiceException, InternetMonitorServiceException$1);
723
- var FilterParameters = [1, n0, _FPi, 0, () => FilterParameter];
724
- var HealthEventList = [1, n0, _HEL, 0, () => HealthEvent];
725
- var ImpactedLocationsList = [1, n0, _ILL, 0, () => ImpactedLocation];
726
- var InternetEventsList = [1, n0, _IEL, 0, () => InternetEventSummary];
727
- var MonitorList = [1, n0, _ML, 0, () => Monitor];
728
- var NetworkList = [1, n0, _NL, 0, () => Network];
729
- var QueryFields = [1, n0, _QFu, 0, () => QueryField];
730
- var CreateMonitor = [
729
+ schema.TypeRegistry.for(_sm).registerError(InternetMonitorServiceException$, InternetMonitorServiceException);
730
+ var FilterParameters = [1, n0, _FPi, 0, () => FilterParameter$];
731
+ var HealthEventList = [1, n0, _HEL, 0, () => HealthEvent$];
732
+ var ImpactedLocationsList = [1, n0, _ILL, 0, () => ImpactedLocation$];
733
+ var InternetEventsList = [1, n0, _IEL, 0, () => InternetEventSummary$];
734
+ var MonitorList = [1, n0, _ML, 0, () => Monitor$];
735
+ var NetworkList = [1, n0, _NL, 0, () => Network$];
736
+ var QueryFields = [1, n0, _QFu, 0, () => QueryField$];
737
+ var CreateMonitor$ = [
731
738
  9,
732
739
  n0,
733
740
  _CM,
734
741
  { [_h]: ["POST", "/v20210603/Monitors", 200] },
735
- () => CreateMonitorInput,
736
- () => CreateMonitorOutput,
742
+ () => CreateMonitorInput$,
743
+ () => CreateMonitorOutput$,
737
744
  ];
738
- var DeleteMonitor = [
745
+ var DeleteMonitor$ = [
739
746
  9,
740
747
  n0,
741
748
  _DM,
742
749
  { [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}", 200] },
743
- () => DeleteMonitorInput,
744
- () => DeleteMonitorOutput,
750
+ () => DeleteMonitorInput$,
751
+ () => DeleteMonitorOutput$,
745
752
  ];
746
- var GetHealthEvent = [
753
+ var GetHealthEvent$ = [
747
754
  9,
748
755
  n0,
749
756
  _GHE,
750
757
  { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents/{EventId}", 200] },
751
- () => GetHealthEventInput,
752
- () => GetHealthEventOutput,
758
+ () => GetHealthEventInput$,
759
+ () => GetHealthEventOutput$,
753
760
  ];
754
- var GetInternetEvent = [
761
+ var GetInternetEvent$ = [
755
762
  9,
756
763
  n0,
757
764
  _GIE,
758
765
  { [_h]: ["GET", "/v20210603/InternetEvents/{EventId}", 200] },
759
- () => GetInternetEventInput,
760
- () => GetInternetEventOutput,
766
+ () => GetInternetEventInput$,
767
+ () => GetInternetEventOutput$,
761
768
  ];
762
- var GetMonitor = [
769
+ var GetMonitor$ = [
763
770
  9,
764
771
  n0,
765
772
  _GM,
766
773
  { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}", 200] },
767
- () => GetMonitorInput,
768
- () => GetMonitorOutput,
774
+ () => GetMonitorInput$,
775
+ () => GetMonitorOutput$,
769
776
  ];
770
- var GetQueryResults = [
777
+ var GetQueryResults$ = [
771
778
  9,
772
779
  n0,
773
780
  _GQR,
774
781
  { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Results", 200] },
775
- () => GetQueryResultsInput,
776
- () => GetQueryResultsOutput,
782
+ () => GetQueryResultsInput$,
783
+ () => GetQueryResultsOutput$,
777
784
  ];
778
- var GetQueryStatus = [
785
+ var GetQueryStatus$ = [
779
786
  9,
780
787
  n0,
781
788
  _GQS,
782
789
  { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Status", 200] },
783
- () => GetQueryStatusInput,
784
- () => GetQueryStatusOutput,
790
+ () => GetQueryStatusInput$,
791
+ () => GetQueryStatusOutput$,
785
792
  ];
786
- var ListHealthEvents = [
793
+ var ListHealthEvents$ = [
787
794
  9,
788
795
  n0,
789
796
  _LHE,
790
797
  { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents", 200] },
791
- () => ListHealthEventsInput,
792
- () => ListHealthEventsOutput,
798
+ () => ListHealthEventsInput$,
799
+ () => ListHealthEventsOutput$,
793
800
  ];
794
- var ListInternetEvents = [
801
+ var ListInternetEvents$ = [
795
802
  9,
796
803
  n0,
797
804
  _LIE,
798
805
  { [_h]: ["GET", "/v20210603/InternetEvents", 200] },
799
- () => ListInternetEventsInput,
800
- () => ListInternetEventsOutput,
806
+ () => ListInternetEventsInput$,
807
+ () => ListInternetEventsOutput$,
801
808
  ];
802
- var ListMonitors = [
809
+ var ListMonitors$ = [
803
810
  9,
804
811
  n0,
805
812
  _LM,
806
813
  { [_h]: ["GET", "/v20210603/Monitors", 200] },
807
- () => ListMonitorsInput,
808
- () => ListMonitorsOutput,
814
+ () => ListMonitorsInput$,
815
+ () => ListMonitorsOutput$,
809
816
  ];
810
- var ListTagsForResource = [
817
+ var ListTagsForResource$ = [
811
818
  9,
812
819
  n0,
813
820
  _LTFR,
814
821
  { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
815
- () => ListTagsForResourceInput,
816
- () => ListTagsForResourceOutput,
822
+ () => ListTagsForResourceInput$,
823
+ () => ListTagsForResourceOutput$,
817
824
  ];
818
- var StartQuery = [
825
+ var StartQuery$ = [
819
826
  9,
820
827
  n0,
821
828
  _SQ,
822
829
  { [_h]: ["POST", "/v20210603/Monitors/{MonitorName}/Queries", 200] },
823
- () => StartQueryInput,
824
- () => StartQueryOutput,
830
+ () => StartQueryInput$,
831
+ () => StartQueryOutput$,
825
832
  ];
826
- var StopQuery = [
833
+ var StopQuery$ = [
827
834
  9,
828
835
  n0,
829
836
  _SQt,
830
837
  { [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}", 200] },
831
- () => StopQueryInput,
832
- () => StopQueryOutput,
838
+ () => StopQueryInput$,
839
+ () => StopQueryOutput$,
833
840
  ];
834
- var TagResource = [
841
+ var TagResource$ = [
835
842
  9,
836
843
  n0,
837
844
  _TR,
838
845
  { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
839
- () => TagResourceInput,
840
- () => TagResourceOutput,
846
+ () => TagResourceInput$,
847
+ () => TagResourceOutput$,
841
848
  ];
842
- var UntagResource = [
849
+ var UntagResource$ = [
843
850
  9,
844
851
  n0,
845
852
  _UR,
846
853
  { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
847
- () => UntagResourceInput,
848
- () => UntagResourceOutput,
854
+ () => UntagResourceInput$,
855
+ () => UntagResourceOutput$,
849
856
  ];
850
- var UpdateMonitor = [
857
+ var UpdateMonitor$ = [
851
858
  9,
852
859
  n0,
853
860
  _UM,
854
861
  { [_h]: ["PATCH", "/v20210603/Monitors/{MonitorName}", 200] },
855
- () => UpdateMonitorInput,
856
- () => UpdateMonitorOutput,
862
+ () => UpdateMonitorInput$,
863
+ () => UpdateMonitorOutput$,
857
864
  ];
858
865
 
859
866
  class CreateMonitorCommand extends smithyClient.Command
@@ -864,7 +871,7 @@ class CreateMonitorCommand extends smithyClient.Command
864
871
  })
865
872
  .s("InternetMonitor20210603", "CreateMonitor", {})
866
873
  .n("InternetMonitorClient", "CreateMonitorCommand")
867
- .sc(CreateMonitor)
874
+ .sc(CreateMonitor$)
868
875
  .build() {
869
876
  }
870
877
 
@@ -876,7 +883,7 @@ class DeleteMonitorCommand extends smithyClient.Command
876
883
  })
877
884
  .s("InternetMonitor20210603", "DeleteMonitor", {})
878
885
  .n("InternetMonitorClient", "DeleteMonitorCommand")
879
- .sc(DeleteMonitor)
886
+ .sc(DeleteMonitor$)
880
887
  .build() {
881
888
  }
882
889
 
@@ -888,7 +895,7 @@ class GetHealthEventCommand extends smithyClient.Command
888
895
  })
889
896
  .s("InternetMonitor20210603", "GetHealthEvent", {})
890
897
  .n("InternetMonitorClient", "GetHealthEventCommand")
891
- .sc(GetHealthEvent)
898
+ .sc(GetHealthEvent$)
892
899
  .build() {
893
900
  }
894
901
 
@@ -900,7 +907,7 @@ class GetInternetEventCommand extends smithyClient.Command
900
907
  })
901
908
  .s("InternetMonitor20210603", "GetInternetEvent", {})
902
909
  .n("InternetMonitorClient", "GetInternetEventCommand")
903
- .sc(GetInternetEvent)
910
+ .sc(GetInternetEvent$)
904
911
  .build() {
905
912
  }
906
913
 
@@ -912,7 +919,7 @@ class GetMonitorCommand extends smithyClient.Command
912
919
  })
913
920
  .s("InternetMonitor20210603", "GetMonitor", {})
914
921
  .n("InternetMonitorClient", "GetMonitorCommand")
915
- .sc(GetMonitor)
922
+ .sc(GetMonitor$)
916
923
  .build() {
917
924
  }
918
925
 
@@ -924,7 +931,7 @@ class GetQueryResultsCommand extends smithyClient.Command
924
931
  })
925
932
  .s("InternetMonitor20210603", "GetQueryResults", {})
926
933
  .n("InternetMonitorClient", "GetQueryResultsCommand")
927
- .sc(GetQueryResults)
934
+ .sc(GetQueryResults$)
928
935
  .build() {
929
936
  }
930
937
 
@@ -936,7 +943,7 @@ class GetQueryStatusCommand extends smithyClient.Command
936
943
  })
937
944
  .s("InternetMonitor20210603", "GetQueryStatus", {})
938
945
  .n("InternetMonitorClient", "GetQueryStatusCommand")
939
- .sc(GetQueryStatus)
946
+ .sc(GetQueryStatus$)
940
947
  .build() {
941
948
  }
942
949
 
@@ -948,7 +955,7 @@ class ListHealthEventsCommand extends smithyClient.Command
948
955
  })
949
956
  .s("InternetMonitor20210603", "ListHealthEvents", {})
950
957
  .n("InternetMonitorClient", "ListHealthEventsCommand")
951
- .sc(ListHealthEvents)
958
+ .sc(ListHealthEvents$)
952
959
  .build() {
953
960
  }
954
961
 
@@ -960,7 +967,7 @@ class ListInternetEventsCommand extends smithyClient.Command
960
967
  })
961
968
  .s("InternetMonitor20210603", "ListInternetEvents", {})
962
969
  .n("InternetMonitorClient", "ListInternetEventsCommand")
963
- .sc(ListInternetEvents)
970
+ .sc(ListInternetEvents$)
964
971
  .build() {
965
972
  }
966
973
 
@@ -972,7 +979,7 @@ class ListMonitorsCommand extends smithyClient.Command
972
979
  })
973
980
  .s("InternetMonitor20210603", "ListMonitors", {})
974
981
  .n("InternetMonitorClient", "ListMonitorsCommand")
975
- .sc(ListMonitors)
982
+ .sc(ListMonitors$)
976
983
  .build() {
977
984
  }
978
985
 
@@ -984,7 +991,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
984
991
  })
985
992
  .s("InternetMonitor20210603", "ListTagsForResource", {})
986
993
  .n("InternetMonitorClient", "ListTagsForResourceCommand")
987
- .sc(ListTagsForResource)
994
+ .sc(ListTagsForResource$)
988
995
  .build() {
989
996
  }
990
997
 
@@ -996,7 +1003,7 @@ class StartQueryCommand extends smithyClient.Command
996
1003
  })
997
1004
  .s("InternetMonitor20210603", "StartQuery", {})
998
1005
  .n("InternetMonitorClient", "StartQueryCommand")
999
- .sc(StartQuery)
1006
+ .sc(StartQuery$)
1000
1007
  .build() {
1001
1008
  }
1002
1009
 
@@ -1008,7 +1015,7 @@ class StopQueryCommand extends smithyClient.Command
1008
1015
  })
1009
1016
  .s("InternetMonitor20210603", "StopQuery", {})
1010
1017
  .n("InternetMonitorClient", "StopQueryCommand")
1011
- .sc(StopQuery)
1018
+ .sc(StopQuery$)
1012
1019
  .build() {
1013
1020
  }
1014
1021
 
@@ -1020,7 +1027,7 @@ class TagResourceCommand extends smithyClient.Command
1020
1027
  })
1021
1028
  .s("InternetMonitor20210603", "TagResource", {})
1022
1029
  .n("InternetMonitorClient", "TagResourceCommand")
1023
- .sc(TagResource)
1030
+ .sc(TagResource$)
1024
1031
  .build() {
1025
1032
  }
1026
1033
 
@@ -1032,7 +1039,7 @@ class UntagResourceCommand extends smithyClient.Command
1032
1039
  })
1033
1040
  .s("InternetMonitor20210603", "UntagResource", {})
1034
1041
  .n("InternetMonitorClient", "UntagResourceCommand")
1035
- .sc(UntagResource)
1042
+ .sc(UntagResource$)
1036
1043
  .build() {
1037
1044
  }
1038
1045
 
@@ -1044,7 +1051,7 @@ class UpdateMonitorCommand extends smithyClient.Command
1044
1051
  })
1045
1052
  .s("InternetMonitor20210603", "UpdateMonitor", {})
1046
1053
  .n("InternetMonitorClient", "UpdateMonitorCommand")
1047
- .sc(UpdateMonitor)
1054
+ .sc(UpdateMonitor$)
1048
1055
  .build() {
1049
1056
  }
1050
1057
 
@@ -1150,48 +1157,125 @@ Object.defineProperty(exports, "__Client", {
1150
1157
  enumerable: true,
1151
1158
  get: function () { return smithyClient.Client; }
1152
1159
  });
1153
- exports.AccessDeniedException = AccessDeniedException$1;
1154
- exports.BadRequestException = BadRequestException$1;
1155
- exports.ConflictException = ConflictException$1;
1160
+ exports.AccessDeniedException = AccessDeniedException;
1161
+ exports.AccessDeniedException$ = AccessDeniedException$;
1162
+ exports.AvailabilityMeasurement$ = AvailabilityMeasurement$;
1163
+ exports.BadRequestException = BadRequestException;
1164
+ exports.BadRequestException$ = BadRequestException$;
1165
+ exports.ClientLocation$ = ClientLocation$;
1166
+ exports.ConflictException = ConflictException;
1167
+ exports.ConflictException$ = ConflictException$;
1168
+ exports.CreateMonitor$ = CreateMonitor$;
1156
1169
  exports.CreateMonitorCommand = CreateMonitorCommand;
1170
+ exports.CreateMonitorInput$ = CreateMonitorInput$;
1171
+ exports.CreateMonitorOutput$ = CreateMonitorOutput$;
1172
+ exports.DeleteMonitor$ = DeleteMonitor$;
1157
1173
  exports.DeleteMonitorCommand = DeleteMonitorCommand;
1174
+ exports.DeleteMonitorInput$ = DeleteMonitorInput$;
1175
+ exports.DeleteMonitorOutput$ = DeleteMonitorOutput$;
1176
+ exports.FilterParameter$ = FilterParameter$;
1177
+ exports.GetHealthEvent$ = GetHealthEvent$;
1158
1178
  exports.GetHealthEventCommand = GetHealthEventCommand;
1179
+ exports.GetHealthEventInput$ = GetHealthEventInput$;
1180
+ exports.GetHealthEventOutput$ = GetHealthEventOutput$;
1181
+ exports.GetInternetEvent$ = GetInternetEvent$;
1159
1182
  exports.GetInternetEventCommand = GetInternetEventCommand;
1183
+ exports.GetInternetEventInput$ = GetInternetEventInput$;
1184
+ exports.GetInternetEventOutput$ = GetInternetEventOutput$;
1185
+ exports.GetMonitor$ = GetMonitor$;
1160
1186
  exports.GetMonitorCommand = GetMonitorCommand;
1187
+ exports.GetMonitorInput$ = GetMonitorInput$;
1188
+ exports.GetMonitorOutput$ = GetMonitorOutput$;
1189
+ exports.GetQueryResults$ = GetQueryResults$;
1161
1190
  exports.GetQueryResultsCommand = GetQueryResultsCommand;
1191
+ exports.GetQueryResultsInput$ = GetQueryResultsInput$;
1192
+ exports.GetQueryResultsOutput$ = GetQueryResultsOutput$;
1193
+ exports.GetQueryStatus$ = GetQueryStatus$;
1162
1194
  exports.GetQueryStatusCommand = GetQueryStatusCommand;
1195
+ exports.GetQueryStatusInput$ = GetQueryStatusInput$;
1196
+ exports.GetQueryStatusOutput$ = GetQueryStatusOutput$;
1197
+ exports.HealthEvent$ = HealthEvent$;
1163
1198
  exports.HealthEventImpactType = HealthEventImpactType;
1164
1199
  exports.HealthEventStatus = HealthEventStatus;
1165
- exports.InternalServerErrorException = InternalServerErrorException$1;
1166
- exports.InternalServerException = InternalServerException$1;
1200
+ exports.HealthEventsConfig$ = HealthEventsConfig$;
1201
+ exports.ImpactedLocation$ = ImpactedLocation$;
1202
+ exports.InternalServerErrorException = InternalServerErrorException;
1203
+ exports.InternalServerErrorException$ = InternalServerErrorException$;
1204
+ exports.InternalServerException = InternalServerException;
1205
+ exports.InternalServerException$ = InternalServerException$;
1167
1206
  exports.InternetEventStatus = InternetEventStatus;
1207
+ exports.InternetEventSummary$ = InternetEventSummary$;
1168
1208
  exports.InternetEventType = InternetEventType;
1209
+ exports.InternetHealth$ = InternetHealth$;
1210
+ exports.InternetMeasurementsLogDelivery$ = InternetMeasurementsLogDelivery$;
1169
1211
  exports.InternetMonitor = InternetMonitor;
1170
1212
  exports.InternetMonitorClient = InternetMonitorClient;
1171
- exports.InternetMonitorServiceException = InternetMonitorServiceException$1;
1172
- exports.LimitExceededException = LimitExceededException$1;
1213
+ exports.InternetMonitorServiceException = InternetMonitorServiceException;
1214
+ exports.InternetMonitorServiceException$ = InternetMonitorServiceException$;
1215
+ exports.LimitExceededException = LimitExceededException;
1216
+ exports.LimitExceededException$ = LimitExceededException$;
1217
+ exports.ListHealthEvents$ = ListHealthEvents$;
1173
1218
  exports.ListHealthEventsCommand = ListHealthEventsCommand;
1219
+ exports.ListHealthEventsInput$ = ListHealthEventsInput$;
1220
+ exports.ListHealthEventsOutput$ = ListHealthEventsOutput$;
1221
+ exports.ListInternetEvents$ = ListInternetEvents$;
1174
1222
  exports.ListInternetEventsCommand = ListInternetEventsCommand;
1223
+ exports.ListInternetEventsInput$ = ListInternetEventsInput$;
1224
+ exports.ListInternetEventsOutput$ = ListInternetEventsOutput$;
1225
+ exports.ListMonitors$ = ListMonitors$;
1175
1226
  exports.ListMonitorsCommand = ListMonitorsCommand;
1227
+ exports.ListMonitorsInput$ = ListMonitorsInput$;
1228
+ exports.ListMonitorsOutput$ = ListMonitorsOutput$;
1229
+ exports.ListTagsForResource$ = ListTagsForResource$;
1176
1230
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1231
+ exports.ListTagsForResourceInput$ = ListTagsForResourceInput$;
1232
+ exports.ListTagsForResourceOutput$ = ListTagsForResourceOutput$;
1233
+ exports.LocalHealthEventsConfig$ = LocalHealthEventsConfig$;
1177
1234
  exports.LocalHealthEventsConfigStatus = LocalHealthEventsConfigStatus;
1178
1235
  exports.LogDeliveryStatus = LogDeliveryStatus;
1236
+ exports.Monitor$ = Monitor$;
1179
1237
  exports.MonitorConfigState = MonitorConfigState;
1180
1238
  exports.MonitorProcessingStatusCode = MonitorProcessingStatusCode;
1181
- exports.NotFoundException = NotFoundException$1;
1239
+ exports.Network$ = Network$;
1240
+ exports.NetworkImpairment$ = NetworkImpairment$;
1241
+ exports.NotFoundException = NotFoundException;
1242
+ exports.NotFoundException$ = NotFoundException$;
1182
1243
  exports.Operator = Operator;
1244
+ exports.PerformanceMeasurement$ = PerformanceMeasurement$;
1245
+ exports.QueryField$ = QueryField$;
1183
1246
  exports.QueryStatus = QueryStatus;
1184
1247
  exports.QueryType = QueryType;
1185
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1248
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1249
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1250
+ exports.RoundTripTime$ = RoundTripTime$;
1251
+ exports.S3Config$ = S3Config$;
1252
+ exports.StartQuery$ = StartQuery$;
1186
1253
  exports.StartQueryCommand = StartQueryCommand;
1254
+ exports.StartQueryInput$ = StartQueryInput$;
1255
+ exports.StartQueryOutput$ = StartQueryOutput$;
1256
+ exports.StopQuery$ = StopQuery$;
1187
1257
  exports.StopQueryCommand = StopQueryCommand;
1258
+ exports.StopQueryInput$ = StopQueryInput$;
1259
+ exports.StopQueryOutput$ = StopQueryOutput$;
1260
+ exports.TagResource$ = TagResource$;
1188
1261
  exports.TagResourceCommand = TagResourceCommand;
1189
- exports.ThrottlingException = ThrottlingException$1;
1190
- exports.TooManyRequestsException = TooManyRequestsException$1;
1262
+ exports.TagResourceInput$ = TagResourceInput$;
1263
+ exports.TagResourceOutput$ = TagResourceOutput$;
1264
+ exports.ThrottlingException = ThrottlingException;
1265
+ exports.ThrottlingException$ = ThrottlingException$;
1266
+ exports.TooManyRequestsException = TooManyRequestsException;
1267
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1191
1268
  exports.TriangulationEventType = TriangulationEventType;
1269
+ exports.UntagResource$ = UntagResource$;
1192
1270
  exports.UntagResourceCommand = UntagResourceCommand;
1271
+ exports.UntagResourceInput$ = UntagResourceInput$;
1272
+ exports.UntagResourceOutput$ = UntagResourceOutput$;
1273
+ exports.UpdateMonitor$ = UpdateMonitor$;
1193
1274
  exports.UpdateMonitorCommand = UpdateMonitorCommand;
1194
- exports.ValidationException = ValidationException$1;
1275
+ exports.UpdateMonitorInput$ = UpdateMonitorInput$;
1276
+ exports.UpdateMonitorOutput$ = UpdateMonitorOutput$;
1277
+ exports.ValidationException = ValidationException;
1278
+ exports.ValidationException$ = ValidationException$;
1195
1279
  exports.paginateGetQueryResults = paginateGetQueryResults;
1196
1280
  exports.paginateListHealthEvents = paginateListHealthEvents;
1197
1281
  exports.paginateListInternetEvents = paginateListInternetEvents;