@aws-sdk/client-internetmonitor 3.940.0 → 3.946.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 (47) hide show
  1. package/dist-cjs/index.js +48 -295
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/InternetMonitorClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +48 -295
  8. package/dist-types/InternetMonitor.d.ts +1 -1
  9. package/dist-types/InternetMonitorClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteMonitorCommand.d.ts +3 -3
  14. package/dist-types/commands/GetHealthEventCommand.d.ts +3 -3
  15. package/dist-types/commands/GetInternetEventCommand.d.ts +3 -3
  16. package/dist-types/commands/GetMonitorCommand.d.ts +3 -3
  17. package/dist-types/commands/GetQueryResultsCommand.d.ts +3 -3
  18. package/dist-types/commands/GetQueryStatusCommand.d.ts +3 -3
  19. package/dist-types/commands/ListHealthEventsCommand.d.ts +3 -3
  20. package/dist-types/commands/ListInternetEventsCommand.d.ts +3 -3
  21. package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
  22. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  23. package/dist-types/commands/StartQueryCommand.d.ts +3 -3
  24. package/dist-types/commands/StopQueryCommand.d.ts +3 -3
  25. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  26. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  27. package/dist-types/commands/UpdateMonitorCommand.d.ts +3 -3
  28. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  29. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  30. package/dist-types/extensionConfiguration.d.ts +4 -4
  31. package/dist-types/models/InternetMonitorServiceException.d.ts +1 -1
  32. package/dist-types/models/errors.d.ts +1 -1
  33. package/dist-types/pagination/GetQueryResultsPaginator.d.ts +1 -1
  34. package/dist-types/pagination/Interfaces.d.ts +1 -1
  35. package/dist-types/pagination/ListHealthEventsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/ListInternetEventsPaginator.d.ts +1 -1
  37. package/dist-types/pagination/ListMonitorsPaginator.d.ts +1 -1
  38. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  39. package/dist-types/runtimeConfig.d.ts +1 -1
  40. package/dist-types/runtimeConfig.native.d.ts +1 -1
  41. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  42. package/dist-types/runtimeExtensions.d.ts +1 -1
  43. package/dist-types/schemas/schemas_0.d.ts +1 -1
  44. package/dist-types/ts3.4/InternetMonitorClient.d.ts +3 -3
  45. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  46. package/dist-types/ts3.4/models/InternetMonitorServiceException.d.ts +1 -1
  47. package/package.json +13 -12
@@ -174,30 +174,10 @@ const n0 = "com.amazonaws.internetmonitor";
174
174
  import { TypeRegistry } from "@smithy/core/schema";
175
175
  import { AccessDeniedException as __AccessDeniedException, BadRequestException as __BadRequestException, ConflictException as __ConflictException, InternalServerErrorException as __InternalServerErrorException, InternalServerException as __InternalServerException, LimitExceededException as __LimitExceededException, NotFoundException as __NotFoundException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, TooManyRequestsException as __TooManyRequestsException, ValidationException as __ValidationException, } from "../models/errors";
176
176
  import { InternetMonitorServiceException as __InternetMonitorServiceException } from "../models/InternetMonitorServiceException";
177
- export var AccessDeniedException = [
178
- -3,
179
- n0,
180
- _ADE,
181
- {
182
- [_e]: _c,
183
- [_hE]: 403,
184
- },
185
- [_m],
186
- [0],
187
- ];
177
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
188
178
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
189
179
  export var AvailabilityMeasurement = [3, n0, _AM, 0, [_ES, _POTTI, _POCLI], [1, 1, 1]];
190
- export var BadRequestException = [
191
- -3,
192
- n0,
193
- _BRE,
194
- {
195
- [_e]: _c,
196
- [_hE]: 400,
197
- },
198
- [_m],
199
- [0],
200
- ];
180
+ export var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
201
181
  TypeRegistry.for(n0).registerError(BadRequestException, __BadRequestException);
202
182
  export var ClientLocation = [
203
183
  3,
@@ -207,17 +187,7 @@ export var ClientLocation = [
207
187
  [_ASN, _ASNu, _C, _S, _M, _Ci, _L, _Lo],
208
188
  [0, 1, 0, 0, 0, 0, 1, 1],
209
189
  ];
210
- export var ConflictException = [
211
- -3,
212
- n0,
213
- _CE,
214
- {
215
- [_e]: _c,
216
- [_hE]: 409,
217
- },
218
- [_m],
219
- [0],
220
- ];
190
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
221
191
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
222
192
  export var CreateMonitorInput = [
223
193
  3,
@@ -240,12 +210,7 @@ export var GetHealthEventInput = [
240
210
  [
241
211
  [0, 1],
242
212
  [0, 1],
243
- [
244
- 0,
245
- {
246
- [_hQ]: _LAI,
247
- },
248
- ],
213
+ [0, { [_hQ]: _LAI }],
249
214
  ],
250
215
  ];
251
216
  export var GetHealthEventOutput = [
@@ -273,12 +238,7 @@ export var GetMonitorInput = [
273
238
  [_MN, _LAI],
274
239
  [
275
240
  [0, 1],
276
- [
277
- 0,
278
- {
279
- [_hQ]: _LAI,
280
- },
281
- ],
241
+ [0, { [_hQ]: _LAI }],
282
242
  ],
283
243
  ];
284
244
  export var GetMonitorOutput = [
@@ -298,18 +258,8 @@ export var GetQueryResultsInput = [
298
258
  [
299
259
  [0, 1],
300
260
  [0, 1],
301
- [
302
- 0,
303
- {
304
- [_hQ]: _NT,
305
- },
306
- ],
307
- [
308
- 1,
309
- {
310
- [_hQ]: _MR,
311
- },
312
- ],
261
+ [0, { [_hQ]: _NT }],
262
+ [1, { [_hQ]: _MR }],
313
263
  ],
314
264
  ];
315
265
  export var GetQueryResultsOutput = [
@@ -356,29 +306,9 @@ export var ImpactedLocation = [
356
306
  [_ASN, _ASNu, _C, _S, _M, _Ci, _L, _Lo, _CC, _SC, _SL, _St, _CB, _IH, _IP],
357
307
  [0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, () => NetworkImpairment, () => InternetHealth, 64 | 0],
358
308
  ];
359
- export var InternalServerErrorException = [
360
- -3,
361
- n0,
362
- _ISEE,
363
- {
364
- [_e]: _s,
365
- [_hE]: 500,
366
- },
367
- [_m],
368
- [0],
369
- ];
309
+ export var InternalServerErrorException = [-3, n0, _ISEE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
370
310
  TypeRegistry.for(n0).registerError(InternalServerErrorException, __InternalServerErrorException);
371
- export var InternalServerException = [
372
- -3,
373
- n0,
374
- _ISE,
375
- {
376
- [_e]: _s,
377
- [_hE]: 500,
378
- },
379
- [_m],
380
- [0],
381
- ];
311
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
382
312
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
383
313
  export var InternetEventSummary = [
384
314
  3,
@@ -397,17 +327,7 @@ export var InternetHealth = [
397
327
  [() => AvailabilityMeasurement, () => PerformanceMeasurement],
398
328
  ];
399
329
  export var InternetMeasurementsLogDelivery = [3, n0, _IMLD, 0, [_SCo], [() => S3Config]];
400
- export var LimitExceededException = [
401
- -3,
402
- n0,
403
- _LEE,
404
- {
405
- [_e]: _c,
406
- [_hE]: 403,
407
- },
408
- [_m],
409
- [0],
410
- ];
330
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
411
331
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
412
332
  export var ListHealthEventsInput = [
413
333
  3,
@@ -417,42 +337,12 @@ export var ListHealthEventsInput = [
417
337
  [_MN, _ST, _ETn, _NT, _MR, _ESv, _LAI],
418
338
  [
419
339
  [0, 1],
420
- [
421
- 5,
422
- {
423
- [_hQ]: _ST,
424
- },
425
- ],
426
- [
427
- 5,
428
- {
429
- [_hQ]: _ETn,
430
- },
431
- ],
432
- [
433
- 0,
434
- {
435
- [_hQ]: _NT,
436
- },
437
- ],
438
- [
439
- 1,
440
- {
441
- [_hQ]: _MR,
442
- },
443
- ],
444
- [
445
- 0,
446
- {
447
- [_hQ]: _ESv,
448
- },
449
- ],
450
- [
451
- 0,
452
- {
453
- [_hQ]: _LAI,
454
- },
455
- ],
340
+ [5, { [_hQ]: _ST }],
341
+ [5, { [_hQ]: _ETn }],
342
+ [0, { [_hQ]: _NT }],
343
+ [1, { [_hQ]: _MR }],
344
+ [0, { [_hQ]: _ESv }],
345
+ [0, { [_hQ]: _LAI }],
456
346
  ],
457
347
  ];
458
348
  export var ListHealthEventsOutput = [3, n0, _LHEO, 0, [_HEe, _NT], [() => HealthEventList, 0]];
@@ -463,42 +353,12 @@ export var ListInternetEventsInput = [
463
353
  0,
464
354
  [_NT, _MR, _ST, _ETn, _ESv, _ET],
465
355
  [
466
- [
467
- 0,
468
- {
469
- [_hQ]: _NT,
470
- },
471
- ],
472
- [
473
- 1,
474
- {
475
- [_hQ]: _IEMR,
476
- },
477
- ],
478
- [
479
- 5,
480
- {
481
- [_hQ]: _ST,
482
- },
483
- ],
484
- [
485
- 5,
486
- {
487
- [_hQ]: _ETn,
488
- },
489
- ],
490
- [
491
- 0,
492
- {
493
- [_hQ]: _ESv,
494
- },
495
- ],
496
- [
497
- 0,
498
- {
499
- [_hQ]: _ET,
500
- },
501
- ],
356
+ [0, { [_hQ]: _NT }],
357
+ [1, { [_hQ]: _IEMR }],
358
+ [5, { [_hQ]: _ST }],
359
+ [5, { [_hQ]: _ETn }],
360
+ [0, { [_hQ]: _ESv }],
361
+ [0, { [_hQ]: _ET }],
502
362
  ],
503
363
  ];
504
364
  export var ListInternetEventsOutput = [
@@ -516,30 +376,10 @@ export var ListMonitorsInput = [
516
376
  0,
517
377
  [_NT, _MR, _MS, _ILA],
518
378
  [
519
- [
520
- 0,
521
- {
522
- [_hQ]: _NT,
523
- },
524
- ],
525
- [
526
- 1,
527
- {
528
- [_hQ]: _MR,
529
- },
530
- ],
531
- [
532
- 0,
533
- {
534
- [_hQ]: _MS,
535
- },
536
- ],
537
- [
538
- 2,
539
- {
540
- [_hQ]: _ILA,
541
- },
542
- ],
379
+ [0, { [_hQ]: _NT }],
380
+ [1, { [_hQ]: _MR }],
381
+ [0, { [_hQ]: _MS }],
382
+ [2, { [_hQ]: _ILA }],
543
383
  ],
544
384
  ];
545
385
  export var ListMonitorsOutput = [3, n0, _LMO, 0, [_Mo, _NT], [() => MonitorList, 0]];
@@ -556,17 +396,7 @@ export var NetworkImpairment = [
556
396
  [_Ne, _AP, _NET],
557
397
  [() => NetworkList, () => NetworkList, 0],
558
398
  ];
559
- export var NotFoundException = [
560
- -3,
561
- n0,
562
- _NFE,
563
- {
564
- [_e]: _c,
565
- [_hE]: 404,
566
- },
567
- [_m],
568
- [0],
569
- ];
399
+ export var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
570
400
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
571
401
  export var PerformanceMeasurement = [
572
402
  3,
@@ -577,17 +407,7 @@ export var PerformanceMeasurement = [
577
407
  [1, 1, 1, () => RoundTripTime],
578
408
  ];
579
409
  export var QueryField = [3, n0, _QF, 0, [_Na, _Ty], [0, 0]];
580
- export var ResourceNotFoundException = [
581
- -3,
582
- n0,
583
- _RNFE,
584
- {
585
- [_e]: _c,
586
- [_hE]: 404,
587
- },
588
- [_m],
589
- [0],
590
- ];
410
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
591
411
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
592
412
  export var RoundTripTime = [3, n0, _RTT, 0, [_P_, _P__, _P___], [1, 1, 1]];
593
413
  export var S3Config = [3, n0, _SCo, 0, [_BN, _BP, _LDS], [0, 0, 0]];
@@ -614,29 +434,9 @@ export var StopQueryInput = [
614
434
  export var StopQueryOutput = [3, n0, _SQOt, 0, [], []];
615
435
  export var TagResourceInput = [3, n0, _TRI, 0, [_RA, _T], [[0, 1], 128 | 0]];
616
436
  export var TagResourceOutput = [3, n0, _TRO, 0, [], []];
617
- export var ThrottlingException = [
618
- -3,
619
- n0,
620
- _TE,
621
- {
622
- [_e]: _c,
623
- [_hE]: 429,
624
- },
625
- [_m],
626
- [0],
627
- ];
437
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
628
438
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
629
- export var TooManyRequestsException = [
630
- -3,
631
- n0,
632
- _TMRE,
633
- {
634
- [_e]: _c,
635
- [_hE]: 429,
636
- },
637
- [_m],
638
- [0],
639
- ];
439
+ export var TooManyRequestsException = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
640
440
  TypeRegistry.for(n0).registerError(TooManyRequestsException, __TooManyRequestsException);
641
441
  export var UntagResourceInput = [
642
442
  3,
@@ -646,12 +446,7 @@ export var UntagResourceInput = [
646
446
  [_RA, _TK],
647
447
  [
648
448
  [0, 1],
649
- [
650
- 64 | 0,
651
- {
652
- [_hQ]: _tK,
653
- },
654
- ],
449
+ [64 | 0, { [_hQ]: _tK }],
655
450
  ],
656
451
  ];
657
452
  export var UntagResourceOutput = [3, n0, _URO, 0, [], []];
@@ -664,17 +459,7 @@ export var UpdateMonitorInput = [
664
459
  [[0, 1], 64 | 0, 64 | 0, 0, [0, 4], 1, () => InternetMeasurementsLogDelivery, 1, () => HealthEventsConfig],
665
460
  ];
666
461
  export var UpdateMonitorOutput = [3, n0, _UMO, 0, [_MA, _St], [0, 0]];
667
- export var ValidationException = [
668
- -3,
669
- n0,
670
- _VE,
671
- {
672
- [_e]: _c,
673
- [_hE]: 400,
674
- },
675
- [_m],
676
- [0],
677
- ];
462
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
678
463
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
679
464
  export var InternetMonitorServiceException = [-3, _sm, "InternetMonitorServiceException", 0, [], []];
680
465
  TypeRegistry.for(_sm).registerError(InternetMonitorServiceException, __InternetMonitorServiceException);
@@ -696,9 +481,7 @@ export var CreateMonitor = [
696
481
  9,
697
482
  n0,
698
483
  _CM,
699
- {
700
- [_h]: ["POST", "/v20210603/Monitors", 200],
701
- },
484
+ { [_h]: ["POST", "/v20210603/Monitors", 200] },
702
485
  () => CreateMonitorInput,
703
486
  () => CreateMonitorOutput,
704
487
  ];
@@ -706,9 +489,7 @@ export var DeleteMonitor = [
706
489
  9,
707
490
  n0,
708
491
  _DM,
709
- {
710
- [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}", 200],
711
- },
492
+ { [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}", 200] },
712
493
  () => DeleteMonitorInput,
713
494
  () => DeleteMonitorOutput,
714
495
  ];
@@ -716,9 +497,7 @@ export var GetHealthEvent = [
716
497
  9,
717
498
  n0,
718
499
  _GHE,
719
- {
720
- [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents/{EventId}", 200],
721
- },
500
+ { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents/{EventId}", 200] },
722
501
  () => GetHealthEventInput,
723
502
  () => GetHealthEventOutput,
724
503
  ];
@@ -726,9 +505,7 @@ export var GetInternetEvent = [
726
505
  9,
727
506
  n0,
728
507
  _GIE,
729
- {
730
- [_h]: ["GET", "/v20210603/InternetEvents/{EventId}", 200],
731
- },
508
+ { [_h]: ["GET", "/v20210603/InternetEvents/{EventId}", 200] },
732
509
  () => GetInternetEventInput,
733
510
  () => GetInternetEventOutput,
734
511
  ];
@@ -736,9 +513,7 @@ export var GetMonitor = [
736
513
  9,
737
514
  n0,
738
515
  _GM,
739
- {
740
- [_h]: ["GET", "/v20210603/Monitors/{MonitorName}", 200],
741
- },
516
+ { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}", 200] },
742
517
  () => GetMonitorInput,
743
518
  () => GetMonitorOutput,
744
519
  ];
@@ -746,9 +521,7 @@ export var GetQueryResults = [
746
521
  9,
747
522
  n0,
748
523
  _GQR,
749
- {
750
- [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Results", 200],
751
- },
524
+ { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Results", 200] },
752
525
  () => GetQueryResultsInput,
753
526
  () => GetQueryResultsOutput,
754
527
  ];
@@ -756,9 +529,7 @@ export var GetQueryStatus = [
756
529
  9,
757
530
  n0,
758
531
  _GQS,
759
- {
760
- [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Status", 200],
761
- },
532
+ { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}/Status", 200] },
762
533
  () => GetQueryStatusInput,
763
534
  () => GetQueryStatusOutput,
764
535
  ];
@@ -766,9 +537,7 @@ export var ListHealthEvents = [
766
537
  9,
767
538
  n0,
768
539
  _LHE,
769
- {
770
- [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents", 200],
771
- },
540
+ { [_h]: ["GET", "/v20210603/Monitors/{MonitorName}/HealthEvents", 200] },
772
541
  () => ListHealthEventsInput,
773
542
  () => ListHealthEventsOutput,
774
543
  ];
@@ -776,9 +545,7 @@ export var ListInternetEvents = [
776
545
  9,
777
546
  n0,
778
547
  _LIE,
779
- {
780
- [_h]: ["GET", "/v20210603/InternetEvents", 200],
781
- },
548
+ { [_h]: ["GET", "/v20210603/InternetEvents", 200] },
782
549
  () => ListInternetEventsInput,
783
550
  () => ListInternetEventsOutput,
784
551
  ];
@@ -786,9 +553,7 @@ export var ListMonitors = [
786
553
  9,
787
554
  n0,
788
555
  _LM,
789
- {
790
- [_h]: ["GET", "/v20210603/Monitors", 200],
791
- },
556
+ { [_h]: ["GET", "/v20210603/Monitors", 200] },
792
557
  () => ListMonitorsInput,
793
558
  () => ListMonitorsOutput,
794
559
  ];
@@ -796,9 +561,7 @@ export var ListTagsForResource = [
796
561
  9,
797
562
  n0,
798
563
  _LTFR,
799
- {
800
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
801
- },
564
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
802
565
  () => ListTagsForResourceInput,
803
566
  () => ListTagsForResourceOutput,
804
567
  ];
@@ -806,9 +569,7 @@ export var StartQuery = [
806
569
  9,
807
570
  n0,
808
571
  _SQ,
809
- {
810
- [_h]: ["POST", "/v20210603/Monitors/{MonitorName}/Queries", 200],
811
- },
572
+ { [_h]: ["POST", "/v20210603/Monitors/{MonitorName}/Queries", 200] },
812
573
  () => StartQueryInput,
813
574
  () => StartQueryOutput,
814
575
  ];
@@ -816,9 +577,7 @@ export var StopQuery = [
816
577
  9,
817
578
  n0,
818
579
  _SQt,
819
- {
820
- [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}", 200],
821
- },
580
+ { [_h]: ["DELETE", "/v20210603/Monitors/{MonitorName}/Queries/{QueryId}", 200] },
822
581
  () => StopQueryInput,
823
582
  () => StopQueryOutput,
824
583
  ];
@@ -826,9 +585,7 @@ export var TagResource = [
826
585
  9,
827
586
  n0,
828
587
  _TR,
829
- {
830
- [_h]: ["POST", "/tags/{ResourceArn}", 204],
831
- },
588
+ { [_h]: ["POST", "/tags/{ResourceArn}", 204] },
832
589
  () => TagResourceInput,
833
590
  () => TagResourceOutput,
834
591
  ];
@@ -836,9 +593,7 @@ export var UntagResource = [
836
593
  9,
837
594
  n0,
838
595
  _UR,
839
- {
840
- [_h]: ["DELETE", "/tags/{ResourceArn}", 204],
841
- },
596
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 204] },
842
597
  () => UntagResourceInput,
843
598
  () => UntagResourceOutput,
844
599
  ];
@@ -846,9 +601,7 @@ export var UpdateMonitor = [
846
601
  9,
847
602
  n0,
848
603
  _UM,
849
- {
850
- [_h]: ["PATCH", "/v20210603/Monitors/{MonitorName}", 200],
851
- },
604
+ { [_h]: ["PATCH", "/v20210603/Monitors/{MonitorName}", 200] },
852
605
  () => UpdateMonitorInput,
853
606
  () => UpdateMonitorOutput,
854
607
  ];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
3
3
  import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
4
4
  import { GetHealthEventCommandInput, GetHealthEventCommandOutput } from "./commands/GetHealthEventCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateMonitorCommandInput, CreateMonitorCommandOutput } from "./commands/CreateMonitorCommand";
11
11
  import { DeleteMonitorCommandInput, DeleteMonitorCommandOutput } from "./commands/DeleteMonitorCommand";
12
12
  import { GetHealthEventCommandInput, GetHealthEventCommandOutput } from "./commands/GetHealthEventCommand";
@@ -24,7 +24,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
24
24
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
25
25
  import { UpdateMonitorCommandInput, UpdateMonitorCommandOutput } from "./commands/UpdateMonitorCommand";
26
26
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
27
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
27
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
28
28
  export { __Client };
29
29
  /**
30
30
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { InternetMonitorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { InternetMonitorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig } from "../InternetMonitorClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type InternetMonitorClientResolvedConfig } from "../InternetMonitorClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { GetInternetEventInput, GetInternetEventOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { GetInternetEventInput, GetInternetEventOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { GetMonitorInput, GetMonitorOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { GetMonitorInput, GetMonitorOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
- import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InternetMonitorClient";
4
+ import type { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */